rpms/gnome-applets/devel gnome-applets-null-battstat.patch,1.5,1.6

Matthias Clasen mclasen at fedoraproject.org
Mon Apr 13 04:35:07 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-applets/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24866

Modified Files:
	gnome-applets-null-battstat.patch 
Log Message:
fix patch


gnome-applets-null-battstat.patch:

Index: gnome-applets-null-battstat.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applets/devel/gnome-applets-null-battstat.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnome-applets-null-battstat.patch	4 Feb 2009 02:07:48 -0000	1.5
+++ gnome-applets-null-battstat.patch	13 Apr 2009 04:35:05 -0000	1.6
@@ -1,6 +1,6 @@
-diff -up /dev/null gnome-applets-2.25.90/null_applet/GNOME_BattstatApplet.server.in
---- /dev/null	2009-02-03 19:10:33.912072100 -0500
-+++ gnome-applets-2.25.90/null_applet/GNOME_BattstatApplet.server.in	2009-02-03 20:59:23.000000000 -0500
+diff -up /dev/null gnome-applets-2.26.1/null_applet/GNOME_BattstatApplet.server.in
+--- /dev/null	2009-04-12 17:29:07.367057280 -0400
++++ gnome-applets-2.26.1/null_applet/GNOME_BattstatApplet.server.in	2009-04-13 00:29:58.095336633 -0400
 @@ -0,0 +1,22 @@
 +<oaf_info>
 +
@@ -24,9 +24,9 @@
 +</oaf_server>
 +
 +</oaf_info>
-diff -up gnome-applets-2.25.90/null_applet/Makefile.am.battstat-null gnome-applets-2.25.90/null_applet/Makefile.am
---- gnome-applets-2.25.90/null_applet/Makefile.am.battstat-null	2009-01-26 19:05:02.000000000 -0500
-+++ gnome-applets-2.25.90/null_applet/Makefile.am	2009-02-03 21:04:50.000000000 -0500
+diff -up gnome-applets-2.26.1/null_applet/Makefile.am.battstat-null gnome-applets-2.26.1/null_applet/Makefile.am
+--- gnome-applets-2.26.1/null_applet/Makefile.am.battstat-null	2009-03-16 19:38:50.000000000 -0400
++++ gnome-applets-2.26.1/null_applet/Makefile.am	2009-04-13 00:29:58.096337117 -0400
 @@ -8,6 +8,10 @@ if !BUILD_MIXER_APPLET
  mixer_server_in = GNOME_MixerApplet.server.in
  endif
@@ -47,17 +47,15 @@
  	$(mixer_server_in)
  server_DATA = $(server_in_files:.server.in=.server)
  
-diff -up gnome-applets-2.25.90/null_applet/null_applet.c.battstat-null gnome-applets-2.25.90/null_applet/null_applet.c
---- gnome-applets-2.25.90/null_applet/null_applet.c.battstat-null	2009-01-07 00:22:38.000000000 -0500
-+++ gnome-applets-2.25.90/null_applet/null_applet.c	2009-02-03 20:59:23.000000000 -0500
-@@ -41,7 +41,9 @@ insert_oafiids (GHashTable *hash_table)
+diff -up gnome-applets-2.26.1/null_applet/null_applet.c.battstat-null gnome-applets-2.26.1/null_applet/null_applet.c
+--- gnome-applets-2.26.1/null_applet/null_applet.c.battstat-null	2009-04-12 21:09:18.000000000 -0400
++++ gnome-applets-2.26.1/null_applet/null_applet.c	2009-04-13 00:31:10.112337087 -0400
+@@ -44,6 +44,8 @@ insert_oafiids (GHashTable *hash_table)
+ 			     "OAFIID:GNOME_MixerApplet_Factory", _("Volume Control"));
  	g_hash_table_insert (hash_table,
- 			"OAFIID:GNOME_CDPlayerApplet", "CD Player");
- 	g_hash_table_insert (hash_table,
--			     "OAFIID:GNOME_MixerApplet_Factory", "Volume Control");
-+			"OAFIID:GNOME_BattstatApplet", "Battery Charge Monitor");
-+	g_hash_table_insert (hash_table,
-+			     "OAFIID:GNOME_MixerApplet", "Volume Control");
+ 			     "OAFIID:GNOME_MixerApplet", _("Volume Control"));
++        g_hash_table_insert (hash_table,
++                            "OAFIID:GNOME_BattstatApplet", "Battery Charge Monitor");
  }
  
  static gboolean already_running;




More information about the fedora-extras-commits mailing list