summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-08 15:30:42 +0200
committerinfirit <[email protected]>2015-09-08 15:30:42 +0200
commit36aaf5759c1beececce2b161b47de7c6337bb279 (patch)
treeedf7ffc5959645179e832a1e7e10aa74cc97676c /configure.ac
parent2db7cc811d771c2f2dd5ee9b0cbb6be1f6401170 (diff)
downloadmate-settings-daemon-36aaf5759c1beececce2b161b47de7c6337bb279.tar.bz2
mate-settings-daemon-36aaf5759c1beececce2b161b47de7c6337bb279.tar.xz
Rework gsettings schema building
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac23
1 files changed, 22 insertions, 1 deletions
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
])