Accepting request 304356 from KDE:Frameworks5

Update to 5.3.0

OBS-URL: https://build.opensuse.org/request/show/304356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kde-gtk-config5?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2015-05-11 17:29:17 +00:00 committed by Git OBS Bridge
commit 631cc53a61
4 changed files with 34 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b171071cfccb1812a84f97646cb5370bb66de255b29039c6d2cffcc4cedd043
size 139384

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ec14b07880fdb9029e29439e83ab365cda5db3d0fec6219e00a9433569ef2e8
size 143608

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Apr 23 13:27:20 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.3 Final:
* For more details please see:
https://www.kde.org/announcements/plasma-5.3.0.php
- Obsolete KDE4 variant of the package for openSUSE > 13.2
-------------------------------------------------------------------
Sat Apr 11 18:53:33 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.2.95 aka 5.3 beta:
* New feature release
* For more details please see:
https://www.kde.org/announcements/plasma-5.2.95.php
- Update required Qt version to 5.4.0
-------------------------------------------------------------------
Thu Mar 19 17:42:30 UTC 2015 - hrvoje.senjan@gmail.com

View File

@ -16,8 +16,9 @@
#
%bcond_without lang
Name: kde-gtk-config5
Version: 5.2.2
Version: 5.3.0
Release: 0
Summary: KCM Module to Configure GTK2 and GTK3 Applications Appearance Under KDE
License: LGPL-3.0+ and GPL-3.0+
@ -38,13 +39,20 @@ BuildRequires: kiconthemes-devel
BuildRequires: kio-devel
BuildRequires: knewstuff-devel
BuildRequires: xz
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: pkgconfig(Qt5Network) >= 5.4.0
BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
%if %{with lang}
Recommends: %{name}-lang
%endif
%if 0%{?suse_version} > 1320
Provides: kde-gtk-config = %{version}
Obsoletes: kde-gtk-config < %{version}
%else
Conflicts: kde-gtk-config
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -92,8 +100,10 @@ install -Dpm 0644 %{SOURCE3} %{buildroot}%{_kf5_sharedir}/%{name}/gtk3-settings.
%dir %{_kf5_sharedir}/icons/hicolor/8x8/apps
%{_kf5_sharedir}/icons/hicolor/*/*/*.*
%if %{with lang}
%files lang
%defattr(-,root,root)
%{_kf5_localedir}/
%endif
%changelog