From b9133a18f88938db0afdd88f4fffc419e6477c09 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 16 Jun 2015 00:56:55 +0200 Subject: 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 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.1