[devhelp] Remove GConf -> GSettings *.convert file



commit 714e36e4a44e2f83aee7d62d26a8dd7e956c197c
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Dec 15 08:24:06 2017 +0100

    Remove GConf -> GSettings *.convert file
    
    The GSettings conversion was done 5 years ago. We will not keep this
    *.convert file ad vitam aeternam. I think all major Linux distributions
    have already shipped a version of Devhelp using GSettings.
    
    One less thing to care about, to ease the maintenance. And also to ease
    the port to the Meson build system.

 data/Makefile.am     |    4 ----
 data/devhelp.convert |   20 --------------------
 2 files changed, 0 insertions(+), 24 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index cce2e36..876378a 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -11,9 +11,6 @@ assistant_DATA =              \
 gsettings_SCHEMAS = org.gnome.devhelp.gschema.xml
 @GSETTINGS_RULES@
 
-gsettingsconvertdir = $(datadir)/GConf/gsettings
-gsettingsconvert_DATA = devhelp.convert
-
 appstream_in_files = org.gnome.Devhelp.appdata.xml.in
 appstream_XML = $(appstream_in_files:.xml.in=.xml)
 @APPSTREAM_XML_RULES@
@@ -43,7 +40,6 @@ EXTRA_DIST =                  \
        libdevhelp-3.0.pc.in    \
        $(desktop_in_files)     \
        $(gsettings_SCHEMAS)    \
-       devhelp.convert \
        $(assistant_DATA) \
        $(man_MANS) \
        $(appstream_in_files)


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