diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rwxr-xr-x | evolution-zip.in | 7 |
2 files changed, 11 insertions, 5 deletions
@@ -1,3 +1,12 @@ +2006-01-04 Tor Lillqvist <tml@novell.com> + + * evolution-zip.in: Include also the glade files in the plugins + directory. + + Include all of etc/gconf in the zipfile. (One should "make + install" to a temporary directory when building a distribution + anyway, so only evolution's GConf stuff will be included.) + 2006-01-02 Harish Krishnaswamy <kharish@novell.com> * NEWS, configure.in: Release updates, version bump. diff --git a/evolution-zip.in b/evolution-zip.in index f53795efd8..ff90000c69 100755 --- a/evolution-zip.in +++ b/evolution-zip.in @@ -58,14 +58,11 @@ share/evolution/@BASE_VERSION@/default share/evolution/@BASE_VERSION@/weather share/evolution/@BASE_VERSION@/ui share/evolution/@BASE_VERSION@/views -etc/gconf/schemas/apps_evolution_shell-@BASE_VERSION@.schemas -etc/gconf/schemas/apps_evolution_addressbook-@BASE_VERSION@.schemas -etc/gconf/schemas/apps_evolution_calendar-@BASE_VERSION@.schemas -etc/gconf/schemas/evolution-mail-@BASE_VERSION@.schemas +etc/gconf EOF zip -r $ZIP share/pixmaps share/evolution/@BASE_VERSION@/images -zip $ZIP lib/evolution/@BASE_VERSION@/plugins/*.eplug lib/evolution/@BASE_VERSION@/plugins/*.dll lib/evolution/@BASE_VERSION@/plugins/*.xml +zip $ZIP lib/evolution/@BASE_VERSION@/plugins/*.eplug lib/evolution/@BASE_VERSION@/plugins/*.dll lib/evolution/@BASE_VERSION@/plugins/*.xml lib/evolution/@BASE_VERSION@/plugins/*.glade zip $ZIP lib/locale/*/LC_MESSAGES/evolution-@BASE_VERSION@.mo |