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 --- data/Makefile.am | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'data/Makefile.am') diff --git a/data/Makefile.am b/data/Makefile.am index 002a9031..110d583a 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -11,13 +11,6 @@ appdata_DATA = $(appdata_in_files:.xml.in=.xml) gsettings_SCHEMAS = org.mate.pluma.gschema.xml @GSETTINGS_RULES@ -%.gschema.xml.in: %.gschema.xml.in.in Makefile - $(AM_V_GEN) $(SED) \ - -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' \ - -e 's^\@ACTIVE_PLUGINS\@^$(ACTIVE_PLUGINS)^g' \ - -e 's^\@TOOLBAR_STYLE\@^$(TOOLBAR_STYLE)^g' \ - < $< > $@ - convertdir = $(datadir)/MateConf/gsettings convert_DATA = pluma.convert @@ -29,21 +22,19 @@ pkgconfig_DATA = pluma.pc bugreportdir = $(libexecdir)/pluma bugreport_SCRIPTS = pluma-bugreport.sh -EXTRA_DIST = \ - $(appdata_in_files) \ - $(desktop_in_files) \ - $(gsettings_SCHEMAS).in.in \ - $(convert_DATA) \ +EXTRA_DIST = \ + $(appdata_in_files) \ + $(desktop_in_files) \ + $(convert_DATA) \ $(man_MANS) \ pluma.pc.in \ pluma-bugreport.sh.in CLEANFILES = \ $(desktop_DATA) \ - $(gsettings_SCHEMAS_in) \ - $(gsettings_SCHEMAS) \ + $(gsettings_SCHEMAS) \ $(pkgconfig_DATA) \ - pluma.appdata.xml + $(appdata_DATA) -- cgit v1.2.1