Accepting request 912949 from home:cgiboudeaux:branches:KDE:Extra
- Remove the QtWebKit dependency for PowerPC builds. OBS-URL: https://build.opensuse.org/request/show/912949 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kbibtex?expand=0&rev=58
This commit is contained in:
parent
4f1d057c6d
commit
a1dcdc3fa3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 18 14:38:30 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Remove the QtWebKit dependency.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 27 08:16:13 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Thu Aug 27 08:16:13 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -51,8 +51,6 @@ BuildRequires: cmake(Qt5Test)
|
|||||||
# Only include WebEngine for platforms that support it
|
# Only include WebEngine for platforms that support it
|
||||||
%ifarch %{ix86} x86_64 %{arm} aarch64 mips mips64
|
%ifarch %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||||
BuildRequires: cmake(Qt5WebEngineWidgets)
|
BuildRequires: cmake(Qt5WebEngineWidgets)
|
||||||
%else
|
|
||||||
BuildRequires: cmake(Qt5WebKitWidgets)
|
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: cmake(Qt5Widgets)
|
BuildRequires: cmake(Qt5Widgets)
|
||||||
BuildRequires: cmake(Qt5XmlPatterns)
|
BuildRequires: cmake(Qt5XmlPatterns)
|
||||||
@ -60,7 +58,6 @@ Requires(post): desktop-file-utils
|
|||||||
Requires(post): shared-mime-info
|
Requires(post): shared-mime-info
|
||||||
Requires(postun): desktop-file-utils
|
Requires(postun): desktop-file-utils
|
||||||
Requires(postun): shared-mime-info
|
Requires(postun): shared-mime-info
|
||||||
Recommends: %{name}-lang
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KBibTeX is a BibTeX editor by KDE to edit bibliographies used with
|
KBibTeX is a BibTeX editor by KDE to edit bibliographies used with
|
||||||
@ -100,11 +97,11 @@ This package contains the devel files for %{name}.
|
|||||||
%files
|
%files
|
||||||
%doc ChangeLog
|
%doc ChangeLog
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%config %{_kf5_configdir}/kbibtexrc
|
|
||||||
%dir %{_kf5_appstreamdir}
|
%dir %{_kf5_appstreamdir}
|
||||||
%{_kf5_applicationsdir}/org.kde.kbibtex.desktop
|
%{_kf5_applicationsdir}/org.kde.kbibtex.desktop
|
||||||
%{_kf5_appstreamdir}/org.kde.kbibtex.appdata.xml
|
%{_kf5_appstreamdir}/org.kde.kbibtex.appdata.xml
|
||||||
%{_kf5_bindir}/kbibtex
|
%{_kf5_bindir}/kbibtex
|
||||||
|
%{_kf5_configdir}/kbibtexrc
|
||||||
%{_kf5_htmldir}/*/kbibtex/
|
%{_kf5_htmldir}/*/kbibtex/
|
||||||
%{_kf5_iconsdir}/hicolor/*/apps/kbibtex.png
|
%{_kf5_iconsdir}/hicolor/*/apps/kbibtex.png
|
||||||
%{_kf5_kxmlguidir}/kbibtex/
|
%{_kf5_kxmlguidir}/kbibtex/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user