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:
Dominique Leuenberger 2020-05-02 20:16:47 +00:00 committed by Git OBS Bridge
commit 66ef8b946f
2 changed files with 10 additions and 0 deletions

View File

@ -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>

View File

@ -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)