From bfb8f4c6748e7f3bfd39ccc2478e85de8631f291 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Jan 27 2005 20:43:01 +0000 Subject: Update to 2.9.90 --- diff --git a/.cvsignore b/.cvsignore index 6060d60..f4f573c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ external-icons.tar.gz gnome-icon-theme-2.7.90.tar.bz2 gnome-icon-theme-2.8.0.tar.bz2 +gnome-icon-theme-2.9.90.tar.bz2 diff --git a/gnome-icon-theme.spec b/gnome-icon-theme.spec index 92ea168..dbfb71f 100644 --- a/gnome-icon-theme.spec +++ b/gnome-icon-theme.spec @@ -1,6 +1,6 @@ Summary: Base gnome icons Name: gnome-icon-theme -Version: 2.8.0 +Version: 2.9.90 Release: 1 Source0: %{name}-%{version}.tar.bz2 Source1: external-icons.tar.gz @@ -9,6 +9,7 @@ BuildArch: noarch Group: User Interface/Desktops BuildRoot: %{_tmppath}/%{name}-root Requires: hicolor-icon-theme +Requires: gtk2 >= 2.6.0 %description Contains the base icons needed by the Gnome desktop environment. @@ -52,6 +53,11 @@ mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gnome-icon-theme.pc $RPM_BUILD_ROOT%{_dat %clean rm -rf $RPM_BUILD_ROOT +%post +for dir in /usr/share/icons/*; do + /usr/bin/gtk-update-icon-cache $dir +done + %files %defattr(-,root,root) %{_datadir}/icons/gnome @@ -59,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pkgconfig/gnome-icon-theme.pc %changelog +* Thu Jan 27 2005 Matthias Clasen - 2.9.90-1 +- Update to 2.9.90 +- Update icon caches in %%post + * Wed Sep 22 2004 Alexander Larsson - 2.8.0-1 - Update to 2.8.0 diff --git a/sources b/sources index 4755342..8c3bd24 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ a3b1ebf869b73ef988c60ece2fb20110 external-icons.tar.gz -7be016337c44c024fb22f7b94b689d7b gnome-icon-theme-2.8.0.tar.bz2 +af667175e872b6a95bac6d28aa35befe gnome-icon-theme-2.9.90.tar.bz2