summaryrefslogtreecommitdiff
path: root/stickynotes
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-07-11 17:33:40 +0200
committerinfirit <[email protected]>2014-07-11 17:40:29 +0200
commit5b5dcfbdf27a5d402a7ff75230a5434596f04de9 (patch)
treeab93d71c8f4b1dcd4dbb84a711ff2e1a1dfa4c34 /stickynotes
parent0f858316b3a3128b696fb37428cc5699f1b5d3c9 (diff)
downloadmate-applets-5b5dcfbdf27a5d402a7ff75230a5434596f04de9.tar.bz2
mate-applets-5b5dcfbdf27a5d402a7ff75230a5434596f04de9.tar.xz
sticky-notes: Remove old and unused server file
Diffstat (limited to 'stickynotes')
-rw-r--r--stickynotes/Makefile.am2
-rw-r--r--stickynotes/data/MATE_StickyNotesApplet.server.in24
-rw-r--r--stickynotes/data/Makefile.am19
3 files changed, 1 insertions, 44 deletions
diff --git a/stickynotes/Makefile.am b/stickynotes/Makefile.am
index b58f553c..2b10fd29 100644
--- a/stickynotes/Makefile.am
+++ b/stickynotes/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = pixmaps docs data
+SUBDIRS = pixmaps docs
ui_files = stickynotes-applet-menu.xml
builder_files = stickynotes.ui
diff --git a/stickynotes/data/MATE_StickyNotesApplet.server.in b/stickynotes/data/MATE_StickyNotesApplet.server.in
deleted file mode 100644
index a96cce74..00000000
--- a/stickynotes/data/MATE_StickyNotesApplet.server.in
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-<!-- This file was installed to automatically upgrade your machine from using
- stickynotes to using Tomboy.
-
- If you wish to continue using stickynotes, please recompile MATE-Applets
- with -enable-stickynotes and your stickynotes applets should reappear.
--->
-
-<oaf_info>
- <oaf_server iid="OAFIID:MATE_StickyNotesApplet" type="factory" location="OAFIID:TomboyApplet_Factory">
- <oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:MATE/Vertigo/MatePanelAppletShell:1.0"/>
- <item value="IDL:MateComponent/Control:1.0"/>
- <item value="IDL:MateComponent/Unknown:1.0"/>
- </oaf_attribute>
- <oaf_attribute name="name" type="string" _value="Tomboy (ne Stickynotes)"/>
- <oaf_attribute name="description" type="string" _value="Tomboy (transparent upgrade from stickynotes)"/>
- <oaf_attribute name="bugzilla:bugzilla" type="string" value="MATE"/>
- <oaf_attribute name="bugzilla:product" type="string" value="mate-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 --git a/stickynotes/data/Makefile.am b/stickynotes/data/Makefile.am
deleted file mode 100644
index 194d08f9..00000000
--- a/stickynotes/data/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-# install the upgrading .server file
-#
-
-server_in_files = \
- MATE_StickyNotesApplet.server.in
-
-if BUILD_STICKYNOTES_APPLET
-else
-serverdir = $(libdir)/matecomponent/servers
-server_DATA = $(server_in_files:.server.in=.server)
-
-@INTLTOOL_SERVER_RULE@
-
-CLEANFILES = $(server_DATA)
-
-endif
-EXTRA_DIST = $(server_in_files)
-
--include $(top_srcdir)/git.mk