From 2e14b902516a9f53e41b9c77110de108bca27245 Mon Sep 17 00:00:00 2001 From: Monsta Date: Mon, 15 Jun 2015 15:37:54 +0300 Subject: fixes for gschema translation taken from https://git.gnome.org/browse/eog/commit/?id=8f83ae4397bf7a477a154e5712b799fa43c60187 - 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) - 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 6c6be66..5c3c0af 100644 --- a/configure.ac +++ b/configure.ac @@ -64,7 +64,7 @@ fi # *********** AM_GLIB_GNU_GETTEXT -IT_PROG_INTLTOOL([0.40.0]) +IT_PROG_INTLTOOL([0.50.1]) GETTEXT_PACKAGE=AC_PACKAGE_NAME AC_SUBST(GETTEXT_PACKAGE) @@ -499,6 +499,7 @@ po/Makefile.in data/Makefile data/eom.pc data/eom.desktop.in +data/org.mate.eom.gschema.xml data/pixmaps/Makefile data/icons/Makefile data/icons/16x16/Makefile -- cgit v1.2.1