diff options
Diffstat (limited to 'nothere/data')
-rw-r--r-- | nothere/data/GNOME_NotHere_Applet.server.in.in | 25 | ||||
-rw-r--r-- | nothere/data/GNOME_NotHere_Applet.xml | 7 | ||||
-rw-r--r-- | nothere/data/Makefile.am | 35 |
3 files changed, 0 insertions, 67 deletions
diff --git a/nothere/data/GNOME_NotHere_Applet.server.in.in b/nothere/data/GNOME_NotHere_Applet.server.in.in deleted file mode 100644 index e76ad14d2..000000000 --- a/nothere/data/GNOME_NotHere_Applet.server.in.in +++ /dev/null @@ -1,25 +0,0 @@ -<oaf_info> - -<oaf_server iid="OAFIID:GNOME_NotHere_Applet_Factory" type="exe" location="@LIBEXECDIR@/nothere-applet"> - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:Bonobo/GenericFactory:1.0"/> - <item value="IDL:Bonobo/Unknown:1.0"/> - </oaf_attribute> - <oaf_attribute name="name" type="string" _value="Presence"/> - <oaf_attribute name="description" type="string" _value="Set your own presence"/> -</oaf_server> - -<oaf_server iid="OAFIID:GNOME_NotHere_Applet" type="factory" location="OAFIID:GNOME_NotHere_Applet_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="Presence"/> - <oaf_attribute name="description" type="string" _value="Set your own presence"/> - <oaf_attribute name="panel:category" type="string" value="Internet"/> - <oaf_attribute name="panel:icon" type="string" value="empathy.png"/> -</oaf_server> - -</oaf_info> diff --git a/nothere/data/GNOME_NotHere_Applet.xml b/nothere/data/GNOME_NotHere_Applet.xml deleted file mode 100644 index 5d425f108..000000000 --- a/nothere/data/GNOME_NotHere_Applet.xml +++ /dev/null @@ -1,7 +0,0 @@ -<Root> - <popups> - <popup name="button3"> - <menuitem name="About" verb="about" _label="_About" pixtype="stock" pixname="gtk-about"/> - </popup> - </popups> -</Root> diff --git a/nothere/data/Makefile.am b/nothere/data/Makefile.am deleted file mode 100644 index 4aa92147f..000000000 --- a/nothere/data/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -# Panel applet bonobo stuff -serverdir = $(libdir)/bonobo/servers -server_in_files = GNOME_NotHere_Applet.server.in -server_DATA = $(server_in_files:.server.in=.server) - - -# GConf Schemas -#schemadir = $(GCONF_SCHEMA_FILE_DIR) -#schema_in_files = GNOME_NotHere_Applet.schemas.in -#schema_DATA = $(schema_in_files:.schemas.in=.schemas) - -# Misc data -resourcesdir = $(pkgdatadir) -resources_DATA = \ - GNOME_NotHere_Applet.xml -# nothere-applet.glade - -notherebindir = $(libexecdir) - -# Build rules -@INTLTOOL_SERVER_RULE@ -@INTLTOOL_SCHEMAS_RULE@ - -$(server_in_files): $(server_in_files:.server.in=.server.in.in) - sed -e "s|\@LIBEXECDIR\@|$(notherebindir)|" $< > $@ - -DISTCLEANFILES = \ - $(server_DATA) \ - $(server_in_files) -# $(schema_DATA) - -EXTRA_DIST = \ - GNOME_NotHere_Applet.server.in.in \ - $(resources_DATA) -# $(schema_in_files) |