diff options
author | infirit <[email protected]> | 2015-09-06 21:55:35 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-06 21:55:35 +0200 |
commit | df7a7488950139e3884972e2363294051e33d45d (patch) | |
tree | c442d94aba98b29a69a743701bf9a7d7a1086950 /configure.ac | |
parent | 6bfc67fc80ba929a740d20edd9ba34927dfefafe (diff) | |
download | mate-applets-df7a7488950139e3884972e2363294051e33d45d.tar.bz2 mate-applets-df7a7488950139e3884972e2363294051e33d45d.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.ac | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8d71cfda..3b411309 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ dnl *************************************************************************** AM_MAINTAINER_MODE -IT_PROG_INTLTOOL([0.35.0]) +IT_PROG_INTLTOOL([0.50.1]) PKG_PROG_PKG_CONFIG([0.19]) AC_PROG_CC @@ -563,8 +563,10 @@ accessx-status/pixmaps/Makefile drivemount/Makefile drivemount/help/Makefile multiload/Makefile +multiload/org.mate.panel.applet.multiload.gschema.xml multiload/docs/Makefile charpick/Makefile +charpick/org.mate.panel.applet.charpick.gschema.xml charpick/help/Makefile invest-applet/Makefile invest-applet/docs/Makefile @@ -575,14 +577,17 @@ invest-applet/data/art/Makefile mateweather/Makefile mateweather/docs/Makefile geyes/Makefile +geyes/org.mate.panel.applet.geyes.gschema.xml geyes/themes/Makefile geyes/docs/Makefile battstat/Makefile +battstat/org.mate.panel.applet.battstat.gschema.xml battstat/apmlib/Makefile battstat/sounds/Makefile battstat/docs/Makefile man/Makefile stickynotes/Makefile +stickynotes/org.mate.stickynotes.gschema.xml stickynotes/pixmaps/Makefile stickynotes/docs/Makefile trashapplet/Makefile @@ -590,11 +595,14 @@ trashapplet/src/Makefile trashapplet/docs/Makefile cpufreq/Makefile cpufreq/src/Makefile +cpufreq/org.mate.panel.applet.cpufreq.gschema.xml cpufreq/src/cpufreq-selector/Makefile cpufreq/pixmaps/Makefile cpufreq/help/Makefile timerapplet/Makefile +timerapplet/org.mate.panel.applet.timer.gschema.xml command/Makefile +command/org.mate.panel.applet.command.gschema.xml null_applet/Makefile ]) |