[gnome-control-center] build: Remove unused GConf schemas



commit 525209f29475c1947cbd1486ebc2ed3309ca1b2f
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Mar 25 18:07:09 2011 +0000

    build: Remove unused GConf schemas
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645704

 Makefile.am                     |   18 --------------
 configure.ac                    |   12 ---------
 gnome-control-center.schemas.in |   49 ---------------------------------------
 po/POTFILES.in                  |    1 -
 4 files changed, 0 insertions(+), 80 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index ce07f44..56049e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,14 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 SUBDIRS = po libgnome-control-center shell panels help
 DIST_SUBDIRS = po help shell panels libgnome-control-center
 
-schemasdir   = @GCONF_SCHEMA_FILE_DIR@
-schemas_in_files = gnome-control-center.schemas.in
-schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
- INTLTOOL_SCHEMAS_RULE@
-
-CLEANFILES = \
-	$(schemas_DATA)
-
 DISTCLEANFILES = \
 	gnome-doc-utils.make
 
@@ -34,7 +26,6 @@ MAINTAINERCLEANFILES = \
 	`find "$(srcdir)" -type f -name Makefile.in -print`
 
 EXTRA_DIST = \
-	$(schemas_in_files) \
 	MAINTAINERS \
 	gnome-doc-utils.make
 
@@ -44,15 +35,6 @@ GITIGNOREFILES=m4 help/*/*.mo
 
 -include $(top_srcdir)/git.mk
 
-install-data-local:
-if GCONF_SCHEMAS_INSTALL
-	if test -z "$(DESTDIR)" ; then \
-	for p in $(schemas_DATA) ; do \
-	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/$$p >&1 > /dev/null; \
-	done \
-	fi
-endif
-
 dist-hook:
 	@if test -d "$(srcdir)/.git"; \
 	then \
diff --git a/configure.ac b/configure.ac
index 33555a5..74ebfd5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -200,18 +200,6 @@ fi
 
 AC_SUBST(GLIB_GENMARSHAL)
 
-dnl ==============================================
-dnl Special GConf section
-dnl ==============================================
-
-AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
-
-if test x"$GCONFTOOL" = xno; then
-  AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
-fi
-
-AM_GCONF_SOURCE_2
-
 dnl =======================================
 dnl Panels
 dnl =======================================
diff --git a/po/POTFILES.in b/po/POTFILES.in
index b6e6308..9d4c33e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,7 +1,6 @@
 # Add files with translateable strings here.
 # Please keep this file sorted alphabetically.
 [encoding: UTF-8]
-gnome-control-center.schemas.in
 libgnome-control-center/cc-lockbutton.c
 libgnome-control-center/gconf-property-editor.c
 panels/background/gnome-background-panel.desktop.in.in



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