OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=19
This commit is contained in:
parent
f33ea2dfe7
commit
38d9fc77dc
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 4 01:14:44 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 4.99.0
|
||||
* API improvements and cleanups
|
||||
* Buildsystem fixes
|
||||
* For more details please see:
|
||||
http://www.kde.org/announcements/announce-frameworks5-beta2.php
|
||||
- BuildRequire libQt5Gui-private-headers-devel >= 5.2.0, as rest
|
||||
of Qt modules
|
||||
- Require kde-oxygen-fonts, it is now official font of KDE Workspaces
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 29 19:47:19 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
@ -6,9 +18,6 @@ Sat Mar 29 19:47:19 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
* Buildsystem fixes
|
||||
* For more details please see:
|
||||
http://www.kde.org/announcements/announce-frameworks5-beta1.php
|
||||
- BuildRequire libQt5Gui-private-headers-devel >= 5.2.0, as rest
|
||||
of Qt modules
|
||||
- Require kde-oxygen-fonts, it is now official font of KDE Workspaces
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 4 16:38:04 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
@ -18,10 +18,10 @@
|
||||
|
||||
%define lname libKF5Style5
|
||||
Name: frameworkintegration
|
||||
Version: 4.98.0
|
||||
Version: 4.99.0
|
||||
Release: 0
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 0.0.12
|
||||
BuildRequires: extra-cmake-modules >= 0.0.13
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kconfig-devel >= %{_kf5_version}
|
||||
BuildRequires: kconfigwidgets-devel >= %{_kf5_version}
|
||||
@ -31,12 +31,11 @@ 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: libQt5Gui-private-headers-devel
|
||||
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
Requires: kde-oxygen-fonts
|
||||
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
|
||||
License: LGPL-2.1+
|
||||
Group: System/GUI/KDE
|
||||
@ -97,10 +96,8 @@ Applications do not need to link to this directly. Development files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING* README*
|
||||
%{_kf5_libdir}/libKF5Style.so.*
|
||||
%{_kf5_datadir}/kf5/
|
||||
%{_kf5_plugindir}/FrameworkIntegrationPlugin.so
|
||||
%dir %{_qt5_plugindir}/platformthemes
|
||||
%{_qt5_plugindir}/platformthemes/KDEPlatformTheme.so
|
||||
%{_kf5_datadir}/infopage/
|
||||
%{_kf5_plugindir}/
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user