diff options
author | raveit65 <[email protected]> | 2015-06-16 14:59:46 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-06-16 16:28:05 +0200 |
commit | c4df12f12d21ea7d4bc0d656bd5f93539c078d93 (patch) | |
tree | 3fd0d8e272580cdb97de5dcbf56f64c7bb9369df /configure.ac | |
parent | 519aa6b184aa07a2afd09e76d1f36aaa5032b3fa (diff) | |
download | mate-utils-c4df12f12d21ea7d4bc0d656bd5f93539c078d93.tar.bz2 mate-utils-c4df12f12d21ea7d4bc0d656bd5f93539c078d93.tar.xz |
fixes for gschema translation
taken from:
https://github.com/mate-desktop/eom/commit/a2055e1
- bumped required intltool version to 0.50.1
- renamed and corrected gschema xml for proper intltool usage
- sorted lines in po/POTFILES.in (as requested in the header)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2a4ae940..2fe563ee 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) MATE_COMMON_INIT -IT_PROG_INTLTOOL([0.40.0]) +IT_PROG_INTLTOOL([0.50.1]) AC_ISC_POSIX AC_PROG_CXX @@ -391,6 +391,7 @@ libeggsmclient/Makefile baobab/Makefile baobab/data/Makefile +baobab/data/org.mate.disk-usage-analyzer.gschema.xml baobab/pixmaps/Makefile baobab/pixmaps/24x24/Makefile baobab/pixmaps/scalable/Makefile @@ -399,6 +400,7 @@ baobab/help/Makefile logview/Makefile logview/data/Makefile +logview/data/org.mate.system-log.gschema.xml logview/tests/Makefile logview/help/Makefile @@ -412,6 +414,7 @@ mate-dictionary/libgdict/Makefile mate-dictionary/libgdict/gdict-version.h mate-dictionary/libgdict/mate-dict.pc mate-dictionary/data/Makefile +mate-dictionary/data/org.mate.dictionary.gschema.xml mate-dictionary/docs/Makefile mate-dictionary/docs/reference/Makefile mate-dictionary/docs/reference/gdict/Makefile @@ -420,6 +423,7 @@ mate-dictionary/help/Makefile mate-dictionary/src/Makefile mate-screenshot/Makefile +mate-screenshot/org.mate.screenshot.gschema.xml ]) AC_OUTPUT |