Accepting request 351489 from home:enzokiel:branches:KDE:Extra

Use cmake() for kf5 and qt5 BuildRequires

OBS-URL: https://build.opensuse.org/request/show/351489
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/diskmonitor?expand=0&rev=2
This commit is contained in:
Raymond Wooninck 2016-01-02 08:46:29 +00:00 committed by Git OBS Bridge
parent e26fa19a4e
commit f46467590f
2 changed files with 16 additions and 11 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 31 15:52:37 UTC 2015 - joerg.lorenzen@ki.tng.de
- Use cmake() for kf5 and qt5 BuildRequires.
-------------------------------------------------------------------
Wed Apr 08 10:22:27 UTC 2015 - joerg.lorenzen@ki.tng.de

View File

@ -27,17 +27,17 @@ Patch1: diskmonitor-desktop.patch
Patch2: diskmonitor-installdirs.patch
License: GPL-2.0
Group: Hardware/Other
BuildRequires: kconfigwidgets-devel
BuildRequires: kcoreaddons-devel
BuildRequires: ki18n-devel
BuildRequires: kiconthemes-devel
BuildRequires: knotifications-devel
BuildRequires: kxmlgui-devel
BuildRequires: plasma-framework-devel
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5Notifications)
BuildRequires: cmake(KF5Plasma)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5DBus)
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: extra-cmake-modules
BuildRequires: update-desktop-files
BuildRequires: unzip