From 8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Tue, 2 Dec 2003 15:55:48 +0000 Subject: Version the schemas Removed Added 2003-12-02 Rodney Dawes * 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 * 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 * Makefile.am: Version the schemas * evolution-mail.schemas: Removed * evolution-mail.schemas.in.in: Added 2003-12-02 Rodney Dawes * Makefile.am: Version the schemas * apps_evolution_shell.schemas: Removed * apps_evolution_shell.schemas.in.in: Added svn path=/trunk/; revision=23579 --- addressbook/gui/component/Makefile.am | 7 +++- .../component/apps_evolution_addressbook.schemas | 42 ---------------------- .../apps_evolution_addressbook.schemas.in.in | 42 ++++++++++++++++++++++ 3 files changed, 48 insertions(+), 43 deletions(-) delete mode 100644 addressbook/gui/component/apps_evolution_addressbook.schemas create mode 100644 addressbook/gui/component/apps_evolution_addressbook.schemas.in.in (limited to 'addressbook/gui/component') diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 9583e53c8c..916ee1bfa7 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -64,7 +64,12 @@ libevolution_addressbook_la_LDFLAGS = -module -avoid-version # GConf schemas schemadir = $(GCONF_SCHEMA_FILE_DIR) -schema_DATA = apps_evolution_addressbook.schemas +schema_in_files = apps_evolution_addressbook.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/addressbook/gui/component/apps_evolution_addressbook.schemas b/addressbook/gui/component/apps_evolution_addressbook.schemas deleted file mode 100644 index 82af9d0843..0000000000 --- a/addressbook/gui/component/apps_evolution_addressbook.schemas +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - /schemas/apps/evolution/addressbook/completion/uris - /apps/evolution/addressbook/completion/uris - evolution-addressbook - string - - - EFolderList xml for the list of completion uris - - - - - /schemas/apps/evolution/addressbook/completion/minimum_query_length - /apps/evolution/addressbook/completion/minimum_query_length - evolution-addressbook - int - 3 - - The number of characters that must be typed before evolution will attempt to autocomplete - - - - - - - /schemas/apps/evolution/addressbook/select_names/last_used_uri - /apps/evolution/addressbook/select_names/last_used_uri - evolution-addressbook - string - - - URI for the folder last used in the select names dialog - - - - - \ No newline at end of file diff --git a/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in b/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in new file mode 100644 index 0000000000..82af9d0843 --- /dev/null +++ b/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in @@ -0,0 +1,42 @@ + + + + + + + /schemas/apps/evolution/addressbook/completion/uris + /apps/evolution/addressbook/completion/uris + evolution-addressbook + string + + + EFolderList xml for the list of completion uris + + + + + /schemas/apps/evolution/addressbook/completion/minimum_query_length + /apps/evolution/addressbook/completion/minimum_query_length + evolution-addressbook + int + 3 + + The number of characters that must be typed before evolution will attempt to autocomplete + + + + + + + /schemas/apps/evolution/addressbook/select_names/last_used_uri + /apps/evolution/addressbook/select_names/last_used_uri + evolution-addressbook + string + + + URI for the folder last used in the select names dialog + + + + + \ No newline at end of file -- cgit v1.2.3