[gnome-control-center] shell: remove redundant GConf schema



commit eaa2c5f3d371e695cbdd087fdbf7ff014b99712c
Author: Thomas Wood <thomas wood intel com>
Date:   Fri Aug 13 15:27:43 2010 +0100

    shell: remove redundant GConf schema
    
    Remove the GConf schema since the GConf keys are no longer used by the
    shell application.

 shell/Makefile.am               |   16 +--------
 shell/control-center.schemas.in |   71 ---------------------------------------
 2 files changed, 1 insertions(+), 86 deletions(-)
---
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 1e981e1..7e7cf63 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -64,28 +64,14 @@ directory_in_files = gnomecc.directory.in
 directory_DATA = $(directory_in_files:.directory.in=.directory)
 @INTLTOOL_DIRECTORY_RULE@
 
-schemasdir   = @GCONF_SCHEMA_FILE_DIR@
-schemas_DATA = control-center.schemas
- INTLTOOL_SCHEMAS_RULE@
-
-install-data-local: $(schema_DATA)
-if GCONF_SCHEMAS_INSTALL
-	if test -z "$(DESTDIR)" ; then \
-		for p in $^ ; do \
-			GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p 2>&1 > /dev/null; \
-		done \
-	fi
-endif
-
 EXTRA_DIST = 					\
 	$(ui_DATA)				\
 	gnome-control-center.desktop.in.in	\
 	gnomecc.directory.in			\
 	gnomecc.menu				\
 	cc-shell-marshal.list			\
-	$(schemas_DATA).in			\
 	$(NULL)
 
-DISTCLEANFILES = gnome-control-center.desktop gnome-control-center.desktop.in gnomecc.directory $(schemas_DATA)
+DISTCLEANFILES = gnome-control-center.desktop gnome-control-center.desktop.in gnomecc.directory
 
 -include $(top_srcdir)/git.mk



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