[glib] Remove gsettings-schema-convert tool



commit 7556f660b551d0713100af6672287393350d9a19
Author: Ryan Lortie <desrt desrt ca>
Date:   Mon Jun 21 11:30:26 2010 -0400

    Remove gsettings-schema-convert tool
    
    Having this tool in GLib is a bad idea for a number of reasons:
    
      - experience has shown that the simple file format was a bad idea
    
      - the tool is currently implemented with a hack that would require a
        dependency inversion to solve (the tool needs to depend on Python
        GVariant bindings)
    
      - the tool itself is unmaintained
    
    It will be moved to the GConf git repository so people can continue to
    use it for the purpose of converting GConf schemas.

 docs/reference/gio/Makefile.am                  |    2 -
 docs/reference/gio/gio-docs.xml                 |    1 -
 docs/reference/gio/glib-compile-schemas.xml     |    6 -
 docs/reference/gio/gsettings-schema-convert.xml |  113 ---
 docs/reference/gio/migrating-gconf.xml          |    2 +-
 gio/Makefile.am                                 |    1 -
 gio/gsettings-schema-convert                    | 1076 -----------------------
 7 files changed, 1 insertions(+), 1200 deletions(-)
---
diff --git a/docs/reference/gio/Makefile.am b/docs/reference/gio/Makefile.am
index dbeff47..0a62e15 100644
--- a/docs/reference/gio/Makefile.am
+++ b/docs/reference/gio/Makefile.am
@@ -128,7 +128,6 @@ content_files =			\
 	gio-querymodules.xml	\
 	glib-compile-schemas.xml\
 	gsettings.xml		\
-	gsettings-schema-convert.xml \
 	gdbus.xml		\
 	$(NULL)
 
@@ -152,7 +151,6 @@ man_MANS =			\
 	gio-querymodules.1	\
 	glib-compile-schemas.1	\
 	gsettings.1	\
-	gsettings-schema-convert.1 \
 	gdbus.1
 
 if ENABLE_MAN
diff --git a/docs/reference/gio/gio-docs.xml b/docs/reference/gio/gio-docs.xml
index 9d4f03f..0898778 100644
--- a/docs/reference/gio/gio-docs.xml
+++ b/docs/reference/gio/gio-docs.xml
@@ -174,7 +174,6 @@
         <xi:include href="gio-querymodules.xml"/>
         <xi:include href="gsettings.xml"/>
         <xi:include href="glib-compile-schemas.xml"/>
-        <xi:include href="gsettings-schema-convert.xml"/>
         <xi:include href="gdbus.xml"/>
     </chapter>
   </part>
diff --git a/docs/reference/gio/glib-compile-schemas.xml b/docs/reference/gio/glib-compile-schemas.xml
index 9a7e679..ab2d0b7 100644
--- a/docs/reference/gio/glib-compile-schemas.xml
+++ b/docs/reference/gio/glib-compile-schemas.xml
@@ -74,12 +74,6 @@ in the future.
 </refsect2>
 </refsect1>
 <refsect1><title>See also</title>
-<para>
-<citerefentry>
-  <refentrytitle>gsettings-schema-convert</refentrytitle>
-  <manvolnum>1</manvolnum>
-</citerefentry> is a utility to convert GConf schemas into GSettings schemas.
-</para>
 </refsect1>
 </refentry>
 
diff --git a/docs/reference/gio/migrating-gconf.xml b/docs/reference/gio/migrating-gconf.xml
index d49e4bd..1992fe6 100644
--- a/docs/reference/gio/migrating-gconf.xml
+++ b/docs/reference/gio/migrating-gconf.xml
@@ -159,7 +159,7 @@
 
       <para>
         If you are porting your application from GConf, most likely you already
-        have a GConf schema. GIO comes with a commandline tool
+        have a GConf schema. GConf comes with a commandline tool
         <link linkend="gsettings-schema-convert">gsettings-schema-convert</link>
         that can help with the task of converting a GConf schema into
         an equivalent GSettings schema. The tool is not perfect and
diff --git a/gio/Makefile.am b/gio/Makefile.am
index b338c5f..1919a9e 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -553,7 +553,6 @@ gioenumtypes.c: $(gio_headers) gioenumtypes.c.template
 gio-2.0.lib: libgio-2.0.la gio.def
 	lib -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgio-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:gio.def -out:$@
 
-dist_bin_SCRIPTS = gsettings-schema-convert
 bin_PROGRAMS = gio-querymodules glib-compile-schemas gsettings
 
 gio_querymodules_SOURCES = gio-querymodules.c



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