From 36aaf5759c1beececce2b161b47de7c6337bb279 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 8 Sep 2015 15:30:42 +0200 Subject: Rework gsettings schema building * Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files --- configure.ac | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 27efa0a..80c52b4 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_SUBST(VERSION) AC_CONFIG_HEADERS([config.h]) -IT_PROG_INTLTOOL([0.37.1]) +IT_PROG_INTLTOOL([0.50.1]) GETTEXT_PACKAGE=mate-settings-daemon AC_SUBST(GETTEXT_PACKAGE) @@ -510,6 +510,27 @@ data/Makefile data/mate-settings-daemon.desktop.in data/mate-settings-daemon.pc data/mate-settings-daemon-uninstalled.pc +data/org.mate.applications-at.gschema.xml +data/org.mate.font-rendering.gschema.xml +data/org.mate.peripherals-smartcard.gschema.xml +data/org.mate.peripherals-touchpad.gschema.xml +data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml +data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml +data/org.mate.SettingsDaemon.plugins.background.gschema.xml +data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml +data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml +data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml +data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml +data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml +data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml +data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml +data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml +data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml +data/org.mate.SettingsDaemon.plugins.sound.gschema.xml +data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml +data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml +data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml +data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml po/Makefile.in ]) -- cgit v1.2.1