summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2009-06-18 00:25:20 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2009-06-18 00:25:20 +0000
commit744f63e19dc9b9ef56d0705111441f5c898524e8 (patch)
tree3705776e4b2e959e5f28851f6ed43df5e6ab962e
parenta0cf39fec6e8d2ec9a3df7fe3b4c0ede51009213 (diff)
downloadgnome-applets-744f63e19dc9b9ef56d0705111441f5c898524e8.tar.gz
gnome-applets-744f63e19dc9b9ef56d0705111441f5c898524e8.tar.xz
gnome-applets-744f63e19dc9b9ef56d0705111441f5c898524e8.zip
-rw-r--r--stickynotes-null.patch57
1 files changed, 57 insertions, 0 deletions
diff --git a/stickynotes-null.patch b/stickynotes-null.patch
new file mode 100644
index 0000000..3be27f9
--- /dev/null
+++ b/stickynotes-null.patch
@@ -0,0 +1,57 @@
+diff -up gnome-applets-2.27.3/Makefile.am.stickynotes-null gnome-applets-2.27.3/Makefile.am
+--- gnome-applets-2.27.3/Makefile.am.stickynotes-null 2009-06-03 21:38:36.000000000 -0400
++++ gnome-applets-2.27.3/Makefile.am 2009-06-17 14:53:55.169810518 -0400
+@@ -46,7 +46,6 @@ always_built_SUBDIRS = \
+ geyes \
+ mini-commander \
+ gkb-new \
+- stickynotes \
+ trashapplet \
+ null_applet
+
+diff -up /dev/null gnome-applets-2.27.3/null_applet/GNOME_StickyNotesApplet.server.in
+--- /dev/null 2009-06-17 09:23:25.885275610 -0400
++++ gnome-applets-2.27.3/null_applet/GNOME_StickyNotesApplet.server.in 2009-06-17 15:04:20.931811206 -0400
+@@ -0,0 +1,17 @@
++<?xml version="1.0"?>
++<oaf_info>
++ <oaf_server iid="OAFIID:GNOME_StickyNotesApplet" type="factory" location="OAFIID:GNOME_NullApplet_Factory">
++ <oaf_attribute name="repo_ids" type="stringv">
++ <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
++ <item value="IDL:Bonobo/Control:1.0"/>
++ <item value="IDL:Bonobo/Unknown:1.0"/>
++ </oaf_attribute>
++ <oaf_attribute name="name" type="string" _value="Sticky Notes (Deprecated)"/>
++ <oaf_attribute name="description" type="string" _value="Create, view, and manage sticky notes on the desktop"/>
++ <oaf_attribute name="bugzilla:bugzilla" type="string" value="GNOME"/>
++ <oaf_attribute name="bugzilla:product" type="string" value="gnome-applets"/>
++ <oaf_attribute name="bugzilla:component" type="string" value="stickynotes"/>
++ <oaf_attribute name="bugzilla:other_binaries" type="string" value="stickynotes_applet"/>
++ </oaf_server>
++</oaf_info>
++
+diff -up gnome-applets-2.27.3/null_applet/Makefile.am.stickynotes-null gnome-applets-2.27.3/null_applet/Makefile.am
+--- gnome-applets-2.27.3/null_applet/Makefile.am.stickynotes-null 2009-06-17 14:53:55.151807673 -0400
++++ gnome-applets-2.27.3/null_applet/Makefile.am 2009-06-17 14:53:55.171812401 -0400
+@@ -23,6 +23,7 @@ server_in_files = \
+ GNOME_NullApplet_Factory.server.in \
+ GNOME_CDPlayerApplet.server.in \
+ GNOME_MailcheckApplet_Factory.server.in \
++ GNOME_StickyNotesApplet.server.in \
+ $(battstat_applet) \
+ $(mixer_server_in)
+ server_DATA = $(server_in_files:.server.in=.server)
+diff -up gnome-applets-2.27.3/null_applet/null_applet.c.stickynotes-null gnome-applets-2.27.3/null_applet/null_applet.c
+--- gnome-applets-2.27.3/null_applet/null_applet.c.stickynotes-null 2009-06-17 14:53:55.152817798 -0400
++++ gnome-applets-2.27.3/null_applet/null_applet.c 2009-06-17 14:53:55.173825460 -0400
+@@ -45,7 +45,9 @@ insert_oafiids (GHashTable *hash_table)
+ g_hash_table_insert (hash_table,
+ "OAFIID:GNOME_MixerApplet", _("Volume Control"));
+ g_hash_table_insert (hash_table,
+- "OAFIID:GNOME_BattstatApplet", "Battery Charge Monitor");
++ "OAFIID:GNOME_BattstatApplet", _("Battery Charge Monitor"));
++ g_hash_table_insert (hash_table,
++ "OAFIID:GNOME_StickyNotesApplet", _("Sticky Notes"));
+ }
+
+ static gboolean already_running;