Accepting request 799436 from KDE:Applications
OBS-URL: https://build.opensuse.org/request/show/799436 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juk?expand=0&rev=99
This commit is contained in:
commit
66ef8b946f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 1 07:59:18 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>
|
||||||
|
|
||||||
|
- Add cmake(KF5ItemModels) BuildRequires on Leap 15 to fix build
|
||||||
|
(needed when building with Qt < 5.13.0)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 23 12:21:58 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
Thu Apr 23 12:21:58 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
4
juk.spec
4
juk.spec
@ -40,6 +40,10 @@ BuildRequires: cmake(KF5DocTools)
|
|||||||
BuildRequires: cmake(KF5GlobalAccel)
|
BuildRequires: cmake(KF5GlobalAccel)
|
||||||
BuildRequires: cmake(KF5I18n)
|
BuildRequires: cmake(KF5I18n)
|
||||||
BuildRequires: cmake(KF5IconThemes)
|
BuildRequires: cmake(KF5IconThemes)
|
||||||
|
%if 0%{?suse_version} == 1500
|
||||||
|
# Needed when building with Qt < 5.13.0
|
||||||
|
BuildRequires: cmake(KF5ItemModels)
|
||||||
|
%endif
|
||||||
BuildRequires: cmake(KF5JobWidgets)
|
BuildRequires: cmake(KF5JobWidgets)
|
||||||
BuildRequires: cmake(KF5KIO)
|
BuildRequires: cmake(KF5KIO)
|
||||||
BuildRequires: cmake(KF5Notifications)
|
BuildRequires: cmake(KF5Notifications)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user