[gnome-utils] baobab: fix some leftovers from the GSettings transition
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-utils] baobab: fix some leftovers from the GSettings transition
- Date: Wed, 20 Oct 2010 22:57:25 +0000 (UTC)
commit dd4cd66d96ddd18a3512b2654f8258761487b3e4
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed Oct 20 20:23:22 2010 +0200
baobab: fix some leftovers from the GSettings transition
baobab/data/Makefile.am | 5 ++-
baobab/data/baobab.schemas.in | 68 -----------------------------------------
po/POTFILES.in | 1 -
3 files changed, 3 insertions(+), 71 deletions(-)
---
diff --git a/baobab/data/Makefile.am b/baobab/data/Makefile.am
index d97ed28..6dee008 100644
--- a/baobab/data/Makefile.am
+++ b/baobab/data/Makefile.am
@@ -14,6 +14,7 @@ $(baobabapp_in_files): $(baobabapp_in_files:.desktop.in=.desktop.in.in)
gsettingsschema_in_files = org.gnome.baobab.gschema.xml.in
gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml)
+.PRECIOUS: $(gsettings_SCHEMAS)
@INTLTOOL_XML_NOMERGE_RULE@
@@ -24,10 +25,10 @@ man_MANS = baobab.1
EXTRA_DIST = \
$(ui_DATA) \
baobab.desktop.in.in \
- $(schemas_in_files) \
+ $(gsettingsschema_in_files) \
$(man_MANS)
CLEANFILES = \
$(baobabapp_in_files) \
$(baobabapp_DATA) \
- $(schemas_DATA)
+ $(gsettings_SCHEMAS)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index aa3251c..5d53922 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -2,7 +2,6 @@
# Please keep this file sorted alphabetically.
baobab/data/baobab.desktop.in.in
baobab/data/baobab-preferences-dialog.ui
-baobab/data/baobab.schemas.in
baobab/data/org.gnome.baobab.gschema.xml.in
[type: gettext/glade]baobab/data/baobab-main-window.ui
baobab/src/baobab.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]