[packages/ka5-kgpg] - updated to 23.08.0; cmake -B build

witekfl witekfl at pld-linux.org
Thu Aug 24 18:30:10 CEST 2023


commit 24e84217abdc042b18cef7682aa06256ab23c6d4
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Thu Aug 24 18:01:30 2023 +0200

    - updated to 23.08.0; cmake -B build

 ka5-kgpg.spec | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/ka5-kgpg.spec b/ka5-kgpg.spec
index 6fb3741..6ca9411 100644
--- a/ka5-kgpg.spec
+++ b/ka5-kgpg.spec
@@ -1,16 +1,16 @@
-%define		kdeappsver	23.04.3
+%define		kdeappsver	23.08.0
 %define		qtver		5.15.2
 %define		kaname		kgpg
 
 Summary:	K Desktop Environment - interface for GnuPG
 Summary(pl.UTF-8):	K Desktop Environment -  interfejs do GnuPG
 Name:		ka5-%{kaname}
-Version:	23.04.3
+Version:	23.08.0
 Release:	1
 License:	GPL
 Group:		X11/Applications/Editors
 Source0:	https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5:	7893550608898b731b184237aa16d2a3
+# Source0-md5:	a55658333ddbf5b7efed0768eb78e3e5
 URL:		https://www.kde.org/
 BuildRequires:	gpgme-devel
 BuildRequires:	ka5-akonadi-contacts-devel
@@ -55,14 +55,12 @@ możliwości:
 %setup -q -n %{kaname}-%{version}
 
 %build
-install -d build
-cd build
-%cmake -G Ninja \
+%cmake -B build \
+	-G Ninja \
 	%{!?with_tests:-DBUILD_TESTING=OFF} \
 	-DHTML_INSTALL_DIR=%{_kdedocdir} \
-	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-	..
-%ninja_build
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+%ninja_build -C build
 
 %{?with_tests:%ninja_build test}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-kgpg.git/commitdiff/24e84217abdc042b18cef7682aa06256ab23c6d4



More information about the pld-cvs-commit mailing list