aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2003-12-02 23:55:48 +0800
committerRodney Dawes <dobey@src.gnome.org>2003-12-02 23:55:48 +0800
commit8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5 (patch)
tree569fb274bda929af017be0674a19e635b6bdcb03 /shell
parentf7900226cb5862961d363dfd19c7fcedd6496817 (diff)
downloadgsoc2013-evolution-8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5.tar
gsoc2013-evolution-8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5.tar.gz
gsoc2013-evolution-8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5.tar.bz2
gsoc2013-evolution-8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5.tar.lz
gsoc2013-evolution-8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5.tar.xz
gsoc2013-evolution-8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5.tar.zst
gsoc2013-evolution-8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5.zip
Version the schemas Removed Added
2003-12-02 Rodney Dawes <dobey@ximian.com> * gui/component/Makefile.am: Version the schemas * gui/component/apps_evolution_addressbook.schemas: Removed * gui/component/apps_evolution_addressbook.schemas.in.in: Added 2003-12-02 Rodney Dawes <dobey@ximian.com> * gui/Makefile.am: Version the schemas * gui/apps_evolution_calendar.schemas: Removed * gui/apps_evolution_calendar.schemas.in.in: Added 2003-12-02 Rodney Dawes <dobey@ximian.com> * Makefile.am: Version the schemas * evolution-mail.schemas: Removed * evolution-mail.schemas.in.in: Added 2003-12-02 Rodney Dawes <dobey@ximian.com> * Makefile.am: Version the schemas * apps_evolution_shell.schemas: Removed * apps_evolution_shell.schemas.in.in: Added svn path=/trunk/; revision=23579
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/Makefile.am7
-rw-r--r--shell/apps_evolution_shell.schemas.in.in (renamed from shell/apps_evolution_shell.schemas)0
3 files changed, 12 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 0b4da8cd75..f6f0869fb9 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,9 @@
+2003-12-02 Rodney Dawes <dobey@ximian.com>
+
+ * Makefile.am: Version the schemas
+ * apps_evolution_shell.schemas: Removed
+ * apps_evolution_shell.schemas.in.in: Added
+
2003-12-01 Ettore Perazzoli <ettore@ximian.com>
* e-activity-handler.c (e_activity_handler_operation_finished):
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 8ac0866d88..c7935b6d5d 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -234,7 +234,12 @@ icons = \
# GConf schemas
schemadir = $(GCONF_SCHEMA_FILE_DIR)
-schema_DATA = apps_evolution_shell.schemas
+schema_in_files = apps_evolution_shell.schemas.in.in
+schema_DATA = $(schema_in_files:.schemas.in.in=-$(BASE_VERSION).schemas)
+%-$(BASE_VERSION).schemas.in: %.schemas.in.in
+ cp $< $@
+
+@INTLTOOL_SCHEMAS_RULE@
install-data-local:
if test -z "$(DESTDIR)" ; then \
diff --git a/shell/apps_evolution_shell.schemas b/shell/apps_evolution_shell.schemas.in.in
index e58974edd2..e58974edd2 100644
--- a/shell/apps_evolution_shell.schemas
+++ b/shell/apps_evolution_shell.schemas.in.in