[gnome-schedule/three: 1/3] Remove panel applet, incompatible with GNOME 3



commit 72597f54d39435a1b5e3d47b079e495b662cf38d
Author: Gaute Hope <eg gaute vetsj com>
Date:   Sun Aug 21 12:36:18 2011 +0200

    Remove panel applet, incompatible with GNOME 3

 Makefile.am                              |    5 -
 configure.ac                             |   17 ---
 servers/GNOME_GnomeSchedule.server.in.in |   26 ----
 servers/Makefile.am                      |   11 --
 src/Makefile.am                          |    8 --
 src/gnome-schedule-applet.xml            |   12 --
 src/scheduleapplet.py                    |  187 ------------------------------
 7 files changed, 0 insertions(+), 266 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index a87096d..b82a285 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,10 +1,5 @@
 SUBDIRS = desktop src icons po help
 
-if APPLET
-SUBDIRS += servers
-endif
-
-
 intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in
 
 
diff --git a/configure.ac b/configure.ac
index 14405c7..52b5bfc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,21 +101,6 @@ if test "$XSLTPROC" = "no"; then
 	AC_MSG_ERROR(xsltproc is required)
 fi
 
-dnl Enable applet, the applet is not compatible with GNOME 3
-dnl and should be explicitily enabled.
-AC_MSG_CHECKING(for whether to include GNOME panel applet..)
-AC_ARG_ENABLE(applet,
-              [  --enable-applet         enable applet for the GNOME panel (GNOME 2 only)],
-              [applet=yes])
-
-AM_CONDITIONAL([APPLET], [test x$applet = xyes])
-
-if test "$applet" = "yes"; then
-  AC_MSG_RESULT(yes)
-else
-  AC_MSG_RESULT(no)
-fi
-
 
 dnl *******************************
 dnl Internationalization
@@ -143,8 +128,6 @@ icons/Makefile
 po/Makefile.in
 desktop/Makefile
 desktop/gnome-schedule.desktop.in
-servers/Makefile
-servers/GNOME_GnomeSchedule.server.in
 help/Makefile
 ])
 
diff --git a/src/Makefile.am b/src/Makefile.am
index dafd594..c7cf745 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,18 +22,10 @@ gnomeschedule_PYTHON = \
 	template_manager.py \
 	xwrapper.py
 
-if APPLET
-gnomeschedule_PYTHON += scheduleapplet.py
-endif
-
 uidir = $(datadir)/gnome-schedule
 ui_DATA = \
 	gnome-schedule.glade
 
-if APPLET
-ui_DATA += gnome-schedule-applet.xml
-endif
-
 
 DISTCLEANFILES = \
 	$(bin_SCRIPTS) \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]