[packages/kp5-kscreen] - updated to 5.27.7; cmake -B build

witekfl witekfl at pld-linux.org
Wed Aug 2 12:27:06 CEST 2023


commit 0d5001575171319bb75e33f33b8ad8fa74da1d7b
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Wed Aug 2 11:21:22 2023 +0200

    - updated to 5.27.7; cmake -B build

 kp5-kscreen.spec | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/kp5-kscreen.spec b/kp5-kscreen.spec
index 49f854b..61a0618 100644
--- a/kp5-kscreen.spec
+++ b/kp5-kscreen.spec
@@ -1,20 +1,20 @@
 #
 # 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		kscreen
 Summary:	KDE's screen management software
 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:	d3efff4859ca5949939eba449f019105
+# Source0-md5:	a9618c0aa86cf8d0186e146aef644cd7
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Core-devel >= %{qtver}
-BuildRequires:	cmake >= 2.8.12
+BuildRequires:	cmake >= 3.16.0
 BuildRequires:	kf5-extra-cmake-modules >= 1.4.0
 BuildRequires:	kf5-kconfig-devel
 BuildRequires:	kf5-kconfigwidgets-devel
@@ -37,14 +37,12 @@ KDE's screen management software.
 %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-kscreen.git/commitdiff/0d5001575171319bb75e33f33b8ad8fa74da1d7b



More information about the pld-cvs-commit mailing list