forked from pool/discover
Accepting request 1065695 from KDE:Frameworks5
OBS-URL: https://build.opensuse.org/request/show/1065695 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/discover?expand=0&rev=127
This commit is contained in:
commit
8fc836973c
@ -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