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-dictionary/data/Makefile.am | 4 +--- mate-dictionary/data/org.mate.dictionary.gschema.xml.in | 16 ++++++++-------- 2 files changed, 9 insertions(+), 11 deletions(-) (limited to 'mate-dictionary/data') diff --git a/mate-dictionary/data/Makefile.am b/mate-dictionary/data/Makefile.am index f3ec7bad..aa24a926 100644 --- a/mate-dictionary/data/Makefile.am +++ b/mate-dictionary/data/Makefile.am @@ -62,8 +62,7 @@ appdatadir = $(datadir)/appdata appdata_in_files = mate-dictionary.appdata.xml.in appdata_DATA = $(appdata_in_files:.xml.in=.xml) -gsettingsschema_in_files = org.mate.dictionary.gschema.xml.in -gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml) +gsettings_SCHEMAS = org.mate.dictionary.gschema.xml @GSETTINGS_RULES@ convertdir = $(datadir)/MateConf/gsettings @@ -75,7 +74,6 @@ EXTRA_DIST = \ mate-dictionary.desktop.in.in \ $(dictsource_in_files) \ $(man_MANS) \ - $(gsettingsschema_in_files) \ $(appdata_in_files) \ $(builder_DATA) \ $(ui_DATA) \ diff --git a/mate-dictionary/data/org.mate.dictionary.gschema.xml.in b/mate-dictionary/data/org.mate.dictionary.gschema.xml.in index e6f5add2..faf830f6 100644 --- a/mate-dictionary/data/org.mate.dictionary.gschema.xml.in +++ b/mate-dictionary/data/org.mate.dictionary.gschema.xml.in @@ -3,23 +3,23 @@ '!' - <_summary>The default database to use - <_description>The name of the default individual database or meta-database to use on a dictionary source. An exclamation mark ("!") means that all the databases present in a dictionary source should be searched + The default database to use + The name of the default individual database or meta-database to use on a dictionary source. An exclamation mark ("!") means that all the databases present in a dictionary source should be searched 'exact' - <_summary>The default search strategy to use - <_description>The name of the default search strategy to use on a dictionary source, if available. The default strategy is 'exact', that is match exact words. + The default search strategy to use + The name of the default search strategy to use on a dictionary source, if available. The default strategy is 'exact', that is match exact words. 'Serif 12' - <_summary>The font to be used when printing - <_description>The font to be used when printing a definition. + The font to be used when printing + The font to be used when printing a definition. 'Default' - <_summary>The name of the dictionary source used - <_description>The name of the dictionary source used to retrieve the definitions of words. + The name of the dictionary source used + The name of the dictionary source used to retrieve the definitions of words. -- cgit v1.2.1