rpms/gnome-icon-theme/FC-6 gnome-icon-theme.spec,1.59,1.60

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 28 16:27:42 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/gnome-icon-theme/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv32400

Modified Files:
	gnome-icon-theme.spec 
Log Message:
fix a dobeyism



Index: gnome-icon-theme.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-icon-theme/FC-6/gnome-icon-theme.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- gnome-icon-theme.spec	4 Oct 2006 18:30:42 -0000	1.59
+++ gnome-icon-theme.spec	28 Nov 2006 16:27:40 -0000	1.60
@@ -1,7 +1,7 @@
 Summary: Base gnome icons
 Name: gnome-icon-theme
 Version: 2.16.0.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Source0: %{name}-%{version}.tar.bz2
 License: GPL
 BuildArch: noarch
@@ -34,6 +34,15 @@
 
 rm -rf $RPM_BUILD_ROOT/usr/share/icons/gnome/*/apps/susehelpcenter.*
 
+## correct some bogus symlinks created by icon-naming-utils
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=217090
+rm $RPM_BUILD_ROOT/usr/share/icons/gnome/*/emblems/stock_mail-priority-high.*
+for i in 16x16 24x24; do
+  pushd $RPM_BUILD_ROOT/usr/share/icons/gnome/$i/stock/net
+  ln -s ../../emblems/emblem-important.png stock_mail-priority-high.png
+  popd
+done
+
 ## create some missing icons
 cd $RPM_BUILD_ROOT%{_datadir}/icons/gnome
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/gnome/48x48/places
@@ -84,6 +93,9 @@
 %{_datadir}/pkgconfig/gnome-icon-theme.pc
 
 %changelog
+* Tue Nov 28 2006 Matthias Clasen <mclasen at redhat.com> - 2.16.0.1-3
+- Fix duplicate emblems in nautilus (#217090)
+
 * Wed Oct  4 2006 Matthias Clasen <mclasen at redhat.com> - 2.16.0.1-2
 - Fix broken symlinks (#208399)
 




More information about the fedora-cvs-commits mailing list