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

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


commit 31b1db9fc3acccf40fb0f84a9f2ba4a98653fbb5
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Wed Aug 2 11:21:36 2023 +0200

    - updated to 5.27.7; cmake -B build

 kp5-kwayland-integration.spec | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/kp5-kwayland-integration.spec b/kp5-kwayland-integration.spec
index 3cd53fc..f0c4deb 100644
--- a/kp5-kwayland-integration.spec
+++ b/kp5-kwayland-integration.spec
@@ -1,22 +1,22 @@
 #
 # 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		kwayland-integration
 
 Summary:	Provides integration plugins for various KDE frameworks for the wayland windowing system
 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:	6ce4acf34f1c3e2fefd374be646d3cf2
+# Source0-md5:	9c4ebb3d608c08c83b87a880b731ef11
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Core-devel >= %{qtver}
 BuildRequires:	Qt5WaylandClient-devel >= %{qtver}
-BuildRequires:	cmake >= 2.8.12
+BuildRequires:	cmake >= 3.16.0
 BuildRequires:	kf5-kidletime-devel
 BuildRequires:	kf5-kwayland-devel
 BuildRequires:	kf5-kwindowsystem-devel
@@ -35,14 +35,12 @@ wayland windowing system.
 %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-kwayland-integration.git/commitdiff/31b1db9fc3acccf40fb0f84a9f2ba4a98653fbb5



More information about the pld-cvs-commit mailing list