rpms/gnome-icon-theme/devel window.png, NONE, 1.1 gnome-icon-theme.spec, 1.101, 1.102

Matthias Clasen mclasen at fedoraproject.org
Wed Mar 18 02:37:04 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-icon-theme/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11919

Modified Files:
	gnome-icon-theme.spec 
Added Files:
	window.png 
Log Message:
Add a window icon



Index: gnome-icon-theme.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-icon-theme/devel/gnome-icon-theme.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- gnome-icon-theme.spec	17 Mar 2009 01:12:00 -0000	1.101
+++ gnome-icon-theme.spec	18 Mar 2009 02:36:34 -0000	1.102
@@ -1,10 +1,11 @@
 Summary: GNOME icon theme
 Name: gnome-icon-theme
 Version: 2.26.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Source0: http://download.gnome.org/sources/gnome-icon-theme/2.26/%{name}-%{version}.tar.bz2
 Source1: gnome-icon-theme-extra-device-icons-5.tar.bz2
 Source2: legacy-icon-mapping.xml
+Source3: window.png
 License: GPL+
 BuildArch: noarch
 Group: User Interface/Desktops
@@ -34,30 +35,6 @@
 ## remove these bogus files
 rm -rf $RPM_BUILD_ROOT/usr/share/locale/*
 
-## create symlinks so the all icon themes know some extra icons we've added
-%if 0
-# don't do this in unstable rawhide, so we can gauge how much of this
-# is actually needed
-for i in 24x24; do
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$i/apps
-cd $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$i/apps
-
-ln -s ../../../gnome/$i/categories/applications-development.png redhat-programming.png
-ln -s ../../../gnome/$i/categories/applications-multimedia.png redhat-sound_video.png
-ln -s ../../../gnome/$i/categories/applications-accessories.png redhat-accessories.png
-ln -s ../../../gnome/$i/categories/applications-graphics.png redhat-graphics.png
-ln -s ../../../gnome/$i/categories/applications-internet.png redhat-internet.png
-ln -s ../../../gnome/$i/categories/applications-office.png redhat-office.png
-ln -s ../../../gnome/$i/categories/applications-games.png redhat-games.png
-ln -s ../../../gnome/$i/categories/preferences-desktop.png redhat-preferences.png
-ln -s ../../../gnome/$i/categories/preferences-system.png redhat-system_settings.png
-ln -s ../../../gnome/$i/categories/preferences-system.png redhat-server_settings.png
-ln -s ../../../gnome/$i/categories/preferences-system.png redhat-system_tools.png
-ln -s ../../../gnome/$i/places/start-here.png redhat-starthere.png
-ln -s ../../../gnome/$i/places/user-home.png redhat-home.png
-done
-%endif
-
 # create symlinks for gtk stock icons, these are not really 'legacy'
 # this uses the legacy-icon-mapping.xml file in cvs
 cd $RPM_BUILD_ROOT/usr/share/icons/gnome
@@ -77,6 +54,8 @@
 
 tar xj -C $RPM_BUILD_ROOT/usr/share/icons/gnome -f %{SOURCE1}
 
+cp %{SOURCE3} $RPM_BUILD_ROOT/usr/share/icons/gnome/16x16/apps
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -97,6 +76,9 @@
 %{_datadir}/pkgconfig/gnome-icon-theme.pc
 
 %changelog
+* Tue Mar 17 2009 Matthias Clasen <mclasen at redhat.com> - 2.26.0-2
+- Add a window icon so we don't show missing icons in window frames
+
 * Mon Mar 16 2009 Matthias Clasen <mclasen at redhat.com> - 2.26.0-1
 - Update to 2.26.0
 




More information about the fedora-extras-commits mailing list