Luca Beltrame 2018-05-21 09:07:08 +00:00 committed by Git OBS Bridge
parent f21b991a05
commit ad193451a9
4 changed files with 19 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat May 19 14:16:35 CEST 2018 - fabian@ritter-vogt.de
- Update to 5.12.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.12.90.php
- Changes since 5.12.5:
* Make sure there are less unnecessary changed() emissions (kde#388126)
* Use new connect syntax
-------------------------------------------------------------------
Wed May 2 09:06:33 CEST 2018 - fabian@ritter-vogt.de

View File

@ -18,15 +18,15 @@
%bcond_without lang
Name: kde-gtk-config5
Version: 5.12.5
Version: 5.12.90
Release: 0
Summary: KCM Module to Configure GTK2 and GTK3 Applications Appearance Under KDE
License: LGPL-3.0+ and GPL-3.0+
Group: System/GUI/KDE
Url: http://projects.kde.org/kde-gtk-config
Source: http://download.kde.org/stable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz
Source1: gtkrc-2.0-kde4.template
Source2: gtk3-settings.ini-kde4.template
Source: http://download.kde.org/unstable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= 0.0.9
BuildRequires: kf5-filesystem
BuildRequires: xz
@ -100,8 +100,7 @@ install -Dpm 0644 %{SOURCE1} %{buildroot}%{_kf5_sharedir}/%{name}/gtkrc-2.0-kde4
install -Dpm 0644 %{SOURCE2} %{buildroot}%{_kf5_sharedir}/%{name}/gtk3-settings.ini-kde4.template
%files
%defattr(-,root,root)
%doc COPYING*
%license COPYING*
%{_kf5_sharedir}/%{name}/
%config %{_kf5_configdir}/cgctheme.knsrc
%config %{_kf5_configdir}/cgcgtk3.knsrc
@ -113,12 +112,12 @@ install -Dpm 0644 %{SOURCE2} %{buildroot}%{_kf5_sharedir}/%{name}/gtk3-settings.
%{_kf5_sharedir}/icons/hicolor/*/*/*.*
%files gtk2
%doc COPYING*
%license COPYING*
%{_kf5_libdir}/libexec/gtk_preview
%{_kf5_libdir}/libexec/reload_gtk_apps
%files gtk3
%doc COPYING*
%license COPYING*
%{_kf5_libdir}/libexec/gtk3_preview
%if %{with lang}