]> git.pld-linux.org Git - packages/ka5-kgpg.git/commitdiff
- updated to 23.08.0; cmake -B build auto/th/ka5-kgpg-23.08.0-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Thu, 24 Aug 2023 16:01:30 +0000 (18:01 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Thu, 24 Aug 2023 16:01:30 +0000 (18:01 +0200)
ka5-kgpg.spec

index 6fb3741a5e0ab1975e696eb4f391c0bc0e783f0a..6ca9411bcd89dfe0c596c49a992901bec3405d99 100644 (file)
@@ -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}
 
This page took 0.275697 seconds and 4 git commands to generate.