From e007cbd3d9929bdd4c0501ed62fc0bc31097f9017cb36a1524029019eac7de17 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 14 Feb 2023 09:37:55 +0000 Subject: [PATCH] Accepting request 1065693 from home:krop:branches:KDE:Frameworks5 - Discover 5.27 can be built again on archs missing QtWebEngine OBS-URL: https://build.opensuse.org/request/show/1065693 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=323 --- discover.changes | 5 +++++ discover.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/discover.changes b/discover.changes index 13e1275..a1bad0b 100644 --- a/discover.changes +++ b/discover.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 14 09:24:50 UTC 2023 - Christophe Marin + +- Discover 5.27 can be built again on archs missing QtWebEngine + ------------------------------------------------------------------- Thu Feb 9 14:19:36 UTC 2023 - Fabian Vogt diff --git a/discover.spec b/discover.spec index a6c3fe3..09e195f 100644 --- a/discover.spec +++ b/discover.spec @@ -67,15 +67,16 @@ BuildRequires: cmake(Qt5Network) BuildRequires: cmake(Qt5Qml) BuildRequires: cmake(Qt5Quick) BuildRequires: cmake(Qt5Test) +# Only available on archs providing QtWebEngine +%ifarch %{ix86} x86_64 %{arm} aarch64 BuildRequires: cmake(Qt5WebView) +%endif BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Xml) BuildRequires: cmake(packagekitqt5) >= 1.0.1 %if %{have_fwupd} BuildRequires: pkgconfig(fwupd) >= 1.0.6 %endif -# It can only build on the same platforms as Qt WebEngine -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 Requires: kdeclarative-components Requires: kirigami2 Requires: kuserfeedback-imports