rpms/gnome-panel/devel gnome-panel-2.21.92-about-this-computer.patch, NONE, 1.1 gnome-panel.spec, 1.273, 1.274

Will Woods (wwoods) fedora-extras-commits at redhat.com
Sun Mar 9 21:26:16 UTC 2008


Author: wwoods

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

Modified Files:
	gnome-panel.spec 
Added Files:
	gnome-panel-2.21.92-about-this-computer.patch 
Log Message:
add about-this-computer patch

gnome-panel-2.21.92-about-this-computer.patch:

--- NEW FILE gnome-panel-2.21.92-about-this-computer.patch ---
diff -up gnome-panel-2.21.92/gnome-panel/panel-menu-items.c.about-this-computer gnome-panel-2.21.92/gnome-panel/panel-menu-items.c
--- gnome-panel-2.21.92/gnome-panel/panel-menu-items.c.about-this-computer	2008-03-08 14:35:22.000000000 -0500
+++ gnome-panel-2.21.92/gnome-panel/panel-menu-items.c	2008-03-09 16:48:07.000000000 -0400
@@ -1128,6 +1128,8 @@ panel_desktop_menu_item_append_menu (Gtk
 	panel_menu_items_append_from_desktop (menu, "gnome-yelp.desktop", NULL);
 	panel_menu_items_append_from_desktop (menu, "gnome-about.desktop", NULL);
 	panel_menu_items_append_from_desktop (menu, "about-fedora.desktop", NULL);
+	if (panel_has_desktop_file ("about-this-computer.desktop"))
+		panel_menu_items_append_from_desktop (menu, "about-this-computer.desktop", NULL);
 
 	if (parent->priv->append_lock_logout)
 		panel_menu_items_append_lock_logout (menu);


Index: gnome-panel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-panel/devel/gnome-panel.spec,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -r1.273 -r1.274
--- gnome-panel.spec	4 Mar 2008 01:29:05 -0000	1.273
+++ gnome-panel.spec	9 Mar 2008 21:25:43 -0000	1.274
@@ -22,7 +22,7 @@
 Summary: GNOME panel
 Name: gnome-panel
 Version: 2.21.92
-Release: 5%{?dist}
+Release: 6%{?dist}
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/gnome-panel/2.21/%{name}-%{version}.tar.bz2
 
@@ -94,6 +94,7 @@
 # Drop this patch for now, it should have AT LEAST been moved
 # to an upstream bugzilla by now
 #Patch6: gnome-panel-2.16.0-compiz-support.patch
+Patch7: gnome-panel-2.21.92-about-this-computer.patch
 
 # the next three patches belong together
 # http://bugzilla.gnome.org/show_bug.cgi?id=470966
@@ -157,6 +158,7 @@
 %patch3 -p1 -b .switch-user
 %patch4 -p1 -b .search
 #%patch6 -p0 -b .compiz-support
+%patch7 -p1 -b .about-this-computer
 %patch8 -p1 -b .launcher-desktop-files
 %patch9 -p1 -b .desktop-file-monitoring
 %patch10 -p1 -b .preferred-apps
@@ -351,6 +353,9 @@
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Sat Mar  8 2008 Will Woods <wwoods at redhat.com> - 2.21.92-6
+- Add "About This Computer" item to System menu if it exists
+
 * Mon Mar  3 2008 Matthias Clasen <mclasen at redhat.com> - 2.21.92-5
 - Fix a redraw problem with the clock map
 




More information about the fedora-extras-commits mailing list