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

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


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

    - updated to 5.27.7; cmake -B build

 kp5-plasma-nano.spec | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/kp5-plasma-nano.spec b/kp5-plasma-nano.spec
index 422f511..2ccd2d5 100644
--- a/kp5-plasma-nano.spec
+++ b/kp5-plasma-nano.spec
@@ -1,26 +1,26 @@
 #
 # 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		plasma-nano
 %define		kf5ver		5.39.0
 
 Summary:	plasma-nano
 Name:		kp5-%{kpname}
-Version:	5.27.6
+Version:	5.27.7
 Release:	1
 License:	LGPL v2.1+
 Group:		X11/Libraries
 Source0:	https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5:	5f17c1856f0e147170d1fdc8a32fec43
+# Source0-md5:	c4dbf6737cc9d8d3396214d4bed14abf
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Core-devel >= 5.15.0
 BuildRequires:	Qt5Gui-devel >= 5.15.0
 BuildRequires:	Qt5Network-devel >= 5.15.2
 BuildRequires:	Qt5Qml-devel
 BuildRequires:	Qt5Quick-devel
-BuildRequires:	cmake >= 2.8.12
+BuildRequires:	cmake >= 3.16.0
 BuildRequires:	kf5-extra-cmake-modules >= 0.0.9
 BuildRequires:	kf5-kwayland-devel >= 5.82
 BuildRequires:	kf5-kwindowsystem-devel >= 5.82
@@ -40,14 +40,12 @@ A minimal plasma shell package intended for embedded devices.
 %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-plasma-nano.git/commitdiff/fe3704286712aba171ed756f2c6796d9641b7933



More information about the pld-cvs-commit mailing list