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

witekfl witekfl at pld-linux.org
Wed Aug 2 12:26:10 CEST 2023


commit 1d2cfa41c0b906930a9d4af791e93291f9cc8a5b
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Wed Aug 2 11:20:20 2023 +0200

    - updated to 5.27.7; cmake -B build

 kp5-drkonqi.spec | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/kp5-drkonqi.spec b/kp5-drkonqi.spec
index 6434d0e..934e6d0 100644
--- a/kp5-drkonqi.spec
+++ b/kp5-drkonqi.spec
@@ -1,17 +1,17 @@
 #
 # 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		drkonqi
 Summary:	drkonqi
 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:	1e973be3feaea80639c20cbbe82b5f8b
+# Source0-md5:	ce2a9be64095829d124d4f83c14a464c
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Core-devel >= %{qtver}
 BuildRequires:	Qt5DBus-devel
@@ -19,7 +19,7 @@ BuildRequires:	Qt5Gui-devel
 BuildRequires:	Qt5Widgets-devel
 BuildRequires:	Qt5X11Extras-devel
 BuildRequires:	Qt5Xml-devel
-BuildRequires:	cmake >= 2.8.12
+BuildRequires:	cmake >= 3.16.0
 BuildRequires:	gettext-devel
 BuildRequires:	hardlink >= 1.0-3
 BuildRequires:	kf5-attica-devel
@@ -59,14 +59,12 @@ Plasma crash handler, gives the user feedback if a program crashed.
 %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-drkonqi.git/commitdiff/1d2cfa41c0b906930a9d4af791e93291f9cc8a5b



More information about the pld-cvs-commit mailing list