kde-gtk-config/kde-gtk-config.spec

85 lines
2.6 KiB
RPMSpec
Raw Normal View History

Name: kde-gtk-config
Version: 5.3.2
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://www.kde.org
Source: http://download.kde.org/stable/plasma/%{version}/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_kde5
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%config %{_kde5_configdir}/cgcgtk3.knsrc
%config %{_kde5_configdir}/cgcicon.knsrc
%config %{_kde5_configdir}/cgctheme.knsrc
%{_libdir}/qt5/plugins/kcm_kdegtkconfig.so
%{_libexecdir}/gtk3_preview
%{_libexecdir}/gtk_preview
%{_libexecdir}/reload_gtk_apps
%{_kde5_datadir}/kcm-gtk-module/preview.ui
%{_kde5_icondir}/hicolor/48x48/apps/kde-gtk-config.png
%{_kde5_servicesdir}/kde-gtk-config.desktop
%{_datadir}/icons/hicolor/*/apps/kde-gtk-config.png
%{_datadir}/icons/hicolor/scalable/apps/kde-gtk-config.svgz
%changelog
* Wed Jul 01 2015 Automatic Build System <autodist@mambasoft.it> 5.3.2-1mamba
- automatic version update by autodist
* Tue May 26 2015 Automatic Build System <autodist@mambasoft.it> 5.3.1-1mamba
- automatic version update by autodist
* Sat May 09 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.3.0-1mamba
- update to 5.3.0
* 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