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
This commit is contained in:
raveit65
2015-06-16 00:56:55 +02:00
parent 0f093c69c0
commit b9133a18f8
6 changed files with 211 additions and 218 deletions

View File

@@ -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)