Name: kde-gtk-config Version: 2.1.1 Release: 1%{?dist} Summary: KCM module to configure GTK2 and GTK3 applications appearance under KDE License: LGPLv3+ and GPLv3+ URL: https://projects.kde.org/projects/extragear/base/%{name} Source0: ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2 BuildRequires: gtk2-devel BuildRequires: gtk3-devel BuildRequires: kdelibs-devel %description kde-gtk-config is a KCM module to configure GTK2 and GTK3 applications appearance 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. %prep %setup -q %build mkdir -p %{_target_platform} pushd %{_target_platform} %{cmake_kde4} .. popd make %{?_smp_mflags} -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang %{name} %files -f %{name}.lang %doc COPYING ChangeLog README %{_kde4_appsdir}/kcm-gtk-module/ %{_kde4_bindir}/gtk_preview %{_kde4_bindir}/gtk3_preview %{_kde4_bindir}/reload_gtk_apps %{_kde4_configdir}/*.knsrc %{_kde4_datadir}/kde4/services/%{name}.desktop %{_kde4_iconsdir}/hicolor/*x*/apps/gtkconfig.png %{_kde4_libdir}/kde4/kcm_cgc.so %changelog * Sun Dec 23 2012 Mario Blättermann 2.1.1-1 - Initial package