aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
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 /calendar
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 'calendar')
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/gui/Makefile.am7
-rw-r--r--calendar/gui/apps_evolution_calendar.schemas.in.in (renamed from calendar/gui/apps_evolution_calendar.schemas)0
3 files changed, 12 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index ff1e256220..795d8e3301 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+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 Rodrigo Moya <rodrigo@ximian.com>
* gui/dialogs/copy-source-dialog.c (copy_source_dialog): added
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index d900165b9c..bdb5f454fa 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -232,7 +232,12 @@ server_DATA = $(server_in_files:.server.in.in=_$(BASE_VERSION).server)
# GConf schemas
schemadir = $(GCONF_SCHEMA_FILE_DIR)
-schema_DATA = apps_evolution_calendar.schemas
+schema_in_files = apps_evolution_calendar.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@
EXTRA_DIST = \
e-calendar-marshal.list \
diff --git a/calendar/gui/apps_evolution_calendar.schemas b/calendar/gui/apps_evolution_calendar.schemas.in.in
index 27e9aa44e2..27e9aa44e2 100644
--- a/calendar/gui/apps_evolution_calendar.schemas
+++ b/calendar/gui/apps_evolution_calendar.schemas.in.in