diff options
author | raveit65 <[email protected]> | 2015-06-16 00:56:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-06-16 00:56:55 +0200 |
commit | b9133a18f88938db0afdd88f4fffc419e6477c09 (patch) | |
tree | 9ca92c224599e1ea5259525a4e3ec1a60b2fc37b /configure.ac | |
parent | 0f093c69c0c6bfdc7560da1bb6b516a28665bdac (diff) | |
download | pluma-b9133a18f88938db0afdd88f4fffc419e6477c09.tar.bz2 pluma-b9133a18f88938db0afdd88f4fffc419e6477c09.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
- removed obsolete lines from po/POTFILES.skip
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6a4a17df..b3812baf 100644 --- a/configure.ac +++ b/configure.ac @@ -154,7 +154,7 @@ dnl ================================================================ dnl Gettext stuff. dnl ================================================================ -IT_PROG_INTLTOOL([0.40.0]) +IT_PROG_INTLTOOL([0.50.1]) GETTEXT_PACKAGE=pluma AC_SUBST([GETTEXT_PACKAGE]) AM_GLIB_GNU_GETTEXT @@ -513,6 +513,7 @@ Makefile data/pluma.desktop.in data/pluma-bugreport.sh data/pluma.pc +data/org.mate.pluma.gschema.xml data/Makefile docs/Makefile docs/reference/Makefile |