From c4df12f12d21ea7d4bc0d656bd5f93539c078d93 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 16 Jun 2015 14:59:46 +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 - sorted lines in po/POTFILES.in (as requested in the header) --- mate-screenshot/Makefile.am | 18 +++++++----------- mate-screenshot/org.mate.screenshot.gschema.xml.in | 20 ++++++++++---------- 2 files changed, 17 insertions(+), 21 deletions(-) (limited to 'mate-screenshot') diff --git a/mate-screenshot/Makefile.am b/mate-screenshot/Makefile.am index 1fa3cdc7..7cce5d0c 100644 --- a/mate-screenshot/Makefile.am +++ b/mate-screenshot/Makefile.am @@ -63,30 +63,26 @@ appdatadir = $(datadir)/appdata appdata_in_files = mate-screenshot.appdata.xml.in appdata_DATA = $(appdata_in_files:.xml.in=.xml) -gsettingsschema_in_files = org.mate.screenshot.gschema.xml.in -gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml) -.PRECIOUS: $(gsettings_SCHEMAS) - +gsettings_SCHEMAS = org.mate.screenshot.gschema.xml @GSETTINGS_RULES@ convertdir = $(datadir)/MateConf/gsettings convert_DATA = mate-screenshot.convert EXTRA_DIST = \ - $(gsettingsschema_in_files) \ $(appdata_in_files) \ - $(mate_screenshot_in_files) \ + $(mate_screenshot_in_files) \ $(man_MANS) \ $(ui_DATA) \ - $(convert_DATA) \ + $(convert_DATA) \ $(NULL) CLEANFILES = \ - $(BUILT_SOURCES) \ - $(gsettings_SCHEMAS) \ - $(mate_screenshot_DATA) \ + $(BUILT_SOURCES) \ + $(gsettings_SCHEMAS) \ + $(mate_screenshot_DATA) \ $(sys_DATA) \ - mate-screenshot.appdata.xml + $(appdata_DATA) dist-hook: cd $(distdir) ; rm -f $(CLEANFILES) diff --git a/mate-screenshot/org.mate.screenshot.gschema.xml.in b/mate-screenshot/org.mate.screenshot.gschema.xml.in index fddddbb3..c926d737 100644 --- a/mate-screenshot/org.mate.screenshot.gschema.xml.in +++ b/mate-screenshot/org.mate.screenshot.gschema.xml.in @@ -2,28 +2,28 @@ 0 - <_summary>Screenshot delay - <_description>The number of seconds to wait before taking the screenshot. + Screenshot delay + The number of seconds to wait before taking the screenshot. '' - <_summary>Screenshot directory - <_description>The directory the last screenshot was saved in. + Screenshot directory + The directory the last screenshot was saved in. true - <_summary>Include Border - <_description>Include the window manager border along with the screenshot + Include Border + Include the window manager border along with the screenshot true - <_summary>Include Pointer - <_description>Include the pointer in the screenshot + Include Pointer + Include the pointer in the screenshot 'none' - <_summary>Border Effect - <_description>Effect to add to the outside of a border. Possible values are "shadow", "none", and "border". + Border Effect + Effect to add to the outside of a border. Possible values are "shadow", "none", and "border". -- cgit v1.2.1