commit d781b1e221f93a3b612c0bf7821fc797e3b971f2
Author: Witold Filipczyk <[email protected]>
Date:   Wed Aug 2 11:21:07 2023 +0200

    - updated to 5.27.7; cmake -B build

 kp5-kgamma5.spec | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/kp5-kgamma5.spec b/kp5-kgamma5.spec
index 3612559..7d64669 100644
--- a/kp5-kgamma5.spec
+++ b/kp5-kgamma5.spec
@@ -1,23 +1,23 @@
 #
 # 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          kgamma5
 Summary:       kgamma5
 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: 3681c0c7125d6d89a74df64d59817dc6
+# Source0-md5: f66aefab6b7b3115ead7cf3966d6e2c6
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= %{qtver}
 BuildRequires: Qt5Widgets-devel >= %{qtver}
 BuildRequires: Qt5X11Extras-devel >= %{qtver}
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.16.0
 BuildRequires: gettext-devel
 BuildRequires: kf5-extra-cmake-modules >= 1.4.0
 BuildRequires: kf5-kdelibs4support-devel
@@ -41,14 +41,12 @@ monitor's gamma correction of the X-Server. But that's not 
all to do.
 %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 \
-       -DHTML_INSTALL_DIR=%{_kdedocdir} \
-       ..
-%ninja_build
+       -DHTML_INSTALL_DIR=%{_kdedocdir}
+%ninja_build -C build
 
 %if %{with tests}
 ctest
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp5-kgamma5.git/commitdiff/d781b1e221f93a3b612c0bf7821fc797e3b971f2

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

Reply via email to