- Only BuildRequire Qt WebEngine if available
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kio-extras5?expand=0&rev=59
This commit is contained in:
parent
38adafad0e
commit
e56be84a07
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 14 08:16:57 UTC 2017 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Only BuildRequire Qt WebEngine if available
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 11 22:45:36 UTC 2017 - christophe@krop.fr
|
Fri Aug 11 22:45:36 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
@ -68,17 +68,17 @@ BuildRequires: pkgconfig(bzip2)
|
|||||||
BuildRequires: pkgconfig(exiv2)
|
BuildRequires: pkgconfig(exiv2)
|
||||||
BuildRequires: pkgconfig(smbclient)
|
BuildRequires: pkgconfig(smbclient)
|
||||||
%if 0%{?suse_version} >= 1330
|
%if 0%{?suse_version} >= 1330
|
||||||
|
%ifarch %ix86 x86_64 %arm aarch64 mips mips64
|
||||||
BuildRequires: pkgconfig(Qt5WebEngineWidgets) >= 5.7.0
|
BuildRequires: pkgconfig(Qt5WebEngineWidgets) >= 5.7.0
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
Recommends: kimageformats
|
Recommends: kimageformats
|
||||||
# we want some imageformats in
|
# we want some imageformats in
|
||||||
Recommends: libqt5-qtimageformats
|
Recommends: libqt5-qtimageformats
|
||||||
#BuildRequires: update-desktop-files
|
#BuildRequires: update-desktop-files
|
||||||
Provides: kfileaudiopreview = 4.100.0
|
Provides: kfileaudiopreview = 4.100.0
|
||||||
Obsoletes: kfileaudiopreview < 4.100.0
|
Obsoletes: kfileaudiopreview < 4.100.0
|
||||||
%if %{with lang}
|
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%endif
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user