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

witekfl witekfl at pld-linux.org
Wed Aug 2 12:28:54 CEST 2023


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

    - updated to 5.27.7; cmake -B build

 kp5-aura-browser.spec | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/kp5-aura-browser.spec b/kp5-aura-browser.spec
index 42d60b4..40452a4 100644
--- a/kp5-aura-browser.spec
+++ b/kp5-aura-browser.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		aura-browser
 Summary:	Browser for a fully immersed Big Screen experience
 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:	ea45565ca03aee200bc85dfd88e9624f
+# Source0-md5:	2b1b01328d062d6d9c3d92daaa26d13c
 URL:		http://www.kde.org/
 BuildRequires:	Qt5WebEngine-devel
-BuildRequires:	cmake >= 2.8.12
+BuildRequires:	cmake >= 3.16.0
 BuildRequires:	kf5-extra-cmake-modules
 BuildRequires:	ninja
 BuildRequires:	qt5-build >= %{qtver}
@@ -31,14 +31,12 @@ navigate the world wide web using just your remote control.
 %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-aura-browser.git/commitdiff/0e8d2d049a82ede27c220cd4fe4037f3a55c3ec2



More information about the pld-cvs-commit mailing list