OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=33
This commit is contained in:
parent
f8923be08c
commit
691b63a2f4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 11 09:48:35 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Define kf5_version within package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 1 21:35:49 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -20,17 +20,18 @@
|
||||
Name: frameworkintegration
|
||||
Version: 5.0.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 1.0.0
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kconfig-devel >= %{_kf5_version}
|
||||
BuildRequires: kconfigwidgets-devel >= %{_kf5_version}
|
||||
BuildRequires: kconfig-devel >= %{kf5_version}
|
||||
BuildRequires: kconfigwidgets-devel >= %{kf5_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: ki18n-devel >= %{_kf5_version}
|
||||
BuildRequires: kiconthemes-devel >= %{_kf5_version}
|
||||
BuildRequires: kio-devel >= %{_kf5_version}
|
||||
BuildRequires: knotifications-devel >= %{_kf5_version}
|
||||
BuildRequires: kwidgetsaddons-devel >= %{_kf5_version}
|
||||
BuildRequires: ki18n-devel >= %{kf5_version}
|
||||
BuildRequires: kiconthemes-devel >= %{kf5_version}
|
||||
BuildRequires: kio-devel >= %{kf5_version}
|
||||
BuildRequires: knotifications-devel >= %{kf5_version}
|
||||
BuildRequires: kwidgetsaddons-devel >= %{kf5_version}
|
||||
BuildRequires: libQt5Gui-private-headers-devel >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
@ -70,8 +71,8 @@ Summary: Plugins responsible for better integration of Qt applications in
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %lname = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: kconfigwidgets-devel >= %{_kf5_version}
|
||||
Requires: kiconthemes-devel >= %{_kf5_version}
|
||||
Requires: kconfigwidgets-devel >= %{kf5_version}
|
||||
Requires: kiconthemes-devel >= %{kf5_version}
|
||||
|
||||
%description devel
|
||||
Framework Integration is a set of plugins responsible for better
|
||||
|
Loading…
Reference in New Issue
Block a user