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) --- baobab/data/Makefile.am | 7 ++----- .../org.mate.disk-usage-analyzer.gschema.xml.in | 24 +++++++++++----------- 2 files changed, 14 insertions(+), 17 deletions(-) (limited to 'baobab/data') diff --git a/baobab/data/Makefile.am b/baobab/data/Makefile.am index f9919811..771b98e0 100644 --- a/baobab/data/Makefile.am +++ b/baobab/data/Makefile.am @@ -11,15 +11,13 @@ $(baobabapp_in_files): $(baobabapp_in_files:.desktop.in=.desktop.in.in) @INTLTOOL_DESKTOP_RULE@ -gsettingsschema_in_files = org.mate.disk-usage-analyzer.gschema.xml.in -gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml) -.PRECIOUS: $(gsettings_SCHEMAS) @INTLTOOL_XML_RULE@ appdatadir = $(datadir)/appdata appdata_in_files = mate-disk-usage-analyzer.appdata.xml.in appdata_DATA = $(appdata_in_files:.xml.in=.xml) +gsettings_SCHEMAS = org.mate.disk-usage-analyzer.gschema.xml @GSETTINGS_RULES@ convertdir = $(datadir)/MateConf/gsettings @@ -30,7 +28,6 @@ man_MANS = mate-disk-usage-analyzer.1 EXTRA_DIST = \ $(ui_DATA) \ mate-disk-usage-analyzer.desktop.in.in \ - $(gsettingsschema_in_files) \ $(convert_DATA) \ $(appdata_in_files) \ $(man_MANS) @@ -39,4 +36,4 @@ CLEANFILES = \ $(baobabapp_in_files) \ $(baobabapp_DATA) \ $(gsettings_SCHEMAS) \ - mate-disk-usage-analyzer.appdata.xml + $(appdata_DATA) diff --git a/baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in b/baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in index 26801491..a56de249 100644 --- a/baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in +++ b/baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in @@ -6,35 +6,35 @@ false - <_summary>Monitor Home - <_description>Whether any change to the home directory should be monitored. + Monitor Home + Whether any change to the home directory should be monitored. [] - <_summary>Excluded partitions URIs - <_description>A list of URIs for partitions to be excluded from scanning. + Excluded partitions URIs + A list of URIs for partitions to be excluded from scanning. true - <_summary>Toolbar is Visible - <_description>Whether the toolbar should be visible in main window. + Toolbar is Visible + Whether the toolbar should be visible in main window. false - <_summary>Statusbar is Visible - <_description>Whether the status bar at the bottom of main window should be visible. + Statusbar is Visible + Whether the status bar at the bottom of main window should be visible. true - <_summary>Subfolder tips visible - <_description>Whether the subfolder tooltips of the selected folder are drawn. + Subfolder tips visible + Whether the subfolder tooltips of the selected folder are drawn. 'rings' - <_summary>Active Chart - <_description>Which type of chart should be displayed. + Active Chart + Which type of chart should be displayed. -- cgit v1.2.1