forked from pool/breeze
Make it possible to reuse spec files for KUF again
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/breeze?expand=0&rev=7
This commit is contained in:
parent
0f5953efd4
commit
97b8c1c5ce
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 21 09:15:37 UTC 2016 - fabian@ritter-vogt.de
|
||||
|
||||
- Use %{_plasma5_version} again, define it if needed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 15:53:55 UTC 2016 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -19,13 +19,14 @@
|
||||
%bcond_without lang
|
||||
Name: breeze
|
||||
Version: 5.7.95
|
||||
%{!?_plasma5_version: %global _plasma5_version %{version}}
|
||||
Release: 0
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 0.0.13
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(KDecoration2) >= %{version}
|
||||
BuildRequires: cmake(KDecoration2) >= %{_plasma5_version}
|
||||
BuildRequires: cmake(KF5ConfigWidgets)
|
||||
BuildRequires: cmake(KF5CoreAddons)
|
||||
BuildRequires: cmake(KF5FrameworkIntegration)
|
||||
@ -33,7 +34,7 @@ BuildRequires: cmake(KF5GuiAddons)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5KCMUtils)
|
||||
BuildRequires: cmake(KF5Package)
|
||||
BuildRequires: cmake(KF5Wayland) >= %{version}
|
||||
BuildRequires: cmake(KF5Wayland) >= %{_plasma5_version}
|
||||
BuildRequires: cmake(KF5WindowSystem)
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
|
||||
|
Loading…
Reference in New Issue
Block a user