From cdca1bda09530ade2535d4194c5359ff5daa7e4d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Thu, 14 Aug 2014 01:03:47 +0200 Subject: [PATCH] slog-enabled cbk use gsettings. removed all remaining usage of gconf. removed gconf required by the build. --- Makefile.in | 5 - README | 3 +- README.html | 77 +++++----- aclocal.m4 | 45 ------ config.h.in | 3 - configure | 211 -------------------------- configure.ac | 12 -- doc/Makefile.in | 5 - doc/faq.html | 2 +- icons/hicolor/14x14/Makefile.in | 5 - icons/hicolor/16x16/Makefile.in | 5 - icons/hicolor/22x22/Makefile.in | 5 - icons/hicolor/24x24/Makefile.in | 5 - icons/hicolor/32x32/Makefile.in | 5 - icons/hicolor/48x48/Makefile.in | 5 - icons/hicolor/64x64/Makefile.in | 5 - icons/hicolor/scalable/Makefile.in | 5 - icons/ubuntu-mono-dark/apps/22/Makefile.in | 5 - icons/ubuntu-mono-dark/status/22/Makefile.in | 5 - icons/ubuntu-mono-light/status/22/Makefile.in | 5 - src/Makefile.am | 12 -- src/Makefile.in | 89 ++++------- src/cfg.c | 47 +++--- src/cfg.h | 4 +- src/glade/Makefile.in | 5 - src/lib/Makefile.in | 5 - src/lib/slog.c | 2 +- src/server/Makefile.in | 5 - src/ui.c | 5 +- tests/Makefile.in | 5 - www/Makefile.in | 5 - 31 files changed, 92 insertions(+), 510 deletions(-) diff --git a/Makefile.in b/Makefile.in index 2245422..76f0766 100644 --- a/Makefile.in +++ b/Makefile.in @@ -186,11 +186,6 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ -GCONFTOOL = @GCONFTOOL@ -GCONF_CFLAGS = @GCONF_CFLAGS@ -GCONF_LIBS = @GCONF_LIBS@ -GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@ -GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ GMSGFMT = @GMSGFMT@ diff --git a/README b/README index 43123c8..1ed9ae5 100644 --- a/README +++ b/README @@ -114,7 +114,6 @@ The compilation of +psensor+ requires: * lm-sensors * library sensors4 * library gtk3 >=3.4 - * library gconf2 * help2man * asciidoc (optional, required to produce the html version of the faq) @@ -135,7 +134,7 @@ The specific requirements for +psensor-server+: For Debian 7.0: ----------------------------------------------------------------- sudo apt-get install asciidoc cppcheck gcc gettext libgtk-3-dev -libgconf2-dev libnotify-dev libsensors4-dev help2man +libnotify-dev libsensors4-dev help2man libcurl4-openssl-dev libjson0-dev libmicrohttpd-dev libgtop2-dev libatasmart-dev make ----------------------------------------------------------------- diff --git a/README.html b/README.html index 7b1b294..14610eb 100644 --- a/README.html +++ b/README.html @@ -3,7 +3,7 @@ - + Psensor README