From 4acc6fb2a411b291c9c210d82bafe7c62e71c77d Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Wed, 24 Oct 2007 23:37:25 +0000 Subject: Presenting GNOME 2.20.1 and all related works for FreeBSD. The official GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 --- mail/balsa/Makefile | 9 +- mail/balsa/files/patch-doc_xmldocs.make | 11 - mail/balsa/files/patch-src_main.c | 11 - mail/balsa/pkg-plist | 122 ++-- mail/contact-lookup-applet/Makefile | 5 +- mail/contact-lookup-applet/pkg-plist | 6 +- mail/evolution-exchange/Makefile | 19 +- mail/evolution-exchange/distinfo | 6 +- mail/evolution-exchange/pkg-plist | 37 +- mail/evolution/Makefile | 28 +- mail/evolution/distinfo | 6 +- mail/evolution/files/patch-aa | 14 +- mail/evolution/files/patch-fix-maildir | 111 ---- mail/evolution/files/patch-mail_em-utils.h | 10 + mail/evolution/pkg-plist | 877 +++++++++++++++++++++-------- mail/gnubiff/Makefile | 3 +- mail/gnubiff/pkg-plist | 40 +- mail/mail-notification/Makefile | 2 +- mail/mail-notification/pkg-plist | 19 +- mail/mboxcheck-applet/Makefile | 6 +- mail/mboxcheck-applet/pkg-plist | 2 +- mail/mmc/Makefile | 2 +- mail/mmc/pkg-plist | 2 +- mail/pmail/Makefile | 2 +- mail/pmail/pkg-plist | 312 +++++----- 25 files changed, 967 insertions(+), 695 deletions(-) delete mode 100644 mail/balsa/files/patch-doc_xmldocs.make delete mode 100644 mail/balsa/files/patch-src_main.c delete mode 100644 mail/evolution/files/patch-fix-maildir create mode 100644 mail/evolution/files/patch-mail_em-utils.h (limited to 'mail') diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index ba79f5f2766e..735134a18588 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -3,11 +3,12 @@ # Whom: Glenn Johnson # # $FreeBSD$ -# $MCom: ports/mail/balsa/Makefile,v 1.10 2007/03/14 17:45:39 marcus Exp $ +# $MCom: ports/mail/balsa/Makefile,v 1.19 2007/10/11 04:42:18 mezz Exp $ # PORTNAME= balsa PORTVERSION= 2.3.17 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ DISTNAME= balsa-${PORTVERSION} @@ -92,9 +93,7 @@ post-patch: @${REINPLACE_CMD} -E \ -e 's|^(HICOLOR_ICON_DIR)[^/]+/|\1=${PREFIX}/|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - -post-install: - @${LOCALBASE}/bin/gtk-update-icon-cache -f -q --ignore-theme-index \ - ${PREFIX}/share/gnome/balsa/hicolor + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-D.*_DISABLE_DEPRECATED_SOURCE||g ; s|-D.*_DISABLE_DEPRECATED||g' .include diff --git a/mail/balsa/files/patch-doc_xmldocs.make b/mail/balsa/files/patch-doc_xmldocs.make deleted file mode 100644 index 9379b0d60628..000000000000 --- a/mail/balsa/files/patch-doc_xmldocs.make +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/xmldocs.make.orig Wed Sep 18 07:12:20 2002 -+++ doc/xmldocs.make Tue Oct 29 12:20:37 2002 -@@ -36,7 +36,7 @@ - # ************* Begin of section some packagers may need to modify ************** - # This variable (docdir) specifies where the documents should be installed. - # This default value should work for most packages. --docdir = $(datadir)/gnome/help/$(docname)/$(lang) -+docdir = $(datadir)/help/$(docname)/$(lang) - - # ************** You should not have to edit below this line ******************* - xml_files = $(entities) $(docname).xml diff --git a/mail/balsa/files/patch-src_main.c b/mail/balsa/files/patch-src_main.c deleted file mode 100644 index 044e51dd98db..000000000000 --- a/mail/balsa/files/patch-src_main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main.c.orig Sun Jan 18 06:39:47 2004 -+++ src/main.c Sun Jan 18 21:38:15 2004 -@@ -233,7 +233,7 @@ - gnome_program_init(PACKAGE, VERSION, LIBGNOMEUI_MODULE, argc, argv, - GNOME_PARAM_POPT_TABLE, options, - GNOME_PARAM_APP_PREFIX, BALSA_STD_PREFIX, -- GNOME_PARAM_APP_DATADIR, BALSA_STD_PREFIX "/share", -+ GNOME_PARAM_APP_DATADIR, BALSA_STD_PREFIX "/share/gnome", - GNOME_PARAM_HUMAN_READABLE_NAME, _("The Balsa E-Mail Client"), - NULL); - diff --git a/mail/balsa/pkg-plist b/mail/balsa/pkg-plist index d5bd143b29ac..949aea6c86e3 100644 --- a/mail/balsa/pkg-plist +++ b/mail/balsa/pkg-plist @@ -2,53 +2,52 @@ bin/balsa bin/balsa-ab etc/sound/events/balsa.soundlist libdata/bonobo/servers/GNOME_Balsa.server -share/gnome/applications/balsa.desktop -share/gnome/balsa/hicolor/16x16/apps/balsa-encrypted.png -share/gnome/balsa/hicolor/16x16/apps/balsa-mark-all.png -share/gnome/balsa/hicolor/16x16/apps/balsa-mbox-draft.png -share/gnome/balsa/hicolor/16x16/apps/balsa-mbox-sent.png -share/gnome/balsa/hicolor/16x16/apps/balsa-mbox-tray-empty.png -share/gnome/balsa/hicolor/16x16/apps/balsa-mbox-tray-full.png -share/gnome/balsa/hicolor/16x16/apps/balsa-next-flagged.png -share/gnome/balsa/hicolor/16x16/apps/balsa-next-part.png -share/gnome/balsa/hicolor/16x16/apps/balsa-next-unread.png -share/gnome/balsa/hicolor/16x16/apps/balsa-next.png -share/gnome/balsa/hicolor/16x16/apps/balsa-postpone.png -share/gnome/balsa/hicolor/16x16/apps/balsa-previous-part.png -share/gnome/balsa/hicolor/16x16/apps/balsa-previous.png -share/gnome/balsa/hicolor/16x16/apps/balsa-reply-all.png -share/gnome/balsa/hicolor/16x16/apps/balsa-signature-bad.png -share/gnome/balsa/hicolor/16x16/apps/balsa-signature-good.png -share/gnome/balsa/hicolor/16x16/apps/balsa-signature-notrust.png -share/gnome/balsa/hicolor/16x16/apps/balsa-signature-unknown.png -share/gnome/balsa/hicolor/22x22 -share/gnome/balsa/hicolor/24x24/apps/balsa-crypt-check.png -share/gnome/balsa/hicolor/24x24/apps/balsa-encrypt.png -share/gnome/balsa/hicolor/24x24/apps/balsa-encrypted.png -share/gnome/balsa/hicolor/24x24/apps/balsa-mark-all.png -share/gnome/balsa/hicolor/24x24/apps/balsa-marked-new.png -share/gnome/balsa/hicolor/24x24/apps/balsa-next-flagged.png -share/gnome/balsa/hicolor/24x24/apps/balsa-next-part.png -share/gnome/balsa/hicolor/24x24/apps/balsa-next-unread.png -share/gnome/balsa/hicolor/24x24/apps/balsa-next.png -share/gnome/balsa/hicolor/24x24/apps/balsa-postpone.png -share/gnome/balsa/hicolor/24x24/apps/balsa-preview.png -share/gnome/balsa/hicolor/24x24/apps/balsa-previous-part.png -share/gnome/balsa/hicolor/24x24/apps/balsa-previous.png -share/gnome/balsa/hicolor/24x24/apps/balsa-reply-all.png -share/gnome/balsa/hicolor/24x24/apps/balsa-sign.png -share/gnome/balsa/hicolor/24x24/apps/balsa-signature-bad.png -share/gnome/balsa/hicolor/24x24/apps/balsa-signature-good.png -share/gnome/balsa/hicolor/24x24/apps/balsa-signature-notrust.png -share/gnome/balsa/hicolor/24x24/apps/balsa-signature-unknown.png -share/gnome/balsa/hicolor/24x24/apps/balsa-trash-empty.png -share/gnome/balsa/hicolor/icon-theme.cache -share/gnome/balsa/pixmaps/attachment.png -share/gnome/balsa/pixmaps/balsa-logo.png -share/gnome/balsa/pixmaps/balsa-top.png -share/gnome/balsa/pixmaps/balsa-watermark.png -share/gnome/balsa/pixmaps/balsa_icon.png -share/gnome/balsa/pixmaps/balsa_logo.png +share/applications/balsa.desktop +share/balsa/hicolor/16x16/apps/balsa-encrypted.png +share/balsa/hicolor/16x16/apps/balsa-mark-all.png +share/balsa/hicolor/16x16/apps/balsa-mbox-draft.png +share/balsa/hicolor/16x16/apps/balsa-mbox-sent.png +share/balsa/hicolor/16x16/apps/balsa-mbox-tray-empty.png +share/balsa/hicolor/16x16/apps/balsa-mbox-tray-full.png +share/balsa/hicolor/16x16/apps/balsa-next-flagged.png +share/balsa/hicolor/16x16/apps/balsa-next-part.png +share/balsa/hicolor/16x16/apps/balsa-next-unread.png +share/balsa/hicolor/16x16/apps/balsa-next.png +share/balsa/hicolor/16x16/apps/balsa-postpone.png +share/balsa/hicolor/16x16/apps/balsa-previous-part.png +share/balsa/hicolor/16x16/apps/balsa-previous.png +share/balsa/hicolor/16x16/apps/balsa-reply-all.png +share/balsa/hicolor/16x16/apps/balsa-signature-bad.png +share/balsa/hicolor/16x16/apps/balsa-signature-good.png +share/balsa/hicolor/16x16/apps/balsa-signature-notrust.png +share/balsa/hicolor/16x16/apps/balsa-signature-unknown.png +share/balsa/hicolor/22x22 +share/balsa/hicolor/24x24/apps/balsa-crypt-check.png +share/balsa/hicolor/24x24/apps/balsa-encrypt.png +share/balsa/hicolor/24x24/apps/balsa-encrypted.png +share/balsa/hicolor/24x24/apps/balsa-mark-all.png +share/balsa/hicolor/24x24/apps/balsa-marked-new.png +share/balsa/hicolor/24x24/apps/balsa-next-flagged.png +share/balsa/hicolor/24x24/apps/balsa-next-part.png +share/balsa/hicolor/24x24/apps/balsa-next-unread.png +share/balsa/hicolor/24x24/apps/balsa-next.png +share/balsa/hicolor/24x24/apps/balsa-postpone.png +share/balsa/hicolor/24x24/apps/balsa-preview.png +share/balsa/hicolor/24x24/apps/balsa-previous-part.png +share/balsa/hicolor/24x24/apps/balsa-previous.png +share/balsa/hicolor/24x24/apps/balsa-reply-all.png +share/balsa/hicolor/24x24/apps/balsa-sign.png +share/balsa/hicolor/24x24/apps/balsa-signature-bad.png +share/balsa/hicolor/24x24/apps/balsa-signature-good.png +share/balsa/hicolor/24x24/apps/balsa-signature-notrust.png +share/balsa/hicolor/24x24/apps/balsa-signature-unknown.png +share/balsa/hicolor/24x24/apps/balsa-trash-empty.png +share/balsa/pixmaps/attachment.png +share/balsa/pixmaps/balsa-logo.png +share/balsa/pixmaps/balsa-top.png +share/balsa/pixmaps/balsa-watermark.png +share/balsa/pixmaps/balsa_icon.png +share/balsa/pixmaps/balsa_logo.png share/gnome/help/balsa/C/balsa.xml share/gnome/help/balsa/C/fdl-appendix.xml share/gnome/help/balsa/C/figures/address-book-ldap.png @@ -69,11 +68,11 @@ share/gnome/help/balsa/C/figures/newmsg-window-toolbar.png share/gnome/help/balsa/C/figures/newmsg-window.png share/gnome/help/balsa/C/figures/preferences-window.png share/gnome/help/balsa/C/figures/spell-check.png -share/gnome/idl/Balsa.idl -share/gnome/omf/balsa/balsa-C.omf -share/gnome/pixmaps/gnome-balsa2.png -share/gnome/sounds/balsa/newmail.wav -share/gnome/sounds/balsa/startup.wav +share/idl/Balsa.idl +share/omf/balsa/balsa-C.omf +share/pixmaps/gnome-balsa2.png +share/sounds/balsa/newmail.wav +share/sounds/balsa/startup.wav share/icons/hicolor/48x48/mimetypes/gnome-mime-application-pgp-signature.png share/icons/hicolor/48x48/mimetypes/gnome-mime-application-pkcs7-mime.png share/icons/hicolor/48x48/mimetypes/gnome-mime-application-pkcs7-signature.png @@ -139,19 +138,19 @@ share/locale/wa/LC_MESSAGES/balsa.mo share/locale/zh_CN/LC_MESSAGES/balsa.mo share/locale/zh_HK/LC_MESSAGES/balsa.mo share/locale/zh_TW/LC_MESSAGES/balsa.mo -@dirrm share/gnome/sounds/balsa -@dirrm share/gnome/omf/balsa +@dirrm share/sounds/balsa +@dirrm share/omf/balsa %%GTKICON%%@dirrmtry share/icons/hicolor/48x48/mimetypes @dirrm share/gnome/help/balsa/C/figures @dirrm share/gnome/help/balsa/C @dirrm share/gnome/help/balsa -@dirrm share/gnome/balsa/pixmaps -@dirrm share/gnome/balsa/hicolor/24x24/apps -@dirrm share/gnome/balsa/hicolor/24x24 -@dirrm share/gnome/balsa/hicolor/16x16/apps -@dirrm share/gnome/balsa/hicolor/16x16 -@dirrm share/gnome/balsa/hicolor -@dirrm share/gnome/balsa +@dirrm share/balsa/pixmaps +@dirrm share/balsa/hicolor/24x24/apps +@dirrm share/balsa/hicolor/24x24 +@dirrm share/balsa/hicolor/16x16/apps +@dirrm share/balsa/hicolor/16x16 +@dirrm share/balsa/hicolor +@dirrm share/balsa @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/rw/LC_MESSAGES @@ -160,3 +159,4 @@ share/locale/zh_TW/LC_MESSAGES/balsa.mo @dirrmtry share/locale/oc @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/applications diff --git a/mail/contact-lookup-applet/Makefile b/mail/contact-lookup-applet/Makefile index 5ee6bc281aa2..c71e6b0cf64c 100644 --- a/mail/contact-lookup-applet/Makefile +++ b/mail/contact-lookup-applet/Makefile @@ -3,11 +3,12 @@ # Whom: kwm@rainbow-runner.nl # # $FreeBSD$ -# $MCom: ports/mail/contact-lookup-applet/Makefile,v 1.13 2006/09/30 23:58:38 ahze Exp $ +# $MCom: ports/mail/contact-lookup-applet/Makefile,v 1.15 2007/07/29 22:17:31 mezz Exp $ +# PORTNAME= contact PORTVERSION= 0.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail gnome MASTER_SITES= http://www.burtonini.com/computing/ PKGNAMESUFFIX= -lookup-applet diff --git a/mail/contact-lookup-applet/pkg-plist b/mail/contact-lookup-applet/pkg-plist index d84b9f061bed..f3dce63b1fd1 100644 --- a/mail/contact-lookup-applet/pkg-plist +++ b/mail/contact-lookup-applet/pkg-plist @@ -1,7 +1,7 @@ libdata/bonobo/servers/GNOME_ContactLookupApplet.server libexec/contact-lookup-applet -share/gnome/lookup-applet/GNOME_ContactLookupApplet.xml -share/gnome/lookup-applet/contact-lookup-applet.glade +share/lookup-applet/GNOME_ContactLookupApplet.xml +share/lookup-applet/contact-lookup-applet.glade share/locale/bg/LC_MESSAGES/contact-lookup-applet.mo share/locale/ca/LC_MESSAGES/contact-lookup-applet.mo share/locale/cs/LC_MESSAGES/contact-lookup-applet.mo @@ -30,7 +30,7 @@ share/locale/uk/LC_MESSAGES/contact-lookup-applet.mo share/locale/vi/LC_MESSAGES/contact-lookup-applet.mo share/locale/xh/LC_MESSAGES/contact-lookup-applet.mo share/locale/zh_CN/LC_MESSAGES/contact-lookup-applet.mo -@dirrm share/gnome/lookup-applet +@dirrm share/lookup-applet @dirrmtry share/locale/xh/LC_MESSAGES @dirrmtry share/locale/xh @dirrmtry share/locale/rw/LC_MESSAGES diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index cf08e7a82a07..e8fe3adcfc21 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,11 +3,11 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.83 2007/03/13 16:03:50 marcus Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.99 2007/10/15 20:59:13 mezz Exp $ # PORTNAME= evolution-exchange -PORTVERSION= 2.10.3 +PORTVERSION= 2.12.1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -16,8 +16,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Evolution plugin to connect to Microsoft Exchange servers -BUILD_DEPENDS= evolution-${EVO_VERSION}:${PORTSDIR}/mail/evolution -RUN_DEPENDS= evolution-${EVO_VERSION}:${PORTSDIR}/mail/evolution +BUILD_DEPENDS= evolution:${PORTSDIR}/mail/evolution +RUN_DEPENDS= evolution:${PORTSDIR}/mail/evolution USE_BZIP2= yes USE_GETTEXT= yes @@ -34,8 +34,8 @@ CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ --disable-compile-warnings \ --with-libdb=${LOCALBASE} -EVO_VERSION= 2.10 -VERSION= 2.10 +EVO_VERSION= 2.12 +VERSION= 2.12 PLIST_SUB= VERSION=${VERSION} EVO_VERSION=${EVO_VERSION} \ EDS_VERSION="1.2" OLDDOCSDIR="share/doc/ximian-connector" @@ -43,8 +43,7 @@ GCONF_SCHEMAS= apps_exchange_addressbook-${VERSION}.schemas .include -.if !defined(NO_KERBEROS) && \ - exists(/usr/lib/libkrb5.so) +.if !defined(NO_KERBEROS) && exists(/usr/lib/libkrb5.so) CONFIGURE_ARGS+= --with-krb5=/usr .else LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal @@ -64,9 +63,7 @@ IGNORE= does not build with ${LOCALBASE}/include/mapi.h exists in system, run pk .endif post-patch: - @${REINPLACE_CMD} -e 's|EVOLUTION_API_VERSION=2.8|EVOLUTION_API_VERSION=2.10| ; \ - s|EDS_BASE_VERSION=1.8|EDS_BASE_VERSION=1.10| ; \ - s|-ldb|-l${BDB_LIB_NAME}|g' \ + @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g' \ ${WRKSRC}/configure .include diff --git a/mail/evolution-exchange/distinfo b/mail/evolution-exchange/distinfo index 85c6ebe115ac..dcba0957bf15 100644 --- a/mail/evolution-exchange/distinfo +++ b/mail/evolution-exchange/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/evolution-exchange-2.10.3.tar.bz2) = 4e2024c1af8fdef1b9f4764632171711 -SHA256 (gnome2/evolution-exchange-2.10.3.tar.bz2) = 281950cce0bc3e21dd7df30bad2bcc9f52413936ba3aaa324ccab069ee494016 -SIZE (gnome2/evolution-exchange-2.10.3.tar.bz2) = 1046362 +MD5 (gnome2/evolution-exchange-2.12.1.tar.bz2) = 7130d53d0b10e3475bbd1c2af1e35810 +SHA256 (gnome2/evolution-exchange-2.12.1.tar.bz2) = 41987e1e23a5bd08d2a2bf4c147ecc7448c174616c3d874565afde55533f0008 +SIZE (gnome2/evolution-exchange-2.12.1.tar.bz2) = 1063241 diff --git a/mail/evolution-exchange/pkg-plist b/mail/evolution-exchange/pkg-plist index 697e9261deea..7ee15d2a4bdb 100644 --- a/mail/evolution-exchange/pkg-plist +++ b/mail/evolution-exchange/pkg-plist @@ -63,18 +63,18 @@ libexec/evolution/%%EVO_VERSION%%/evolution-exchange-storage %%OLDDOCSDIR%%/ximian-connector.devhelp %%OLDDOCSDIR%%/ximian-connector.devhelp2 %%OLDDOCSDIR%%/ximian-connnector-booking.html -share/gnome/evolution-exchange/%%VERSION%%/glade/exchange-autoconfig-wizard.glade -share/gnome/evolution-exchange/%%VERSION%%/glade/exchange-change-password.glade -share/gnome/evolution-exchange/%%VERSION%%/glade/exchange-delegates.glade -share/gnome/evolution-exchange/%%VERSION%%/glade/exchange-folder-tree.glade -share/gnome/evolution-exchange/%%VERSION%%/glade/exchange-oof.glade -share/gnome/evolution-exchange/%%VERSION%%/glade/exchange-passwd-expiry.glade -share/gnome/evolution-exchange/%%VERSION%%/glade/exchange-permissions-dialog.glade -share/gnome/evolution-exchange/%%VERSION%%/images/connector-mini.png -share/gnome/evolution-exchange/%%VERSION%%/images/connector.png -share/gnome/evolution-exchange/%%VERSION%%/images/exchange-delegates-48.png -share/gnome/evolution-exchange/%%VERSION%%/images/exchange-oof-48.png -share/gnome/evolution-exchange/%%VERSION%%/ui/ximian-connector.xml +%%DATADIR%%/%%VERSION%%/glade/exchange-autoconfig-wizard.glade +%%DATADIR%%/%%VERSION%%/glade/exchange-change-password.glade +%%DATADIR%%/%%VERSION%%/glade/exchange-delegates.glade +%%DATADIR%%/%%VERSION%%/glade/exchange-folder-tree.glade +%%DATADIR%%/%%VERSION%%/glade/exchange-oof.glade +%%DATADIR%%/%%VERSION%%/glade/exchange-passwd-expiry.glade +%%DATADIR%%/%%VERSION%%/glade/exchange-permissions-dialog.glade +%%DATADIR%%/%%VERSION%%/images/connector-mini.png +%%DATADIR%%/%%VERSION%%/images/connector.png +%%DATADIR%%/%%VERSION%%/images/exchange-delegates-48.png +%%DATADIR%%/%%VERSION%%/images/exchange-oof-48.png +%%DATADIR%%/%%VERSION%%/ui/ximian-connector.xml share/locale/ar/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo share/locale/az/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo share/locale/bg/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo @@ -115,6 +115,7 @@ share/locale/nb/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo share/locale/ne/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo share/locale/nl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo share/locale/nn/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo +share/locale/oc/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo share/locale/or/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo share/locale/pa/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo share/locale/pl/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo @@ -138,11 +139,11 @@ share/locale/xh/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo share/locale/zh_CN/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo share/locale/zh_HK/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo share/locale/zh_TW/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo -@dirrm share/gnome/evolution-exchange/%%VERSION%%/ui -@dirrm share/gnome/evolution-exchange/%%VERSION%%/images -@dirrm share/gnome/evolution-exchange/%%VERSION%%/glade -@dirrm share/gnome/evolution-exchange/%%VERSION%% -@dirrm share/gnome/evolution-exchange +@dirrm %%DATADIR%%/%%VERSION%%/ui +@dirrm %%DATADIR%%/%%VERSION%%/images +@dirrm %%DATADIR%%/%%VERSION%%/glade +@dirrm %%DATADIR%%/%%VERSION%% +@dirrm %%DATADIR%% @dirrm %%OLDDOCSDIR%% @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @@ -150,6 +151,8 @@ share/locale/zh_TW/LC_MESSAGES/evolution-exchange-%%VERSION%%.mo @dirrmtry share/locale/xh @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku @dirrmtry share/locale/dz/LC_MESSAGES diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 8b5fdf54b067..079b911870d3 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,11 +3,11 @@ # Whom: Ade Lovett # # $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.134 2007/03/13 05:41:38 marcus Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.153 2007/10/17 21:36:11 mezz Exp $ # PORTNAME= evolution -PORTVERSION= 2.10.3 +PORTVERSION= 2.12.1 PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -38,15 +38,17 @@ CONFIGURE_ARGS= --enable-nss=yes \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -GCONF_SCHEMAS= apps_evolution_addressbook-${EVO_VERSION}.schemas \ - apps_evolution_calendar-${EVO_VERSION}.schemas \ - apps-evolution-mail-prompts-checkdefault-${EVO_VERSION}.schemas \ - apps_evolution_shell-${EVO_VERSION}.schemas \ - evolution-mail-${EVO_VERSION}.schemas +GCONF_SCHEMAS= apps-evolution-mail-notification.schemas \ + apps-evolution-mail-prompts-checkdefault.schemas \ + apps_evolution_addressbook.schemas \ + apps_evolution_calendar.schemas \ + apps_evolution_shell.schemas \ + apps-evolution-attachment-reminder.schemas \ + evolution-mail.schemas -EVO_VERSION= 2.10 +EVO_VERSION= 2.12 PLIST_SUB= VERSION=${EVO_VERSION} \ - PORTVERSION=2.10 + PORTVERSION=2.12 OPTIONS= PILOT "Enable Palm Pilot sync support" off \ LDAP "Enable LDAP support" on \ @@ -92,8 +94,7 @@ PLIST_SUB+= DBUS="" PLIST_SUB+= DBUS="@comment " .endif -.if !defined(NO_KERBEROS) && \ - exists(/usr/lib/libkrb5.so) +.if !defined(NO_KERBEROS) && exists(/usr/lib/libkrb5.so) CONFIGURE_ARGS+= --with-krb5=/usr .else LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal @@ -107,13 +108,12 @@ CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} post-patch: @${REINPLACE_CMD} -e '/^plugins_standard_always/s/audio-inline//' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|stdlib.n|stdlib.h|' \ + ${WRKSRC}/iconv-detect.c post-install: install-ldconfig-file ${MKDIR} ${PREFIX}/include/evolution-${EVO_VERSION}/composer ${INSTALL_DATA} ${WRKSRC}/composer/e-msg*.h ${PREFIX}/include/evolution-${EVO_VERSION}/composer ${INSTALL_DATA} ${WRKSRC}/composer/Editor.h ${PREFIX}/include/evolution-${EVO_VERSION}/composer - @${LN} -sf ${PREFIX}/bin/evolution-${EVO_VERSION} \ - ${PREFIX}/bin/evolution - -@update-desktop-database .include diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo index ca99f789451e..f158833739b1 100644 --- a/mail/evolution/distinfo +++ b/mail/evolution/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/evolution-2.10.3.tar.bz2) = 09cc60b037849b3c9b34961eb7da217f -SHA256 (gnome2/evolution-2.10.3.tar.bz2) = 8a26b982a6af83ffa72a33e8d9b890c278d28a86765098006c65060eb021a16f -SIZE (gnome2/evolution-2.10.3.tar.bz2) = 26041499 +MD5 (gnome2/evolution-2.12.1.tar.bz2) = 392623efa9b79ede17ce90512f2c3c0a +SHA256 (gnome2/evolution-2.12.1.tar.bz2) = 8d75c95a4419ecd0b46cddb7a7481fa4f23997f258084ed74f9f3fb9f7c36959 +SIZE (gnome2/evolution-2.12.1.tar.bz2) = 25905418 diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa index 9adc9c36e145..30b05efea0a9 100644 --- a/mail/evolution/files/patch-aa +++ b/mail/evolution/files/patch-aa @@ -1,6 +1,6 @@ ---- configure.orig Wed Apr 11 20:01:06 2007 -+++ configure Thu Apr 12 01:10:01 2007 -@@ -24916,6 +24916,15 @@ case "$host" in +--- configure.orig Tue Jun 19 00:18:59 2007 ++++ configure Tue Jun 19 00:25:55 2007 +@@ -24959,6 +24959,15 @@ case "$host" in SOFTOKN3_LIB='' HAL_REQUIREMENT='' ;; @@ -16,7 +16,7 @@ *) os_win32=no NO_UNDEFINED='' SOEXT='.so' -@@ -26594,6 +26604,7 @@ cat >>conftest.$ac_ext <<_ACEOF +@@ -26433,6 +26442,7 @@ cat >>conftest.$ac_ext <<_ACEOF #include #include #include @@ -24,16 +24,16 @@ #define BUFSIZE (sizeof(struct hostent)+10) -@@ -30819,7 +30830,7 @@ if test "x${with_krb5}" != "xno"; then +@@ -30930,7 +30940,7 @@ if test "x${with_krb5}" != "xno"; then LDFLAGS_save="$LDFLAGS" mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5" - heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi" + heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi -lcrypt" + sunlibs="-lkrb5 -lgss" { echo "$as_me:$LINENO: checking for Kerberos 5" >&5 echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6; } - if test "${ac_cv_lib_kerberos5+set}" = set; then -@@ -37148,7 +37159,7 @@ componentdir="$privlibdir/components" +@@ -37393,7 +37403,7 @@ componentdir="$privlibdir/components" idldir='${datadir}'/idl/evolution-$BASE_VERSION diff --git a/mail/evolution/files/patch-fix-maildir b/mail/evolution/files/patch-fix-maildir deleted file mode 100644 index 6bf3fe7468cd..000000000000 --- a/mail/evolution/files/patch-fix-maildir +++ /dev/null @@ -1,111 +0,0 @@ -Index: mail/ChangeLog -=================================================================== ---- mail/ChangeLog (revision 33704) -+++ mail/ChangeLog (working copy) -@@ -1,3 +1,11 @@ -+2007-06-18 Milan Crha -+ -+ ** Fix for bug #352346 -+ -+ * em-migrate.c (em_update_accounts_2_11), (em_migrate): -+ Added function to change "spool" to "spooldir" for those -+ spools which points on directories. -+ - 2007-06-18 Srinivasa Ragavan - - ** Fix for bug #448223 from Gilles Dartiguelongue -Index: mail/mail-config.glade -=================================================================== ---- mail/mail-config.glade (revision 33704) -+++ mail/mail-config.glade (working copy) -@@ -1354,7 +1354,6 @@ - 2 - 2 - 3 -- fill - - - -Index: mail/em-account-editor.c -=================================================================== ---- mail/em-account-editor.c (revision 33704) -+++ mail/em-account-editor.c (working copy) -@@ -1665,9 +1665,19 @@ - } - if (url->user) - gtk_entry_set_text(service->username, url->user); -- if (service->pathentry && url->path) -- gtk_file_chooser_set_filename (GTK_FILE_CHOOSER (service->pathentry), url->path); -+ if (service->pathentry) { -+ GtkFileChooserAction action = GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER; - -+ if (service->provider && (service->provider->url_flags & CAMEL_URL_NEED_PATH_DIR) == 0) -+ action = GTK_FILE_CHOOSER_ACTION_OPEN; -+ -+ if (action != gtk_file_chooser_get_action (GTK_FILE_CHOOSER (service->pathentry))) -+ gtk_file_chooser_set_action (GTK_FILE_CHOOSER (service->pathentry), action); -+ -+ if (url->path) -+ gtk_file_chooser_set_filename (GTK_FILE_CHOOSER (service->pathentry), url->path); -+ } -+ - tmp = camel_url_get_param(url, "use_ssl"); - if (tmp == NULL) - tmp = "never"; -Index: mail/em-migrate.c -=================================================================== ---- mail/em-migrate.c (revision 33704) -+++ mail/em-migrate.c (working copy) -@@ -2639,6 +2639,41 @@ - return 0; - } - -+static void -+em_update_accounts_2_11 (void) -+{ -+ EAccountList *accounts; -+ EIterator *iter; -+ gboolean changed = FALSE; -+ -+ if (!(accounts = mail_config_get_accounts ())) -+ return; -+ -+ iter = e_list_get_iterator ((EList *) accounts); -+ while (e_iterator_is_valid (iter)) { -+ EAccount *account = (EAccount *) e_iterator_get (iter); -+ -+ if (g_str_has_prefix (account->source->url, "spool://")) { -+ struct stat st; -+ -+ if (stat(account->source->url + 8, &st) != -1 && S_ISDIR(st.st_mode)) { -+ char *str = g_strdup_printf ("spooldir://%s", account->source->url + 8); -+ -+ g_free (account->source->url); -+ account->source->url = str; -+ changed = TRUE; -+ } -+ } -+ -+ e_iterator_next (iter); -+ } -+ -+ g_object_unref (iter); -+ -+ if (changed) -+ mail_config_save_accounts (); -+} -+ - #endif - - static int -@@ -2777,6 +2812,10 @@ - - g_free (path); - } -+ -+ if (major < 2 || (major == 2 && minor <= 11)) { -+ em_update_accounts_2_11 (); -+ } - #endif /* !G_OS_WIN32 */ - return 0; - } diff --git a/mail/evolution/files/patch-mail_em-utils.h b/mail/evolution/files/patch-mail_em-utils.h new file mode 100644 index 000000000000..b3e7b9ffbe25 --- /dev/null +++ b/mail/evolution/files/patch-mail_em-utils.h @@ -0,0 +1,10 @@ +--- mail/em-utils.h.orig Tue Aug 3 16:59:46 2004 ++++ mail/em-utils.h Tue Aug 3 17:00:04 2004 +@@ -23,6 +23,7 @@ + #ifndef __EM_UTILS_H__ + #define __EM_UTILS_H__ + ++#include + #include + + #ifdef __cplusplus diff --git a/mail/evolution/pkg-plist b/mail/evolution/pkg-plist index 5d64d5777b4b..621b2f04861c 100644 --- a/mail/evolution/pkg-plist +++ b/mail/evolution/pkg-plist @@ -1,5 +1,4 @@ bin/evolution -bin/evolution-%%VERSION%% include/evolution-%%VERSION%%/addressbook/gui/widgets/eab-config.h include/evolution-%%VERSION%%/addressbook/gui/widgets/eab-menu.h include/evolution-%%VERSION%%/addressbook/gui/widgets/eab-popup.h @@ -23,7 +22,6 @@ include/evolution-%%VERSION%%/e-util/e-error.h include/evolution-%%VERSION%%/e-util/e-event.h include/evolution-%%VERSION%%/e-util/e-folder-map.h include/evolution-%%VERSION%%/e-util/e-fsutils.h -include/evolution-%%VERSION%%/e-util/e-gtk-utils.h include/evolution-%%VERSION%%/e-util/e-gui-utils.h include/evolution-%%VERSION%%/e-util/e-html-utils.h include/evolution-%%VERSION%%/e-util/e-icon-factory.h @@ -103,7 +101,6 @@ include/evolution-%%VERSION%%/misc/e-cell-date-edit.h include/evolution-%%VERSION%%/misc/e-cell-percent.h include/evolution-%%VERSION%%/misc/e-cell-renderer-combo.h include/evolution-%%VERSION%%/misc/e-charset-picker.h -include/evolution-%%VERSION%%/misc/e-clipped-label.h include/evolution-%%VERSION%%/misc/e-colors.h include/evolution-%%VERSION%%/misc/e-combo-button.h include/evolution-%%VERSION%%/misc/e-combo-cell-editable.h @@ -129,12 +126,12 @@ include/evolution-%%VERSION%%/misc/e-selection-model-array.h include/evolution-%%VERSION%%/misc/e-selection-model-simple.h include/evolution-%%VERSION%%/misc/e-selection-model.h include/evolution-%%VERSION%%/misc/e-send-options.h +include/evolution-%%VERSION%%/misc/e-spinner.c +include/evolution-%%VERSION%%/misc/e-spinner.h include/evolution-%%VERSION%%/misc/e-task-bar.h include/evolution-%%VERSION%%/misc/e-task-widget.h include/evolution-%%VERSION%%/misc/e-unicode.h include/evolution-%%VERSION%%/misc/e-url-entry.h -include/evolution-%%VERSION%%/misc/gal-combo-box.h -include/evolution-%%VERSION%%/misc/gal-combo-text.h include/evolution-%%VERSION%%/shell/Evolution.h include/evolution-%%VERSION%%/shell/e-component-view.h include/evolution-%%VERSION%%/shell/e-shell-utils.h @@ -298,10 +295,13 @@ lib/evolution/%%VERSION%%/libfilter.so.0 lib/evolution/%%VERSION%%/libmenus.la lib/evolution/%%VERSION%%/libmenus.so lib/evolution/%%VERSION%%/libmenus.so.0 +lib/evolution/%%VERSION%%/plugins/attachment-reminder.glade lib/evolution/%%VERSION%%/plugins/libmail-account-disable.la lib/evolution/%%VERSION%%/plugins/libmail-account-disable.so lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-addressbook-file.so +lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.la +lib/evolution/%%VERSION%%/plugins/liborg-gnome-backup-restore.so lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-file.so lib/evolution/%%VERSION%%/plugins/liborg-gnome-calendar-http.la @@ -314,6 +314,8 @@ lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-mailer.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-mailer.so lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-source.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-default-source.so +lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.la +lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-attachment-reminder.so lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-bbdb.so lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-caldav.la @@ -326,6 +328,8 @@ lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-startup-wizard.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-startup-wizard.so lib/evolution/%%VERSION%%/plugins/liborg-gnome-exchange-operations.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-exchange-operations.so +lib/evolution/%%VERSION%%/plugins/liborg-gnome-face.la +lib/evolution/%%VERSION%%/plugins/liborg-gnome-face.so lib/evolution/%%VERSION%%/plugins/liborg-gnome-groupwise-features.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-groupwise-features.so lib/evolution/%%VERSION%%/plugins/liborg-gnome-gw-account-setup.la @@ -334,6 +338,8 @@ lib/evolution/%%VERSION%%/plugins/liborg-gnome-imap-features.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-imap-features.so lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-itip-formatter.so +lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.la +lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-notification.so lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-mail-to-task.so lib/evolution/%%VERSION%%/plugins/liborg-gnome-mailing-list-actions.la @@ -361,6 +367,8 @@ lib/evolution/%%VERSION%%/plugins/liborg-gnome-select-one-source.so lib/evolution/%%VERSION%%/plugins/liborg-gnome-subject-thread.la lib/evolution/%%VERSION%%/plugins/liborg-gnome-subject-thread.so lib/evolution/%%VERSION%%/plugins/org-gnome-addressbook-file.eplug +lib/evolution/%%VERSION%%/plugins/org-gnome-backup-restore.eplug +lib/evolution/%%VERSION%%/plugins/org-gnome-backup-restore.xml lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-file.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-http.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-calendar-weather.eplug @@ -368,6 +376,7 @@ lib/evolution/%%VERSION%%/plugins/org-gnome-compose-send-options.xml lib/evolution/%%VERSION%%/plugins/org-gnome-copy-tool.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-default-mailer.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-default-source.eplug +lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-attachment-reminder.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-bbdb.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-caldav.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-evolution-hula-account-setup.eplug @@ -377,6 +386,8 @@ lib/evolution/%%VERSION%%/plugins/org-gnome-exchange-ab-subscription.xml lib/evolution/%%VERSION%%/plugins/org-gnome-exchange-cal-subscription.xml lib/evolution/%%VERSION%%/plugins/org-gnome-exchange-operations.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-exchange-tasks-subscription.xml +lib/evolution/%%VERSION%%/plugins/org-gnome-face-ui.xml +lib/evolution/%%VERSION%%/plugins/org-gnome-face.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-folder-permissions.xml lib/evolution/%%VERSION%%/plugins/org-gnome-folder-subscription.xml lib/evolution/%%VERSION%%/plugins/org-gnome-groupwise-features.eplug @@ -384,6 +395,7 @@ lib/evolution/%%VERSION%%/plugins/org-gnome-gw-account-setup.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-imap-features.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-itip-formatter.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-mail-account-disable.eplug +lib/evolution/%%VERSION%%/plugins/org-gnome-mail-notification.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-mail-to-task.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-mail-to-task.xml lib/evolution/%%VERSION%%/plugins/org-gnome-mailing-list-actions.eplug @@ -402,176 +414,188 @@ lib/evolution/%%VERSION%%/plugins/org-gnome-sa-junk-plugin.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-save-calendar.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-select-one-source.eplug lib/evolution/%%VERSION%%/plugins/org-gnome-subject-thread.eplug -lib/evolution/%%VERSION%%/plugins/publish-calendar.glade -libdata/bonobo/servers/GNOME_Evolution_Addressbook_%%VERSION%%.server -libdata/bonobo/servers/GNOME_Evolution_Calendar_%%VERSION%%.server -libdata/bonobo/servers/GNOME_Evolution_Calendar_AlarmNotify_%%VERSION%%.server -libdata/bonobo/servers/GNOME_Evolution_Mail_%%VERSION%%.server -libdata/bonobo/servers/GNOME_Evolution_Shell_%%VERSION%%.server -libdata/pkgconfig/evolution-plugin-%%VERSION%%.pc -libdata/pkgconfig/evolution-shell-%%VERSION%%.pc +libdata/bonobo/servers/GNOME_Evolution_Addressbook.server +libdata/bonobo/servers/GNOME_Evolution_Calendar.server +libdata/bonobo/servers/GNOME_Evolution_Calendar_AlarmNotify.server +libdata/bonobo/servers/GNOME_Evolution_Mail.server +libdata/bonobo/servers/GNOME_Evolution_Shell.server +libdata/pkgconfig/evolution-plugin.pc +libdata/pkgconfig/evolution-shell.pc libexec/evolution/%%VERSION%%/csv2vcard libexec/evolution/%%VERSION%%/evolution-addressbook-clean libexec/evolution/%%VERSION%%/evolution-addressbook-export libexec/evolution/%%VERSION%%/evolution-alarm-notify +libexec/evolution/%%VERSION%%/evolution-backup libexec/evolution/%%VERSION%%/killev -share/gnome/applications/evolution.desktop -share/gnome/evolution/%%VERSION%%/addresstypes.xml -share/gnome/evolution/%%VERSION%%/default/C/mail/local/Inbox -share/gnome/evolution/%%VERSION%%/default/de/mail/local/Inbox -share/gnome/evolution/%%VERSION%%/default/es/mail/local/Inbox -share/gnome/evolution/%%VERSION%%/default/fi/mail/local/Inbox -share/gnome/evolution/%%VERSION%%/default/fr/mail/local/Inbox -share/gnome/evolution/%%VERSION%%/default/ja/mail/local/Inbox -share/gnome/evolution/%%VERSION%%/default/lt/mail/local/Inbox -share/gnome/evolution/%%VERSION%%/default/mk/mail/local/Inbox -share/gnome/evolution/%%VERSION%%/default/nl/mail/local/Inbox -share/gnome/evolution/%%VERSION%%/default/pt/mail/local/Inbox -share/gnome/evolution/%%VERSION%%/default/zh_CN/mail/local/Inbox -share/gnome/evolution/%%VERSION%%/ecps/medbook.ecps -share/gnome/evolution/%%VERSION%%/ecps/phonelist.ecps -share/gnome/evolution/%%VERSION%%/ecps/smallbook.ecps -share/gnome/evolution/%%VERSION%%/errors/addressbook.error -share/gnome/evolution/%%VERSION%%/errors/calendar.error -share/gnome/evolution/%%VERSION%%/errors/e-system.error -share/gnome/evolution/%%VERSION%%/errors/filter.error -share/gnome/evolution/%%VERSION%%/errors/mail-composer.error -share/gnome/evolution/%%VERSION%%/errors/mail.error -share/gnome/evolution/%%VERSION%%/errors/org-gnome-default-mailer.error -share/gnome/evolution/%%VERSION%%/errors/org-gnome-exchange-operations.error -share/gnome/evolution/%%VERSION%%/errors/org-gnome-itip-formatter.error -share/gnome/evolution/%%VERSION%%/errors/org-gnome-mail-retract-errors.xml -share/gnome/evolution/%%VERSION%%/errors/org-gnome-mailing-list-actions.error -share/gnome/evolution/%%VERSION%%/errors/org-gnome-proxy-errors.xml -share/gnome/evolution/%%VERSION%%/errors/org-gnome-proxy-login-errors.xml -share/gnome/evolution/%%VERSION%%/errors/org-gnome-shared-folder.errors.xml -share/gnome/evolution/%%VERSION%%/errors/shell.error -share/gnome/evolution/%%VERSION%%/etspec/e-addressbook-view.etspec -share/gnome/evolution/%%VERSION%%/etspec/e-cal-list-view.etspec -share/gnome/evolution/%%VERSION%%/etspec/e-calendar-table.etspec -share/gnome/evolution/%%VERSION%%/etspec/e-contact-list-editor.etspec -share/gnome/evolution/%%VERSION%%/etspec/e-meeting-time-sel.etspec -share/gnome/evolution/%%VERSION%%/etspec/e-memo-table.etspec -share/gnome/evolution/%%VERSION%%/etspec/message-list.etspec -share/gnome/evolution/%%VERSION%%/filtertypes.xml -share/gnome/evolution/%%VERSION%%/glade/alarm-dialog.glade -share/gnome/evolution/%%VERSION%%/glade/alarm-list-dialog.glade -share/gnome/evolution/%%VERSION%%/glade/alarm-notify.glade -share/gnome/evolution/%%VERSION%%/glade/cal-prefs-dialog.glade -share/gnome/evolution/%%VERSION%%/glade/contact-editor.glade -share/gnome/evolution/%%VERSION%%/glade/contact-list-editor.glade -share/gnome/evolution/%%VERSION%%/glade/e-active-connection-dialog.glade -share/gnome/evolution/%%VERSION%%/glade/e-attachment.glade -share/gnome/evolution/%%VERSION%%/glade/e-contact-print.glade -share/gnome/evolution/%%VERSION%%/glade/e-delegate-dialog.glade -share/gnome/evolution/%%VERSION%%/glade/e-foreign-folder-dialog.glade -share/gnome/evolution/%%VERSION%%/glade/e-itip-control.glade -share/gnome/evolution/%%VERSION%%/glade/e-send-options.glade -share/gnome/evolution/%%VERSION%%/glade/e-table-config-no-group.glade -share/gnome/evolution/%%VERSION%%/glade/e-table-config.glade -share/gnome/evolution/%%VERSION%%/glade/e-table-field-chooser.glade -share/gnome/evolution/%%VERSION%%/glade/e-timezone-dialog.glade -share/gnome/evolution/%%VERSION%%/glade/eab-contact-commit-duplicate-detected.glade -share/gnome/evolution/%%VERSION%%/glade/eab-contact-duplicate-detected.glade -share/gnome/evolution/%%VERSION%%/glade/event-page.glade -share/gnome/evolution/%%VERSION%%/glade/exchange-change-password.glade -share/gnome/evolution/%%VERSION%%/glade/exchange-delegates.glade -share/gnome/evolution/%%VERSION%%/glade/exchange-folder-tree.glade -share/gnome/evolution/%%VERSION%%/glade/exchange-oof.glade -share/gnome/evolution/%%VERSION%%/glade/exchange-passwd-expiry.glade -share/gnome/evolution/%%VERSION%%/glade/exchange-permissions-dialog.glade -share/gnome/evolution/%%VERSION%%/glade/exchange-send-options.glade -share/gnome/evolution/%%VERSION%%/glade/filter.glade -share/gnome/evolution/%%VERSION%%/glade/fulladdr.glade -share/gnome/evolution/%%VERSION%%/glade/fullname.glade -share/gnome/evolution/%%VERSION%%/glade/gal-categories.glade -share/gnome/evolution/%%VERSION%%/glade/gal-define-views.glade -share/gnome/evolution/%%VERSION%%/glade/gal-view-instance-save-as-dialog.glade -share/gnome/evolution/%%VERSION%%/glade/gal-view-new-dialog.glade -share/gnome/evolution/%%VERSION%%/glade/goto-dialog.glade -share/gnome/evolution/%%VERSION%%/glade/im.glade -share/gnome/evolution/%%VERSION%%/glade/imap-headers.glade -share/gnome/evolution/%%VERSION%%/glade/import.glade -share/gnome/evolution/%%VERSION%%/glade/junk-settings.glade -share/gnome/evolution/%%VERSION%%/glade/ldap-config.glade -share/gnome/evolution/%%VERSION%%/glade/mail-config.glade -share/gnome/evolution/%%VERSION%%/glade/mail-dialogs.glade -share/gnome/evolution/%%VERSION%%/glade/meeting-page.glade -share/gnome/evolution/%%VERSION%%/glade/memo-page.glade -share/gnome/evolution/%%VERSION%%/glade/properties.glade -share/gnome/evolution/%%VERSION%%/glade/proxy-add-dialog.glade -share/gnome/evolution/%%VERSION%%/glade/proxy-listing.glade -share/gnome/evolution/%%VERSION%%/glade/proxy-login-dialog.glade -share/gnome/evolution/%%VERSION%%/glade/recurrence-page.glade -share/gnome/evolution/%%VERSION%%/glade/schedule-page.glade -share/gnome/evolution/%%VERSION%%/glade/smime-ui.glade -share/gnome/evolution/%%VERSION%%/glade/task-details-page.glade -share/gnome/evolution/%%VERSION%%/glade/task-page.glade -share/gnome/evolution/%%VERSION%%/help/quickref/C/quickref.pdf -share/gnome/evolution/%%VERSION%%/help/quickref/de/quickref.pdf -share/gnome/evolution/%%VERSION%%/help/quickref/es/quickref.pdf -share/gnome/evolution/%%VERSION%%/help/quickref/sv/quickref.pdf -share/gnome/evolution/%%VERSION%%/images/evolution-contacts-mini.png -share/gnome/evolution/%%VERSION%%/images/minus.png -share/gnome/evolution/%%VERSION%%/images/offline.png -share/gnome/evolution/%%VERSION%%/images/online.png -share/gnome/evolution/%%VERSION%%/images/plus.png -share/gnome/evolution/%%VERSION%%/images/query-free-busy.png -share/gnome/evolution/%%VERSION%%/images/world_map-960.png -share/gnome/evolution/%%VERSION%%/searchtypes.xml -share/gnome/evolution/%%VERSION%%/ui/evolution-addressbook.xml -share/gnome/evolution/%%VERSION%%/ui/evolution-calendar.xml -share/gnome/evolution/%%VERSION%%/ui/evolution-composer-entries.xml -share/gnome/evolution/%%VERSION%%/ui/evolution-editor.xml -share/gnome/evolution/%%VERSION%%/ui/evolution-event-editor.xml -share/gnome/evolution/%%VERSION%%/ui/evolution-mail-global.xml -share/gnome/evolution/%%VERSION%%/ui/evolution-mail-list.xml -share/gnome/evolution/%%VERSION%%/ui/evolution-mail-message.xml -share/gnome/evolution/%%VERSION%%/ui/evolution-mail-messagedisplay.xml -share/gnome/evolution/%%VERSION%%/ui/evolution-memo-editor.xml -share/gnome/evolution/%%VERSION%%/ui/evolution-memos.xml -share/gnome/evolution/%%VERSION%%/ui/evolution-message-composer.xml -share/gnome/evolution/%%VERSION%%/ui/evolution-signature-editor.xml -share/gnome/evolution/%%VERSION%%/ui/evolution-subscribe.xml -share/gnome/evolution/%%VERSION%%/ui/evolution-task-editor.xml -share/gnome/evolution/%%VERSION%%/ui/evolution-tasks.xml -share/gnome/evolution/%%VERSION%%/ui/evolution.xml -share/gnome/evolution/%%VERSION%%/vfoldertypes.xml -share/gnome/evolution/%%VERSION%%/views/addressbook/Address_Cards.galview -share/gnome/evolution/%%VERSION%%/views/addressbook/By_Company.galview -share/gnome/evolution/%%VERSION%%/views/addressbook/Phone_List.galview -share/gnome/evolution/%%VERSION%%/views/addressbook/galview.xml -share/gnome/evolution/%%VERSION%%/views/calendar/List_View.galview -share/gnome/evolution/%%VERSION%%/views/calendar/galview.xml -share/gnome/evolution/%%VERSION%%/views/mail/As_Sent_Folder.galview -share/gnome/evolution/%%VERSION%%/views/mail/By_Follow_Up_Flag.galview -share/gnome/evolution/%%VERSION%%/views/mail/By_Sender.galview -share/gnome/evolution/%%VERSION%%/views/mail/By_Status.galview -share/gnome/evolution/%%VERSION%%/views/mail/By_Subject.galview -share/gnome/evolution/%%VERSION%%/views/mail/Messages.galview -share/gnome/evolution/%%VERSION%%/views/mail/Wide_View_Normal.galview -share/gnome/evolution/%%VERSION%%/views/mail/Wide_View_Sent.galview -share/gnome/evolution/%%VERSION%%/views/mail/galview.xml -share/gnome/evolution/%%VERSION%%/views/memos/Memos.galview -share/gnome/evolution/%%VERSION%%/views/memos/galview.xml -share/gnome/evolution/%%VERSION%%/views/tasks/Tasks.galview -share/gnome/evolution/%%VERSION%%/views/tasks/With_DueDate.galview -share/gnome/evolution/%%VERSION%%/views/tasks/With_Status.galview -share/gnome/evolution/%%VERSION%%/views/tasks/galview.xml -share/gnome/evolution/%%VERSION%%/weather/category_weather_cloudy_16.png -share/gnome/evolution/%%VERSION%%/weather/category_weather_fog_16.png -share/gnome/evolution/%%VERSION%%/weather/category_weather_partly_cloudy_16.png -share/gnome/evolution/%%VERSION%%/weather/category_weather_rain_16.png -share/gnome/evolution/%%VERSION%%/weather/category_weather_snow_16.png -share/gnome/evolution/%%VERSION%%/weather/category_weather_sun_16.png -share/gnome/evolution/%%VERSION%%/weather/category_weather_tstorm_16.png -%%PILOT:%%share/gnome/gnome-pilot/conduits/e-address-%%VERSION%%.conduit -%%PILOT:%%share/gnome/gnome-pilot/conduits/e-calendar-%%VERSION%%.conduit -%%PILOT:%%share/gnome/gnome-pilot/conduits/e-memo-%%VERSION%%.conduit -%%PILOT:%%share/gnome/gnome-pilot/conduits/e-todo-%%VERSION%%.conduit +share/applications/evolution.desktop +%%DATADIR%%/%%VERSION%%/addresstypes.xml +%%DATADIR%%/%%VERSION%%/caltypes.xml +%%DATADIR%%/%%VERSION%%/default/C/mail/local/Inbox +%%DATADIR%%/%%VERSION%%/default/de/mail/local/Inbox +%%DATADIR%%/%%VERSION%%/default/es/mail/local/Inbox +%%DATADIR%%/%%VERSION%%/default/fi/mail/local/Inbox +%%DATADIR%%/%%VERSION%%/default/fr/mail/local/Inbox +%%DATADIR%%/%%VERSION%%/default/ja/mail/local/Inbox +%%DATADIR%%/%%VERSION%%/default/lt/mail/local/Inbox +%%DATADIR%%/%%VERSION%%/default/mk/mail/local/Inbox +%%DATADIR%%/%%VERSION%%/default/nl/mail/local/Inbox +%%DATADIR%%/%%VERSION%%/default/pl/mail/local/Inbox +%%DATADIR%%/%%VERSION%%/default/pt/mail/local/Inbox +%%DATADIR%%/%%VERSION%%/default/sv/mail/local/Inbox +%%DATADIR%%/%%VERSION%%/default/zh_CN/mail/local/Inbox +%%DATADIR%%/%%VERSION%%/ecps/medbook.ecps +%%DATADIR%%/%%VERSION%%/ecps/phonelist.ecps +%%DATADIR%%/%%VERSION%%/ecps/smallbook.ecps +%%DATADIR%%/%%VERSION%%/errors/addressbook.error +%%DATADIR%%/%%VERSION%%/errors/calendar.error +%%DATADIR%%/%%VERSION%%/errors/e-system.error +%%DATADIR%%/%%VERSION%%/errors/filter.error +%%DATADIR%%/%%VERSION%%/errors/mail-composer.error +%%DATADIR%%/%%VERSION%%/errors/mail.error +%%DATADIR%%/%%VERSION%%/errors/org-gnome-attachment-reminder.error +%%DATADIR%%/%%VERSION%%/errors/org-gnome-backup-restore.error +%%DATADIR%%/%%VERSION%%/errors/org-gnome-default-mailer.error +%%DATADIR%%/%%VERSION%%/errors/org-gnome-exchange-operations.error +%%DATADIR%%/%%VERSION%%/errors/org-gnome-face.errors.xml +%%DATADIR%%/%%VERSION%%/errors/org-gnome-itip-formatter.error +%%DATADIR%%/%%VERSION%%/errors/org-gnome-mail-retract-errors.xml +%%DATADIR%%/%%VERSION%%/errors/org-gnome-mailing-list-actions.error +%%DATADIR%%/%%VERSION%%/errors/org-gnome-proxy-errors.xml +%%DATADIR%%/%%VERSION%%/errors/org-gnome-proxy-login-errors.xml +%%DATADIR%%/%%VERSION%%/errors/org-gnome-shared-folder.errors.xml +%%DATADIR%%/%%VERSION%%/errors/shell.error +%%DATADIR%%/%%VERSION%%/etspec/e-addressbook-view.etspec +%%DATADIR%%/%%VERSION%%/etspec/e-cal-list-view.etspec +%%DATADIR%%/%%VERSION%%/etspec/e-calendar-table.etspec +%%DATADIR%%/%%VERSION%%/etspec/e-contact-list-editor.etspec +%%DATADIR%%/%%VERSION%%/etspec/e-meeting-time-sel.etspec +%%DATADIR%%/%%VERSION%%/etspec/e-memo-table.etspec +%%DATADIR%%/%%VERSION%%/etspec/message-list.etspec +%%DATADIR%%/%%VERSION%%/filtertypes.xml +%%DATADIR%%/%%VERSION%%/glade/alarm-dialog.glade +%%DATADIR%%/%%VERSION%%/glade/alarm-list-dialog.glade +%%DATADIR%%/%%VERSION%%/glade/alarm-notify.glade +%%DATADIR%%/%%VERSION%%/glade/cal-prefs-dialog.glade +%%DATADIR%%/%%VERSION%%/glade/contact-editor.glade +%%DATADIR%%/%%VERSION%%/glade/contact-list-editor.glade +%%DATADIR%%/%%VERSION%%/glade/e-active-connection-dialog.glade +%%DATADIR%%/%%VERSION%%/glade/e-attachment.glade +%%DATADIR%%/%%VERSION%%/glade/e-contact-print.glade +%%DATADIR%%/%%VERSION%%/glade/e-delegate-dialog.glade +%%DATADIR%%/%%VERSION%%/glade/e-foreign-folder-dialog.glade +%%DATADIR%%/%%VERSION%%/glade/e-itip-control.glade +%%DATADIR%%/%%VERSION%%/glade/e-send-options.glade +%%DATADIR%%/%%VERSION%%/glade/e-table-config-no-group.glade +%%DATADIR%%/%%VERSION%%/glade/e-table-config.glade +%%DATADIR%%/%%VERSION%%/glade/e-table-field-chooser.glade +%%DATADIR%%/%%VERSION%%/glade/e-timezone-dialog.glade +%%DATADIR%%/%%VERSION%%/glade/eab-contact-commit-duplicate-detected.glade +%%DATADIR%%/%%VERSION%%/glade/eab-contact-duplicate-detected.glade +%%DATADIR%%/%%VERSION%%/glade/event-page.glade +%%DATADIR%%/%%VERSION%%/glade/exchange-change-password.glade +%%DATADIR%%/%%VERSION%%/glade/exchange-delegates.glade +%%DATADIR%%/%%VERSION%%/glade/exchange-folder-tree.glade +%%DATADIR%%/%%VERSION%%/glade/exchange-oof.glade +%%DATADIR%%/%%VERSION%%/glade/exchange-passwd-expiry.glade +%%DATADIR%%/%%VERSION%%/glade/exchange-permissions-dialog.glade +%%DATADIR%%/%%VERSION%%/glade/exchange-send-options.glade +%%DATADIR%%/%%VERSION%%/glade/filter.glade +%%DATADIR%%/%%VERSION%%/glade/fulladdr.glade +%%DATADIR%%/%%VERSION%%/glade/fullname.glade +%%DATADIR%%/%%VERSION%%/glade/gal-categories.glade +%%DATADIR%%/%%VERSION%%/glade/gal-define-views.glade +%%DATADIR%%/%%VERSION%%/glade/gal-view-instance-save-as-dialog.glade +%%DATADIR%%/%%VERSION%%/glade/gal-view-new-dialog.glade +%%DATADIR%%/%%VERSION%%/glade/goto-dialog.glade +%%DATADIR%%/%%VERSION%%/glade/im.glade +%%DATADIR%%/%%VERSION%%/glade/imap-headers.glade +%%DATADIR%%/%%VERSION%%/glade/import.glade +%%DATADIR%%/%%VERSION%%/glade/junk-settings.glade +%%DATADIR%%/%%VERSION%%/glade/ldap-config.glade +%%DATADIR%%/%%VERSION%%/glade/mail-config.glade +%%DATADIR%%/%%VERSION%%/glade/mail-dialogs.glade +%%DATADIR%%/%%VERSION%%/glade/meeting-page.glade +%%DATADIR%%/%%VERSION%%/glade/memo-page.glade +%%DATADIR%%/%%VERSION%%/glade/properties.glade +%%DATADIR%%/%%VERSION%%/glade/proxy-add-dialog.glade +%%DATADIR%%/%%VERSION%%/glade/proxy-listing.glade +%%DATADIR%%/%%VERSION%%/glade/proxy-login-dialog.glade +%%DATADIR%%/%%VERSION%%/glade/publish-calendar.glade +%%DATADIR%%/%%VERSION%%/glade/recurrence-page.glade +%%DATADIR%%/%%VERSION%%/glade/schedule-page.glade +%%DATADIR%%/%%VERSION%%/glade/smime-ui.glade +%%DATADIR%%/%%VERSION%%/glade/task-details-page.glade +%%DATADIR%%/%%VERSION%%/glade/task-page.glade +%%DATADIR%%/%%VERSION%%/help/quickref/C/quickref.pdf +%%DATADIR%%/%%VERSION%%/help/quickref/de/quickref.pdf +%%DATADIR%%/%%VERSION%%/help/quickref/es/quickref.pdf +%%DATADIR%%/%%VERSION%%/help/quickref/fr/quickref.pdf +%%DATADIR%%/%%VERSION%%/help/quickref/it/quickref.pdf +%%DATADIR%%/%%VERSION%%/help/quickref/pl/quickref.pdf +%%DATADIR%%/%%VERSION%%/help/quickref/pt/quickref.pdf +%%DATADIR%%/%%VERSION%%/help/quickref/sq/quickref.pdf +%%DATADIR%%/%%VERSION%%/help/quickref/sv/quickref.pdf +%%DATADIR%%/%%VERSION%%/images/evolution-contacts-mini.png +%%DATADIR%%/%%VERSION%%/images/minus.png +%%DATADIR%%/%%VERSION%%/images/offline.png +%%DATADIR%%/%%VERSION%%/images/online.png +%%DATADIR%%/%%VERSION%%/images/plus.png +%%DATADIR%%/%%VERSION%%/images/query-free-busy.png +%%DATADIR%%/%%VERSION%%/images/world_map-960.png +%%DATADIR%%/%%VERSION%%/memotypes.xml +%%DATADIR%%/%%VERSION%%/searchtypes.xml +%%DATADIR%%/%%VERSION%%/tasktypes.xml +%%DATADIR%%/%%VERSION%%/ui/evolution-addressbook.xml +%%DATADIR%%/%%VERSION%%/ui/evolution-calendar.xml +%%DATADIR%%/%%VERSION%%/ui/evolution-composer-entries.xml +%%DATADIR%%/%%VERSION%%/ui/evolution-editor.xml +%%DATADIR%%/%%VERSION%%/ui/evolution-event-editor.xml +%%DATADIR%%/%%VERSION%%/ui/evolution-mail-global.xml +%%DATADIR%%/%%VERSION%%/ui/evolution-mail-list.xml +%%DATADIR%%/%%VERSION%%/ui/evolution-mail-message.xml +%%DATADIR%%/%%VERSION%%/ui/evolution-mail-messagedisplay.xml +%%DATADIR%%/%%VERSION%%/ui/evolution-memo-editor.xml +%%DATADIR%%/%%VERSION%%/ui/evolution-memos.xml +%%DATADIR%%/%%VERSION%%/ui/evolution-message-composer.xml +%%DATADIR%%/%%VERSION%%/ui/evolution-signature-editor.xml +%%DATADIR%%/%%VERSION%%/ui/evolution-subscribe.xml +%%DATADIR%%/%%VERSION%%/ui/evolution-task-editor.xml +%%DATADIR%%/%%VERSION%%/ui/evolution-tasks.xml +%%DATADIR%%/%%VERSION%%/ui/evolution.xml +%%DATADIR%%/%%VERSION%%/vfoldertypes.xml +%%DATADIR%%/%%VERSION%%/views/addressbook/Address_Cards.galview +%%DATADIR%%/%%VERSION%%/views/addressbook/By_Company.galview +%%DATADIR%%/%%VERSION%%/views/addressbook/Phone_List.galview +%%DATADIR%%/%%VERSION%%/views/addressbook/galview.xml +%%DATADIR%%/%%VERSION%%/views/calendar/List_View.galview +%%DATADIR%%/%%VERSION%%/views/calendar/galview.xml +%%DATADIR%%/%%VERSION%%/views/mail/As_Sent_Folder.galview +%%DATADIR%%/%%VERSION%%/views/mail/By_Follow_Up_Flag.galview +%%DATADIR%%/%%VERSION%%/views/mail/By_Sender.galview +%%DATADIR%%/%%VERSION%%/views/mail/By_Status.galview +%%DATADIR%%/%%VERSION%%/views/mail/By_Subject.galview +%%DATADIR%%/%%VERSION%%/views/mail/Messages.galview +%%DATADIR%%/%%VERSION%%/views/mail/Wide_View_Normal.galview +%%DATADIR%%/%%VERSION%%/views/mail/Wide_View_Sent.galview +%%DATADIR%%/%%VERSION%%/views/mail/galview.xml +%%DATADIR%%/%%VERSION%%/views/memos/Memos.galview +%%DATADIR%%/%%VERSION%%/views/memos/galview.xml +%%DATADIR%%/%%VERSION%%/views/tasks/Tasks.galview +%%DATADIR%%/%%VERSION%%/views/tasks/With_DueDate.galview +%%DATADIR%%/%%VERSION%%/views/tasks/With_Status.galview +%%DATADIR%%/%%VERSION%%/views/tasks/galview.xml +%%DATADIR%%/%%VERSION%%/weather/category_weather_cloudy_16.png +%%DATADIR%%/%%VERSION%%/weather/category_weather_fog_16.png +%%DATADIR%%/%%VERSION%%/weather/category_weather_partly_cloudy_16.png +%%DATADIR%%/%%VERSION%%/weather/category_weather_rain_16.png +%%DATADIR%%/%%VERSION%%/weather/category_weather_snow_16.png +%%DATADIR%%/%%VERSION%%/weather/category_weather_sun_16.png +%%DATADIR%%/%%VERSION%%/weather/category_weather_tstorm_16.png share/gnome/help/evolution/C/evolution.xml share/gnome/help/evolution/C/figures/Screenshot-Free-Busy.png share/gnome/help/evolution/C/figures/account_editor_a.png +share/gnome/help/evolution/C/figures/addrs_book_a.png +share/gnome/help/evolution/C/figures/attach_reminder_a.png.png share/gnome/help/evolution/C/figures/calendar.png share/gnome/help/evolution/C/figures/categories_a.png share/gnome/help/evolution/C/figures/collap_head_a.png @@ -586,10 +610,19 @@ share/gnome/help/evolution/C/figures/evo_account_info_a.png share/gnome/help/evolution/C/figures/evo_add_rule_a.png share/gnome/help/evolution/C/figures/evo_adv_search_a.png share/gnome/help/evolution/C/figures/evo_allday_a.png +share/gnome/help/evolution/C/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/C/figures/evo_backup.png +share/gnome/help/evolution/C/figures/evo_backup_prgsbar.png +share/gnome/help/evolution/C/figures/evo_backup_warning.png +share/gnome/help/evolution/C/figures/evo_blink.png share/gnome/help/evolution/C/figures/evo_cal_a.png +share/gnome/help/evolution/C/figures/evo_cal_advsearch.png share/gnome/help/evolution/C/figures/evo_cal_callout_a.png +share/gnome/help/evolution/C/figures/evo_cal_prop_a.png share/gnome/help/evolution/C/figures/evo_calender_appointmnt.png +share/gnome/help/evolution/C/figures/evo_calstatus_a.png share/gnome/help/evolution/C/figures/evo_contacteditor_a.png +share/gnome/help/evolution/C/figures/evo_delegate_permission_a.png share/gnome/help/evolution/C/figures/evo_edit_rule_a.png share/gnome/help/evolution/C/figures/evo_edit_search.png share/gnome/help/evolution/C/figures/evo_email_a.png @@ -597,20 +630,25 @@ share/gnome/help/evolution/C/figures/evo_flag_follow_up_a.png share/gnome/help/evolution/C/figures/evo_gwreceive_a.png share/gnome/help/evolution/C/figures/evo_gwreceiveedit_a.png share/gnome/help/evolution/C/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/C/figures/evo_gwstatustrack.png share/gnome/help/evolution/C/figures/evo_identity_a.png share/gnome/help/evolution/C/figures/evo_identityedit_a.png share/gnome/help/evolution/C/figures/evo_imapheader_a.png share/gnome/help/evolution/C/figures/evo_imapreceive_a.png share/gnome/help/evolution/C/figures/evo_import_asst_a.png +share/gnome/help/evolution/C/figures/evo_junk_a.png share/gnome/help/evolution/C/figures/evo_mail_a.png share/gnome/help/evolution/C/figures/evo_mail_callout_a.png +share/gnome/help/evolution/C/figures/evo_mail_notifier.png share/gnome/help/evolution/C/figures/evo_maildirreceive_a.png share/gnome/help/evolution/C/figures/evo_mboxreceive_a.png share/gnome/help/evolution/C/figures/evo_memo_a.png share/gnome/help/evolution/C/figures/evo_mereceive_a.png share/gnome/help/evolution/C/figures/evo_message_filters_a.png share/gnome/help/evolution/C/figures/evo_mhreceive_a.png +share/gnome/help/evolution/C/figures/evo_newmail.png share/gnome/help/evolution/C/figures/evo_newmess_a.png +share/gnome/help/evolution/C/figures/evo_offline.png share/gnome/help/evolution/C/figures/evo_popreceive_a.png share/gnome/help/evolution/C/figures/evo_proxyadd_a.png share/gnome/help/evolution/C/figures/evo_receive_setup2_a.png @@ -657,6 +695,7 @@ share/gnome/help/evolution/C/figures/plus.png share/gnome/help/evolution/C/figures/proxy-cal.png share/gnome/help/evolution/C/figures/proxy-login.png share/gnome/help/evolution/C/figures/quick_add_a.png +share/gnome/help/evolution/C/figures/quick_reference.png share/gnome/help/evolution/C/figures/replymsg.png share/gnome/help/evolution/C/figures/schedule.png share/gnome/help/evolution/C/figures/stock_search.png @@ -667,6 +706,8 @@ share/gnome/help/evolution/C/figures/vfolder-createrule-fig.png share/gnome/help/evolution/de/evolution.xml share/gnome/help/evolution/de/figures/Screenshot-Free-Busy.png share/gnome/help/evolution/de/figures/account_editor_a.png +share/gnome/help/evolution/de/figures/addrs_book_a.png +share/gnome/help/evolution/de/figures/attach_reminder_a.png.png share/gnome/help/evolution/de/figures/calendar.png share/gnome/help/evolution/de/figures/categories_a.png share/gnome/help/evolution/de/figures/collap_head_a.png @@ -681,10 +722,19 @@ share/gnome/help/evolution/de/figures/evo_account_info_a.png share/gnome/help/evolution/de/figures/evo_add_rule_a.png share/gnome/help/evolution/de/figures/evo_adv_search_a.png share/gnome/help/evolution/de/figures/evo_allday_a.png +share/gnome/help/evolution/de/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/de/figures/evo_backup.png +share/gnome/help/evolution/de/figures/evo_backup_prgsbar.png +share/gnome/help/evolution/de/figures/evo_backup_warning.png +share/gnome/help/evolution/de/figures/evo_blink.png share/gnome/help/evolution/de/figures/evo_cal_a.png +share/gnome/help/evolution/de/figures/evo_cal_advsearch.png share/gnome/help/evolution/de/figures/evo_cal_callout_a.png +share/gnome/help/evolution/de/figures/evo_cal_prop_a.png share/gnome/help/evolution/de/figures/evo_calender_appointmnt.png +share/gnome/help/evolution/de/figures/evo_calstatus_a.png share/gnome/help/evolution/de/figures/evo_contacteditor_a.png +share/gnome/help/evolution/de/figures/evo_delegate_permission_a.png share/gnome/help/evolution/de/figures/evo_edit_rule_a.png share/gnome/help/evolution/de/figures/evo_edit_search.png share/gnome/help/evolution/de/figures/evo_email_a.png @@ -692,20 +742,25 @@ share/gnome/help/evolution/de/figures/evo_flag_follow_up_a.png share/gnome/help/evolution/de/figures/evo_gwreceive_a.png share/gnome/help/evolution/de/figures/evo_gwreceiveedit_a.png share/gnome/help/evolution/de/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/de/figures/evo_gwstatustrack.png share/gnome/help/evolution/de/figures/evo_identity_a.png share/gnome/help/evolution/de/figures/evo_identityedit_a.png share/gnome/help/evolution/de/figures/evo_imapheader_a.png share/gnome/help/evolution/de/figures/evo_imapreceive_a.png share/gnome/help/evolution/de/figures/evo_import_asst_a.png +share/gnome/help/evolution/de/figures/evo_junk_a.png share/gnome/help/evolution/de/figures/evo_mail_a.png share/gnome/help/evolution/de/figures/evo_mail_callout_a.png +share/gnome/help/evolution/de/figures/evo_mail_notifier.png share/gnome/help/evolution/de/figures/evo_maildirreceive_a.png share/gnome/help/evolution/de/figures/evo_mboxreceive_a.png share/gnome/help/evolution/de/figures/evo_memo_a.png share/gnome/help/evolution/de/figures/evo_mereceive_a.png share/gnome/help/evolution/de/figures/evo_message_filters_a.png share/gnome/help/evolution/de/figures/evo_mhreceive_a.png +share/gnome/help/evolution/de/figures/evo_newmail.png share/gnome/help/evolution/de/figures/evo_newmess_a.png +share/gnome/help/evolution/de/figures/evo_offline.png share/gnome/help/evolution/de/figures/evo_popreceive_a.png share/gnome/help/evolution/de/figures/evo_proxyadd_a.png share/gnome/help/evolution/de/figures/evo_receive_setup2_a.png @@ -752,6 +807,7 @@ share/gnome/help/evolution/de/figures/plus.png share/gnome/help/evolution/de/figures/proxy-cal.png share/gnome/help/evolution/de/figures/proxy-login.png share/gnome/help/evolution/de/figures/quick_add_a.png +share/gnome/help/evolution/de/figures/quick_reference.png share/gnome/help/evolution/de/figures/replymsg.png share/gnome/help/evolution/de/figures/schedule.png share/gnome/help/evolution/de/figures/stock_search.png @@ -759,9 +815,123 @@ share/gnome/help/evolution/de/figures/sub-others-folder.png share/gnome/help/evolution/de/figures/sub-pub-fold.png share/gnome/help/evolution/de/figures/ver_view_a.png share/gnome/help/evolution/de/figures/vfolder-createrule-fig.png +share/gnome/help/evolution/el/evolution.xml +share/gnome/help/evolution/el/figures/Screenshot-Free-Busy.png +share/gnome/help/evolution/el/figures/account_editor_a.png +share/gnome/help/evolution/el/figures/addrs_book_a.png +share/gnome/help/evolution/el/figures/attach_reminder_a.png.png +share/gnome/help/evolution/el/figures/calendar.png +share/gnome/help/evolution/el/figures/categories_a.png +share/gnome/help/evolution/el/figures/collap_head_a.png +share/gnome/help/evolution/el/figures/config-cal.png +share/gnome/help/evolution/el/figures/config-mail.png +share/gnome/help/evolution/el/figures/contact-editor.png +share/gnome/help/evolution/el/figures/contact.png +share/gnome/help/evolution/el/figures/contacts_mainwindow_a.png +share/gnome/help/evolution/el/figures/delgt-add.png +share/gnome/help/evolution/el/figures/evo_account_editor_a.png +share/gnome/help/evolution/el/figures/evo_account_info_a.png +share/gnome/help/evolution/el/figures/evo_add_rule_a.png +share/gnome/help/evolution/el/figures/evo_adv_search_a.png +share/gnome/help/evolution/el/figures/evo_allday_a.png +share/gnome/help/evolution/el/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/el/figures/evo_backup.png +share/gnome/help/evolution/el/figures/evo_backup_prgsbar.png +share/gnome/help/evolution/el/figures/evo_backup_warning.png +share/gnome/help/evolution/el/figures/evo_blink.png +share/gnome/help/evolution/el/figures/evo_cal_a.png +share/gnome/help/evolution/el/figures/evo_cal_advsearch.png +share/gnome/help/evolution/el/figures/evo_cal_callout_a.png +share/gnome/help/evolution/el/figures/evo_cal_prop_a.png +share/gnome/help/evolution/el/figures/evo_calender_appointmnt.png +share/gnome/help/evolution/el/figures/evo_calstatus_a.png +share/gnome/help/evolution/el/figures/evo_contacteditor_a.png +share/gnome/help/evolution/el/figures/evo_delegate_permission_a.png +share/gnome/help/evolution/el/figures/evo_edit_rule_a.png +share/gnome/help/evolution/el/figures/evo_edit_search.png +share/gnome/help/evolution/el/figures/evo_email_a.png +share/gnome/help/evolution/el/figures/evo_flag_follow_up_a.png +share/gnome/help/evolution/el/figures/evo_gwreceive_a.png +share/gnome/help/evolution/el/figures/evo_gwreceiveedit_a.png +share/gnome/help/evolution/el/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/el/figures/evo_gwstatustrack.png +share/gnome/help/evolution/el/figures/evo_identity_a.png +share/gnome/help/evolution/el/figures/evo_identityedit_a.png +share/gnome/help/evolution/el/figures/evo_imapheader_a.png +share/gnome/help/evolution/el/figures/evo_imapreceive_a.png +share/gnome/help/evolution/el/figures/evo_import_asst_a.png +share/gnome/help/evolution/el/figures/evo_junk_a.png +share/gnome/help/evolution/el/figures/evo_mail_a.png +share/gnome/help/evolution/el/figures/evo_mail_callout_a.png +share/gnome/help/evolution/el/figures/evo_mail_notifier.png +share/gnome/help/evolution/el/figures/evo_maildirreceive_a.png +share/gnome/help/evolution/el/figures/evo_mboxreceive_a.png +share/gnome/help/evolution/el/figures/evo_memo_a.png +share/gnome/help/evolution/el/figures/evo_mereceive_a.png +share/gnome/help/evolution/el/figures/evo_message_filters_a.png +share/gnome/help/evolution/el/figures/evo_mhreceive_a.png +share/gnome/help/evolution/el/figures/evo_newmail.png +share/gnome/help/evolution/el/figures/evo_newmess_a.png +share/gnome/help/evolution/el/figures/evo_offline.png +share/gnome/help/evolution/el/figures/evo_popreceive_a.png +share/gnome/help/evolution/el/figures/evo_proxyadd_a.png +share/gnome/help/evolution/el/figures/evo_receive_setup2_a.png +share/gnome/help/evolution/el/figures/evo_receive_setup_a.png +share/gnome/help/evolution/el/figures/evo_rmdrnotes_a.png +share/gnome/help/evolution/el/figures/evo_rule_a.png +share/gnome/help/evolution/el/figures/evo_select_add_folder.png +share/gnome/help/evolution/el/figures/evo_select_folder.png +share/gnome/help/evolution/el/figures/evo_send_option_a.png +share/gnome/help/evolution/el/figures/evo_send_setup_a.png +share/gnome/help/evolution/el/figures/evo_sendstatus_a.png +share/gnome/help/evolution/el/figures/evo_shd_memo_a.png +share/gnome/help/evolution/el/figures/evo_timezone_a.png +share/gnome/help/evolution/el/figures/evo_usereceive_a.png +share/gnome/help/evolution/el/figures/exchange-delegation.png +share/gnome/help/evolution/el/figures/exchange-identity.png +share/gnome/help/evolution/el/figures/exchange-receive-options.png +share/gnome/help/evolution/el/figures/exchange-receive.png +share/gnome/help/evolution/el/figures/exchg-identity.png +share/gnome/help/evolution/el/figures/exchng-identity.png +share/gnome/help/evolution/el/figures/exchng-rec-mail.png +share/gnome/help/evolution/el/figures/exchng-rec-mails.png +share/gnome/help/evolution/el/figures/exchng-rec-option.png +share/gnome/help/evolution/el/figures/exchng-rec-options.png +share/gnome/help/evolution/el/figures/exchng-settings.png +share/gnome/help/evolution/el/figures/filter-new-fig.png +share/gnome/help/evolution/el/figures/free_busy.png +share/gnome/help/evolution/el/figures/full-1.png +share/gnome/help/evolution/el/figures/full-2.png +share/gnome/help/evolution/el/figures/full-3.png +share/gnome/help/evolution/el/figures/full-4.png +share/gnome/help/evolution/el/figures/full-5.png +share/gnome/help/evolution/el/figures/full-6.png +share/gnome/help/evolution/el/figures/full-7.png +share/gnome/help/evolution/el/figures/mail-druid-pic.png +share/gnome/help/evolution/el/figures/mail-inbox.png +share/gnome/help/evolution/el/figures/mail-threaded.png +share/gnome/help/evolution/el/figures/mail_mainwindow_a.png +share/gnome/help/evolution/el/figures/mailer_preferences.png +share/gnome/help/evolution/el/figures/mainwindow-pic.png +share/gnome/help/evolution/el/figures/minus.png +share/gnome/help/evolution/el/figures/newmsg.png +share/gnome/help/evolution/el/figures/plus.png +share/gnome/help/evolution/el/figures/proxy-cal.png +share/gnome/help/evolution/el/figures/proxy-login.png +share/gnome/help/evolution/el/figures/quick_add_a.png +share/gnome/help/evolution/el/figures/quick_reference.png +share/gnome/help/evolution/el/figures/replymsg.png +share/gnome/help/evolution/el/figures/schedule.png +share/gnome/help/evolution/el/figures/stock_search.png +share/gnome/help/evolution/el/figures/sub-others-folder.png +share/gnome/help/evolution/el/figures/sub-pub-fold.png +share/gnome/help/evolution/el/figures/ver_view_a.png +share/gnome/help/evolution/el/figures/vfolder-createrule-fig.png share/gnome/help/evolution/en_GB/evolution.xml share/gnome/help/evolution/en_GB/figures/Screenshot-Free-Busy.png share/gnome/help/evolution/en_GB/figures/account_editor_a.png +share/gnome/help/evolution/en_GB/figures/addrs_book_a.png +share/gnome/help/evolution/en_GB/figures/attach_reminder_a.png.png share/gnome/help/evolution/en_GB/figures/calendar.png share/gnome/help/evolution/en_GB/figures/categories_a.png share/gnome/help/evolution/en_GB/figures/collap_head_a.png @@ -776,10 +946,19 @@ share/gnome/help/evolution/en_GB/figures/evo_account_info_a.png share/gnome/help/evolution/en_GB/figures/evo_add_rule_a.png share/gnome/help/evolution/en_GB/figures/evo_adv_search_a.png share/gnome/help/evolution/en_GB/figures/evo_allday_a.png +share/gnome/help/evolution/en_GB/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/en_GB/figures/evo_backup.png +share/gnome/help/evolution/en_GB/figures/evo_backup_prgsbar.png +share/gnome/help/evolution/en_GB/figures/evo_backup_warning.png +share/gnome/help/evolution/en_GB/figures/evo_blink.png share/gnome/help/evolution/en_GB/figures/evo_cal_a.png +share/gnome/help/evolution/en_GB/figures/evo_cal_advsearch.png share/gnome/help/evolution/en_GB/figures/evo_cal_callout_a.png +share/gnome/help/evolution/en_GB/figures/evo_cal_prop_a.png share/gnome/help/evolution/en_GB/figures/evo_calender_appointmnt.png +share/gnome/help/evolution/en_GB/figures/evo_calstatus_a.png share/gnome/help/evolution/en_GB/figures/evo_contacteditor_a.png +share/gnome/help/evolution/en_GB/figures/evo_delegate_permission_a.png share/gnome/help/evolution/en_GB/figures/evo_edit_rule_a.png share/gnome/help/evolution/en_GB/figures/evo_edit_search.png share/gnome/help/evolution/en_GB/figures/evo_email_a.png @@ -787,20 +966,25 @@ share/gnome/help/evolution/en_GB/figures/evo_flag_follow_up_a.png share/gnome/help/evolution/en_GB/figures/evo_gwreceive_a.png share/gnome/help/evolution/en_GB/figures/evo_gwreceiveedit_a.png share/gnome/help/evolution/en_GB/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/en_GB/figures/evo_gwstatustrack.png share/gnome/help/evolution/en_GB/figures/evo_identity_a.png share/gnome/help/evolution/en_GB/figures/evo_identityedit_a.png share/gnome/help/evolution/en_GB/figures/evo_imapheader_a.png share/gnome/help/evolution/en_GB/figures/evo_imapreceive_a.png share/gnome/help/evolution/en_GB/figures/evo_import_asst_a.png +share/gnome/help/evolution/en_GB/figures/evo_junk_a.png share/gnome/help/evolution/en_GB/figures/evo_mail_a.png share/gnome/help/evolution/en_GB/figures/evo_mail_callout_a.png +share/gnome/help/evolution/en_GB/figures/evo_mail_notifier.png share/gnome/help/evolution/en_GB/figures/evo_maildirreceive_a.png share/gnome/help/evolution/en_GB/figures/evo_mboxreceive_a.png share/gnome/help/evolution/en_GB/figures/evo_memo_a.png share/gnome/help/evolution/en_GB/figures/evo_mereceive_a.png share/gnome/help/evolution/en_GB/figures/evo_message_filters_a.png share/gnome/help/evolution/en_GB/figures/evo_mhreceive_a.png +share/gnome/help/evolution/en_GB/figures/evo_newmail.png share/gnome/help/evolution/en_GB/figures/evo_newmess_a.png +share/gnome/help/evolution/en_GB/figures/evo_offline.png share/gnome/help/evolution/en_GB/figures/evo_popreceive_a.png share/gnome/help/evolution/en_GB/figures/evo_proxyadd_a.png share/gnome/help/evolution/en_GB/figures/evo_receive_setup2_a.png @@ -847,6 +1031,7 @@ share/gnome/help/evolution/en_GB/figures/plus.png share/gnome/help/evolution/en_GB/figures/proxy-cal.png share/gnome/help/evolution/en_GB/figures/proxy-login.png share/gnome/help/evolution/en_GB/figures/quick_add_a.png +share/gnome/help/evolution/en_GB/figures/quick_reference.png share/gnome/help/evolution/en_GB/figures/replymsg.png share/gnome/help/evolution/en_GB/figures/schedule.png share/gnome/help/evolution/en_GB/figures/stock_search.png @@ -857,6 +1042,8 @@ share/gnome/help/evolution/en_GB/figures/vfolder-createrule-fig.png share/gnome/help/evolution/es/evolution.xml share/gnome/help/evolution/es/figures/Screenshot-Free-Busy.png share/gnome/help/evolution/es/figures/account_editor_a.png +share/gnome/help/evolution/es/figures/addrs_book_a.png +share/gnome/help/evolution/es/figures/attach_reminder_a.png.png share/gnome/help/evolution/es/figures/calendar.png share/gnome/help/evolution/es/figures/categories_a.png share/gnome/help/evolution/es/figures/collap_head_a.png @@ -871,10 +1058,19 @@ share/gnome/help/evolution/es/figures/evo_account_info_a.png share/gnome/help/evolution/es/figures/evo_add_rule_a.png share/gnome/help/evolution/es/figures/evo_adv_search_a.png share/gnome/help/evolution/es/figures/evo_allday_a.png +share/gnome/help/evolution/es/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/es/figures/evo_backup.png +share/gnome/help/evolution/es/figures/evo_backup_prgsbar.png +share/gnome/help/evolution/es/figures/evo_backup_warning.png +share/gnome/help/evolution/es/figures/evo_blink.png share/gnome/help/evolution/es/figures/evo_cal_a.png +share/gnome/help/evolution/es/figures/evo_cal_advsearch.png share/gnome/help/evolution/es/figures/evo_cal_callout_a.png +share/gnome/help/evolution/es/figures/evo_cal_prop_a.png share/gnome/help/evolution/es/figures/evo_calender_appointmnt.png +share/gnome/help/evolution/es/figures/evo_calstatus_a.png share/gnome/help/evolution/es/figures/evo_contacteditor_a.png +share/gnome/help/evolution/es/figures/evo_delegate_permission_a.png share/gnome/help/evolution/es/figures/evo_edit_rule_a.png share/gnome/help/evolution/es/figures/evo_edit_search.png share/gnome/help/evolution/es/figures/evo_email_a.png @@ -882,20 +1078,25 @@ share/gnome/help/evolution/es/figures/evo_flag_follow_up_a.png share/gnome/help/evolution/es/figures/evo_gwreceive_a.png share/gnome/help/evolution/es/figures/evo_gwreceiveedit_a.png share/gnome/help/evolution/es/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/es/figures/evo_gwstatustrack.png share/gnome/help/evolution/es/figures/evo_identity_a.png share/gnome/help/evolution/es/figures/evo_identityedit_a.png share/gnome/help/evolution/es/figures/evo_imapheader_a.png share/gnome/help/evolution/es/figures/evo_imapreceive_a.png share/gnome/help/evolution/es/figures/evo_import_asst_a.png +share/gnome/help/evolution/es/figures/evo_junk_a.png share/gnome/help/evolution/es/figures/evo_mail_a.png share/gnome/help/evolution/es/figures/evo_mail_callout_a.png +share/gnome/help/evolution/es/figures/evo_mail_notifier.png share/gnome/help/evolution/es/figures/evo_maildirreceive_a.png share/gnome/help/evolution/es/figures/evo_mboxreceive_a.png share/gnome/help/evolution/es/figures/evo_memo_a.png share/gnome/help/evolution/es/figures/evo_mereceive_a.png share/gnome/help/evolution/es/figures/evo_message_filters_a.png share/gnome/help/evolution/es/figures/evo_mhreceive_a.png +share/gnome/help/evolution/es/figures/evo_newmail.png share/gnome/help/evolution/es/figures/evo_newmess_a.png +share/gnome/help/evolution/es/figures/evo_offline.png share/gnome/help/evolution/es/figures/evo_popreceive_a.png share/gnome/help/evolution/es/figures/evo_proxyadd_a.png share/gnome/help/evolution/es/figures/evo_receive_setup2_a.png @@ -942,6 +1143,7 @@ share/gnome/help/evolution/es/figures/plus.png share/gnome/help/evolution/es/figures/proxy-cal.png share/gnome/help/evolution/es/figures/proxy-login.png share/gnome/help/evolution/es/figures/quick_add_a.png +share/gnome/help/evolution/es/figures/quick_reference.png share/gnome/help/evolution/es/figures/replymsg.png share/gnome/help/evolution/es/figures/schedule.png share/gnome/help/evolution/es/figures/stock_search.png @@ -952,6 +1154,8 @@ share/gnome/help/evolution/es/figures/vfolder-createrule-fig.png share/gnome/help/evolution/fr/evolution.xml share/gnome/help/evolution/fr/figures/Screenshot-Free-Busy.png share/gnome/help/evolution/fr/figures/account_editor_a.png +share/gnome/help/evolution/fr/figures/addrs_book_a.png +share/gnome/help/evolution/fr/figures/attach_reminder_a.png.png share/gnome/help/evolution/fr/figures/calendar.png share/gnome/help/evolution/fr/figures/categories_a.png share/gnome/help/evolution/fr/figures/collap_head_a.png @@ -966,10 +1170,19 @@ share/gnome/help/evolution/fr/figures/evo_account_info_a.png share/gnome/help/evolution/fr/figures/evo_add_rule_a.png share/gnome/help/evolution/fr/figures/evo_adv_search_a.png share/gnome/help/evolution/fr/figures/evo_allday_a.png +share/gnome/help/evolution/fr/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/fr/figures/evo_backup.png +share/gnome/help/evolution/fr/figures/evo_backup_prgsbar.png +share/gnome/help/evolution/fr/figures/evo_backup_warning.png +share/gnome/help/evolution/fr/figures/evo_blink.png share/gnome/help/evolution/fr/figures/evo_cal_a.png +share/gnome/help/evolution/fr/figures/evo_cal_advsearch.png share/gnome/help/evolution/fr/figures/evo_cal_callout_a.png +share/gnome/help/evolution/fr/figures/evo_cal_prop_a.png share/gnome/help/evolution/fr/figures/evo_calender_appointmnt.png +share/gnome/help/evolution/fr/figures/evo_calstatus_a.png share/gnome/help/evolution/fr/figures/evo_contacteditor_a.png +share/gnome/help/evolution/fr/figures/evo_delegate_permission_a.png share/gnome/help/evolution/fr/figures/evo_edit_rule_a.png share/gnome/help/evolution/fr/figures/evo_edit_search.png share/gnome/help/evolution/fr/figures/evo_email_a.png @@ -977,20 +1190,25 @@ share/gnome/help/evolution/fr/figures/evo_flag_follow_up_a.png share/gnome/help/evolution/fr/figures/evo_gwreceive_a.png share/gnome/help/evolution/fr/figures/evo_gwreceiveedit_a.png share/gnome/help/evolution/fr/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/fr/figures/evo_gwstatustrack.png share/gnome/help/evolution/fr/figures/evo_identity_a.png share/gnome/help/evolution/fr/figures/evo_identityedit_a.png share/gnome/help/evolution/fr/figures/evo_imapheader_a.png share/gnome/help/evolution/fr/figures/evo_imapreceive_a.png share/gnome/help/evolution/fr/figures/evo_import_asst_a.png +share/gnome/help/evolution/fr/figures/evo_junk_a.png share/gnome/help/evolution/fr/figures/evo_mail_a.png share/gnome/help/evolution/fr/figures/evo_mail_callout_a.png +share/gnome/help/evolution/fr/figures/evo_mail_notifier.png share/gnome/help/evolution/fr/figures/evo_maildirreceive_a.png share/gnome/help/evolution/fr/figures/evo_mboxreceive_a.png share/gnome/help/evolution/fr/figures/evo_memo_a.png share/gnome/help/evolution/fr/figures/evo_mereceive_a.png share/gnome/help/evolution/fr/figures/evo_message_filters_a.png share/gnome/help/evolution/fr/figures/evo_mhreceive_a.png +share/gnome/help/evolution/fr/figures/evo_newmail.png share/gnome/help/evolution/fr/figures/evo_newmess_a.png +share/gnome/help/evolution/fr/figures/evo_offline.png share/gnome/help/evolution/fr/figures/evo_popreceive_a.png share/gnome/help/evolution/fr/figures/evo_proxyadd_a.png share/gnome/help/evolution/fr/figures/evo_receive_setup2_a.png @@ -1037,6 +1255,7 @@ share/gnome/help/evolution/fr/figures/plus.png share/gnome/help/evolution/fr/figures/proxy-cal.png share/gnome/help/evolution/fr/figures/proxy-login.png share/gnome/help/evolution/fr/figures/quick_add_a.png +share/gnome/help/evolution/fr/figures/quick_reference.png share/gnome/help/evolution/fr/figures/replymsg.png share/gnome/help/evolution/fr/figures/schedule.png share/gnome/help/evolution/fr/figures/stock_search.png @@ -1044,9 +1263,123 @@ share/gnome/help/evolution/fr/figures/sub-others-folder.png share/gnome/help/evolution/fr/figures/sub-pub-fold.png share/gnome/help/evolution/fr/figures/ver_view_a.png share/gnome/help/evolution/fr/figures/vfolder-createrule-fig.png +share/gnome/help/evolution/oc/evolution.xml +share/gnome/help/evolution/oc/figures/Screenshot-Free-Busy.png +share/gnome/help/evolution/oc/figures/account_editor_a.png +share/gnome/help/evolution/oc/figures/addrs_book_a.png +share/gnome/help/evolution/oc/figures/attach_reminder_a.png.png +share/gnome/help/evolution/oc/figures/calendar.png +share/gnome/help/evolution/oc/figures/categories_a.png +share/gnome/help/evolution/oc/figures/collap_head_a.png +share/gnome/help/evolution/oc/figures/config-cal.png +share/gnome/help/evolution/oc/figures/config-mail.png +share/gnome/help/evolution/oc/figures/contact-editor.png +share/gnome/help/evolution/oc/figures/contact.png +share/gnome/help/evolution/oc/figures/contacts_mainwindow_a.png +share/gnome/help/evolution/oc/figures/delgt-add.png +share/gnome/help/evolution/oc/figures/evo_account_editor_a.png +share/gnome/help/evolution/oc/figures/evo_account_info_a.png +share/gnome/help/evolution/oc/figures/evo_add_rule_a.png +share/gnome/help/evolution/oc/figures/evo_adv_search_a.png +share/gnome/help/evolution/oc/figures/evo_allday_a.png +share/gnome/help/evolution/oc/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/oc/figures/evo_backup.png +share/gnome/help/evolution/oc/figures/evo_backup_prgsbar.png +share/gnome/help/evolution/oc/figures/evo_backup_warning.png +share/gnome/help/evolution/oc/figures/evo_blink.png +share/gnome/help/evolution/oc/figures/evo_cal_a.png +share/gnome/help/evolution/oc/figures/evo_cal_advsearch.png +share/gnome/help/evolution/oc/figures/evo_cal_callout_a.png +share/gnome/help/evolution/oc/figures/evo_cal_prop_a.png +share/gnome/help/evolution/oc/figures/evo_calender_appointmnt.png +share/gnome/help/evolution/oc/figures/evo_calstatus_a.png +share/gnome/help/evolution/oc/figures/evo_contacteditor_a.png +share/gnome/help/evolution/oc/figures/evo_delegate_permission_a.png +share/gnome/help/evolution/oc/figures/evo_edit_rule_a.png +share/gnome/help/evolution/oc/figures/evo_edit_search.png +share/gnome/help/evolution/oc/figures/evo_email_a.png +share/gnome/help/evolution/oc/figures/evo_flag_follow_up_a.png +share/gnome/help/evolution/oc/figures/evo_gwreceive_a.png +share/gnome/help/evolution/oc/figures/evo_gwreceiveedit_a.png +share/gnome/help/evolution/oc/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/oc/figures/evo_gwstatustrack.png +share/gnome/help/evolution/oc/figures/evo_identity_a.png +share/gnome/help/evolution/oc/figures/evo_identityedit_a.png +share/gnome/help/evolution/oc/figures/evo_imapheader_a.png +share/gnome/help/evolution/oc/figures/evo_imapreceive_a.png +share/gnome/help/evolution/oc/figures/evo_import_asst_a.png +share/gnome/help/evolution/oc/figures/evo_junk_a.png +share/gnome/help/evolution/oc/figures/evo_mail_a.png +share/gnome/help/evolution/oc/figures/evo_mail_callout_a.png +share/gnome/help/evolution/oc/figures/evo_mail_notifier.png +share/gnome/help/evolution/oc/figures/evo_maildirreceive_a.png +share/gnome/help/evolution/oc/figures/evo_mboxreceive_a.png +share/gnome/help/evolution/oc/figures/evo_memo_a.png +share/gnome/help/evolution/oc/figures/evo_mereceive_a.png +share/gnome/help/evolution/oc/figures/evo_message_filters_a.png +share/gnome/help/evolution/oc/figures/evo_mhreceive_a.png +share/gnome/help/evolution/oc/figures/evo_newmail.png +share/gnome/help/evolution/oc/figures/evo_newmess_a.png +share/gnome/help/evolution/oc/figures/evo_offline.png +share/gnome/help/evolution/oc/figures/evo_popreceive_a.png +share/gnome/help/evolution/oc/figures/evo_proxyadd_a.png +share/gnome/help/evolution/oc/figures/evo_receive_setup2_a.png +share/gnome/help/evolution/oc/figures/evo_receive_setup_a.png +share/gnome/help/evolution/oc/figures/evo_rmdrnotes_a.png +share/gnome/help/evolution/oc/figures/evo_rule_a.png +share/gnome/help/evolution/oc/figures/evo_select_add_folder.png +share/gnome/help/evolution/oc/figures/evo_select_folder.png +share/gnome/help/evolution/oc/figures/evo_send_option_a.png +share/gnome/help/evolution/oc/figures/evo_send_setup_a.png +share/gnome/help/evolution/oc/figures/evo_sendstatus_a.png +share/gnome/help/evolution/oc/figures/evo_shd_memo_a.png +share/gnome/help/evolution/oc/figures/evo_timezone_a.png +share/gnome/help/evolution/oc/figures/evo_usereceive_a.png +share/gnome/help/evolution/oc/figures/exchange-delegation.png +share/gnome/help/evolution/oc/figures/exchange-identity.png +share/gnome/help/evolution/oc/figures/exchange-receive-options.png +share/gnome/help/evolution/oc/figures/exchange-receive.png +share/gnome/help/evolution/oc/figures/exchg-identity.png +share/gnome/help/evolution/oc/figures/exchng-identity.png +share/gnome/help/evolution/oc/figures/exchng-rec-mail.png +share/gnome/help/evolution/oc/figures/exchng-rec-mails.png +share/gnome/help/evolution/oc/figures/exchng-rec-option.png +share/gnome/help/evolution/oc/figures/exchng-rec-options.png +share/gnome/help/evolution/oc/figures/exchng-settings.png +share/gnome/help/evolution/oc/figures/filter-new-fig.png +share/gnome/help/evolution/oc/figures/free_busy.png +share/gnome/help/evolution/oc/figures/full-1.png +share/gnome/help/evolution/oc/figures/full-2.png +share/gnome/help/evolution/oc/figures/full-3.png +share/gnome/help/evolution/oc/figures/full-4.png +share/gnome/help/evolution/oc/figures/full-5.png +share/gnome/help/evolution/oc/figures/full-6.png +share/gnome/help/evolution/oc/figures/full-7.png +share/gnome/help/evolution/oc/figures/mail-druid-pic.png +share/gnome/help/evolution/oc/figures/mail-inbox.png +share/gnome/help/evolution/oc/figures/mail-threaded.png +share/gnome/help/evolution/oc/figures/mail_mainwindow_a.png +share/gnome/help/evolution/oc/figures/mailer_preferences.png +share/gnome/help/evolution/oc/figures/mainwindow-pic.png +share/gnome/help/evolution/oc/figures/minus.png +share/gnome/help/evolution/oc/figures/newmsg.png +share/gnome/help/evolution/oc/figures/plus.png +share/gnome/help/evolution/oc/figures/proxy-cal.png +share/gnome/help/evolution/oc/figures/proxy-login.png +share/gnome/help/evolution/oc/figures/quick_add_a.png +share/gnome/help/evolution/oc/figures/quick_reference.png +share/gnome/help/evolution/oc/figures/replymsg.png +share/gnome/help/evolution/oc/figures/schedule.png +share/gnome/help/evolution/oc/figures/stock_search.png +share/gnome/help/evolution/oc/figures/sub-others-folder.png +share/gnome/help/evolution/oc/figures/sub-pub-fold.png +share/gnome/help/evolution/oc/figures/ver_view_a.png +share/gnome/help/evolution/oc/figures/vfolder-createrule-fig.png share/gnome/help/evolution/ru/evolution.xml share/gnome/help/evolution/ru/figures/Screenshot-Free-Busy.png share/gnome/help/evolution/ru/figures/account_editor_a.png +share/gnome/help/evolution/ru/figures/addrs_book_a.png +share/gnome/help/evolution/ru/figures/attach_reminder_a.png.png share/gnome/help/evolution/ru/figures/calendar.png share/gnome/help/evolution/ru/figures/categories_a.png share/gnome/help/evolution/ru/figures/collap_head_a.png @@ -1061,10 +1394,19 @@ share/gnome/help/evolution/ru/figures/evo_account_info_a.png share/gnome/help/evolution/ru/figures/evo_add_rule_a.png share/gnome/help/evolution/ru/figures/evo_adv_search_a.png share/gnome/help/evolution/ru/figures/evo_allday_a.png +share/gnome/help/evolution/ru/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/ru/figures/evo_backup.png +share/gnome/help/evolution/ru/figures/evo_backup_prgsbar.png +share/gnome/help/evolution/ru/figures/evo_backup_warning.png +share/gnome/help/evolution/ru/figures/evo_blink.png share/gnome/help/evolution/ru/figures/evo_cal_a.png +share/gnome/help/evolution/ru/figures/evo_cal_advsearch.png share/gnome/help/evolution/ru/figures/evo_cal_callout_a.png +share/gnome/help/evolution/ru/figures/evo_cal_prop_a.png share/gnome/help/evolution/ru/figures/evo_calender_appointmnt.png +share/gnome/help/evolution/ru/figures/evo_calstatus_a.png share/gnome/help/evolution/ru/figures/evo_contacteditor_a.png +share/gnome/help/evolution/ru/figures/evo_delegate_permission_a.png share/gnome/help/evolution/ru/figures/evo_edit_rule_a.png share/gnome/help/evolution/ru/figures/evo_edit_search.png share/gnome/help/evolution/ru/figures/evo_email_a.png @@ -1072,20 +1414,25 @@ share/gnome/help/evolution/ru/figures/evo_flag_follow_up_a.png share/gnome/help/evolution/ru/figures/evo_gwreceive_a.png share/gnome/help/evolution/ru/figures/evo_gwreceiveedit_a.png share/gnome/help/evolution/ru/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/ru/figures/evo_gwstatustrack.png share/gnome/help/evolution/ru/figures/evo_identity_a.png share/gnome/help/evolution/ru/figures/evo_identityedit_a.png share/gnome/help/evolution/ru/figures/evo_imapheader_a.png share/gnome/help/evolution/ru/figures/evo_imapreceive_a.png share/gnome/help/evolution/ru/figures/evo_import_asst_a.png +share/gnome/help/evolution/ru/figures/evo_junk_a.png share/gnome/help/evolution/ru/figures/evo_mail_a.png share/gnome/help/evolution/ru/figures/evo_mail_callout_a.png +share/gnome/help/evolution/ru/figures/evo_mail_notifier.png share/gnome/help/evolution/ru/figures/evo_maildirreceive_a.png share/gnome/help/evolution/ru/figures/evo_mboxreceive_a.png share/gnome/help/evolution/ru/figures/evo_memo_a.png share/gnome/help/evolution/ru/figures/evo_mereceive_a.png share/gnome/help/evolution/ru/figures/evo_message_filters_a.png share/gnome/help/evolution/ru/figures/evo_mhreceive_a.png +share/gnome/help/evolution/ru/figures/evo_newmail.png share/gnome/help/evolution/ru/figures/evo_newmess_a.png +share/gnome/help/evolution/ru/figures/evo_offline.png share/gnome/help/evolution/ru/figures/evo_popreceive_a.png share/gnome/help/evolution/ru/figures/evo_proxyadd_a.png share/gnome/help/evolution/ru/figures/evo_receive_setup2_a.png @@ -1132,6 +1479,7 @@ share/gnome/help/evolution/ru/figures/plus.png share/gnome/help/evolution/ru/figures/proxy-cal.png share/gnome/help/evolution/ru/figures/proxy-login.png share/gnome/help/evolution/ru/figures/quick_add_a.png +share/gnome/help/evolution/ru/figures/quick_reference.png share/gnome/help/evolution/ru/figures/replymsg.png share/gnome/help/evolution/ru/figures/schedule.png share/gnome/help/evolution/ru/figures/stock_search.png @@ -1142,6 +1490,8 @@ share/gnome/help/evolution/ru/figures/vfolder-createrule-fig.png share/gnome/help/evolution/sv/evolution.xml share/gnome/help/evolution/sv/figures/Screenshot-Free-Busy.png share/gnome/help/evolution/sv/figures/account_editor_a.png +share/gnome/help/evolution/sv/figures/addrs_book_a.png +share/gnome/help/evolution/sv/figures/attach_reminder_a.png.png share/gnome/help/evolution/sv/figures/calendar.png share/gnome/help/evolution/sv/figures/categories_a.png share/gnome/help/evolution/sv/figures/collap_head_a.png @@ -1156,10 +1506,19 @@ share/gnome/help/evolution/sv/figures/evo_account_info_a.png share/gnome/help/evolution/sv/figures/evo_add_rule_a.png share/gnome/help/evolution/sv/figures/evo_adv_search_a.png share/gnome/help/evolution/sv/figures/evo_allday_a.png +share/gnome/help/evolution/sv/figures/evo_attachreminder_plugin.png +share/gnome/help/evolution/sv/figures/evo_backup.png +share/gnome/help/evolution/sv/figures/evo_backup_prgsbar.png +share/gnome/help/evolution/sv/figures/evo_backup_warning.png +share/gnome/help/evolution/sv/figures/evo_blink.png share/gnome/help/evolution/sv/figures/evo_cal_a.png +share/gnome/help/evolution/sv/figures/evo_cal_advsearch.png share/gnome/help/evolution/sv/figures/evo_cal_callout_a.png +share/gnome/help/evolution/sv/figures/evo_cal_prop_a.png share/gnome/help/evolution/sv/figures/evo_calender_appointmnt.png +share/gnome/help/evolution/sv/figures/evo_calstatus_a.png share/gnome/help/evolution/sv/figures/evo_contacteditor_a.png +share/gnome/help/evolution/sv/figures/evo_delegate_permission_a.png share/gnome/help/evolution/sv/figures/evo_edit_rule_a.png share/gnome/help/evolution/sv/figures/evo_edit_search.png share/gnome/help/evolution/sv/figures/evo_email_a.png @@ -1167,20 +1526,25 @@ share/gnome/help/evolution/sv/figures/evo_flag_follow_up_a.png share/gnome/help/evolution/sv/figures/evo_gwreceive_a.png share/gnome/help/evolution/sv/figures/evo_gwreceiveedit_a.png share/gnome/help/evolution/sv/figures/evo_gwreceiveoptedit_a.png +share/gnome/help/evolution/sv/figures/evo_gwstatustrack.png share/gnome/help/evolution/sv/figures/evo_identity_a.png share/gnome/help/evolution/sv/figures/evo_identityedit_a.png share/gnome/help/evolution/sv/figures/evo_imapheader_a.png share/gnome/help/evolution/sv/figures/evo_imapreceive_a.png share/gnome/help/evolution/sv/figures/evo_import_asst_a.png +share/gnome/help/evolution/sv/figures/evo_junk_a.png share/gnome/help/evolution/sv/figures/evo_mail_a.png share/gnome/help/evolution/sv/figures/evo_mail_callout_a.png +share/gnome/help/evolution/sv/figures/evo_mail_notifier.png share/gnome/help/evolution/sv/figures/evo_maildirreceive_a.png share/gnome/help/evolution/sv/figures/evo_mboxreceive_a.png share/gnome/help/evolution/sv/figures/evo_memo_a.png share/gnome/help/evolution/sv/figures/evo_mereceive_a.png share/gnome/help/evolution/sv/figures/evo_message_filters_a.png share/gnome/help/evolution/sv/figures/evo_mhreceive_a.png +share/gnome/help/evolution/sv/figures/evo_newmail.png share/gnome/help/evolution/sv/figures/evo_newmess_a.png +share/gnome/help/evolution/sv/figures/evo_offline.png share/gnome/help/evolution/sv/figures/evo_popreceive_a.png share/gnome/help/evolution/sv/figures/evo_proxyadd_a.png share/gnome/help/evolution/sv/figures/evo_receive_setup2_a.png @@ -1227,6 +1591,7 @@ share/gnome/help/evolution/sv/figures/plus.png share/gnome/help/evolution/sv/figures/proxy-cal.png share/gnome/help/evolution/sv/figures/proxy-login.png share/gnome/help/evolution/sv/figures/quick_add_a.png +share/gnome/help/evolution/sv/figures/quick_reference.png share/gnome/help/evolution/sv/figures/replymsg.png share/gnome/help/evolution/sv/figures/schedule.png share/gnome/help/evolution/sv/figures/stock_search.png @@ -1234,30 +1599,28 @@ share/gnome/help/evolution/sv/figures/sub-others-folder.png share/gnome/help/evolution/sv/figures/sub-pub-fold.png share/gnome/help/evolution/sv/figures/ver_view_a.png share/gnome/help/evolution/sv/figures/vfolder-createrule-fig.png -share/gnome/idl/evolution-%%VERSION%%/Composer.idl -share/gnome/idl/evolution-%%VERSION%%/Evolution-Component.idl -share/gnome/idl/evolution-%%VERSION%%/Evolution-Composer.idl -share/gnome/idl/evolution-%%VERSION%%/Evolution-ConfigControl.idl -share/gnome/idl/evolution-%%VERSION%%/Evolution-Mail.idl -share/gnome/idl/evolution-%%VERSION%%/Evolution-Shell.idl -share/gnome/idl/evolution-%%VERSION%%/Evolution.idl -share/gnome/idl/evolution-%%VERSION%%/evolution-calendar.idl -share/gnome/mime-info/evolution.keys -share/gnome/mime-info/evolution.mime -share/gnome/omf/evolution/evolution-C.omf -share/gnome/omf/evolution/evolution-de.omf -share/gnome/omf/evolution/evolution-en_GB.omf -share/gnome/omf/evolution/evolution-es.omf -share/gnome/omf/evolution/evolution-fr.omf -share/gnome/omf/evolution/evolution-ru.omf -share/gnome/omf/evolution/evolution-sv.omf share/icons/hicolor/16x16/apps/evolution.png share/icons/hicolor/22x22/apps/evolution.png share/icons/hicolor/24x24/apps/evolution.png share/icons/hicolor/32x32/apps/evolution.png +share/icons/hicolor/48x48/apps/preferences-autocompletion.png +share/icons/hicolor/48x48/apps/preferences-calendar-and-tasks.png +share/icons/hicolor/48x48/apps/preferences-certificates.png +share/icons/hicolor/48x48/apps/preferences-composer.png +share/icons/hicolor/48x48/apps/preferences-mail-accounts.png +share/icons/hicolor/48x48/apps/preferences-mail.png share/icons/hicolor/scalable/apps/evolution.svg +share/idl/evolution-%%VERSION%%/Composer.idl +share/idl/evolution-%%VERSION%%/Evolution-Component.idl +share/idl/evolution-%%VERSION%%/Evolution-Composer.idl +share/idl/evolution-%%VERSION%%/Evolution-ConfigControl.idl +share/idl/evolution-%%VERSION%%/Evolution-Mail.idl +share/idl/evolution-%%VERSION%%/Evolution-Shell.idl +share/idl/evolution-%%VERSION%%/Evolution.idl +share/idl/evolution-%%VERSION%%/evolution-calendar.idl share/locale/am/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/ar/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/as/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/az/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/be/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/bg/LC_MESSAGES/evolution-%%VERSION%%.mo @@ -1314,6 +1677,7 @@ share/locale/pt_BR/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/ro/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/ru/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/rw/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/si/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/sk/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/sl/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/sq/LC_MESSAGES/evolution-%%VERSION%%.mo @@ -1331,78 +1695,104 @@ share/locale/xh/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/zh_CN/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/zh_HK/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/zh_TW/LC_MESSAGES/evolution-%%VERSION%%.mo -@dirrm share/gnome/omf/evolution -@dirrm share/gnome/idl/evolution-%%VERSION%% +share/mime-info/evolution.keys +share/mime-info/evolution.mime +share/omf/evolution/evolution-C.omf +share/omf/evolution/evolution-de.omf +share/omf/evolution/evolution-el.omf +share/omf/evolution/evolution-en_GB.omf +share/omf/evolution/evolution-es.omf +share/omf/evolution/evolution-fr.omf +share/omf/evolution/evolution-oc.omf +share/omf/evolution/evolution-ru.omf +share/omf/evolution/evolution-sv.omf +@dirrm share/omf/evolution +@dirrm share/idl/evolution-%%VERSION%% @dirrm share/gnome/help/evolution/sv/figures @dirrm share/gnome/help/evolution/sv @dirrm share/gnome/help/evolution/ru/figures @dirrm share/gnome/help/evolution/ru +@dirrm share/gnome/help/evolution/oc/figures +@dirrm share/gnome/help/evolution/oc @dirrm share/gnome/help/evolution/fr/figures @dirrm share/gnome/help/evolution/fr @dirrm share/gnome/help/evolution/es/figures @dirrm share/gnome/help/evolution/es @dirrm share/gnome/help/evolution/en_GB/figures @dirrm share/gnome/help/evolution/en_GB +@dirrm share/gnome/help/evolution/el/figures +@dirrm share/gnome/help/evolution/el @dirrm share/gnome/help/evolution/de/figures @dirrm share/gnome/help/evolution/de @dirrm share/gnome/help/evolution/C/figures @dirrm share/gnome/help/evolution/C @dirrm share/gnome/help/evolution -@dirrm share/gnome/evolution/%%VERSION%%/weather -@dirrm share/gnome/evolution/%%VERSION%%/views/tasks -@dirrm share/gnome/evolution/%%VERSION%%/views/memos -@dirrm share/gnome/evolution/%%VERSION%%/views/mail -@dirrm share/gnome/evolution/%%VERSION%%/views/calendar -@dirrm share/gnome/evolution/%%VERSION%%/views/addressbook -@dirrm share/gnome/evolution/%%VERSION%%/views -@dirrm share/gnome/evolution/%%VERSION%%/ui -@dirrm share/gnome/evolution/%%VERSION%%/images -@dirrm share/gnome/evolution/%%VERSION%%/help/quickref/sv -@dirrm share/gnome/evolution/%%VERSION%%/help/quickref/es -@dirrm share/gnome/evolution/%%VERSION%%/help/quickref/de -@dirrm share/gnome/evolution/%%VERSION%%/help/quickref/C -@dirrm share/gnome/evolution/%%VERSION%%/help/quickref -@dirrm share/gnome/evolution/%%VERSION%%/help -@dirrm share/gnome/evolution/%%VERSION%%/glade -@dirrm share/gnome/evolution/%%VERSION%%/etspec -@dirrm share/gnome/evolution/%%VERSION%%/errors -@dirrm share/gnome/evolution/%%VERSION%%/ecps -@dirrm share/gnome/evolution/%%VERSION%%/default/zh_CN/mail/local -@dirrm share/gnome/evolution/%%VERSION%%/default/zh_CN/mail -@dirrm share/gnome/evolution/%%VERSION%%/default/zh_CN -@dirrm share/gnome/evolution/%%VERSION%%/default/pt/mail/local -@dirrm share/gnome/evolution/%%VERSION%%/default/pt/mail -@dirrm share/gnome/evolution/%%VERSION%%/default/pt -@dirrm share/gnome/evolution/%%VERSION%%/default/nl/mail/local -@dirrm share/gnome/evolution/%%VERSION%%/default/nl/mail -@dirrm share/gnome/evolution/%%VERSION%%/default/nl -@dirrm share/gnome/evolution/%%VERSION%%/default/mk/mail/local -@dirrm share/gnome/evolution/%%VERSION%%/default/mk/mail -@dirrm share/gnome/evolution/%%VERSION%%/default/mk -@dirrm share/gnome/evolution/%%VERSION%%/default/lt/mail/local -@dirrm share/gnome/evolution/%%VERSION%%/default/lt/mail -@dirrm share/gnome/evolution/%%VERSION%%/default/lt -@dirrm share/gnome/evolution/%%VERSION%%/default/ja/mail/local -@dirrm share/gnome/evolution/%%VERSION%%/default/ja/mail -@dirrm share/gnome/evolution/%%VERSION%%/default/ja -@dirrm share/gnome/evolution/%%VERSION%%/default/fr/mail/local -@dirrm share/gnome/evolution/%%VERSION%%/default/fr/mail -@dirrm share/gnome/evolution/%%VERSION%%/default/fr -@dirrm share/gnome/evolution/%%VERSION%%/default/fi/mail/local -@dirrm share/gnome/evolution/%%VERSION%%/default/fi/mail -@dirrm share/gnome/evolution/%%VERSION%%/default/fi -@dirrm share/gnome/evolution/%%VERSION%%/default/es/mail/local -@dirrm share/gnome/evolution/%%VERSION%%/default/es/mail -@dirrm share/gnome/evolution/%%VERSION%%/default/es -@dirrm share/gnome/evolution/%%VERSION%%/default/de/mail/local -@dirrm share/gnome/evolution/%%VERSION%%/default/de/mail -@dirrm share/gnome/evolution/%%VERSION%%/default/de -@dirrm share/gnome/evolution/%%VERSION%%/default/C/mail/local -@dirrm share/gnome/evolution/%%VERSION%%/default/C/mail -@dirrm share/gnome/evolution/%%VERSION%%/default/C -@dirrm share/gnome/evolution/%%VERSION%%/default -@dirrm share/gnome/evolution/%%VERSION%% -@dirrm share/gnome/evolution +@dirrm %%DATADIR%%/%%VERSION%%/weather +@dirrm %%DATADIR%%/%%VERSION%%/views/tasks +@dirrm %%DATADIR%%/%%VERSION%%/views/memos +@dirrm %%DATADIR%%/%%VERSION%%/views/mail +@dirrm %%DATADIR%%/%%VERSION%%/views/calendar +@dirrm %%DATADIR%%/%%VERSION%%/views/addressbook +@dirrm %%DATADIR%%/%%VERSION%%/views +@dirrm %%DATADIR%%/%%VERSION%%/ui +@dirrm %%DATADIR%%/%%VERSION%%/images +@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/sv +@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/sq +@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/pt +@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/pl +@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/it +@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/fr +@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/es +@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/de +@dirrm %%DATADIR%%/%%VERSION%%/help/quickref/C +@dirrm %%DATADIR%%/%%VERSION%%/help/quickref +@dirrm %%DATADIR%%/%%VERSION%%/help +@dirrm %%DATADIR%%/%%VERSION%%/glade +@dirrm %%DATADIR%%/%%VERSION%%/etspec +@dirrm %%DATADIR%%/%%VERSION%%/errors +@dirrm %%DATADIR%%/%%VERSION%%/ecps +@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN/mail/local +@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN/mail +@dirrm %%DATADIR%%/%%VERSION%%/default/zh_CN +@dirrm %%DATADIR%%/%%VERSION%%/default/sv/mail/local +@dirrm %%DATADIR%%/%%VERSION%%/default/sv/mail +@dirrm %%DATADIR%%/%%VERSION%%/default/sv +@dirrm %%DATADIR%%/%%VERSION%%/default/pt/mail/local +@dirrm %%DATADIR%%/%%VERSION%%/default/pt/mail +@dirrm %%DATADIR%%/%%VERSION%%/default/pt +@dirrm %%DATADIR%%/%%VERSION%%/default/pl/mail/local +@dirrm %%DATADIR%%/%%VERSION%%/default/pl/mail +@dirrm %%DATADIR%%/%%VERSION%%/default/pl +@dirrm %%DATADIR%%/%%VERSION%%/default/nl/mail/local +@dirrm %%DATADIR%%/%%VERSION%%/default/nl/mail +@dirrm %%DATADIR%%/%%VERSION%%/default/nl +@dirrm %%DATADIR%%/%%VERSION%%/default/mk/mail/local +@dirrm %%DATADIR%%/%%VERSION%%/default/mk/mail +@dirrm %%DATADIR%%/%%VERSION%%/default/mk +@dirrm %%DATADIR%%/%%VERSION%%/default/lt/mail/local +@dirrm %%DATADIR%%/%%VERSION%%/default/lt/mail +@dirrm %%DATADIR%%/%%VERSION%%/default/lt +@dirrm %%DATADIR%%/%%VERSION%%/default/ja/mail/local +@dirrm %%DATADIR%%/%%VERSION%%/default/ja/mail +@dirrm %%DATADIR%%/%%VERSION%%/default/ja +@dirrm %%DATADIR%%/%%VERSION%%/default/fr/mail/local +@dirrm %%DATADIR%%/%%VERSION%%/default/fr/mail +@dirrm %%DATADIR%%/%%VERSION%%/default/fr +@dirrm %%DATADIR%%/%%VERSION%%/default/fi/mail/local +@dirrm %%DATADIR%%/%%VERSION%%/default/fi/mail +@dirrm %%DATADIR%%/%%VERSION%%/default/fi +@dirrm %%DATADIR%%/%%VERSION%%/default/es/mail/local +@dirrm %%DATADIR%%/%%VERSION%%/default/es/mail +@dirrm %%DATADIR%%/%%VERSION%%/default/es +@dirrm %%DATADIR%%/%%VERSION%%/default/de/mail/local +@dirrm %%DATADIR%%/%%VERSION%%/default/de/mail +@dirrm %%DATADIR%%/%%VERSION%%/default/de +@dirrm %%DATADIR%%/%%VERSION%%/default/C/mail/local +@dirrm %%DATADIR%%/%%VERSION%%/default/C/mail +@dirrm %%DATADIR%%/%%VERSION%%/default/C +@dirrm %%DATADIR%%/%%VERSION%%/default +@dirrm %%DATADIR%%/%%VERSION%% +@dirrm %%DATADIR%% @dirrm libexec/evolution/%%VERSION%% @dirrm libexec/evolution @dirrm lib/evolution/%%VERSION%%/plugins @@ -1431,6 +1821,8 @@ share/locale/zh_TW/LC_MESSAGES/evolution-%%VERSION%%.mo @dirrmtry share/locale/xh @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw @dirrmtry share/locale/oc/LC_MESSAGES @@ -1443,3 +1835,6 @@ share/locale/zh_TW/LC_MESSAGES/evolution-%%VERSION%%.mo @dirrmtry share/locale/dz @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/applications diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile index 155452b11db2..408e0e0c6c3a 100644 --- a/mail/gnubiff/Makefile +++ b/mail/gnubiff/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnubiff PORTVERSION= 2.2.6 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -51,12 +52,10 @@ WANT_GNOME= yes .if ${HAVE_GNOME:Mgnomepanel}!="" USE_GNOME+= gnomepanel gconf2 gnomeprefix gnomehack PKGNAMESUFFIX+= -gnome -PLIST_SUB+= SHAREDIR="share/gnome" PLIST_SUB+= BONOBODIR="libdata/bonobo" PLIST_SUB+= WITH_GNOME="" .else CONFIGURE_ARGS+= --disable-gnome -PLIST_SUB+= SHAREDIR="share" PLIST_SUB+= BONOBODIR="lib/bonobo" PLIST_SUB+= WITH_GNOME="@comment " .endif diff --git a/mail/gnubiff/pkg-plist b/mail/gnubiff/pkg-plist index 952565ac59bc..f934eabaac77 100644 --- a/mail/gnubiff/pkg-plist +++ b/mail/gnubiff/pkg-plist @@ -14,28 +14,28 @@ bin/gnubiff %%NLS%%share/locale/rw/LC_MESSAGES/gnubiff.mo %%NLS%%share/locale/sv/LC_MESSAGES/gnubiff.mo %%NLS%%share/locale/vi/LC_MESSAGES/gnubiff.mo -%%SHAREDIR%%/gnubiff/applet-gtk.glade -%%SHAREDIR%%/gnubiff/authentication.glade -%%SHAREDIR%%/gnubiff/certificate.glade -%%SHAREDIR%%/gnubiff/coin.wav -%%SHAREDIR%%/gnubiff/envelopes.png -%%SHAREDIR%%/gnubiff/gnubiff.png -%%SHAREDIR%%/gnubiff/mail.wav -%%SHAREDIR%%/gnubiff/popup.glade -%%SHAREDIR%%/gnubiff/preferences.glade -%%SHAREDIR%%/gnubiff/properties.glade -%%SHAREDIR%%/gnubiff/tux-awake.png -%%SHAREDIR%%/gnubiff/tux-big.png -%%SHAREDIR%%/gnubiff/tux-jump(64x64).png -%%SHAREDIR%%/gnubiff/tux-sleep(64x64).png -%%SHAREDIR%%/gnubiff/tux-sleep.png -%%SHAREDIR%%/pixmaps/gnubiff.png +share/gnubiff/applet-gtk.glade +share/gnubiff/authentication.glade +share/gnubiff/certificate.glade +share/gnubiff/coin.wav +share/gnubiff/envelopes.png +share/gnubiff/gnubiff.png +share/gnubiff/mail.wav +share/gnubiff/popup.glade +share/gnubiff/preferences.glade +share/gnubiff/properties.glade +share/gnubiff/tux-awake.png +share/gnubiff/tux-big.png +share/gnubiff/tux-jump(64x64).png +share/gnubiff/tux-sleep(64x64).png +share/gnubiff/tux-sleep.png +share/pixmaps/gnubiff.png %%WITH_GNOME%%%%BONOBODIR%%/servers/GNOME_gnubiffApplet.server -%%WITH_GNOME%%%%SHAREDIR%%/gnome-2.0/ui/GNOME_gnubiffApplet.xml +%%WITH_GNOME%%share/gnome-2.0/ui/GNOME_gnubiffApplet.xml @dirrmtry %%BONOBODIR%%/servers @dirrmtry %%BONOBODIR%% -@dirrmtry %%SHAREDIR%%/gnome-2.0/ui -@dirrmtry %%SHAREDIR%%/gnome-2.0 +@dirrmtry share/gnome-2.0/ui +@dirrmtry share/gnome-2.0 %%NLS%%@dirrmtry share/locale/fr_CA/LC_MESSAGES %%NLS%%@dirrmtry share/locale/fr_CA -@dirrm %%SHAREDIR%%/gnubiff +@dirrm share/gnubiff diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index 13f08bdfb4db..553606a4760a 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -7,7 +7,7 @@ PORTNAME= mail-notification DISTVERSION= 4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= mailnotify diff --git a/mail/mail-notification/pkg-plist b/mail/mail-notification/pkg-plist index f8656893f675..fc5cfa7cac38 100644 --- a/mail/mail-notification/pkg-plist +++ b/mail/mail-notification/pkg-plist @@ -2,7 +2,7 @@ bin/mail-notification etc/xdg/autostart/mail-notification.desktop libdata/bonobo/servers/GNOME_MailNotification.server %%EVOLUTION%%libdata/bonobo/servers/GNOME_MailNotification_Evolution.server -share/gnome/applications/mail-notification-properties.desktop +share/applications/mail-notification-properties.desktop share/gnome/help/mail-notification/C/documentation-license.xml share/gnome/help/mail-notification/C/figures/mail.png share/gnome/help/mail-notification/C/figures/mailbox-emblem-error.png @@ -10,11 +10,11 @@ share/gnome/help/mail-notification/C/figures/mailbox-emblem-polled.png share/gnome/help/mail-notification/C/figures/mailbox-emblem-unknown.png share/gnome/help/mail-notification/C/mail-notification.xml share/gnome/help/mail-notification/C/software-license.xml -%%GMAIL%%share/gnome/mail-notification/ui/gmail.png -share/gnome/mail-notification/ui/logo.png -share/gnome/mail-notification/ui/mailbox-properties-dialog.glade -share/gnome/mail-notification/ui/properties-dialog.glade -share/gnome/omf/mail-notification/mail-notification-C.omf +%%GMAIL%%share/mail-notification/ui/gmail.png +share/mail-notification/ui/logo.png +share/mail-notification/ui/mailbox-properties-dialog.glade +share/mail-notification/ui/properties-dialog.glade +share/omf/mail-notification/mail-notification-C.omf share/icons/hicolor/16x16/apps/mail-notification.png share/icons/hicolor/22x22/apps/mail-notification.png share/icons/hicolor/24x24/apps/mail-notification.png @@ -39,10 +39,11 @@ share/locale/sv/LC_MESSAGES/mail-notification.mo %%EVOLUTION%%lib/evolution/%%EVO_VERSION%%/plugins/liborg-gnome-mail-notification.la %%EVOLUTION%%lib/evolution/%%EVO_VERSION%%/plugins/liborg-gnome-mail-notification.so %%EVOLUTION%%lib/evolution/%%EVO_VERSION%%/plugins/org-gnome-mail-notification.eplug -@dirrm share/gnome/omf/mail-notification -@dirrm share/gnome/mail-notification/ui -@dirrm share/gnome/mail-notification +@dirrm share/omf/mail-notification +@dirrm share/mail-notification/ui +@dirrm share/mail-notification @dirrm share/gnome/help/mail-notification/C/figures @dirrm share/gnome/help/mail-notification/C @dirrm share/gnome/help/mail-notification @dirrmtry etc/xdg/autostart +@dirrmtry share/applications diff --git a/mail/mboxcheck-applet/Makefile b/mail/mboxcheck-applet/Makefile index 9f514af50bdf..d996da232df1 100644 --- a/mail/mboxcheck-applet/Makefile +++ b/mail/mboxcheck-applet/Makefile @@ -6,7 +6,7 @@ PORTNAME= mboxcheck-applet PORTVERSION= 0.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail MASTER_SITES= http://perso.orange.fr/seb128/fichiers/ @@ -21,14 +21,14 @@ NO_BUILD= yes do-patch: @${REINPLACE_CMD} 's|/usr/bin/python|${PYTHON_CMD}|' ${WRKSRC}/*.py - @${REINPLACE_CMD} 's|/usr/share/pixmaps/|${LOCALBASE}/share/gnome/pixmaps/|' ${WRKSRC}/mboxcheck.py + @${REINPLACE_CMD} 's|/usr/share/pixmaps/|${LOCALBASE}/share/pixmaps/|' ${WRKSRC}/mboxcheck.py @${REINPLACE_CMD} 's|/usr/lib/gnome-panel/mboxcheck|${LOCALBASE}/libexec/mboxcheck.py|' ${WRKSRC}/GNOME_MboxCheck.server @${REINPLACE_CMD} 's|mbox.png|mboxcheck.png|' ${WRKSRC}/GNOME_MboxCheck.server do-install: ${INSTALL_SCRIPT} ${WRKSRC}/mboxcheck.py ${LOCALBASE}/libexec ${INSTALL_SCRIPT} ${WRKSRC}/configmbox.py ${LOCALBASE}/libexec - ${INSTALL_DATA} ${WRKSRC}/mboxcheck.png ${LOCALBASE}/share/gnome/pixmaps + ${INSTALL_DATA} ${WRKSRC}/mboxcheck.png ${LOCALBASE}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/GNOME_MboxCheck.server ${LOCALBASE}/libdata/bonobo/servers .include diff --git a/mail/mboxcheck-applet/pkg-plist b/mail/mboxcheck-applet/pkg-plist index 5a8f4a097705..a3b2c7c3c547 100644 --- a/mail/mboxcheck-applet/pkg-plist +++ b/mail/mboxcheck-applet/pkg-plist @@ -1,4 +1,4 @@ libdata/bonobo/servers/GNOME_MboxCheck.server libexec/mboxcheck.py libexec/configmbox.py -share/gnome/pixmaps/mboxcheck.png +share/pixmaps/mboxcheck.png diff --git a/mail/mmc/Makefile b/mail/mmc/Makefile index bc1af6b2ca37..ab752be2f045 100644 --- a/mail/mmc/Makefile +++ b/mail/mmc/Makefile @@ -7,7 +7,7 @@ PORTNAME= mmc PORTVERSION= 0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/mail/mmc/pkg-plist b/mail/mmc/pkg-plist index 9754fe544799..3222bdebb7b5 100644 --- a/mail/mmc/pkg-plist +++ b/mail/mmc/pkg-plist @@ -1,4 +1,4 @@ bin/mmc share/gnome/apps/Internet/mmc.desktop -share/gnome/pixmaps/mmc-logo.png share/locale/de/LC_MESSAGES/mmc.mo +share/pixmaps/mmc-logo.png diff --git a/mail/pmail/Makefile b/mail/pmail/Makefile index 8199bfd88de3..f5b3ef1ca703 100644 --- a/mail/pmail/Makefile +++ b/mail/pmail/Makefile @@ -7,7 +7,7 @@ PORTNAME= pmail PORTVERSION= 0.5.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail python gnome MASTER_SITES= # previous mastersites disappeared in 2001 and 2002 diff --git a/mail/pmail/pkg-plist b/mail/pmail/pkg-plist index c1e42fe7968b..71f0dca9f63d 100644 --- a/mail/pmail/pkg-plist +++ b/mail/pmail/pkg-plist @@ -1,157 +1,157 @@ bin/pmail -share/gnome/pmail/Base.py -share/gnome/pmail/Base.pyc -share/gnome/pmail/Base.pyo -share/gnome/pmail/MessageList.py -share/gnome/pmail/MessageList.pyc -share/gnome/pmail/MessageList.pyo -share/gnome/pmail/MimeWriter.py -share/gnome/pmail/MimeWriter.pyc -share/gnome/pmail/MimeWriter.pyo -share/gnome/pmail/PmailGtkXmHTML.py -share/gnome/pmail/PmailGtkXmHTML.pyc -share/gnome/pmail/PmailGtkXmHTML.pyo -share/gnome/pmail/_pmailextensionsmodule.so -share/gnome/pmail/config/Config.py -share/gnome/pmail/config/Config.pyc -share/gnome/pmail/config/Config.pyo -share/gnome/pmail/config/__init__.py -share/gnome/pmail/config/__init__.pyc -share/gnome/pmail/config/__init__.pyo -share/gnome/pmail/config/paths.py -share/gnome/pmail/config/paths.pyc -share/gnome/pmail/config/paths.pyo -share/gnome/pmail/dumpconfig.py -share/gnome/pmail/dumpconfig.pyc -share/gnome/pmail/dumpconfig.pyo -share/gnome/pmail/gtkf/Compose.py -share/gnome/pmail/gtkf/Compose.pyc -share/gnome/pmail/gtkf/Compose.pyo -share/gnome/pmail/gtkf/FrontEnd.py -share/gnome/pmail/gtkf/FrontEnd.pyc -share/gnome/pmail/gtkf/FrontEnd.pyo -share/gnome/pmail/gtkf/GladeWindow.py -share/gnome/pmail/gtkf/GladeWindow.pyc -share/gnome/pmail/gtkf/GladeWindow.pyo -share/gnome/pmail/gtkf/MainWindow.py -share/gnome/pmail/gtkf/MainWindow.pyc -share/gnome/pmail/gtkf/MainWindow.pyo -share/gnome/pmail/gtkf/MessageList.py -share/gnome/pmail/gtkf/MessageList.pyc -share/gnome/pmail/gtkf/MessageList.pyo -share/gnome/pmail/gtkf/MozillaMsgWindow.py -share/gnome/pmail/gtkf/MozillaMsgWindow.pyc -share/gnome/pmail/gtkf/MozillaMsgWindow.pyo -share/gnome/pmail/gtkf/MsgWindow.py -share/gnome/pmail/gtkf/MsgWindow.pyc -share/gnome/pmail/gtkf/MsgWindow.pyo -share/gnome/pmail/gtkf/Preferences.py -share/gnome/pmail/gtkf/Preferences.pyc -share/gnome/pmail/gtkf/Preferences.pyo -share/gnome/pmail/gtkf/ProgressBar.py -share/gnome/pmail/gtkf/ProgressBar.pyc -share/gnome/pmail/gtkf/ProgressBar.pyo -share/gnome/pmail/gtkf/SMessageWindow.py -share/gnome/pmail/gtkf/SMessageWindow.pyc -share/gnome/pmail/gtkf/SMessageWindow.pyo -share/gnome/pmail/gtkf/SearchMessages.py -share/gnome/pmail/gtkf/SearchMessages.pyc -share/gnome/pmail/gtkf/SearchMessages.pyo -share/gnome/pmail/gtkf/Spell.py -share/gnome/pmail/gtkf/Spell.pyc -share/gnome/pmail/gtkf/Spell.pyo -share/gnome/pmail/gtkf/TextMsgWindow.py -share/gnome/pmail/gtkf/TextMsgWindow.pyc -share/gnome/pmail/gtkf/TextMsgWindow.pyo -share/gnome/pmail/gtkf/TreeWindow.py -share/gnome/pmail/gtkf/TreeWindow.pyc -share/gnome/pmail/gtkf/TreeWindow.pyo -share/gnome/pmail/gtkf/XmHTMLMsgWindow.py -share/gnome/pmail/gtkf/XmHTMLMsgWindow.pyc -share/gnome/pmail/gtkf/XmHTMLMsgWindow.pyo -share/gnome/pmail/gtkf/__init__.py -share/gnome/pmail/gtkf/__init__.pyc -share/gnome/pmail/gtkf/__init__.pyo -share/gnome/pmail/gtkf/all.glade -share/gnome/pmail/gtkf/gnomeapp.glade -share/gnome/pmail/gtkf/gutil.py -share/gnome/pmail/gtkf/gutil.pyc -share/gnome/pmail/gtkf/gutil.pyo -share/gnome/pmail/gtkf/mygnome.py -share/gnome/pmail/gtkf/mygnome.pyc -share/gnome/pmail/gtkf/mygnome.pyo -share/gnome/pmail/gtkf/update.py -share/gnome/pmail/gtkf/update.pyc -share/gnome/pmail/gtkf/update.pyo -share/gnome/pmail/imaplib.py -share/gnome/pmail/imaplib.pyc -share/gnome/pmail/imaplib.pyo -share/gnome/pmail/mail/IMAP.py -share/gnome/pmail/mail/IMAP.pyc -share/gnome/pmail/mail/IMAP.pyo -share/gnome/pmail/mail/MH.py -share/gnome/pmail/mail/MH.pyc -share/gnome/pmail/mail/MH.pyo -share/gnome/pmail/mail/Mailbox.py -share/gnome/pmail/mail/Mailbox.pyc -share/gnome/pmail/mail/Mailbox.pyo -share/gnome/pmail/mail/Message.py -share/gnome/pmail/mail/Message.pyc -share/gnome/pmail/mail/Message.pyo -share/gnome/pmail/mail/NewMessage.py -share/gnome/pmail/mail/NewMessage.pyc -share/gnome/pmail/mail/NewMessage.pyo -share/gnome/pmail/mail/POP.py -share/gnome/pmail/mail/POP.pyc -share/gnome/pmail/mail/POP.pyo -share/gnome/pmail/mail/Plugin.py -share/gnome/pmail/mail/Plugin.pyc -share/gnome/pmail/mail/Plugin.pyo -share/gnome/pmail/mail/SearchCriteria.py -share/gnome/pmail/mail/SearchCriteria.pyc -share/gnome/pmail/mail/SearchCriteria.pyo -share/gnome/pmail/mail/Source.py -share/gnome/pmail/mail/Source.pyc -share/gnome/pmail/mail/Source.pyo -share/gnome/pmail/mail/SpoolFile.py -share/gnome/pmail/mail/SpoolFile.pyc -share/gnome/pmail/mail/SpoolFile.pyo -share/gnome/pmail/mail/__init__.py -share/gnome/pmail/mail/__init__.pyc -share/gnome/pmail/mail/__init__.pyo -share/gnome/pmail/mail/config_hooks.py -share/gnome/pmail/mail/config_hooks.pyc -share/gnome/pmail/mail/config_hooks.pyo -share/gnome/pmail/mail/pmailmailbox.py -share/gnome/pmail/mail/pmailmailbox.pyc -share/gnome/pmail/mail/pmailmailbox.pyo -share/gnome/pmail/mail/util.py -share/gnome/pmail/mail/util.pyc -share/gnome/pmail/mail/util.pyo -share/gnome/pmail/main.py -share/gnome/pmail/main.pyc -share/gnome/pmail/main.pyo -share/gnome/pmail/plugins/Filters.py -share/gnome/pmail/plugins/Filters.pyc -share/gnome/pmail/plugins/Filters.pyo -share/gnome/pmail/plugins/HtmlViewer.py -share/gnome/pmail/plugins/HtmlViewer.pyc -share/gnome/pmail/plugins/HtmlViewer.pyo -share/gnome/pmail/plugins/__init__.py -share/gnome/pmail/plugins/__init__.pyc -share/gnome/pmail/plugins/__init__.pyo -share/gnome/pmail/plugins/filters.glade -share/gnome/pmail/plugins/myf.py -share/gnome/pmail/plugins/myf.pyc -share/gnome/pmail/plugins/myf.pyo -share/gnome/pmail/pmailmimify.py -share/gnome/pmail/pmailmimify.pyc -share/gnome/pmail/pmailmimify.pyo -share/gnome/pmail/posixfile.py -share/gnome/pmail/posixfile.pyc -share/gnome/pmail/posixfile.pyo -@dirrm share/gnome/pmail/plugins -@dirrm share/gnome/pmail/mail -@dirrm share/gnome/pmail/gtkf -@dirrm share/gnome/pmail/config -@dirrm share/gnome/pmail +share/pmail/Base.py +share/pmail/Base.pyc +share/pmail/Base.pyo +share/pmail/MessageList.py +share/pmail/MessageList.pyc +share/pmail/MessageList.pyo +share/pmail/MimeWriter.py +share/pmail/MimeWriter.pyc +share/pmail/MimeWriter.pyo +share/pmail/PmailGtkXmHTML.py +share/pmail/PmailGtkXmHTML.pyc +share/pmail/PmailGtkXmHTML.pyo +share/pmail/_pmailextensionsmodule.so +share/pmail/config/Config.py +share/pmail/config/Config.pyc +share/pmail/config/Config.pyo +share/pmail/config/__init__.py +share/pmail/config/__init__.pyc +share/pmail/config/__init__.pyo +share/pmail/config/paths.py +share/pmail/config/paths.pyc +share/pmail/config/paths.pyo +share/pmail/dumpconfig.py +share/pmail/dumpconfig.pyc +share/pmail/dumpconfig.pyo +share/pmail/gtkf/Compose.py +share/pmail/gtkf/Compose.pyc +share/pmail/gtkf/Compose.pyo +share/pmail/gtkf/FrontEnd.py +share/pmail/gtkf/FrontEnd.pyc +share/pmail/gtkf/FrontEnd.pyo +share/pmail/gtkf/GladeWindow.py +share/pmail/gtkf/GladeWindow.pyc +share/pmail/gtkf/GladeWindow.pyo +share/pmail/gtkf/MainWindow.py +share/pmail/gtkf/MainWindow.pyc +share/pmail/gtkf/MainWindow.pyo +share/pmail/gtkf/MessageList.py +share/pmail/gtkf/MessageList.pyc +share/pmail/gtkf/MessageList.pyo +share/pmail/gtkf/MozillaMsgWindow.py +share/pmail/gtkf/MozillaMsgWindow.pyc +share/pmail/gtkf/MozillaMsgWindow.pyo +share/pmail/gtkf/MsgWindow.py +share/pmail/gtkf/MsgWindow.pyc +share/pmail/gtkf/MsgWindow.pyo +share/pmail/gtkf/Preferences.py +share/pmail/gtkf/Preferences.pyc +share/pmail/gtkf/Preferences.pyo +share/pmail/gtkf/ProgressBar.py +share/pmail/gtkf/ProgressBar.pyc +share/pmail/gtkf/ProgressBar.pyo +share/pmail/gtkf/SMessageWindow.py +share/pmail/gtkf/SMessageWindow.pyc +share/pmail/gtkf/SMessageWindow.pyo +share/pmail/gtkf/SearchMessages.py +share/pmail/gtkf/SearchMessages.pyc +share/pmail/gtkf/SearchMessages.pyo +share/pmail/gtkf/Spell.py +share/pmail/gtkf/Spell.pyc +share/pmail/gtkf/Spell.pyo +share/pmail/gtkf/TextMsgWindow.py +share/pmail/gtkf/TextMsgWindow.pyc +share/pmail/gtkf/TextMsgWindow.pyo +share/pmail/gtkf/TreeWindow.py +share/pmail/gtkf/TreeWindow.pyc +share/pmail/gtkf/TreeWindow.pyo +share/pmail/gtkf/XmHTMLMsgWindow.py +share/pmail/gtkf/XmHTMLMsgWindow.pyc +share/pmail/gtkf/XmHTMLMsgWindow.pyo +share/pmail/gtkf/__init__.py +share/pmail/gtkf/__init__.pyc +share/pmail/gtkf/__init__.pyo +share/pmail/gtkf/all.glade +share/pmail/gtkf/gnomeapp.glade +share/pmail/gtkf/gutil.py +share/pmail/gtkf/gutil.pyc +share/pmail/gtkf/gutil.pyo +share/pmail/gtkf/mygnome.py +share/pmail/gtkf/mygnome.pyc +share/pmail/gtkf/mygnome.pyo +share/pmail/gtkf/update.py +share/pmail/gtkf/update.pyc +share/pmail/gtkf/update.pyo +share/pmail/imaplib.py +share/pmail/imaplib.pyc +share/pmail/imaplib.pyo +share/pmail/mail/IMAP.py +share/pmail/mail/IMAP.pyc +share/pmail/mail/IMAP.pyo +share/pmail/mail/MH.py +share/pmail/mail/MH.pyc +share/pmail/mail/MH.pyo +share/pmail/mail/Mailbox.py +share/pmail/mail/Mailbox.pyc +share/pmail/mail/Mailbox.pyo +share/pmail/mail/Message.py +share/pmail/mail/Message.pyc +share/pmail/mail/Message.pyo +share/pmail/mail/NewMessage.py +share/pmail/mail/NewMessage.pyc +share/pmail/mail/NewMessage.pyo +share/pmail/mail/POP.py +share/pmail/mail/POP.pyc +share/pmail/mail/POP.pyo +share/pmail/mail/Plugin.py +share/pmail/mail/Plugin.pyc +share/pmail/mail/Plugin.pyo +share/pmail/mail/SearchCriteria.py +share/pmail/mail/SearchCriteria.pyc +share/pmail/mail/SearchCriteria.pyo +share/pmail/mail/Source.py +share/pmail/mail/Source.pyc +share/pmail/mail/Source.pyo +share/pmail/mail/SpoolFile.py +share/pmail/mail/SpoolFile.pyc +share/pmail/mail/SpoolFile.pyo +share/pmail/mail/__init__.py +share/pmail/mail/__init__.pyc +share/pmail/mail/__init__.pyo +share/pmail/mail/config_hooks.py +share/pmail/mail/config_hooks.pyc +share/pmail/mail/config_hooks.pyo +share/pmail/mail/pmailmailbox.py +share/pmail/mail/pmailmailbox.pyc +share/pmail/mail/pmailmailbox.pyo +share/pmail/mail/util.py +share/pmail/mail/util.pyc +share/pmail/mail/util.pyo +share/pmail/main.py +share/pmail/main.pyc +share/pmail/main.pyo +share/pmail/plugins/Filters.py +share/pmail/plugins/Filters.pyc +share/pmail/plugins/Filters.pyo +share/pmail/plugins/HtmlViewer.py +share/pmail/plugins/HtmlViewer.pyc +share/pmail/plugins/HtmlViewer.pyo +share/pmail/plugins/__init__.py +share/pmail/plugins/__init__.pyc +share/pmail/plugins/__init__.pyo +share/pmail/plugins/filters.glade +share/pmail/plugins/myf.py +share/pmail/plugins/myf.pyc +share/pmail/plugins/myf.pyo +share/pmail/pmailmimify.py +share/pmail/pmailmimify.pyc +share/pmail/pmailmimify.pyo +share/pmail/posixfile.py +share/pmail/posixfile.pyc +share/pmail/posixfile.pyo +@dirrm share/pmail/plugins +@dirrm share/pmail/mail +@dirrm share/pmail/gtkf +@dirrm share/pmail/config +@dirrm share/pmail -- cgit v1.2.3