From ee99ebd7dd966b5741068fd0053420787c019e60 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Fri, 6 Jun 2014 08:38:12 +0200 Subject: [PATCH] added gsettings schema --- Makefile.in | 3 + aclocal.m4 | 84 ++++++ configure | 351 +++++++++++++++++--------- configure.ac | 3 + doc/Makefile.in | 3 + icons/hicolor/14x14/Makefile.in | 3 + icons/hicolor/16x16/Makefile.in | 3 + icons/hicolor/22x22/Makefile.in | 3 + icons/hicolor/24x24/Makefile.in | 3 + icons/hicolor/32x32/Makefile.in | 3 + icons/hicolor/48x48/Makefile.in | 3 + icons/hicolor/64x64/Makefile.in | 3 + icons/hicolor/scalable/Makefile.in | 3 + icons/ubuntu-mono-dark/apps/22/Makefile.in | 3 + icons/ubuntu-mono-dark/status/22/Makefile.in | 3 + icons/ubuntu-mono-light/status/22/Makefile.in | 3 + po/de.po | 10 +- po/es.po | 10 +- po/fr.po | 10 +- po/hu.po | 10 +- po/it.po | 10 +- po/lv.po | 10 +- po/nl.po | 10 +- po/psensor.pot | 10 +- po/pt_BR.po | 10 +- po/ru.po | 10 +- po/sl.po | 10 +- po/sr.po | 10 +- po/sv.po | 10 +- po/tr.po | 10 +- po/uk.po | 10 +- po/zh_CN.po | 10 +- src/Makefile.am | 4 + src/Makefile.in | 8 +- src/cfg.c | 1 - src/glade/Makefile.in | 3 + src/lib/Makefile.in | 3 + src/psensor.gschema.xml | 105 ++++++++ src/server/Makefile.in | 3 + tests/Makefile.in | 3 + www/Makefile.in | 3 + 41 files changed, 573 insertions(+), 197 deletions(-) create mode 100644 src/psensor.gschema.xml diff --git a/Makefile.in b/Makefile.in index 74ac73c..7c91868 100644 --- a/Makefile.in +++ b/Makefile.in @@ -191,9 +191,11 @@ 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@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTOP_CFLAGS = @GTOP_CFLAGS@ @@ -285,6 +287,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ diff --git a/aclocal.m4 b/aclocal.m4 index 98b09d0..495e557 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -467,6 +467,90 @@ AC_DEFUN([AM_GNU_GETTEXT_NEED], dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version]) AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) +dnl GLIB_GSETTINGS +dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether +dnl the schema should be compiled +dnl + +AC_DEFUN([GLIB_GSETTINGS], +[ + m4_pattern_allow([AM_V_GEN]) + AC_ARG_ENABLE(schemas-compile, + AS_HELP_STRING([--disable-schemas-compile], + [Disable regeneration of gschemas.compiled on install]), + [case ${enableval} in + yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE="" ;; + no) GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;; + *) AC_MSG_ERROR([bad value ${enableval} for --enable-schemas-compile]) ;; + esac]) + AC_SUBST([GSETTINGS_DISABLE_SCHEMAS_COMPILE]) + PKG_PROG_PKG_CONFIG([0.16]) + AC_SUBST(gsettingsschemadir, [${datadir}/glib-2.0/schemas]) + if test x$cross_compiling != xyes; then + GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0` + else + AC_PATH_PROG(GLIB_COMPILE_SCHEMAS, glib-compile-schemas) + fi + AC_SUBST(GLIB_COMPILE_SCHEMAS) + if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then + ifelse([$2],,[AC_MSG_ERROR([glib-compile-schemas not found.])],[$2]) + else + ifelse([$1],,[:],[$1]) + fi + + GSETTINGS_RULES=' +.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas + +mostlyclean-am: clean-gsettings-schemas + +gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE)) + +%.gschema.valid: %.gschema.xml $(gsettings__enum_file) + $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p [$](@D) && touch [$]@ + +all-am: $(gsettings_SCHEMAS:.xml=.valid) +uninstall-am: uninstall-gsettings-schemas +install-data-am: install-gsettings-schemas + +.SECONDARY: $(gsettings_SCHEMAS) + +install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file) + @$(NORMAL_INSTALL) + if test -n "$^"; then \ + test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \ + $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \ + test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \ + fi + +uninstall-gsettings-schemas: + @$(NORMAL_UNINSTALL) + @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files + test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir) + +clean-gsettings-schemas: + rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) + +ifdef gsettings_ENUM_NAMESPACE +$(gsettings__enum_file): $(gsettings_ENUM_FILES) + $(AM_V_GEN) glib-mkenums --comments '\'''\'' --fhead "" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " " --vtail " " --ftail "" [$]^ > [$]@.tmp && mv [$]@.tmp [$]@ +endif +' + _GSETTINGS_SUBST(GSETTINGS_RULES) +]) + +dnl _GSETTINGS_SUBST(VARIABLE) +dnl Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST +AC_DEFUN([_GSETTINGS_SUBST], +[ +AC_SUBST([$1]) +m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) +] +) + # iconv.m4 serial 18 (gettext-0.18.2) dnl Copyright (C) 2000-2002, 2007-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation diff --git a/configure b/configure index a9a7187..a345b97 100755 --- a/configure +++ b/configure @@ -686,11 +686,15 @@ X11_FALSE X11_TRUE X11_LIBS X11_CFLAGS +SENSORS_LIBS +PTHREAD_LIBS +GSETTINGS_RULES +GLIB_COMPILE_SCHEMAS +gsettingsschemadir PKG_CONFIG_LIBDIR PKG_CONFIG_PATH PKG_CONFIG -SENSORS_LIBS -PTHREAD_LIBS +GSETTINGS_DISABLE_SCHEMAS_COMPILE GCONF_SCHEMAS_INSTALL_FALSE GCONF_SCHEMAS_INSTALL_TRUE GCONF_SCHEMA_FILE_DIR @@ -822,6 +826,7 @@ with_libintl_prefix with_gconf_source with_gconf_schema_file_dir enable_schemas_install +enable_schemas_compile with_libatiadl with_gtop ' @@ -1491,6 +1496,8 @@ Optional Features: --disable-rpath do not hardcode runtime library paths --disable-schemas-install Disable the schemas installation + --disable-schemas-compile + Disable regeneration of gschemas.compiled on install Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] @@ -7551,122 +7558,18 @@ fi -############### common +# Gsettings -# Checks pthread -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5 -$as_echo_n "checking for pthread_create in -lpthread... " >&6; } -if ${ac_cv_lib_pthread_pthread_create+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lpthread $LIBS" -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char pthread_create (); -int -main () -{ -return pthread_create (); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_pthread_pthread_create=yes -else - ac_cv_lib_pthread_pthread_create=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS + # Check whether --enable-schemas-compile was given. +if test "${enable_schemas_compile+set}" = set; then : + enableval=$enable_schemas_compile; case ${enableval} in + yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE="" ;; + no) GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;; + *) as_fn_error $? "bad value ${enableval} for --enable-schemas-compile" "$LINENO" 5 ;; + esac fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5 -$as_echo "$ac_cv_lib_pthread_pthread_create" >&6; } -if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_LIBPTHREAD 1 -_ACEOF - LIBS="-lpthread $LIBS" - -fi - -PTHREAD_LIBS=-pthread - - -# Checks sensors, required by psensor and psensor-server -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sensors_init in -lsensors" >&5 -$as_echo_n "checking for sensors_init in -lsensors... " >&6; } -if ${ac_cv_lib_sensors_sensors_init+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lsensors $LIBS" -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char sensors_init (); -int -main () -{ -return sensors_init (); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_sensors_sensors_init=yes -else - ac_cv_lib_sensors_sensors_init=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sensors_sensors_init" >&5 -$as_echo "$ac_cv_lib_sensors_sensors_init" >&6; } -if test "x$ac_cv_lib_sensors_sensors_init" = xyes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_LIBSENSORS 1 -_ACEOF - - LIBS="-lsensors $LIBS" - -fi - -for ac_header in sensors/sensors.h sensors/errors.h -do : - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` -ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : - cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 -_ACEOF - -fi - -done - -SENSORS_LIBS=-lsensors - - -############### psensor - -### Required @@ -7776,7 +7679,7 @@ fi fi if test -n "$PKG_CONFIG"; then - _pkg_min_version=0.9.0 + _pkg_min_version=0.16 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then @@ -7788,6 +7691,224 @@ $as_echo "no" >&6; } PKG_CONFIG="" fi fi + gsettingsschemadir=${datadir}/glib-2.0/schemas + + if test x$cross_compiling != xyes; then + GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0` + else + # Extract the first word of "glib-compile-schemas", so it can be a program name with args. +set dummy glib-compile-schemas; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_path_GLIB_COMPILE_SCHEMAS+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $GLIB_COMPILE_SCHEMAS in + [\\/]* | ?:[\\/]*) + ac_cv_path_GLIB_COMPILE_SCHEMAS="$GLIB_COMPILE_SCHEMAS" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_GLIB_COMPILE_SCHEMAS="$as_dir/$ac_word$ac_exec_ext" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +GLIB_COMPILE_SCHEMAS=$ac_cv_path_GLIB_COMPILE_SCHEMAS +if test -n "$GLIB_COMPILE_SCHEMAS"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GLIB_COMPILE_SCHEMAS" >&5 +$as_echo "$GLIB_COMPILE_SCHEMAS" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + fi + + if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then + as_fn_error $? "glib-compile-schemas not found." "$LINENO" 5 + else + : + fi + + GSETTINGS_RULES=' +.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas + +mostlyclean-am: clean-gsettings-schemas + +gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE)) + +%.gschema.valid: %.gschema.xml $(gsettings__enum_file) + $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p $(@D) && touch $@ + +all-am: $(gsettings_SCHEMAS:.xml=.valid) +uninstall-am: uninstall-gsettings-schemas +install-data-am: install-gsettings-schemas + +.SECONDARY: $(gsettings_SCHEMAS) + +install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file) + @$(NORMAL_INSTALL) + if test -n "$^"; then \ + test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \ + $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \ + test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \ + fi + +uninstall-gsettings-schemas: + @$(NORMAL_UNINSTALL) + @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files + test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir) + +clean-gsettings-schemas: + rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) + +ifdef gsettings_ENUM_NAMESPACE +$(gsettings__enum_file): $(gsettings_ENUM_FILES) + $(AM_V_GEN) glib-mkenums --comments '\'''\'' --fhead "" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " " --vtail " " --ftail "" $^ > $@.tmp && mv $@.tmp $@ +endif +' + + + + + + + +############### common + +# Checks pthread +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5 +$as_echo_n "checking for pthread_create in -lpthread... " >&6; } +if ${ac_cv_lib_pthread_pthread_create+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lpthread $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char pthread_create (); +int +main () +{ +return pthread_create (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_pthread_pthread_create=yes +else + ac_cv_lib_pthread_pthread_create=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5 +$as_echo "$ac_cv_lib_pthread_pthread_create" >&6; } +if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBPTHREAD 1 +_ACEOF + + LIBS="-lpthread $LIBS" + +fi + +PTHREAD_LIBS=-pthread + + +# Checks sensors, required by psensor and psensor-server +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sensors_init in -lsensors" >&5 +$as_echo_n "checking for sensors_init in -lsensors... " >&6; } +if ${ac_cv_lib_sensors_sensors_init+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsensors $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char sensors_init (); +int +main () +{ +return sensors_init (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_sensors_sensors_init=yes +else + ac_cv_lib_sensors_sensors_init=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sensors_sensors_init" >&5 +$as_echo "$ac_cv_lib_sensors_sensors_init" >&6; } +if test "x$ac_cv_lib_sensors_sensors_init" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBSENSORS 1 +_ACEOF + + LIBS="-lsensors $LIBS" + +fi + +for ac_header in sensors/sensors.h sensors/errors.h +do : + as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" +if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + +SENSORS_LIBS=-lsensors + + +############### psensor + +### Required + pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X11" >&5 diff --git a/configure.ac b/configure.ac index 22aebcb..e17d5f7 100644 --- a/configure.ac +++ b/configure.ac @@ -42,6 +42,9 @@ AM_GNU_GETTEXT([external]) AC_PATH_PROG(GCONFTOOL, gconftool-2, no) AM_GCONF_SOURCE_2 +# Gsettings +GLIB_GSETTINGS + ############### common # Checks pthread diff --git a/doc/Makefile.in b/doc/Makefile.in index 370c8ff..cc1acfd 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -131,9 +131,11 @@ 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@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTOP_CFLAGS = @GTOP_CFLAGS@ @@ -225,6 +227,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ diff --git a/icons/hicolor/14x14/Makefile.in b/icons/hicolor/14x14/Makefile.in index e569095..69f8d70 100644 --- a/icons/hicolor/14x14/Makefile.in +++ b/icons/hicolor/14x14/Makefile.in @@ -130,9 +130,11 @@ 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@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTOP_CFLAGS = @GTOP_CFLAGS@ @@ -224,6 +226,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ diff --git a/icons/hicolor/16x16/Makefile.in b/icons/hicolor/16x16/Makefile.in index 54cd6ed..3374654 100644 --- a/icons/hicolor/16x16/Makefile.in +++ b/icons/hicolor/16x16/Makefile.in @@ -130,9 +130,11 @@ 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@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTOP_CFLAGS = @GTOP_CFLAGS@ @@ -224,6 +226,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ diff --git a/icons/hicolor/22x22/Makefile.in b/icons/hicolor/22x22/Makefile.in index 1dcd3a0..3288527 100644 --- a/icons/hicolor/22x22/Makefile.in +++ b/icons/hicolor/22x22/Makefile.in @@ -130,9 +130,11 @@ 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@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTOP_CFLAGS = @GTOP_CFLAGS@ @@ -224,6 +226,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ diff --git a/icons/hicolor/24x24/Makefile.in b/icons/hicolor/24x24/Makefile.in index 9c669b9..b910fe8 100644 --- a/icons/hicolor/24x24/Makefile.in +++ b/icons/hicolor/24x24/Makefile.in @@ -130,9 +130,11 @@ 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@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTOP_CFLAGS = @GTOP_CFLAGS@ @@ -224,6 +226,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ diff --git a/icons/hicolor/32x32/Makefile.in b/icons/hicolor/32x32/Makefile.in index ab3755f..284659e 100644 --- a/icons/hicolor/32x32/Makefile.in +++ b/icons/hicolor/32x32/Makefile.in @@ -130,9 +130,11 @@ 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@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTOP_CFLAGS = @GTOP_CFLAGS@ @@ -224,6 +226,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ diff --git a/icons/hicolor/48x48/Makefile.in b/icons/hicolor/48x48/Makefile.in index 85dc9b5..49c60ec 100644 --- a/icons/hicolor/48x48/Makefile.in +++ b/icons/hicolor/48x48/Makefile.in @@ -130,9 +130,11 @@ 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@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTOP_CFLAGS = @GTOP_CFLAGS@ @@ -224,6 +226,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ diff --git a/icons/hicolor/64x64/Makefile.in b/icons/hicolor/64x64/Makefile.in index 583f909..04bc052 100644 --- a/icons/hicolor/64x64/Makefile.in +++ b/icons/hicolor/64x64/Makefile.in @@ -130,9 +130,11 @@ 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@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTOP_CFLAGS = @GTOP_CFLAGS@ @@ -224,6 +226,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ diff --git a/icons/hicolor/scalable/Makefile.in b/icons/hicolor/scalable/Makefile.in index ba51e7c..0fff503 100644 --- a/icons/hicolor/scalable/Makefile.in +++ b/icons/hicolor/scalable/Makefile.in @@ -130,9 +130,11 @@ 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@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTOP_CFLAGS = @GTOP_CFLAGS@ @@ -224,6 +226,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ diff --git a/icons/ubuntu-mono-dark/apps/22/Makefile.in b/icons/ubuntu-mono-dark/apps/22/Makefile.in index 55f3e39..bb399c6 100644 --- a/icons/ubuntu-mono-dark/apps/22/Makefile.in +++ b/icons/ubuntu-mono-dark/apps/22/Makefile.in @@ -130,9 +130,11 @@ 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@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTOP_CFLAGS = @GTOP_CFLAGS@ @@ -224,6 +226,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ diff --git a/icons/ubuntu-mono-dark/status/22/Makefile.in b/icons/ubuntu-mono-dark/status/22/Makefile.in index 799c68a..0d264d8 100644 --- a/icons/ubuntu-mono-dark/status/22/Makefile.in +++ b/icons/ubuntu-mono-dark/status/22/Makefile.in @@ -130,9 +130,11 @@ 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@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTOP_CFLAGS = @GTOP_CFLAGS@ @@ -224,6 +226,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ diff --git a/icons/ubuntu-mono-light/status/22/Makefile.in b/icons/ubuntu-mono-light/status/22/Makefile.in index a1ed921..9e00ed5 100644 --- a/icons/ubuntu-mono-light/status/22/Makefile.in +++ b/icons/ubuntu-mono-light/status/22/Makefile.in @@ -130,9 +130,11 @@ 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@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTOP_CFLAGS = @GTOP_CFLAGS@ @@ -224,6 +226,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ diff --git a/po/de.po b/po/de.po index 366278d..c811ac8 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor 0.7.0.x\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-05 17:49+0200\n" +"POT-Creation-Date: 2014-06-06 08:27+0200\n" "PO-Revision-Date: 2014-04-30 16:48+0100\n" "Last-Translator: Jean-Philippe Orsini \n" "Language-Team: German\n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2014-02-11 20:01+0000\n" "X-Generator: Poedit 1.5.4\n" -#: src/cfg.c:516 +#: src/cfg.c:515 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Erzeugen des Webservers ist gescheitert." -#: src/cfg.c:564 +#: src/cfg.c:563 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:567 +#: src/cfg.c:566 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:592 +#: src/cfg.c:591 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Aktivieren der Sensorenprotokollierung ist gescheitert." diff --git a/po/es.po b/po/es.po index 9971c53..8a6c9b1 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-05 17:49+0200\n" +"POT-Creation-Date: 2014-06-06 08:27+0200\n" "PO-Revision-Date: 2013-05-12 22:16+0000\n" "Last-Translator: Javier \n" "Language-Team: Spanish \n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2013-10-18 06:32+0000\n" "X-Generator: Launchpad (build 16799)\n" -#: src/cfg.c:516 +#: src/cfg.c:515 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Fallo al crear el servidor Web" -#: src/cfg.c:564 +#: src/cfg.c:563 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:567 +#: src/cfg.c:566 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:592 +#: src/cfg.c:591 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Error al activar el registro de sensores" diff --git a/po/fr.po b/po/fr.po index cc66bab..e3a3583 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-05 17:49+0200\n" +"POT-Creation-Date: 2014-06-06 08:27+0200\n" "PO-Revision-Date: 2013-06-29 15:14+0000\n" "Last-Translator: londumas \n" "Language-Team: French <>\n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2013-10-18 06:32+0000\n" "X-Generator: Launchpad (build 16799)\n" -#: src/cfg.c:516 +#: src/cfg.c:515 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Échec de la création du serveur Web." -#: src/cfg.c:564 +#: src/cfg.c:563 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:567 +#: src/cfg.c:566 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:592 +#: src/cfg.c:591 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Échec de l'activation de la journalisation des capteurs." diff --git a/po/hu.po b/po/hu.po index 7315b12..79a3e87 100644 --- a/po/hu.po +++ b/po/hu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-05 17:49+0200\n" +"POT-Creation-Date: 2014-06-06 08:27+0200\n" "PO-Revision-Date: 2012-10-29 09:41+0000\n" "Last-Translator: Bence Lukács \n" "Language-Team: Hungarian \n" @@ -19,21 +19,21 @@ msgstr "" "X-Launchpad-Export-Date: 2013-01-21 09:32+0000\n" "X-Generator: Launchpad (build 16430)\n" -#: src/cfg.c:516 +#: src/cfg.c:515 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Nem sikerült létrehozni a webkiszolgálót." -#: src/cfg.c:564 +#: src/cfg.c:563 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:567 +#: src/cfg.c:566 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:592 +#: src/cfg.c:591 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Érzékelők naplózásának aktiválása meghiúsult." diff --git a/po/it.po b/po/it.po index 7c1839d..61964cc 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor 0.7.0.x\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-05 17:49+0200\n" +"POT-Creation-Date: 2014-06-06 08:27+0200\n" "PO-Revision-Date: 2013-04-14 16:06+0000\n" "Last-Translator: Diego Pierotto \n" "Language-Team: Italian\n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2013-04-20 08:36+0000\n" "X-Generator: Launchpad (build 16567)\n" -#: src/cfg.c:516 +#: src/cfg.c:515 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Impossibile creare il Web server." -#: src/cfg.c:564 +#: src/cfg.c:563 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:567 +#: src/cfg.c:566 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:592 +#: src/cfg.c:591 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Attivazione registro dei sensori fallita." diff --git a/po/lv.po b/po/lv.po index 93e11e7..a86667c 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-05 17:49+0200\n" +"POT-Creation-Date: 2014-06-06 08:27+0200\n" "PO-Revision-Date: 2013-10-24 12:32+0000\n" "Last-Translator: tuxmaniack \n" "Language-Team: Latvian \n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2014-02-11 20:01+0000\n" "X-Generator: Launchpad (build 16916)\n" -#: src/cfg.c:516 +#: src/cfg.c:515 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Neizdevās izveidot tīmekļa serveri." -#: src/cfg.c:564 +#: src/cfg.c:563 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:567 +#: src/cfg.c:566 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:592 +#: src/cfg.c:591 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Neizdevās aktivizēt sensoru žurnalēšanu." diff --git a/po/nl.po b/po/nl.po index 77ba244..b08d765 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-05 17:49+0200\n" +"POT-Creation-Date: 2014-06-06 08:27+0200\n" "PO-Revision-Date: 2014-04-07 08:50+0000\n" "Last-Translator: Pjotr12345 \n" "Language-Team: Dutch \n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2014-04-09 22:52+0000\n" "X-Generator: Launchpad (build 16976)\n" -#: src/cfg.c:516 +#: src/cfg.c:515 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Kon geen webserver maken." -#: src/cfg.c:564 +#: src/cfg.c:563 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:567 +#: src/cfg.c:566 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:592 +#: src/cfg.c:591 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Kon logboeken bijhouden niet inschakelen voor sensoren." diff --git a/po/psensor.pot b/po/psensor.pot index bffe8fc..85a8151 100644 --- a/po/psensor.pot +++ b/po/psensor.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-05 17:49+0200\n" +"POT-Creation-Date: 2014-06-06 08:27+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,21 +17,21 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: src/cfg.c:516 +#: src/cfg.c:515 #, c-format msgid "Failed to create the directory %s: %s" msgstr "" -#: src/cfg.c:564 +#: src/cfg.c:563 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:567 +#: src/cfg.c:566 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:592 +#: src/cfg.c:591 #, c-format msgid "Failed to save configuration file %s." msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index 5ca7f30..0e7c553 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor 0.7.0.x\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-05 17:49+0200\n" +"POT-Creation-Date: 2014-06-06 08:27+0200\n" "PO-Revision-Date: 2013-09-01 18:54+0000\n" "Last-Translator: Celio Alves \n" "Language-Team: Brazilian Portuguese\n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2013-10-18 06:32+0000\n" "X-Generator: Launchpad (build 16799)\n" -#: src/cfg.c:516 +#: src/cfg.c:515 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Falhou ao criar servidor web." -#: src/cfg.c:564 +#: src/cfg.c:563 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:567 +#: src/cfg.c:566 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:592 +#: src/cfg.c:591 #, c-format msgid "Failed to save configuration file %s." msgstr "" diff --git a/po/ru.po b/po/ru.po index e27e17f..c1098af 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor 0.7.0.x\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-05 17:49+0200\n" +"POT-Creation-Date: 2014-06-06 08:27+0200\n" "PO-Revision-Date: 2014-05-20 05:14+0000\n" "Last-Translator: Dmitry Serov \n" "Language-Team: Russian\n" @@ -19,21 +19,21 @@ msgstr "" "X-Launchpad-Export-Date: 2014-06-02 08:08+0000\n" "X-Generator: Launchpad (build 17031)\n" -#: src/cfg.c:516 +#: src/cfg.c:515 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Не удалось создать веб-сервер." -#: src/cfg.c:564 +#: src/cfg.c:563 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:567 +#: src/cfg.c:566 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:592 +#: src/cfg.c:591 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Не удалось включить журналирование датчиков." diff --git a/po/sl.po b/po/sl.po index 0a1ea77..284114e 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-05 17:49+0200\n" +"POT-Creation-Date: 2014-06-06 08:27+0200\n" "PO-Revision-Date: 2012-04-14 21:02+0000\n" "Last-Translator: Jean-Philippe Orsini \n" "Language-Team: Slovenian \n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2012-07-02 08:28+0000\n" "X-Generator: Launchpad (build 15520)\n" -#: src/cfg.c:516 +#: src/cfg.c:515 #, c-format msgid "Failed to create the directory %s: %s" msgstr "" -#: src/cfg.c:564 +#: src/cfg.c:563 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:567 +#: src/cfg.c:566 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:592 +#: src/cfg.c:591 #, c-format msgid "Failed to save configuration file %s." msgstr "" diff --git a/po/sr.po b/po/sr.po index af53d0b..48ddaf5 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-05 17:49+0200\n" +"POT-Creation-Date: 2014-06-06 08:27+0200\n" "PO-Revision-Date: 2012-05-03 02:31+0000\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian \n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2012-07-02 08:28+0000\n" "X-Generator: Launchpad (build 15520)\n" -#: src/cfg.c:516 +#: src/cfg.c:515 #, c-format msgid "Failed to create the directory %s: %s" msgstr "" -#: src/cfg.c:564 +#: src/cfg.c:563 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:567 +#: src/cfg.c:566 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:592 +#: src/cfg.c:591 #, c-format msgid "Failed to save configuration file %s." msgstr "" diff --git a/po/sv.po b/po/sv.po index 815c5ca..b9eb190 100644 --- a/po/sv.po +++ b/po/sv.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor 1.0.0.0\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-05 17:49+0200\n" +"POT-Creation-Date: 2014-06-06 08:27+0200\n" "PO-Revision-Date: 2014-06-01 13:09+0000\n" "Last-Translator: Josef Andersson \n" "Language-Team: Swedish\n" @@ -21,21 +21,21 @@ msgstr "" "X-Generator: Launchpad (build 17031)\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/cfg.c:516 +#: src/cfg.c:515 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Misslyckades med att skapa webbserver." -#: src/cfg.c:564 +#: src/cfg.c:563 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:567 +#: src/cfg.c:566 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:592 +#: src/cfg.c:591 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Misslyckades med att aktivera sensorloggning." diff --git a/po/tr.po b/po/tr.po index 4ad0a8d..9d51b67 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-05 17:49+0200\n" +"POT-Creation-Date: 2014-06-06 08:27+0200\n" "PO-Revision-Date: 2013-11-24 08:42+0000\n" "Last-Translator: İbrahim Çelik \n" "Language-Team: Turkish \n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2014-02-11 20:01+0000\n" "X-Generator: Launchpad (build 16916)\n" -#: src/cfg.c:516 +#: src/cfg.c:515 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Web sunucusu oluşturulamadı." -#: src/cfg.c:564 +#: src/cfg.c:563 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:567 +#: src/cfg.c:566 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:592 +#: src/cfg.c:591 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Algılayıcıların günlük kaydı etkinleştirilemedi." diff --git a/po/uk.po b/po/uk.po index 76fd1b4..4d4c728 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-05 17:49+0200\n" +"POT-Creation-Date: 2014-06-06 08:27+0200\n" "PO-Revision-Date: 2012-10-13 16:24+0000\n" "Last-Translator: Ilya Volchanetskiy \n" "Language-Team: Ukrainian \n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2013-01-21 09:32+0000\n" "X-Generator: Launchpad (build 16430)\n" -#: src/cfg.c:516 +#: src/cfg.c:515 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Не вдалося створити веб-сервер." -#: src/cfg.c:564 +#: src/cfg.c:563 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:567 +#: src/cfg.c:566 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:592 +#: src/cfg.c:591 #, c-format msgid "Failed to save configuration file %s." msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 7479b85..f6b35f1 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-05 17:49+0200\n" +"POT-Creation-Date: 2014-06-06 08:27+0200\n" "PO-Revision-Date: 2014-05-01 13:23+0000\n" "Last-Translator: Wang Dianjin \n" "Language-Team: Chinese (simplified)\n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2014-06-02 08:08+0000\n" "X-Generator: Launchpad (build 17031)\n" -#: src/cfg.c:516 +#: src/cfg.c:515 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "无法创建网络服务器。" -#: src/cfg.c:564 +#: src/cfg.c:563 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:567 +#: src/cfg.c:566 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:592 +#: src/cfg.c:591 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "无法激活监测器日志。" diff --git a/src/Makefile.am b/src/Makefile.am index 0f64275..5fb2ac2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -116,3 +116,7 @@ psensor.1: main.c $(top_srcdir)/configure.ac $(MAKE) $(AM_MAKEFLAGS) psensor$(EXEEXT) help2man --include=description.txt -N --name="Temperature monitoring application" --output=psensor.1 ./psensor$(EXEEXT) +gsettings_SCHEMAS=psensor.gschema.xml +EXTRA_DIST=$(gsettings_SCHEMAS) + +@GSETTINGS_RULES@ diff --git a/src/Makefile.in b/src/Makefile.in index 9d13b6d..1eff5d5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -227,9 +227,11 @@ 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@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTOP_CFLAGS = @GTOP_CFLAGS@ @@ -324,6 +326,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -373,9 +376,10 @@ psensor_SOURCES = cfg.h cfg.c notify_cmd.c notify_cmd.h graph.h \ ui_sensorpref.c ui_status.h ui_status.c pxdg.h pxdg.c \ $(am__append_4) $(am__append_7) $(am__append_16) \ $(am__append_19) -EXTRA_DIST = description.txt psensor.schemas +EXTRA_DIST = $(gsettings_SCHEMAS) @GCONF_TRUE@schemadir = $(GCONF_SCHEMA_FILE_DIR) @GCONF_TRUE@schema_DATA = psensor.schemas +gsettings_SCHEMAS = psensor.gschema.xml all: all-recursive .SUFFIXES: @@ -896,6 +900,8 @@ psensor.1: main.c $(top_srcdir)/configure.ac $(MAKE) $(AM_MAKEFLAGS) psensor$(EXEEXT) help2man --include=description.txt -N --name="Temperature monitoring application" --output=psensor.1 ./psensor$(EXEEXT) +@GSETTINGS_RULES@ + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/src/cfg.c b/src/cfg.c index 5dd5450..e5273fb 100644 --- a/src/cfg.c +++ b/src/cfg.c @@ -43,7 +43,6 @@ static const char *ATT_SENSOR_APPINDICATOR_MENU_DISABLED = "appindicator_menu_disabled"; static const char *ATT_SENSOR_APPINDICATOR_LABEL_ENABLED = "appindicator_label_enabled"; - static const char *ATT_SENSOR_POSITION = "position"; static const char *KEY_SENSOR_UPDATE_INTERVAL diff --git a/src/glade/Makefile.in b/src/glade/Makefile.in index f77b250..89c195b 100644 --- a/src/glade/Makefile.in +++ b/src/glade/Makefile.in @@ -130,9 +130,11 @@ 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@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTOP_CFLAGS = @GTOP_CFLAGS@ @@ -224,6 +226,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ diff --git a/src/lib/Makefile.in b/src/lib/Makefile.in index d9cd76d..96f675d 100644 --- a/src/lib/Makefile.in +++ b/src/lib/Makefile.in @@ -144,9 +144,11 @@ 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@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTOP_CFLAGS = @GTOP_CFLAGS@ @@ -239,6 +241,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ diff --git a/src/psensor.gschema.xml b/src/psensor.gschema.xml new file mode 100644 index 0000000..0aaed3d --- /dev/null +++ b/src/psensor.gschema.xml @@ -0,0 +1,105 @@ + + + + + + + + false + Whether the alpha channel is enabled + Whether the alpha channel is enabled. Must be enabled for changing the transparency of the background of the graph window. + + + 1 + The alpha value of the background of the graph window + The alpha value of the background of the graph window. It must be a positive float between 0 and 1. '1' is the maximum opacity. + + + '#e8f4e8f4a8f5' + The color of the background of the graph canvas + The color of the background of the graph canvas as a #rgb representation. + + + '#000000000000' + The color of the foreground of the graph canvas + The color of the foreground of the graph canvas as a #rgb representation. + + + 10 + The monitoring duration of the graph + The monitoring duration of the graph as minutes. It must be greater than 1. + + + 1 + The interval between refreshs of the graph + The interval between refreshs of the graph as seconds. It must be greater than 1. + + + + + false + Whether the graph window is hidden on startup + Whether the graph window is hidden on startup. The graph will be hidden only if the Ubuntu Application Indicator or status icon support is available. + + + false + Whether the menu of the graph window is disabled + Whether the menu of the graph window is disabled + + + 0 + Position of the sensor list in the graph window + Position of the sensor list in the graph window. Possible values are 0 (right), 1 (left), 2 (top), 3 (bottom). + + + false + Whether the greatest temperature is displayed in Unity launcher + If set to 'true' the greatest temperature will be displayed in the Unity launcher. + + + 0 + The displayed temperature unit + The displayed temperature unit, '0' for Celsius, '1' for Fahenrenheit. + + + 0 + Whether the decoration of the window is disabled + Whether the decoration of the window is disabled. + + + false + Whether the graph window is kept below all other windows + Whether the graph window is kept below all other windows. + + + false + Whether the position and size of the graph window are restored + Whether the position and size of the graph window are restored + + + 0 + Position of the divider between the graph window and the list of sensors + Position of the divider between the graph window and the list of sensors + + + 0 + Width of the graph window + Width of the graph window. + + + 0 + Height of the graph window + Height of the graph window. + + + 0 + Horizontal position of the graph window + Horizontal position of the graph window. + + + 0 + Vertical position of the graph window + Vertical position of the graph window. + + + diff --git a/src/server/Makefile.in b/src/server/Makefile.in index f240f32..3a7c7fc 100644 --- a/src/server/Makefile.in +++ b/src/server/Makefile.in @@ -156,9 +156,11 @@ 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@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTOP_CFLAGS = @GTOP_CFLAGS@ @@ -252,6 +254,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ diff --git a/tests/Makefile.in b/tests/Makefile.in index d896f52..4b61ebb 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -152,9 +152,11 @@ 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@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTOP_CFLAGS = @GTOP_CFLAGS@ @@ -247,6 +249,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ diff --git a/www/Makefile.in b/www/Makefile.in index 1c1ad73..4d94d03 100644 --- a/www/Makefile.in +++ b/www/Makefile.in @@ -130,9 +130,11 @@ 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@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTOP_CFLAGS = @GTOP_CFLAGS@ @@ -224,6 +226,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ -- 2.7.4