forked from pool/frameworkintegration
Accepting request 233138 from KDE:Frameworks5
Update to 4.99.0 OBS-URL: https://build.opensuse.org/request/show/233138 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/frameworkintegration?expand=0&rev=3
This commit is contained in:
commit
ae1f50636a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f6f28c0f23d59c7322d5886452c14fc6a1695dee8f74823b12e0044b98485d3c
|
|
||||||
size 1740232
|
|
3
frameworkintegration-4.99.0.tar.xz
Normal file
3
frameworkintegration-4.99.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:86c88f3c2a50bd510e65be4842e6962ceb257e02c619e6942cf426c65390088d
|
||||||
|
size 1755400
|
@ -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
|
Sat Mar 29 19:47:19 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define lname libKF5Style5
|
%define lname libKF5Style5
|
||||||
Name: frameworkintegration
|
Name: frameworkintegration
|
||||||
Version: 4.98.0
|
Version: 4.99.0
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: extra-cmake-modules >= 0.0.12
|
BuildRequires: extra-cmake-modules >= 0.0.13
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kconfig-devel >= %{_kf5_version}
|
BuildRequires: kconfig-devel >= %{_kf5_version}
|
||||||
BuildRequires: kconfigwidgets-devel >= %{_kf5_version}
|
BuildRequires: kconfigwidgets-devel >= %{_kf5_version}
|
||||||
@ -31,11 +31,12 @@ BuildRequires: kiconthemes-devel >= %{_kf5_version}
|
|||||||
BuildRequires: kio-devel >= %{_kf5_version}
|
BuildRequires: kio-devel >= %{_kf5_version}
|
||||||
BuildRequires: knotifications-devel >= %{_kf5_version}
|
BuildRequires: knotifications-devel >= %{_kf5_version}
|
||||||
BuildRequires: kwidgetsaddons-devel >= %{_kf5_version}
|
BuildRequires: kwidgetsaddons-devel >= %{_kf5_version}
|
||||||
BuildRequires: libQt5Gui-private-headers-devel
|
BuildRequires: libQt5Gui-private-headers-devel >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb)
|
||||||
|
Requires: kde-oxygen-fonts
|
||||||
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
|
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
@ -96,10 +97,8 @@ Applications do not need to link to this directly. Development files
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING* README*
|
%doc COPYING* README*
|
||||||
%{_kf5_libdir}/libKF5Style.so.*
|
%{_kf5_libdir}/libKF5Style.so.*
|
||||||
%{_kf5_datadir}/kf5/
|
%{_kf5_datadir}/infopage/
|
||||||
%{_kf5_plugindir}/FrameworkIntegrationPlugin.so
|
%{_kf5_plugindir}/
|
||||||
%dir %{_qt5_plugindir}/platformthemes
|
|
||||||
%{_qt5_plugindir}/platformthemes/KDEPlatformTheme.so
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user