rpms/gnome-panel/devel icon-names.patch, NONE, 1.1 gnome-panel.spec, 1.306, 1.307

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Wed Jul 9 21:00:12 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gnome-panel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18456

Modified Files:
	gnome-panel.spec 
Added Files:
	icon-names.patch 
Log Message:
use standard icon names


icon-names.patch:

--- NEW FILE icon-names.patch ---
diff -up gnome-panel-2.23.4/gnome-panel/panel-icon-names.h.icon-names gnome-panel-2.23.4/gnome-panel/panel-icon-names.h
--- gnome-panel-2.23.4/gnome-panel/panel-icon-names.h.icon-names	2008-07-09 15:22:29.000000000 -0400
+++ gnome-panel-2.23.4/gnome-panel/panel-icon-names.h	2008-07-09 15:22:43.000000000 -0400
@@ -25,7 +25,7 @@
 #define PANEL_ICON_SEPARATOR		"gnome-panel-separator"
 #define PANEL_ICON_SAVED_SEARCH		"folder-saved-search"
 #define PANEL_ICON_SEARCHTOOL		"system-search"
-#define PANEL_ICON_SHUTDOWN		"gnome-shutdown"
+#define PANEL_ICON_SHUTDOWN		"system-shutdown"
 #define PANEL_ICON_THEME		"preferences-desktop-theme"
 #define PANEL_ICON_TRASH		"user-trash"
 #define PANEL_ICON_UNKNOWN		"image-missing"


Index: gnome-panel.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-panel/devel/gnome-panel.spec,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -r1.306 -r1.307
--- gnome-panel.spec	8 Jul 2008 17:17:54 -0000	1.306
+++ gnome-panel.spec	9 Jul 2008 20:59:14 -0000	1.307
@@ -23,7 +23,7 @@
 Summary: GNOME panel
 Name: gnome-panel
 Version: 2.23.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/gnome-panel/2.23/%{name}-%{version}.tar.bz2
 
@@ -119,6 +119,9 @@
 
 Patch35: clock-wakeups.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=542257
+Patch47: icon-names.patch
+
 Conflicts: gnome-power-manager < 2.15.3
 
 %description
@@ -168,6 +171,7 @@
 %patch33 -p1 -b .use-gio
 %patch34 -p1 -b .launch-with-gio
 %patch35 -p1 -b .clock-wakeups
+%patch47 -p1 -b .icon-names
 
 . %{SOURCE6}
 
@@ -352,6 +356,9 @@
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Wed Jul  9 2008 Matthias Clasen  <mclasen at redhat.com> - 2.23.4-3
+- Use more standard icon names
+
 * Tue Jul  8 2008 Matthias Clasen  <mclasen at redhat.com> - 2.23.4-2
 - Fix debuginfo generation
 




More information about the fedora-extras-commits mailing list