|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: Base gnome icons
|
|
|
|
|
Name: gnome-icon-theme
|
|
|
|
|
Version: 2.12.0
|
|
|
|
|
Release: 1
|
|
|
|
|
Release: 2
|
|
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
|
Source1: external-icons-2.10.1-2.tar.gz
|
|
|
|
|
License: GPL
|
|
|
|
@ -77,8 +77,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%post
|
|
|
|
|
for dir in /usr/share/icons/*; do
|
|
|
|
|
if test -d "$dir"; then
|
|
|
|
|
if test -f "$dir/index.theme"; then
|
|
|
|
|
/usr/bin/gtk-update-icon-cache --quiet $dir
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
@ -88,6 +90,10 @@ done
|
|
|
|
|
%{_datadir}/pkgconfig/gnome-icon-theme.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Oct 1 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-2
|
|
|
|
|
- Only call gtk-update-icon-cache on directories which have a
|
|
|
|
|
theme index file
|
|
|
|
|
|
|
|
|
|
* Thu Sep 8 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
|
|
|
|
|
- update to 2.12.0
|
|
|
|
|
|
|
|
|
|