[hyena] build: Remove all mentions of GConf



commit 6ae530db3c8740a0098ea2b213dd746c0f933d51
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Fri Oct 11 12:02:28 2013 +0200

    build: Remove all mentions of GConf
    
    We never used GConf in Hyena, those mentions were just coming from the
    time when Hyena was part of the Banshee source tree.

 build/GConfSchemaExtractor.cs |  162 -----------------------------------------
 build/Makefile.am             |   13 +---
 build/gconf-schema-rules      |   18 -----
 configure.ac                  |    1 -
 4 files changed, 1 insertions(+), 193 deletions(-)
---
diff --git a/build/Makefile.am b/build/Makefile.am
index b617f30..9faea5b 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -1,6 +1,5 @@
 SUBDIRS = m4 pkg-config
 
-GCONF_SCHEMA_EXTRACTOR_ASSEMBLY = gconf-schema-extractor.exe
 TRANSLATOR_EXTRACTOR_ASSEMBLY = translator-extractor.exe
 DLL_MAP_VERIFIER_ASSEMBLY = dll-map-verifier.exe
 ADDIN_XML_STRING_EXTRACTOR_ASSEMBLY = addin-xml-string-extractor.exe
@@ -9,14 +8,6 @@ GOBJECT_INTPTR_CTOR_VERIFIER_ASSEMBLY = gobject-intptr-ctor-verifier.exe
 ALL_TARGETS = $(DLL_MAP_VERIFIER_ASSEMBLY) $(ADDIN_XML_STRING_EXTRACTOR_ASSEMBLY) 
$(GOBJECT_INTPTR_CTOR_VERIFIER_ASSEMBLY)
 #ALL_TARGETS += $(TRANSLATOR_EXTRACTOR_ASSEMBLY)
 
-if GCONF_SCHEMAS_INSTALL
-bansheedir = $(pkglibdir)
-banshee_SCRIPTS = $(GCONF_SCHEMA_EXTRACTOR_ASSEMBLY)
-ALL_TARGETS += $(GCONF_SCHEMA_EXTRACTOR_ASSEMBLY)
-$(GCONF_SCHEMA_EXTRACTOR_ASSEMBLY): GConfSchemaExtractor.cs
-       $(MCS) -out:$@ $<
-endif
-
 all: $(ALL_TARGETS)
 
 # $(TRANSLATOR_EXTRACTOR_ASSEMBLY): TranslatorExtractor.cs
@@ -37,13 +28,11 @@ $(GOBJECT_INTPTR_CTOR_VERIFIER_ASSEMBLY): GObjectIntPtrCtorVerifier.cs
 EXTRA_DIST = \
        icon-theme-installer \
        private-icon-theme-installer \
-       GConfSchemaExtractor.cs \
        TranslatorExtractor.cs \
        DllMapVerifier.cs \
        AddinXmlStringExtractor.cs \
        GObjectIntPtrCtorVerifier.cs \
-       dll-map-makefile-verifier \
-       gconf-schema-rules
+       dll-map-makefile-verifier
 
 CLEANFILES = *.exe *.mdb
 MAINTAINERCLEANFILES = Makefile.in
diff --git a/configure.ac b/configure.ac
index f84d07f..c4d754a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,6 @@ dnl package checks, common for all configs
 PKG_CHECK_MODULES([GTKSHARP], [gtk-sharp-3.0])
 PKG_CHECK_MODULES([GLIBSHARP], [glib-sharp-3.0])
 
-AM_CONDITIONAL(GCONF_SCHEMAS_INSTALL, false)
 AM_CONDITIONAL(HYENA_PKG_CONFIG, true)
 
 dnl Check for nunit


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