Accepting request 632645 from home:wolfi323:branches:KDE:Extra
- BuildRequire QtWebKit only when building without QtWebEngine, it's not used at all otherwise - Don't run %suse_update_desktop_file on kbibtexpart.desktop, it's not part of the application menu and is not supposed to have a category OBS-URL: https://build.opensuse.org/request/show/632645 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kbibtex?expand=0&rev=39
This commit is contained in:
parent
96bf2d4030
commit
825835e12f
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 1 11:31:00 UTC 2018 - wbauer@tmo.at
|
||||
|
||||
- BuildRequire QtWebKit only when building without QtWebEngine,
|
||||
it's not used at all otherwise
|
||||
- Don't run %suse_update_desktop_file on kbibtexpart.desktop, it's
|
||||
not part of the application menu and is not supposed to have a
|
||||
category
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 29 11:28:07 UTC 2018 - cornelis@solcon.nl
|
||||
|
||||
@ -12,7 +21,7 @@ Fri Jun 29 10:34:01 UTC 2018 - cornelis@solcon.nl
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 24 19:32:50 UTC 2018 - wbauer@tmo.at
|
||||
|
||||
- Updata to 0.8.1 (0.8 final release)
|
||||
- Update to 0.8.1 (0.8 final release)
|
||||
* no code changes since 0.8rc1 (0.8.0 was not released due to a
|
||||
bug when computing the version number in CMakeLists.txt)
|
||||
- Only build with QtWebEngine on platforms where it is available
|
||||
|
@ -34,8 +34,9 @@ BuildRequires: pkgconfig(Qt5Network)
|
||||
# Only include WebEngine for platforms that support it
|
||||
%ifarch %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||
BuildRequires: pkgconfig(Qt5WebEngineWidgets)
|
||||
%endif
|
||||
%else
|
||||
BuildRequires: pkgconfig(Qt5WebKitWidgets)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5XmlPatterns)
|
||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||
@ -90,7 +91,6 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
%make_install -C build
|
||||
%suse_update_desktop_file org.kde.kbibtex Office Database
|
||||
%suse_update_desktop_file %{buildroot}/%{_kf5_servicesdir}/kbibtexpart.desktop Office Database
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user