added schema
[ptask.git] / config.status
index 7a9ef8b..2070dac 100755 (executable)
@@ -428,7 +428,7 @@ $config_commands
 Report bugs to <jeanfi@gmail.com>.
 ptask home page: <http://wpitchoune.net/ptask>."
 
-ac_cs_config="'--prefix=/tmp'"
+ac_cs_config=""
 ac_cs_version="\
 ptask config.status 0.0.x
 configured by ./configure, generated by GNU Autoconf 2.69,
@@ -520,7 +520,7 @@ if $ac_cs_silent; then
 fi
 
 if $ac_cs_recheck; then
-  set X /bin/bash './configure'  '--prefix=/tmp' $ac_configure_extra_args --no-create --no-recursion
+  set X /bin/bash './configure'  $ac_configure_extra_args --no-create --no-recursion
   shift
   $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
   CONFIG_SHELL='/bin/bash'
@@ -635,6 +635,52 @@ S["CPPCHECK_FALSE"]="#"
 S["CPPCHECK_TRUE"]=""
 S["HAVE_CPPCHECK"]="yes"
 S["HELP2MAN"]="help2man"
+S["GSETTINGS_RULES"]="\n"\
+".PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas\n"\
+"\n"\
+"mostlyclean-am: clean-gsettings-schemas\n"\
+"\n"\
+"gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))\n"\
+"\n"\
+"%.gschema.valid: %.gschema.xml $(gsettings__enum_file)\n"\
+"      $(AM_V_GEN) if test -f \"$<\"; then d=; else d=\"$(srcdir)/\"; fi; $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__e"\
+"num_file)) --schema-file=$${d}$< && touch $@\n"\
+"\n"\
+"all-am: $(gsettings_SCHEMAS:.xml=.valid)\n"\
+"uninstall-am: uninstall-gsettings-schemas\n"\
+"install-data-am: install-gsettings-schemas\n"\
+"\n"\
+".SECONDARY: $(gsettings_SCHEMAS)\n"\
+"\n"\
+"install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)\n"\
+"      @$(NORMAL_INSTALL)\n"\
+"      if test -n \"$^\"; then \\\n"\
+"              test -z \"$(gsettingsschemadir)\" || $(MKDIR_P) \"$(DESTDIR)$(gsettingsschemadir)\"; \\\n"\
+"              $(INSTALL_DATA) $^ \"$(DESTDIR)$(gsettingsschemadir)\"; \\\n"\
+"              test -n \"$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)\" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \\\n"\
+"      fi\n"\
+"\n"\
+"uninstall-gsettings-schemas:\n"\
+"      @$(NORMAL_UNINSTALL)\n"\
+"      @list='$(gsettings_SCHEMAS) $(gsettings__enum_file)'; test -n \"$(gsettingsschemadir)\" || list=; \\\n"\
+"      files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \\\n"\
+"      test -n \"$$files\" || exit 0; \\\n"\
+"      echo \" ( cd '$(DESTDIR)$(gsettingsschemadir)' && rm -f\" $$files \")\"; \\\n"\
+"      cd \"$(DESTDIR)$(gsettingsschemadir)\" && rm -f $$files\n"\
+"      test -n \"$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)\" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)\n"\
+"\n"\
+"clean-gsettings-schemas:\n"\
+"      rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)\n"\
+"\n"\
+"ifdef gsettings_ENUM_NAMESPACE\n"\
+"$(gsettings__enum_file): $(gsettings_ENUM_FILES)\n"\
+"      $(AM_V_GEN) glib-mkenums --comments '<!-- @comment@ -->' --fhead \"<schemalist>\" --vhead \"  <@type@ id='$(gsettings_ENUM_NAMESPACE).@EnumName@'>\" --"\
+"vprod \"    <value nick='@valuenick@' value='@valuenum@'/>\" --vtail \"  </@type@>\" --ftail \"</schemalist>\" $^ > $@.tmp && mv $@.tmp $@\n"\
+"endif\n"\
+""
+S["GLIB_COMPILE_SCHEMAS"]="/usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-schemas"
+S["gsettingsschemadir"]="${datarootdir}/glib-2.0/schemas"
+S["GSETTINGS_DISABLE_SCHEMAS_COMPILE"]=""
 S["JSON_LIBS"]="-ljson-c  "
 S["JSON_CFLAGS"]="-I/usr/include/json-c  "
 S["GTK_LIBS"]="-lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0  "
@@ -746,7 +792,7 @@ S["libexecdir"]="${exec_prefix}/libexec"
 S["sbindir"]="${exec_prefix}/sbin"
 S["bindir"]="${exec_prefix}/bin"
 S["program_transform_name"]="s,x,x,"
-S["prefix"]="/tmp"
+S["prefix"]="/usr/local"
 S["exec_prefix"]="${prefix}"
 S["PACKAGE_URL"]="http://wpitchoune.net/ptask"
 S["PACKAGE_BUGREPORT"]="jeanfi@gmail.com"