1
0
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

@@ -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}