From 5b5dcfbdf27a5d402a7ff75230a5434596f04de9 Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 11 Jul 2014 17:33:40 +0200 Subject: sticky-notes: Remove old and unused server file --- configure.ac | 1 - po/POTFILES.in | 1 - stickynotes/Makefile.am | 2 +- stickynotes/data/MATE_StickyNotesApplet.server.in | 24 ----------------------- stickynotes/data/Makefile.am | 19 ------------------ 5 files changed, 1 insertion(+), 46 deletions(-) delete mode 100644 stickynotes/data/MATE_StickyNotesApplet.server.in delete mode 100644 stickynotes/data/Makefile.am diff --git a/configure.ac b/configure.ac index 1456fd65..d0880f24 100644 --- a/configure.ac +++ b/configure.ac @@ -667,7 +667,6 @@ man/Makefile stickynotes/Makefile stickynotes/pixmaps/Makefile stickynotes/docs/Makefile -stickynotes/data/Makefile trashapplet/Makefile trashapplet/src/Makefile trashapplet/docs/Makefile diff --git a/po/POTFILES.in b/po/POTFILES.in index c6f4d41c..aa8c9786 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -67,7 +67,6 @@ null_applet/MATE_Panel_WirelessApplet.server.in null_applet/MATE_KeyboardApplet.server.in null_applet/null_applet.c # NB. these are actually separate files -stickynotes/data/MATE_StickyNotesApplet.server.in [type: gettext/ini]stickynotes/org.mate.applets.StickyNotesApplet.mate-panel-applet.in.in stickynotes/stickynotes.c [type: gettext/glade]stickynotes/stickynotes.ui 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 @@ - - - - - - - - - - - - - - - - - - - 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 -- cgit v1.2.1