rpms/redhat-artwork/FC-6 redhat-artwork.spec,1.161,1.162

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Nov 10 16:27:21 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/redhat-artwork/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv11075

Modified Files:
	redhat-artwork.spec 
Log Message:
fix trash icon



Index: redhat-artwork.spec
===================================================================
RCS file: /cvs/dist/rpms/redhat-artwork/FC-6/redhat-artwork.spec,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- redhat-artwork.spec	14 Oct 2006 05:55:08 -0000	1.161
+++ redhat-artwork.spec	10 Nov 2006 16:27:19 -0000	1.162
@@ -4,7 +4,7 @@
 Summary: Artwork for Red Hat default look-and-feel
 Name: redhat-artwork
 Version: 5.0.8
-Release: 2%{?dist} 
+Release: 3%{?dist} 
 URL: http://www.redhat.com
 Source0: %{name}-%{version}.tar.gz
 Source1: post-install-fixup.sh
@@ -225,6 +225,11 @@
 # link icon-naming spec names to bluecurve ones
 pushd $RPM_BUILD_ROOT%{_datadir}/icons/Bluecurve/
   for s in 16x16 20x20 24x24 32x32 36x36 48x48 64x64 96x96; do
+    if pushd $s/filesystems/ >&/dev/null; then
+      ln_icon gnome-fs-trash-empty user-trash
+      ln_icon gnome-fs-trash-full user-trash-full
+      popd
+    fi
     if pushd $s/stock/ >&/dev/null; then
       ln_icon stock-properties document-properties
       ln_icon stock-find-and-replace edit-find-and-replace
@@ -383,6 +388,9 @@
 %config %{_sysconfdir}/gtk-2.0/gtkrc
 
 %changelog
+* Thu Nov  9 2006 Matthias Clasen <mclasen at redhat.com> 5.0.8-3
+- Make sure the trash applet uses the right icon
+
 * Sat Oct 14 2006 Matthias Clasen <mclasen at redhat.com> 5.0.8-2
 - Improve coverage of Bluecurve 
 




More information about the fedora-cvs-commits mailing list