[gthumb] removed GConf configuration and utilities



commit af611b4d94544e2d8c6cc1d3350447681f2d70da
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Nov 13 15:01:22 2011 +0100

    removed GConf configuration and utilities

 configure.ac         |   11 +-
 gthumb/gconf-utils.c |  981 --------------------------------------------------
 gthumb/gconf-utils.h |  122 -------
 3 files changed, 1 insertions(+), 1113 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 42882e9..8a76ef5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,11 +42,11 @@ GNOME_DOC_INIT
 GNOME_MAINTAINER_MODE_DEFINES
 GNOME_COMPILE_WARNINGS([maximum])
 GNOME_CXX_WARNINGS
+GLIB_GSETTINGS
 GTHUMB_EXTENSION_RULES
 
 GLIB_REQUIRED=2.28.0
 GTK_REQUIRED=3.2.0
-GCONF_REQUIRED=2.6.0
 EXIV2_REQUIRED=0.18
 CLUTTER_REQUIRED=1.0.0
 CLUTTER_GTK_REQUIRED=1.0.0
@@ -134,7 +134,6 @@ PKG_CHECK_MODULES(GTHUMB, [
 	gmodule-2.0
 	gio-unix-2.0
 	gtk+-3.0 		>= $GTK_REQUIRED
-	gconf-2.0 		>= $GCONF_REQUIRED
 	libpng
 ])
 AC_SUBST(GTHUMB_LIBS)
@@ -250,14 +249,6 @@ fi
 
 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 ===========================================================================
-
 AC_MSG_CHECKING([for some Win32 platform])
 case "$host" in
   *-*-cygwin*|*-*-mingw*)



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