[packages/kp6-plasma-nm] - no Qt6WebEngine-devel on i686 and x32

mrozowik mrozowik at pld-linux.org
Fri Aug 23 13:06:02 CEST 2024


commit ec52ecfadc50ac5b1dabeaa540929be2b0071de5
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date:   Fri Aug 23 10:10:37 2024 +0000

    - no Qt6WebEngine-devel on i686 and x32

 kp6-plasma-nm.spec | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/kp6-plasma-nm.spec b/kp6-plasma-nm.spec
index 9ad2ed4..d7ea8dc 100644
--- a/kp6-plasma-nm.spec
+++ b/kp6-plasma-nm.spec
@@ -2,7 +2,7 @@
 # Conditional build:
 %bcond_with	tests		# build with tests
 %define		kdeplasmaver	6.1.4
-%define		qtver		5.15.2
+%define		qtver		6.6.0
 %define		kpname		plasma-nm
 %define		kf6ver		5.39.0
 
@@ -47,7 +47,10 @@ BuildRequires:	kf6-modemmanager-qt-devel
 BuildRequires:	kf6-networkmanager-qt-devel
 BuildRequires:	kf6-solid-devel
 BuildRequires:	ninja
+%ifnarch i686 x32
 BuildRequires:	openconnect-devel >= 3.99
+BuildRequires:	Qt6WebEngine-devel >= %{qtver}
+%endif
 BuildRequires:	pkgconfig
 BuildRequires:	qca-qt6-devel >= 2.1.1
 BuildRequires:	rpmbuild(macros) >= 1.164
@@ -68,7 +71,10 @@ Plasma applet written in QML for managing network connections.
 	-G Ninja \
 	%{!?with_tests:-DBUILD_TESTING=OFF} \
 	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-	-DKDE_INSTALL_DOCBUNDLEDIR=%{_kdedocdir}
+	-DKDE_INSTALL_DOCBUNDLEDIR=%{_kdedocdir} \
+	%ifarch i686 x32
+		-DBUILD_OPENCONNECT=OFF \
+	%endif
 %ninja_build -C build
 
 %if %{with tests}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp6-plasma-nm.git/commitdiff/ec52ecfadc50ac5b1dabeaa540929be2b0071de5



More information about the pld-cvs-commit mailing list