[gnome-control-center] Remove the example panel



commit 24e785e898e5f62ff75d27f3c342594a6c06d551
Author: Thomas Wood <thos gnome org>
Date:   Sat Feb 19 17:38:38 2011 +0000

    Remove the example panel
    
    The example panel is no longer needed as there are now many more panels
    implemented.

 Makefile.am                                |    8 +--
 configure.ac                               |   15 ----
 examples/Makefile.am                       |   27 -------
 examples/cc-example-panel.c                |  113 ----------------------------
 examples/cc-example-panel.h                |   74 ------------------
 examples/example-module.c                  |   41 ----------
 examples/gnome-example-panel.desktop.in.in |   14 ----
 po/POTFILES.skip                           |    3 -
 8 files changed, 2 insertions(+), 293 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 71ec3bb..e12d272 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,11 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 SUBDIRS = po libgnome-control-center shell panels \
 	  help docs
-DIST_SUBDIRS = po help shell docs examples panels libgnome-control-center
-
-if BUILD_EXAMPLES
-SUBDIRS += examples
-endif
+DIST_SUBDIRS = po help shell docs panels libgnome-control-center
 
 schemasdir   = @GCONF_SCHEMA_FILE_DIR@
 schemas_in_files = gnome-control-center.schemas.in
@@ -43,7 +39,7 @@ EXTRA_DIST = \
 	MAINTAINERS \
 	gnome-doc-utils.make
 
-DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --disable-update-mimedb --enable-gtk-doc --enable-examples
+DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --disable-update-mimedb --enable-gtk-doc
 
 GITIGNOREFILES=m4 help/*/*.mo
 
diff --git a/configure.ac b/configure.ac
index f9a4c08..d28ae31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -200,19 +200,6 @@ PANEL_LDFLAGS="-export_dynamic -avoid-version -module -no-undefined -export-symb
 AC_SUBST(PANEL_LDFLAGS)
 
 dnl ==============================================
-dnl Example Panel
-dnl ==============================================
-
-AC_MSG_CHECKING([whether to build the example panel])
-AC_ARG_ENABLE([examples],
-   AS_HELP_STRING([--enable-examples],
-                  [enable the examples]),,
-   [enable_examples=no])
-AC_MSG_RESULT([$enable_examples])
-
-AM_CONDITIONAL(BUILD_EXAMPLES, test "x$enable_examples" = "xyes")
-
-dnl ==============================================
 dnl libsocialweb
 dnl ==============================================
 
@@ -303,8 +290,6 @@ docs/Makefile
 docs/reference/Makefile
 docs/reference/libgnome-control-center/Makefile
 docs/reference/libgnome-control-center/version.xml
-examples/Makefile
-examples/gnome-example-panel.desktop.in
 help/Makefile
 libgnome-control-center/Makefile
 libgnome-control-center/libgnome-control-center.pc
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 2681f6a..5923745 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -28,10 +28,7 @@ capplets/localization/localization.ui
 schemas/apps_gnome_settings_daemon_default_editor.schemas.in
 schemas/apps_gnome_settings_daemon_keybindings.schemas.in
 schemas/apps_gnome_settings_daemon_screensaver.schemas.in
-examples/gnome-example-panel.desktop.in
 shell/gnome-control-center.desktop.in
-examples/gnome-example-panel.desktop.in
-examples/gnome-example-panel.desktop.in.in
 panels/mouse/gnome-mouse-panel.desktop.in
 panels/universal-access/gnome-universal-access-panel.desktop.in
 shell/gnome-control-center.desktop.in



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