[baobab] Fix gettext domain substitution in schema file
- From: Stefano Facchini <sfacchini src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [baobab] Fix gettext domain substitution in schema file
- Date: Mon, 26 Aug 2013 17:56:19 +0000 (UTC)
commit 01dcfad8a675d8ef8ad8e66fde1c3e60c36bd145
Author: Stefano Facchini <stefano facchini gmail com>
Date: Mon Aug 26 19:55:34 2013 +0200
Fix gettext domain substitution in schema file
configure.ac | 1 +
...a.xml.in => org.gnome.baobab.gschema.xml.in.in} | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3c1b030..41092da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,6 +50,7 @@ PKG_CHECK_MODULES(BAOBAB, [
AC_CONFIG_FILES([
Makefile
data/Makefile
+data/org.gnome.baobab.gschema.xml.in
help/Makefile
pixmaps/Makefile
src/Makefile
diff --git a/data/org.gnome.baobab.gschema.xml.in b/data/org.gnome.baobab.gschema.xml.in.in
similarity index 76%
rename from data/org.gnome.baobab.gschema.xml.in
rename to data/org.gnome.baobab.gschema.xml.in.in
index 950462c..1a55f7b 100644
--- a/data/org.gnome.baobab.gschema.xml.in
+++ b/data/org.gnome.baobab.gschema.xml.in.in
@@ -1,16 +1,16 @@
-<schemalist>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.baobab" path="/org/gnome/baobab/">
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.gnome.baobab" path="/org/gnome/baobab/">
<child name="preferences" schema="org.gnome.baobab.preferences"/>
<child name="ui" schema="org.gnome.baobab.ui"/>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.baobab.preferences"
path="/org/gnome/baobab/preferences/">
+ <schema id="org.gnome.baobab.preferences" path="/org/gnome/baobab/preferences/">
<key name="excluded-uris" type="as">
<default>[]</default>
<_summary>Excluded partitions URIs</_summary>
<_description>A list of URIs for partitions to be excluded from scanning.</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.baobab.ui" path="/org/gnome/baobab/ui/">
+ <schema id="org.gnome.baobab.ui" path="/org/gnome/baobab/ui/">
<key name="active-chart" type="s">
<choices>
<choice value='rings'/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]