forked from pool/discover
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
This commit is contained in:
parent
d51820eb2c
commit
e007cbd3d9
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 14 09:24:50 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Discover 5.27 can be built again on archs missing QtWebEngine
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 9 14:19:36 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
Thu Feb 9 14:19:36 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -67,15 +67,16 @@ BuildRequires: cmake(Qt5Network)
|
|||||||
BuildRequires: cmake(Qt5Qml)
|
BuildRequires: cmake(Qt5Qml)
|
||||||
BuildRequires: cmake(Qt5Quick)
|
BuildRequires: cmake(Qt5Quick)
|
||||||
BuildRequires: cmake(Qt5Test)
|
BuildRequires: cmake(Qt5Test)
|
||||||
|
# Only available on archs providing QtWebEngine
|
||||||
|
%ifarch %{ix86} x86_64 %{arm} aarch64
|
||||||
BuildRequires: cmake(Qt5WebView)
|
BuildRequires: cmake(Qt5WebView)
|
||||||
|
%endif
|
||||||
BuildRequires: cmake(Qt5Widgets)
|
BuildRequires: cmake(Qt5Widgets)
|
||||||
BuildRequires: cmake(Qt5Xml)
|
BuildRequires: cmake(Qt5Xml)
|
||||||
BuildRequires: cmake(packagekitqt5) >= 1.0.1
|
BuildRequires: cmake(packagekitqt5) >= 1.0.1
|
||||||
%if %{have_fwupd}
|
%if %{have_fwupd}
|
||||||
BuildRequires: pkgconfig(fwupd) >= 1.0.6
|
BuildRequires: pkgconfig(fwupd) >= 1.0.6
|
||||||
%endif
|
%endif
|
||||||
# It can only build on the same platforms as Qt WebEngine
|
|
||||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
|
||||||
Requires: kdeclarative-components
|
Requires: kdeclarative-components
|
||||||
Requires: kirigami2
|
Requires: kirigami2
|
||||||
Requires: kuserfeedback-imports
|
Requires: kuserfeedback-imports
|
||||||
|
Loading…
Reference in New Issue
Block a user