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

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


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

    - updated to 5.27.7; cmake -B build

 kp5-plasma-firewall.spec | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/kp5-plasma-firewall.spec b/kp5-plasma-firewall.spec
index 3282fc2..05054ea 100644
--- a/kp5-plasma-firewall.spec
+++ b/kp5-plasma-firewall.spec
@@ -1,19 +1,19 @@
 #
 # 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-firewall
 %define		kf5ver		5.39.0
 
 Summary:	plasma-firewall
 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:	417ca841ece1ee99a8cd17a48f636d12
+# Source0-md5:	ca0a794b2d65c9c763d0f932b2bd9c1e
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Core-devel >= 5.15.0
 BuildRequires:	Qt5DBus-devel >= 5.15.0
@@ -23,7 +23,7 @@ BuildRequires:	Qt5Qml-devel
 BuildRequires:	Qt5Quick-devel >= 5.15.0
 BuildRequires:	Qt5X11Extras-devel
 BuildRequires:	Qt5Xml-devel >= 5.15.0
-BuildRequires:	cmake >= 2.8.12
+BuildRequires:	cmake >= 3.16.0
 BuildRequires:	gettext-devel
 BuildRequires:	kf5-extra-cmake-modules
 BuildRequires:	kf5-kauth-devel >= 5.82
@@ -49,14 +49,12 @@ Plasma 5 Firewall KCM.
 %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-firewall.git/commitdiff/6d6ffd2a6dc0339894cbf8e7e708b8804f2f148e



More information about the pld-cvs-commit mailing list