update to 2.2.1 [release 2.2.1-1mamba;Fri Apr 12 2013]
This commit is contained in:
parent
3544668d9b
commit
fbde9c4208
@ -1,2 +1,10 @@
|
|||||||
# kde-gtk-config
|
# kde-gtk-config
|
||||||
|
|
||||||
|
GTK2 and GTK3 Configurator for KDE.
|
||||||
|
Configuration dialog to adapt GTK applications appearance to your taste under KDE. Among its many features, it lets you:
|
||||||
|
- Choose which theme is used for GTK2 and GTK3 applications.
|
||||||
|
- Tweak some GTK applications behaviour.
|
||||||
|
- Select what icon theme to use in GTK applications.
|
||||||
|
- Select GTK applications default fonts.
|
||||||
|
- Easily browse and install new GTK2 and GTK3 themes.
|
||||||
|
|
||||||
|
73
kde-gtk-config.spec
Normal file
73
kde-gtk-config.spec
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
Name: kde-gtk-config
|
||||||
|
Version: 2.2.1
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: GTK2 and GTK3 Configurator for KDE
|
||||||
|
Group: Graphical Desktop/Applications/Configuration
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: https://projects.kde.org/projects/extragear/base/kde-gtk-config
|
||||||
|
Source: ftp://ftp.kde.org/pub/kde/stable/kde-gtk-config/%{version}/src/kde-gtk-config-%{version}.tar.xz
|
||||||
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: kdelibs-devel
|
||||||
|
BuildRequires: libatk-devel
|
||||||
|
BuildRequires: libcairo-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libgtk2-devel
|
||||||
|
BuildRequires: libgtk-devel
|
||||||
|
BuildRequires: libpango-devel
|
||||||
|
BuildRequires: libqt4-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
GTK2 and GTK3 Configurator for KDE.
|
||||||
|
Configuration dialog to adapt GTK applications appearance to your taste under KDE. Among its many features, it lets you:
|
||||||
|
- Choose which theme is used for GTK2 and GTK3 applications.
|
||||||
|
- Tweak some GTK applications behaviour.
|
||||||
|
- Select what icon theme to use in GTK applications.
|
||||||
|
- Select GTK applications default fonts.
|
||||||
|
- Easily browse and install new GTK2 and GTK3 themes.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake_kde4 .
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files -f %{name}.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%config %{_kde4_configdir}/cgcgtk3.knsrc
|
||||||
|
%config %{_kde4_configdir}/cgcicon.knsrc
|
||||||
|
%config %{_kde4_configdir}/cgctheme.knsrc
|
||||||
|
%{_kde4_libexecdir}/gtk3_preview
|
||||||
|
%{_kde4_libexecdir}/gtk_preview
|
||||||
|
%{_kde4_libexecdir}/reload_gtk_apps
|
||||||
|
%{_kde4_libdir}/kde4/kcm_cgc.so
|
||||||
|
%{_kde4_datadir}/kcm-gtk-module/preview.ui
|
||||||
|
%{_kde4_icondir}/hicolor/48x48/apps/kde-gtk-config.png
|
||||||
|
%{_kde4_servicesdir}/kde-gtk-config.desktop
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Apr 12 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.1-1mamba
|
||||||
|
- update to 2.2.1
|
||||||
|
|
||||||
|
* Mon Jun 25 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.git20120625-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user