tango-icon-theme/tango-icon-theme.spec

71 lines
2.2 KiB
RPMSpec

Name: tango-icon-theme
Version: 0.8.90
Release: 4mamba
Summary: An icon theme based upon a standardized icon naming specification
Group: Graphical Desktop/Look 'n' feel/Themes
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://tango.freedesktop.org/Tango_Icon_Library
Source: http://tango.freedesktop.org/releases/tango-icon-theme-%{version}.tar.gz
Source2: openmamba-16x16.png
Source3: openmamba-22x22.png
Source4: openmamba-24x24.png
Source5: openmamba-32x32.png
#Source6: openmamba-48x48.png
Source7: openmamba.svgz
License: GPL
Requires: icon-naming-utils
%description
An icon theme based upon a standardized icon naming specification.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
install -m0644 %{S:2} %{buildroot}%{_datadir}/icons/Tango/16x16/places/start-here.png
install -m0644 %{S:3} %{buildroot}%{_datadir}/icons/Tango/22x22/places/start-here.png
install -m0644 %{S:4} %{buildroot}%{_datadir}/icons/Tango/24x24/places/start-here.png
install -m0644 %{S:5} %{buildroot}%{_datadir}/icons/Tango/32x32/places/start-here.png
#install -m0644 %{S:6} %{buildroot}%{_datadir}/icons/Tango/48x48/places/gnome-main-menu.png
install -m0644 %{S:7} %{buildroot}%{_datadir}/icons/Tango/scalable/places/start-here.svg
%post
gtk-update-icon-cache %{_datadir}/icons/Tango &>/dev/null
:
%postun
gtk-update-icon-cache %{_datadir}/icons/Tango &>/dev/null
:
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%dir %{_datadir}/icons/Tango
%{_datadir}/icons/Tango/*
%doc AUTHORS COPYING ChangeLog README
%changelog
* Fri Oct 27 2023 Automatic Build System <autodist@mambasoft.it> 0.8.90-4mamba
- automatic rebuild by autodist
* Sat Sep 24 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.90-3mamba
- replce start-here icons with openmamba logo
* Fri Dec 03 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.90-2mamba
- update icon cache
* Fri Dec 03 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.90-1mamba
- package created by autospec