commit e20b385c6b1c32e44b3eda73c303c6f213eaa28b
Author: Witold Filipczyk <[email protected]>
Date:   Wed Aug 2 11:20:25 2023 +0200

    - updated to 5.27.7; cmake -B build

 kp5-kactivitymanagerd.spec | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/kp5-kactivitymanagerd.spec b/kp5-kactivitymanagerd.spec
index 240d9dc..6c6112a 100644
--- a/kp5-kactivitymanagerd.spec
+++ b/kp5-kactivitymanagerd.spec
@@ -1,17 +1,17 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeplasmaver    5.27.6
+%define                kdeplasmaver    5.27.7
 %define                qtver           5.15.2
 %define                kpname          kactivitymanagerd
 Summary:       kactivitymanagerd
 Name:          kp5-%{kpname}
-Version:       5.27.6
+Version:       5.27.7
 Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Libraries
 Source0:       
https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: d3755109c1f9c1cc0f51b8ba4cb7bd75
+# Source0-md5: cdda9f9d374615768d8a324dae92ad1d
 URL:           http://www.kde.org/
 BuildRequires: Qt5Concurrent-devel
 BuildRequires: Qt5Core-devel >= %{qtver}
@@ -20,7 +20,7 @@ BuildRequires:        Qt5Sql-devel >= %{qtver}
 BuildRequires: Qt5Widgets-devel >= %{qtver}
 BuildRequires: Qt5X11Extras-devel >= %{qtver}
 BuildRequires: boost-devel
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.16.0
 BuildRequires: gettext-devel
 BuildRequires: kf5-extra-cmake-modules >= 1.4.0
 BuildRequires: kf5-kdbusaddons-devel
@@ -46,13 +46,11 @@ etc.
 %setup -q -n %{kpname}-%{version}
 
 %build
-install -d build
-cd build
-%cmake -G Ninja \
+%cmake -B build \
+       -G Ninja \
        %{!?with_tests:-DBUILD_TESTING=OFF} \
-       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-       ..
-%ninja_build
+       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+%ninja_build -C build
 
 %if %{with tests}
 ctest
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp5-kactivitymanagerd.git/commitdiff/e20b385c6b1c32e44b3eda73c303c6f213eaa28b

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to