[packages/digikam] - updated to 7.10.0

qboosh qboosh at pld-linux.org
Mon Mar 27 21:36:52 CEST 2023


commit b705da7b8774c6250fb287e5848d8a2361e72828
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Mar 27 21:39:17 2023 +0200

    - updated to 7.10.0

 digikam.spec | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/digikam.spec b/digikam.spec
index e88bd1b..4ee2b43 100644
--- a/digikam.spec
+++ b/digikam.spec
@@ -15,12 +15,12 @@
 Summary:	A KDE frontend for gphoto2
 Summary(pl.UTF-8):	Interfejs KDE do gphoto2
 Name:		digikam
-Version:	7.6.0
+Version:	7.10.0
 Release:	1
 License:	GPL v2+
 Group:		X11/Applications/Graphics
 Source0:	https://download.kde.org/stable/digikam/%{version}/digiKam-%{version}.tar.xz
-# Source0-md5:	41cf1973a777d558086402329a137585
+# Source0-md5:	52a449c571a7a793320b0342d439427b
 URL:		https://www.digikam.org/
 BuildRequires:	ImageMagick-devel >= 6.7.0
 BuildRequires:	ImageMagick-c++-devel >= 6.7.0
@@ -172,9 +172,7 @@ Interfejs KDE do gphoto2 - pliki nagłówkowe.
 %setup -q
 
 %build
-install -d build
-cd build
-%cmake .. \
+%cmake -B build \
 	-DDIGIKAMSC_COMPILE_KIPIPLUGINS=ON \
 	-DENABLE_AKONADICONTACTSUPPORT:BOOL=ON \
 	-DENABLE_APPSTYLES:BOOL=ON \
@@ -185,7 +183,7 @@ cd build
 	-DENABLE_OPENCV3:BOOL=ON \
 	%{?with_qtwebkit:-DENABLE_QWEBENGINE:BOOL=OFF}
 
-%{__make}
+%{__make} -C build
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/digikam.git/commitdiff/b705da7b8774c6250fb287e5848d8a2361e72828



More information about the pld-cvs-commit mailing list