diff options
Diffstat (limited to 'mail')
35 files changed, 629 insertions, 1516 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 1756b804bc9d..5ab39285bf6c 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -6,10 +6,10 @@ # PORTNAME= ximian -PORTVERSION= 1.4.7.1 -PORTREVISION= 1 +PORTVERSION= 2.0.2 CATEGORIES= mail gnome -MASTER_SITES= http://ftp.ximian.com/pub/source/evolution/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/2.0 PKGNAMESUFFIX= -connector DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} @@ -19,18 +19,36 @@ 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 +USE_BZIP2= yes USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_LIBTOOL_VER=15 USE_GMAKE= yes -WANT_OPENLDAP_VER= 21 -WANT_OPENLDAP_SASL= yes +USE_OPENLDAP= yes USE_GNOME= gnomeprefix intlhack gnomehack gnometarget CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -rpath ${X11BASE}/lib/evolution/${EVO_VERSION}" CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ --with-static-ldap=no -EVO_VERSION= 1.4 -PLIST_SUB= VERSION="1.4" EVO_VERSION=${EVO_VERSION} +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} +EVO_VERSION= 2.0 +PLIST_SUB= VERSION="2.0" EVO_VERSION=${EVO_VERSION} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 && defined(MAKE_KERBEROS5) && \ + exists(/usr/lib/libkrb5.so) && !defined(PACKAGE_BUILDING) +CONFIGURE_ARGS+= --with-krb5=/usr +.elif ( ${OSVERSION} < 500000 && !defined(MAKE_KERBEROS5) ) || \ + defined(PACKAGE_BUILDING) +LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal +CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} +.elif ${OSVERSION} >= 500000 && !defined(NO_KERBEROS) && \ + exists(/usr/lib/libkrb5.so) +CONFIGURE_ARGS+= --with-krb5=/usr +.else +LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal +CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} +.endif + +.include <bsd.port.post.mk> diff --git a/mail/evolution-exchange/distinfo b/mail/evolution-exchange/distinfo index ff3a864f146c..ecaf521ee176 100644 --- a/mail/evolution-exchange/distinfo +++ b/mail/evolution-exchange/distinfo @@ -1,2 +1,2 @@ -MD5 (ximian-connector-1.4.7.1.tar.gz) = fad20b3b50161a99f1e36b704590e600 -SIZE (ximian-connector-1.4.7.1.tar.gz) = 898976 +MD5 (ximian-connector-2.0.2.tar.bz2) = 706f53c9c26321c938248264a4456c30 +SIZE (ximian-connector-2.0.2.tar.bz2) = 1185897 diff --git a/mail/evolution-exchange/files/patch-configure b/mail/evolution-exchange/files/patch-configure index b2b64b88e985..43668716a0d1 100644 --- a/mail/evolution-exchange/files/patch-configure +++ b/mail/evolution-exchange/files/patch-configure @@ -1,11 +1,22 @@ ---- configure.orig Tue Jun 1 20:52:34 2004 -+++ configure Tue Jun 1 20:52:55 2004 -@@ -22992,7 +22992,7 @@ - - case $with_static_ldap in - no|"") -- if test -f $with_openldap/lib/libldap.la; then -+ if test -f $with_openldap/lib/libldap.so; then - with_static_ldap=no +--- configure.orig Fri Aug 20 15:26:49 2004 ++++ configure Fri Aug 20 15:27:21 2004 +@@ -23754,8 +23754,8 @@ + # libldap might depend on OpenSSL... We need to pull + # in the dependency libs explicitly here since we're + # not using libtool for the configure test. +- if test -f $with_openldap/lib/libldap.la; then +- LDAP_LIBS="`. $with_openldap/lib/libldap.la; echo $dependency_libs` $LDAP_LIBS" ++ if test -f $with_openldap/lib/libldap.so; then ++ LDAP_LIBS="`. $with_openldap/lib/libldap.so; echo $dependency_libs` $LDAP_LIBS" + fi else - with_static_ldap=yes + LDAP_LIBS="-llber $LDAP_LIBS" +@@ -24006,7 +24006,7 @@ + + + mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5" +-heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi" ++heimlibs="-lkrb5 -lcrypt -lcrypto -lasn1 -lcom_err -lroken -lgssapi" + 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 diff --git a/mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c b/mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c index d5806c41d0c5..7576f7123449 100644 --- a/mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c +++ b/mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c @@ -1,13 +1,13 @@ ---- lib/e2k-autoconfig.c.orig Tue May 11 11:09:03 2004 -+++ lib/e2k-autoconfig.c Tue Jun 1 20:47:50 2004 -@@ -25,6 +25,10 @@ +--- lib/e2k-autoconfig.c.orig Tue May 11 11:15:58 2004 ++++ lib/e2k-autoconfig.c Thu Jun 17 14:02:58 2004 +@@ -31,6 +31,10 @@ + #include <sys/stat.h> + #include <unistd.h> - #include <stdlib.h> - #include <string.h> +#include <sys/types.h> +#include <sys/socket.h> +#include <netinet/in.h> +#include <arpa/inet.h> - #include <resolv.h> + #include <netinet/in.h> #include <arpa/nameser.h> - + #include <resolv.h> diff --git a/mail/evolution-exchange/files/patch-ltmain.sh b/mail/evolution-exchange/files/patch-ltmain.sh deleted file mode 100644 index 263a5ce21d00..000000000000 --- a/mail/evolution-exchange/files/patch-ltmain.sh +++ /dev/null @@ -1,51 +0,0 @@ ---- ltmain.sh.orig Mon Apr 5 19:24:18 2004 -+++ ltmain.sh Tue Jun 1 20:45:09 2004 -@@ -1346,7 +1346,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -1361,8 +1361,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -3056,6 +3064,9 @@ - # problems, so we reset it completely - verstring= - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - verstring="0.0" - ;; -@@ -5528,10 +5539,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/mail/evolution-exchange/files/patch-po::Makefile.in.in b/mail/evolution-exchange/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..042bef6eb7fc --- /dev/null +++ b/mail/evolution-exchange/files/patch-po::Makefile.in.in @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig Sun Jul 25 18:30:57 2004 ++++ po/Makefile.in.in Sun Jul 25 18:31:20 2004 +@@ -32,6 +32,8 @@ + gnulocaledir = $(datadir)/locale + gettextsrcdir = $(datadir)/glib-2.0/gettext/po + subdir = po ++mkdir_p = @mkdir_p@ ++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ diff --git a/mail/evolution-exchange/pkg-plist b/mail/evolution-exchange/pkg-plist index 2041a036ef58..70ec761c760a 100644 --- a/mail/evolution-exchange/pkg-plist +++ b/mail/evolution-exchange/pkg-plist @@ -1,21 +1,93 @@ -bin/ximian-connector-setup -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/apps_evolution_exchange.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/apps_evolution_exchange.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/apps_evolution_exchange.schemas > /dev/null || /usr/bin/true +bin/ximian-connector-setup-%%VERSION%% lib/evolution/%%EVO_VERSION%%/camel-providers/libcamelexchange.so lib/evolution/%%EVO_VERSION%%/camel-providers/libcamelexchange.urls -libdata/bonobo/servers/GNOME_Evolution_Exchange_Storage.server +libdata/bonobo/servers/GNOME_Evolution_Exchange_Storage_%%VERSION%%.server libexec/evolution/%%EVO_VERSION%%/evolution-exchange-storage -share/gnome/evolution/%%EVO_VERSION%%/images/connector.png -share/gnome/evolution/%%EVO_VERSION%%/images/exchange-delegates-48.png -share/gnome/evolution/%%EVO_VERSION%%/images/exchange-oof-48.png +%%DOCSDIR%%/E2kContext.html +%%DOCSDIR%%/E2kGlobalCatalog.html +%%DOCSDIR%%/E2kSecurityDescriptor.html +%%DOCSDIR%%/E2kSid.html +%%DOCSDIR%%/E2kUserDialog.html +%%DOCSDIR%%/ch01.html +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/left.png +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/up.png +%%DOCSDIR%%/ximian-connector-e2k-action.html +%%DOCSDIR%%/ximian-connector-e2k-autoconfig.html +%%DOCSDIR%%/ximian-connector-e2k-encoding-utils.html +%%DOCSDIR%%/ximian-connector-e2k-freebusy.html +%%DOCSDIR%%/ximian-connector-e2k-http-utils.html +%%DOCSDIR%%/ximian-connector-e2k-properties.html +%%DOCSDIR%%/ximian-connector-e2k-restriction.html +%%DOCSDIR%%/ximian-connector-e2k-result.html +%%DOCSDIR%%/ximian-connector-e2k-rule-xml.html +%%DOCSDIR%%/ximian-connector-e2k-rule.html +%%DOCSDIR%%/ximian-connector-e2k-uri.html +%%DOCSDIR%%/ximian-connector-e2k-utils.html +%%DOCSDIR%%/ximian-connector-e2k-xml-utils.html +%%DOCSDIR%%/ximian-connector-test-utils.html +%%DOCSDIR%%/ximian-connector-xntlm-des.html +%%DOCSDIR%%/ximian-connector-xntlm-md4.html +%%DOCSDIR%%/ximian-connector-xntlm.html +%%DOCSDIR%%/ximian-connector.devhelp +share/gnome/ximian-connector/%%VERSION%%/etspec/e-storage-set-view.etspec +share/gnome/ximian-connector/%%VERSION%%/glade/e-folder-creation-dialog.glade +share/gnome/ximian-connector/%%VERSION%%/glade/e-foreign-folder-dialog.glade share/gnome/ximian-connector/%%VERSION%%/glade/exchange-autoconfig-wizard.glade +share/gnome/ximian-connector/%%VERSION%%/glade/exchange-change-password.glade share/gnome/ximian-connector/%%VERSION%%/glade/exchange-delegates.glade share/gnome/ximian-connector/%%VERSION%%/glade/exchange-oof.glade share/gnome/ximian-connector/%%VERSION%%/glade/exchange-permissions-dialog.glade +share/gnome/ximian-connector/%%VERSION%%/images/connector-mini.png share/gnome/ximian-connector/%%VERSION%%/images/connector.png +share/gnome/ximian-connector/%%VERSION%%/images/exchange-delegates-48.png +share/gnome/ximian-connector/%%VERSION%%/images/exchange-oof-48.png +share/gnome/ximian-connector/%%VERSION%%/ui/ximian-connector.xml +share/locale/ar/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/az/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/bg/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/bn/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/cs/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/cy/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/da/LC_MESSAGES/ximian-connector-%%VERSION%%.mo share/locale/de/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/el/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/en_CA/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/en_GB/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/es/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/fi/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/fr/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/gu/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/hu/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/it/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/ja/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/ko/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/ms/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/nb/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/nl/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/nn/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/no/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/pa/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/pl/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/pt/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/pt_BR/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/sq/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/sr/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/sr@Latn/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/sv/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/ta/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/tr/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/uk/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/zh_CN/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/zh_TW/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +@dirrm share/gnome/ximian-connector/%%VERSION%%/ui @dirrm share/gnome/ximian-connector/%%VERSION%%/images @dirrm share/gnome/ximian-connector/%%VERSION%%/glade +@dirrm share/gnome/ximian-connector/%%VERSION%%/etspec @dirrm share/gnome/ximian-connector/%%VERSION%% @dirrm share/gnome/ximian-connector +@dirrm %%DOCSDIR%% diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 5a9b6eb2548f..3d2021bcd510 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -6,45 +6,49 @@ # PORTNAME= evolution -PORTVERSION= 1.4.6 -PORTREVISION= 1 +PORTVERSION= 2.0.2 CATEGORIES= mail gnome -MASTER_SITES= ${MASTER_SITE_GNOME} \ - http://people.FreeBSD.org/~sobomax/:local -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4 \ - sobomax/:local -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ - db-3.1.17${EXTRACT_SUFX}:local +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= An integrated mail, calendar and address book distributed suite +LIB_DEPENDS= nss3.1:${PORTSDIR}/security/nss RUN_DEPENDS= ${X11BASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnomespell USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnometarget gtkhtml3 +USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver gal2 \ + gtkhtml3 desktopfileutils USE_REINPLACE= yes -USE_OPENSSL= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \ - --with-db3-includes=${DB3_WRKSRC} \ - --enable-nss=no \ - --enable-openssl=yes \ +USE_LIBTOOL_VER=15 +CONFIGURE_ARGS= --enable-nss=yes \ + --with-nss-includes=${LOCALBASE}/include/nss/nss \ + --with-nss-libs=${LOCALBASE}/lib \ + --with-nspr-includes=${LOCALBASE}/include/nspr \ + --with-nspr-libs=${LOCALBASE}/lib \ + --enable-openssl=no \ + --with-sub-version=" FreeBSD GNOME Team Port" \ --with-krb5=/usr -CONFIGURE_ENV= CPPFLAGS="-I${DB3_WRKSRC} -I${LOCALBASE}/include" \ - LIBS="${PTHREAD_LIBS}" -LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" -EVO_VERSION= 1.4 -PLIST_SUB= VERSION=${EVO_VERSION} -PKGINSTALL= ${WRKDIR}/pkg-install +GCONF_SCHEMAS= apps_evolution_addressbook-${EVO_VERSION}.schemas \ + apps_evolution_calendar-${EVO_VERSION}.schemas \ + apps_evolution_shell-${EVO_VERSION}.schemas \ + evolution-mail-${EVO_VERSION}.schemas + +EVO_VERSION= 2.0 +PLIST_SUB= VERSION=${EVO_VERSION} \ + PORTVERSION=2.0 OPTIONS= PILOT "Enable Palm Pilot sync support" off \ - LDAP "Enable LDAP support" on + LDAP "Enable LDAP support" on \ + SPAMASSASSIN "Enable SpamAssassin spam filtering" off .include <bsd.port.pre.mk> @@ -64,42 +68,13 @@ CONFIGURE_ARGS+=--with-openldap=${LOCALBASE} CONFIGURE_ARGS+=--with-openldap=no .endif -.if ${ARCH} == "amd64" -CONFIGURE_ARGS+=--with-pic +.if defined(WITH_SPAMASSASSIN) +RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin .endif -post-patch: - @${FIND} ${WRKSRC} -type f -name "*.[ch]" | ${XARGS} ${GREP} -l '<db.h>' | \ - ${XARGS} ${REINPLACE_CMD} -e 's|<db.h>|<db3/db.h>|g' - @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${DB3_WRKSRC}/${DB3_CONFIGURE_SCRIPT} - -# DB3 stuff. Ugly, I know, but that's life. -DB3_WRKSRC= ${WRKDIR}/db-3.1.17/build_unix -DB3_CONFIGURE_SCRIPT= ../dist/configure -DB3_CONFIGURE_ARGS= --enable-compat185 \ - --enable-dump185 --enable-cxx \ - --enable-static \ - --disable-dynamic \ - --prefix=${PREFIX} \ - --includedir=${PREFIX}/include/db3 \ - --target=${ARCH}-unknown-freebsd${OSREL} - -pre-configure: - @(cd ${DB3_WRKSRC} && \ - ${SETENV} CC="${CC}" CXX="${CXX}" \ - CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ - INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ - INSTALL_DATA="${INSTALL_DATA}" \ - INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - ${DB3_CONFIGURE_ENV} ./${DB3_CONFIGURE_SCRIPT} ${DB3_CONFIGURE_ARGS}) - @(cd ${DB3_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) - @${RM} -f ${DB3_WRKSRC}/db3 - @${LN} -s . ${DB3_WRKSRC}/db3 -# End of the DB3 stuff - post-install: - @${FIND} ${PREFIX}/share/gnome/evolution/${EVO_VERSION}/default_user \ - -type f | ${XARGS} ${CHMOD} u+w + @${CHMOD} u+w ${PREFIX}/share/gnome/evolution/${EVO_VERSION}/default/C/mail/local/Inbox + @${LN} -sf ${PREFIX}/bin/evolution-${EVO_VERSION} \ + ${PREFIX}/bin/evolution .include <bsd.port.post.mk> diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo index 946bec833f3a..09c720548438 100644 --- a/mail/evolution/distinfo +++ b/mail/evolution/distinfo @@ -1,4 +1,2 @@ -MD5 (gnome2/evolution-1.4.6.tar.bz2) = 4138610c027177e6ffe92bdd565128a6 -SIZE (gnome2/evolution-1.4.6.tar.bz2) = 13927597 -MD5 (gnome2/db-3.1.17.tar.bz2) = b237f4e38a650d096389ff54d564928d -SIZE (gnome2/db-3.1.17.tar.bz2) = 1481866 +MD5 (gnome2/evolution-2.0.2.tar.bz2) = d3f12240ebb05dc6c984af68b5fe1955 +SIZE (gnome2/evolution-2.0.2.tar.bz2) = 15400311 diff --git a/mail/evolution/files/patch-..::db-3.1.17::dist::Makefile.in b/mail/evolution/files/patch-..::db-3.1.17::dist::Makefile.in deleted file mode 100644 index 8609f029b432..000000000000 --- a/mail/evolution/files/patch-..::db-3.1.17::dist::Makefile.in +++ /dev/null @@ -1,44 +0,0 @@ - -$FreeBSD$ - ---- ../db-3.1.17/dist/Makefile.in.orig Tue Jul 18 18:37:57 2000 -+++ ../db-3.1.17/dist/Makefile.in Fri Dec 14 16:49:51 2001 -@@ -34,11 +34,11 @@ - libdb= libdb.a - - libso_base= libdb --libso_linkname= $(libso_base)-$(SOVERSION).la --libso= $(libso_base)-$(SOVERSION).@SOSUFFIX@ --libso_target= $(libso_base)-$(SOVERSION).la -+libso_linkname= $(libso_base)$(SOMAJOR).la -+libso= $(libso_base)$(SOMAJOR).@SOSUFFIX@ -+libso_target= $(libso_base)$(SOMAJOR).la - libso_default= $(libso_base).@SOSUFFIX@ --libso_major= $(libso_base)-$(SOMAJOR).@SOSUFFIX@ -+libso_major= $(libso_base)$(SOMAJOR).@SOSUFFIX@.1 - - ################################################## - # C++ -@@ -49,10 +49,10 @@ - ################################################## - libcxx= libdb_cxx.a - libxso_base= libdb_cxx --libxso= $(libxso_base)-$(SOVERSION).@SOSUFFIX@ --libxso_target= $(libxso_base)-$(SOVERSION).la -+libxso= $(libxso_base)$(SOMAJOR).@SOSUFFIX@ -+libxso_target= $(libxso_base)$(SOMAJOR).la - libxso_default= $(libxso_base).@SOSUFFIX@ --libxso_major= $(libxso_base)-$(SOMAJOR).@SOSUFFIX@ -+libxso_major= $(libxso_base)$(SOMAJOR).@SOSUFFIX@.1 - - ################################################## - # JAVA -@@ -112,7 +112,7 @@ - bindir= @bindir@ - includedir=@includedir@ - libdir= @libdir@ --docdir= $(prefix)/docs -+docdir= $(prefix)/share/doc/db3 - - dmode= 755 - emode= 555 diff --git a/mail/evolution/files/patch-..::db-3.1.17::dist::ltmain.sh b/mail/evolution/files/patch-..::db-3.1.17::dist::ltmain.sh deleted file mode 100644 index 902d705c895b..000000000000 --- a/mail/evolution/files/patch-..::db-3.1.17::dist::ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ../db-3.1.17/dist/ltmain.sh.orig Sun Jul 30 20:45:53 2000 -+++ ../db-3.1.17/dist/ltmain.sh Fri Dec 14 19:32:11 2001 -@@ -2694,6 +2694,9 @@ - # Absolute path. - rpath="$rpath$dir:" - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Relative path: add a thisdir entry. - rpath="$rpath\$thisdir/$dir:" -@@ -3356,10 +3359,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa index 8bd2ee6f707c..eadafd8477d1 100644 --- a/mail/evolution/files/patch-aa +++ b/mail/evolution/files/patch-aa @@ -1,36 +1,14 @@ ---- configure.orig Fri Mar 12 02:06:47 2004 -+++ configure Fri Mar 12 02:28:50 2004 -@@ -10407,6 +10407,7 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ -+#include <sys/types.h> - #include <sys/socket.h> - socklen_t x; - -@@ -11519,7 +11520,7 @@ - CPPFLAGS="$DB3_CFLAGS $CPPFLAGS" - - --for ac_header in db.h db3/db.h -+for ac_header in db3/db.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` - if eval "test \"\${$as_ac_Header+set}\" = set"; then -@@ -11712,9 +11713,9 @@ - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --{ { echo "$as_me:$LINENO: error: Found db.h is not version $evolution_db_version" >&5 --echo "$as_me: error: Found db.h is not version $evolution_db_version" >&2;} -- { (exit 1); exit 1; }; } -+#{ { echo "$as_me:$LINENO: error: Found db.h is not version $evolution_db_version" >&5 -+#echo "$as_me: error: Found db.h is not version $evolution_db_version" >&2;} -+# { (exit 1); exit 1; }; } - fi - rm -f conftest.$ac_objext conftest.$ac_ext - -@@ -13075,7 +13076,7 @@ +--- configure.orig Wed Sep 29 14:06:43 2004 ++++ configure Wed Sep 29 14:24:28 2004 +@@ -24206,6 +24206,7 @@ + #include <sys/socket.h> + #include <netinet/in.h> + #include <netdb.h> ++ #include <stdio.h> + + + int +@@ -25772,7 +25773,7 @@ LDFLAGS_save="$LDFLAGS" mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5" @@ -39,7 +17,7 @@ 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 -@@ -13860,10 +13861,10 @@ +@@ -26928,10 +26929,10 @@ Example: --with-nspr-libs=/usr/lib" >&2;} { (exit 1); exit 1; }; } else @@ -52,7 +30,7 @@ fi echo "$as_me:$LINENO: checking for Mozilla nspr libraries" >&5 -@@ -17387,7 +17388,7 @@ +@@ -30807,7 +30808,7 @@ idldir="$datadir/idl/evolution-$BASE_VERSION" diff --git a/mail/evolution/files/patch-addressbook_conduit_address-conduit.c b/mail/evolution/files/patch-addressbook_conduit_address-conduit.c deleted file mode 100644 index 7ace497e3a7c..000000000000 --- a/mail/evolution/files/patch-addressbook_conduit_address-conduit.c +++ /dev/null @@ -1,34 +0,0 @@ ---- addressbook/conduit/address-conduit.c.orig Tue Aug 26 19:45:53 2003 -+++ addressbook/conduit/address-conduit.c Fri Aug 6 12:19:52 2004 -@@ -610,6 +610,7 @@ - case E_CARD_SIMPLE_FIELD_EMAIL_2: - return E_CARD_SIMPLE_FIELD_EMAIL_3; - default: -+ break; - } - - return E_CARD_SIMPLE_FIELD_LAST; -@@ -625,6 +626,7 @@ - case E_CARD_SIMPLE_FIELD_PHONE_HOME: - return E_CARD_SIMPLE_FIELD_PHONE_HOME_2; - default: -+ break; - } - - return E_CARD_SIMPLE_FIELD_LAST; -@@ -640,6 +642,7 @@ - case E_CARD_SIMPLE_FIELD_PHONE_BUSINESS: - return E_CARD_SIMPLE_FIELD_PHONE_BUSINESS_2; - default: -+ break; - } - - return E_CARD_SIMPLE_FIELD_LAST; -@@ -657,6 +660,7 @@ - case E_CARD_SIMPLE_FIELD_PHONE_HOME_FAX: - return E_CARD_SIMPLE_FIELD_PHONE_OTHER_FAX; - default: -+ break; - } - - return E_CARD_SIMPLE_FIELD_LAST; diff --git a/mail/evolution/files/patch-calendar_cal-client_cal-client.h b/mail/evolution/files/patch-calendar_cal-client_cal-client.h deleted file mode 100644 index 6ac301776c00..000000000000 --- a/mail/evolution/files/patch-calendar_cal-client_cal-client.h +++ /dev/null @@ -1,11 +0,0 @@ ---- calendar/cal-client/cal-client.h.orig Mon Aug 2 12:55:04 2004 -+++ calendar/cal-client/cal-client.h Mon Aug 2 12:57:11 2004 -@@ -213,7 +213,7 @@ - CalClientResult cal_client_remove_object (CalClient *client, const char *uid); - CalClientResult cal_client_remove_object_with_mod (CalClient *client, const char *uid, CalObjModType mod); - --CalClientSendResult cal_client_send_object (CalClient *client, icalcomponent *icalcomp, -+CalClientResult cal_client_send_object (CalClient *client, icalcomponent *icalcomp, - icalcomponent **new_icalcomp, GList **users, - char error_msg[256]); - diff --git a/mail/evolution/files/patch-calendar_gui_e-day-view.c b/mail/evolution/files/patch-calendar_gui_e-day-view.c deleted file mode 100644 index a3cff05c7893..000000000000 --- a/mail/evolution/files/patch-calendar_gui_e-day-view.c +++ /dev/null @@ -1,20 +0,0 @@ ---- calendar/gui/e-day-view.c.orig Mon Aug 2 13:04:10 2004 -+++ calendar/gui/e-day-view.c Mon Aug 2 13:04:59 2004 -@@ -3235,7 +3235,7 @@ - case GDK_SCROLL_DOWN: - e_day_view_scroll (day_view, -E_DAY_VIEW_WHEEL_MOUSE_STEP_SIZE); - return TRUE; -- default: -+ default:; - } - - return FALSE; -@@ -3255,7 +3255,7 @@ - case GDK_SCROLL_DOWN: - e_day_view_scroll (day_view, -E_DAY_VIEW_WHEEL_MOUSE_STEP_SIZE); - return TRUE; -- default: -+ default:; - } - - return FALSE; diff --git a/mail/evolution/files/patch-camel_Makefile.in b/mail/evolution/files/patch-camel_Makefile.in new file mode 100644 index 000000000000..a4250e85cbb3 --- /dev/null +++ b/mail/evolution/files/patch-camel_Makefile.in @@ -0,0 +1,11 @@ +--- camel/Makefile.in.orig Tue Dec 30 00:44:37 2003 ++++ camel/Makefile.in Tue Dec 30 00:44:45 2003 +@@ -221,7 +221,7 @@ + soundsdir = @soundsdir@ + viewsdir = @viewsdir@ + +-SUBDIRS = . providers tests ++SUBDIRS = . providers + + libcamelincludedir = $(privincludedir)/camel + diff --git a/mail/evolution/files/patch-camel_camel-mime-utils.c b/mail/evolution/files/patch-camel_camel-mime-utils.c new file mode 100644 index 000000000000..33111196a800 --- /dev/null +++ b/mail/evolution/files/patch-camel_camel-mime-utils.c @@ -0,0 +1,11 @@ +--- camel/camel-mime-utils.c.orig Fri May 3 15:47:41 2002 ++++ camel/camel-mime-utils.c Sun May 5 18:09:24 2002 +@@ -3388,6 +3388,8 @@ + } + d(printf("named offset = %d\n", offset)); + } ++ ++ tm.tm_isdst = -1; + + t = mktime(&tm); + #if defined(HAVE_TIMEZONE) diff --git a/mail/evolution/files/patch-e-util_e-component-listener.c b/mail/evolution/files/patch-e-util_e-component-listener.c deleted file mode 100644 index b8609f21896d..000000000000 --- a/mail/evolution/files/patch-e-util_e-component-listener.c +++ /dev/null @@ -1,11 +0,0 @@ ---- e-util/e-component-listener.c.orig Mon Aug 2 11:57:30 2004 -+++ e-util/e-component-listener.c Mon Aug 2 11:58:50 2004 -@@ -52,7 +52,7 @@ - cl->priv->component = CORBA_OBJECT_NIL; - g_object_unref (cl); - break; -- default : -+ default :; - } - } - } diff --git a/mail/evolution/files/patch-e-util_e-host-utils.c b/mail/evolution/files/patch-e-util_e-host-utils.c new file mode 100644 index 000000000000..3d92fc70fca2 --- /dev/null +++ b/mail/evolution/files/patch-e-util_e-host-utils.c @@ -0,0 +1,24 @@ +--- e-util/e-host-utils.c.orig Tue Apr 13 15:19:43 2004 ++++ e-util/e-host-utils.c Sun Oct 3 01:17:57 2004 +@@ -136,12 +136,21 @@ + case EAI_SERVICE: + return NO_DATA; + break; ++#ifdef EAI_ADDRFAMILY + case EAI_ADDRFAMILY: + return NO_ADDRESS; + break; ++#endif ++#if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME + case EAI_NODATA: + return NO_DATA; + break; ++#endif ++#ifdef EAI_NOFAMILY ++ case EAI_NOFAMILY: ++ return NO_ADDRESS; ++ break; ++#endif + case EAI_MEMORY: + return ENOMEM; + break; diff --git a/mail/evolution/files/patch-e-util_e-msgport.c b/mail/evolution/files/patch-e-util_e-msgport.c new file mode 100644 index 000000000000..85bd48595b3d --- /dev/null +++ b/mail/evolution/files/patch-e-util_e-msgport.c @@ -0,0 +1,47 @@ +--- e-util/e-msgport.c.orig Wed Jan 14 00:04:04 2004 ++++ e-util/e-msgport.c Sun Sep 19 14:01:25 2004 +@@ -921,9 +921,13 @@ + void e_thread_put(EThread *e, EMsg *msg) + { + pthread_t id; ++ pthread_attr_t attr; + EMsg *dmsg = NULL; + + pthread_mutex_lock(&e->mutex); ++ pthread_attr_init(&attr); ++ /* Give us a 1 MB thread stack size. */ ++ pthread_attr_setstacksize(&attr, 0x100000); + + /* the caller forgot to tell us what to do, well, we can't do anything can we */ + if (e->received == NULL) { +@@ -962,13 +966,14 @@ + e_msgport_put(e->server_port, msg); + if (e->waiting == 0 + && g_list_length(e->id_list) < e->queue_limit +- && pthread_create(&id, NULL, thread_dispatch, e) == 0) { ++ && pthread_create(&id, &attr, thread_dispatch, e) == 0) { + struct _thread_info *info = g_malloc0(sizeof(*info)); + t(printf("created NEW thread %ld\n", id)); + info->id = id; + info->busy = TRUE; + e->id_list = g_list_append(e->id_list, info); + } ++ pthread_attr_destroy(&attr); + pthread_mutex_unlock(&e->mutex); + return; + } +@@ -977,12 +982,13 @@ + if (e->id == E_THREAD_NONE) { + int err; + +- if ((err = pthread_create(&e->id, NULL, thread_dispatch, e)) != 0) { ++ if ((err = pthread_create(&e->id, &attr, thread_dispatch, e)) != 0) { + g_warning("Could not create dispatcher thread, message queued?: %s", strerror(err)); + e->id = E_THREAD_NONE; + } + } + ++ pthread_attr_destroy(&attr); + pthread_mutex_unlock(&e->mutex); + + if (dmsg) { diff --git a/mail/evolution/files/patch-libical_src_libical_icaltime.c b/mail/evolution/files/patch-libical_src_libical_icaltime.c deleted file mode 100644 index 6f24e0f4cbf4..000000000000 --- a/mail/evolution/files/patch-libical_src_libical_icaltime.c +++ /dev/null @@ -1,106 +0,0 @@ ---- libical/src/libical/icaltime.c.orig Tue Aug 26 20:25:02 2003 -+++ libical/src/libical/icaltime.c Tue Aug 26 20:29:05 2003 -@@ -46,6 +46,76 @@ - - #include "icaltimezone.h" - -+static time_t make_time(struct tm *tm, int tzm) -+{ -+ time_t tim; -+ -+ static int days[] = { -1, 30, 58, 89, 119, 150, 180, 211, 242, 272, 303, 333, 364 }; -+ -+ /* check that year specification within range */ -+ -+ if (tm->tm_year < 70 || tm->tm_year > 138) -+ return((time_t) -1); -+ -+ /* check that month specification within range */ -+ -+ if (tm->tm_mon < 0 || tm->tm_mon > 11) -+ return((time_t) -1); -+ -+ /* check for upper bound of Jan 17, 2038 (to avoid possibility of -+ 32-bit arithmetic overflow) */ -+ -+ if (tm->tm_year == 138) { -+ if (tm->tm_mon > 0) -+ return((time_t) -1); -+ else if (tm->tm_mday > 17) -+ return((time_t) -1); -+ } -+ -+ /* -+ * calculate elapsed days since start of the epoch (midnight Jan -+ * 1st, 1970 UTC) 17 = number of leap years between 1900 and 1970 -+ * (number of leap days to subtract) -+ */ -+ -+ tim = (tm->tm_year - 70) * 365 + ((tm->tm_year - 1) / 4) - 17; -+ -+ /* add number of days elapsed in the current year */ -+ -+ tim += days[tm->tm_mon]; -+ -+ /* check and adjust for leap years (the leap year check only valid -+ during the 32-bit era */ -+ -+ if ((tm->tm_year & 3) == 0 && tm->tm_mon > 1) -+ tim += 1; -+ -+ /* elapsed days to current date */ -+ -+ tim += tm->tm_mday; -+ -+ -+ /* calculate elapsed hours since start of the epoch */ -+ -+ tim = tim * 24 + tm->tm_hour; -+ -+ /* calculate elapsed minutes since start of the epoch */ -+ -+ tim = tim * 60 + tm->tm_min; -+ -+ /* adjust per time zone specification */ -+ -+ tim -= tzm; -+ -+ /* calculate elapsed seconds since start of the epoch */ -+ -+ tim = tim * 60 + tm->tm_sec; -+ -+ /* return number of seconds since start of the epoch */ -+ -+ return(tim); -+} -+ - - struct icaltimetype - icaltime_from_timet(time_t tm, int is_date) -@@ -221,13 +291,7 @@ - stm.tm_year = tt.year-1900; - stm.tm_isdst = -1; - -- if(tt.is_utc == 1 || tt.is_date == 1){ -- char *old_tz = set_tz("UTC"); -- t = mktime(&stm); -- unset_tz(old_tz); -- } else { -- t = mktime(&stm); -- } -+ t = make_time(&stm, 0); - - return t; - -@@ -269,10 +333,7 @@ - stm.tm_year = tt.year-1900; - stm.tm_isdst = -1; - -- /* Set TZ to UTC and use mktime to convert to a time_t. */ -- old_tz = set_tz ("UTC"); -- t = mktime (&stm); -- unset_tz (old_tz); -+ t = make_time(&stm, 0); - - return t; - } diff --git a/mail/evolution/files/patch-ltmain.sh b/mail/evolution/files/patch-ltmain.sh deleted file mode 100644 index bb660972a6d1..000000000000 --- a/mail/evolution/files/patch-ltmain.sh +++ /dev/null @@ -1,51 +0,0 @@ ---- ltmain.sh.orig Thu May 22 16:42:22 2003 -+++ ltmain.sh Tue May 27 12:12:52 2003 -@@ -1072,7 +1072,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -1082,8 +1082,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2498,6 +2506,9 @@ - *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test $build_libtool_need_lc = "yes"; then -@@ -4325,10 +4336,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" 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 <sys/types.h> + #include <glib.h> + + #ifdef __cplusplus diff --git a/mail/evolution/files/patch-mail_message-browser.c b/mail/evolution/files/patch-mail_message-browser.c deleted file mode 100644 index 56558473bcd9..000000000000 --- a/mail/evolution/files/patch-mail_message-browser.c +++ /dev/null @@ -1,11 +0,0 @@ ---- mail/message-browser.c.orig Mon Aug 2 13:11:44 2004 -+++ mail/message-browser.c Mon Aug 2 13:11:51 2004 -@@ -344,7 +344,7 @@ - case GDK_Escape: - message_browser_close (NULL, mb, NULL); - return TRUE; -- default: -+ default:; - } - - return FALSE; diff --git a/mail/evolution/files/patch-my-evolution::e-summary-preferences.c b/mail/evolution/files/patch-my-evolution::e-summary-preferences.c deleted file mode 100644 index e7f22e6e7845..000000000000 --- a/mail/evolution/files/patch-my-evolution::e-summary-preferences.c +++ /dev/null @@ -1,14 +0,0 @@ ---- my-evolution/e-summary-preferences.c.orig Thu Oct 24 18:14:17 2002 -+++ my-evolution/e-summary-preferences.c Sun Nov 24 01:23:59 2002 -@@ -581,8 +581,11 @@ - {"http://barrapunto.com/gnome.rdf", "Barrapunto GNOME", FALSE,}, - {"http://www.bsdtoday.com/backend/bt.rdf", "BSD Today", FALSE}, - {"http://beyond2000.com/b2k.rdf", "Beyond 2000", FALSE}, -+ {"http://daily.daemonnews.org/ddn.rdf.php3", "Daily Daemon News", FALSE}, - {"http://www.dictionary.com/wordoftheday/wotd.rss", N_("Dictionary.com Word of the Day"), FALSE}, - {"http://www.dvdreview.com/rss/newschannel.rss", "DVD Review", FALSE}, -+ {"http://www.freebsd.org/gnome/news.rdf", "FreeBSD GNOME Project News", FALSE}, -+ {"http://www.freebsd.org/news/news.rdf", "FreeBSD Newsflash", FALSE}, - {"http://freshmeat.net/backend/fm.rdf", "Freshmeat", FALSE}, - {"http://www.gnomedesktop.org/backend.php", "Footnotes - GNOME News", FALSE}, - {"http://headlines.internet.com/internetnews/prod-news/news.rss", "Internet.com", FALSE}, diff --git a/mail/evolution/files/patch-tools_Makefile.in b/mail/evolution/files/patch-tools_Makefile.in deleted file mode 100644 index 36504035faed..000000000000 --- a/mail/evolution/files/patch-tools_Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- tools/Makefile.in.orig Fri Mar 12 02:59:53 2004 -+++ tools/Makefile.in Fri Mar 12 03:00:37 2004 -@@ -267,7 +267,8 @@ - - - killev_LDADD = \ -- $(top_builddir)/e-util/libeutil.la -+ $(top_builddir)/e-util/libeutil.la \ -+ $(E_UTIL_LIBS) - - - CLEANFILES = evolution-addressbook-clean $(BUILT_SOURCES) diff --git a/mail/evolution/pkg-descr b/mail/evolution/pkg-descr index 5e9708594d54..47965256d100 100644 --- a/mail/evolution/pkg-descr +++ b/mail/evolution/pkg-descr @@ -1,11 +1,9 @@ Ximian Evolution[tm] is the premier personal and workgroup information -management solution for UNIX. The software seamlessly integrates email, -calendaring, meeting scheduling, contact management and online task lists in -one powerful, fast, and easy to use application. Ximian Evolution also -delivers a comprehensive set of features that help you keep your work -organized and your projects on track. Automatic email indexing keeps your -information at your fingertips. The unique Ximian vFolders[tm] are virtual -folders you use to create and save powerful contextual views of your email -messages. +management solution for UNIX. Evolution seamlessly integrates email, +calendaring, meeting scheduling, contact management and online task lists +in one powerful, fast, and easy to use application. It also delivers a +comprehensive set of features that help keep work organized and projects +on track. The unique Ximian vFolders[tm] are virtual folders used to +create and save powerful contextual views of email messages. WWW: http://www.ximian.com/products/ximian_evolution/ diff --git a/mail/evolution/pkg-plist b/mail/evolution/pkg-plist index e1b995077643..8e8ddd96d02d 100644 --- a/mail/evolution/pkg-plist +++ b/mail/evolution/pkg-plist @@ -1,30 +1,5 @@ bin/evolution bin/evolution-%%VERSION%% -bin/evolution-addressbook-export -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/apps_evolution_addressbook.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/apps_evolution_addressbook.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/apps_evolution_addressbook.schemas > /dev/null || /usr/bin/true -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/apps_evolution_calendar.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/apps_evolution_calendar.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/apps_evolution_calendar.schemas > /dev/null || /usr/bin/true -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/apps_evolution_shell.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/apps_evolution_shell.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/apps_evolution_shell.schemas > /dev/null || /usr/bin/true -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/apps_evolution_summary.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/apps_evolution_summary.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/apps_evolution_summary.schemas > /dev/null || /usr/bin/true -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/evolution-mail.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/evolution-mail.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/evolution-mail.schemas > /dev/null || /usr/bin/true -include/evolution-%%VERSION%%/cal-client/cal-client-multi.h -include/evolution-%%VERSION%%/cal-client/cal-client-types.h -include/evolution-%%VERSION%%/cal-client/cal-client.h -include/evolution-%%VERSION%%/cal-client/cal-query.h -include/evolution-%%VERSION%%/cal-client/evolution-calendar.h -include/evolution-%%VERSION%%/cal-util/cal-component.h -include/evolution-%%VERSION%%/cal-util/cal-recur.h -include/evolution-%%VERSION%%/cal-util/cal-util.h -include/evolution-%%VERSION%%/cal-util/timeutil.h include/evolution-%%VERSION%%/camel/broken-date-parser.h include/evolution-%%VERSION%%/camel/camel-address.h include/evolution-%%VERSION%%/camel/camel-arg.h @@ -32,9 +7,9 @@ include/evolution-%%VERSION%%/camel/camel-block-file.h include/evolution-%%VERSION%%/camel/camel-certdb.h include/evolution-%%VERSION%%/camel/camel-charset-map.h include/evolution-%%VERSION%%/camel/camel-cipher-context.h -include/evolution-%%VERSION%%/camel/camel-cms-context.h include/evolution-%%VERSION%%/camel/camel-data-cache.h include/evolution-%%VERSION%%/camel/camel-data-wrapper.h +include/evolution-%%VERSION%%/camel/camel-debug.h include/evolution-%%VERSION%%/camel/camel-digest-folder.h include/evolution-%%VERSION%%/camel/camel-digest-store.h include/evolution-%%VERSION%%/camel/camel-digest-summary.h @@ -65,7 +40,7 @@ include/evolution-%%VERSION%%/camel/camel-imap-utils.h include/evolution-%%VERSION%%/camel/camel-imap-wrapper.h include/evolution-%%VERSION%%/camel/camel-index.h include/evolution-%%VERSION%%/camel/camel-internet-address.h -include/evolution-%%VERSION%%/camel/camel-io.h +include/evolution-%%VERSION%%/camel/camel-junk-plugin.h include/evolution-%%VERSION%%/camel/camel-local-folder.h include/evolution-%%VERSION%%/camel/camel-local-store.h include/evolution-%%VERSION%%/camel/camel-local-summary.h @@ -88,11 +63,14 @@ include/evolution-%%VERSION%%/camel/camel-mime-filter-charset.h include/evolution-%%VERSION%%/camel/camel-mime-filter-crlf.h include/evolution-%%VERSION%%/camel/camel-mime-filter-enriched.h include/evolution-%%VERSION%%/camel/camel-mime-filter-from.h +include/evolution-%%VERSION%%/camel/camel-mime-filter-gzip.h include/evolution-%%VERSION%%/camel/camel-mime-filter-html.h include/evolution-%%VERSION%%/camel/camel-mime-filter-index.h include/evolution-%%VERSION%%/camel/camel-mime-filter-linewrap.h include/evolution-%%VERSION%%/camel/camel-mime-filter-save.h include/evolution-%%VERSION%%/camel/camel-mime-filter-tohtml.h +include/evolution-%%VERSION%%/camel/camel-mime-filter-windows.h +include/evolution-%%VERSION%%/camel/camel-mime-filter-yenc.h include/evolution-%%VERSION%%/camel/camel-mime-filter.h include/evolution-%%VERSION%%/camel/camel-mime-message.h include/evolution-%%VERSION%%/camel/camel-mime-parser.h @@ -103,10 +81,15 @@ include/evolution-%%VERSION%%/camel/camel-movemail.h include/evolution-%%VERSION%%/camel/camel-multipart-encrypted.h include/evolution-%%VERSION%%/camel/camel-multipart-signed.h include/evolution-%%VERSION%%/camel/camel-multipart.h +include/evolution-%%VERSION%%/camel/camel-nntp-folder.h +include/evolution-%%VERSION%%/camel/camel-nntp-resp-codes.h +include/evolution-%%VERSION%%/camel/camel-nntp-store-summary.h +include/evolution-%%VERSION%%/camel/camel-nntp-store.h +include/evolution-%%VERSION%%/camel/camel-nntp-stream.h +include/evolution-%%VERSION%%/camel/camel-nntp-summary.h include/evolution-%%VERSION%%/camel/camel-object.h include/evolution-%%VERSION%%/camel/camel-operation.h include/evolution-%%VERSION%%/camel/camel-partition-table.h -include/evolution-%%VERSION%%/camel/camel-pgp-mime.h include/evolution-%%VERSION%%/camel/camel-pop3-engine.h include/evolution-%%VERSION%%/camel/camel-pop3-folder.h include/evolution-%%VERSION%%/camel/camel-pop3-store.h @@ -128,7 +111,6 @@ include/evolution-%%VERSION%%/camel/camel-sendmail-transport.h include/evolution-%%VERSION%%/camel/camel-service.h include/evolution-%%VERSION%%/camel/camel-session.h include/evolution-%%VERSION%%/camel/camel-smime-context.h -include/evolution-%%VERSION%%/camel/camel-smime-utils.h include/evolution-%%VERSION%%/camel/camel-smtp-transport.h include/evolution-%%VERSION%%/camel/camel-spool-folder.h include/evolution-%%VERSION%%/camel/camel-spool-store.h @@ -140,7 +122,9 @@ include/evolution-%%VERSION%%/camel/camel-stream-filter.h include/evolution-%%VERSION%%/camel/camel-stream-fs.h include/evolution-%%VERSION%%/camel/camel-stream-mem.h include/evolution-%%VERSION%%/camel/camel-stream-null.h +include/evolution-%%VERSION%%/camel/camel-stream-process.h include/evolution-%%VERSION%%/camel/camel-stream.h +include/evolution-%%VERSION%%/camel/camel-string-utils.h include/evolution-%%VERSION%%/camel/camel-tcp-stream-raw.h include/evolution-%%VERSION%%/camel/camel-tcp-stream-ssl.h include/evolution-%%VERSION%%/camel/camel-tcp-stream.h @@ -155,14 +139,11 @@ include/evolution-%%VERSION%%/camel/camel-vee-folder.h include/evolution-%%VERSION%%/camel/camel-vee-store.h include/evolution-%%VERSION%%/camel/camel-vtrash-folder.h include/evolution-%%VERSION%%/camel/camel.h -include/evolution-%%VERSION%%/camel/string-utils.h include/evolution-%%VERSION%%/e-conduit/e-pilot-map.h -include/evolution-%%VERSION%%/e-conduit/e-pilot-settings.h include/evolution-%%VERSION%%/e-conduit/e-pilot-util.h -include/evolution-%%VERSION%%/e-db3util/e-db3-utils.h -include/evolution-%%VERSION%%/e-db3util/e-dbhash.h include/evolution-%%VERSION%%/e-util/e-account-list.h include/evolution-%%VERSION%%/e-util/e-account.h +include/evolution-%%VERSION%%/e-util/e-bconf-map.h include/evolution-%%VERSION%%/e-util/e-categories-config.h include/evolution-%%VERSION%%/e-util/e-categories-master-list-wombat.h include/evolution-%%VERSION%%/e-util/e-component-listener.h @@ -170,107 +151,77 @@ include/evolution-%%VERSION%%/e-util/e-config-listener.h include/evolution-%%VERSION%%/e-util/e-corba-utils.h include/evolution-%%VERSION%%/e-util/e-dialog-utils.h include/evolution-%%VERSION%%/e-util/e-dialog-widgets.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-host-utils.h include/evolution-%%VERSION%%/e-util/e-html-utils.h +include/evolution-%%VERSION%%/e-util/e-icon-factory.h include/evolution-%%VERSION%%/e-util/e-iterator.h -include/evolution-%%VERSION%%/e-util/e-lang-utils.h include/evolution-%%VERSION%%/e-util/e-list-iterator.h include/evolution-%%VERSION%%/e-util/e-list.h include/evolution-%%VERSION%%/e-util/e-memory.h -include/evolution-%%VERSION%%/e-util/e-meta.h include/evolution-%%VERSION%%/e-util/e-mktemp.h include/evolution-%%VERSION%%/e-util/e-msgport.h include/evolution-%%VERSION%%/e-util/e-passwords.h include/evolution-%%VERSION%%/e-util/e-path.h -include/evolution-%%VERSION%%/e-util/e-proxy.h include/evolution-%%VERSION%%/e-util/e-request.h include/evolution-%%VERSION%%/e-util/e-sexp.h +include/evolution-%%VERSION%%/e-util/e-signature-list.h +include/evolution-%%VERSION%%/e-util/e-signature.h include/evolution-%%VERSION%%/e-util/e-time-utils.h include/evolution-%%VERSION%%/e-util/e-trie.h +include/evolution-%%VERSION%%/e-util/e-uid.h include/evolution-%%VERSION%%/e-util/e-url.h -include/evolution-%%VERSION%%/e-util/e-xml-hash-utils.h include/evolution-%%VERSION%%/e-util/md5-utils.h -include/evolution-%%VERSION%%/ebook/addressbook.h -include/evolution-%%VERSION%%/ebook/e-book-listener.h -include/evolution-%%VERSION%%/ebook/e-book-types.h -include/evolution-%%VERSION%%/ebook/e-book-util.h -include/evolution-%%VERSION%%/ebook/e-book-view-listener.h -include/evolution-%%VERSION%%/ebook/e-book-view.h -include/evolution-%%VERSION%%/ebook/e-book.h -include/evolution-%%VERSION%%/ebook/e-card-compare.h -include/evolution-%%VERSION%%/ebook/e-card-cursor.h -include/evolution-%%VERSION%%/ebook/e-card-simple.h -include/evolution-%%VERSION%%/ebook/e-card-types.h -include/evolution-%%VERSION%%/ebook/e-card.h -include/evolution-%%VERSION%%/ebook/e-destination.h -include/evolution-%%VERSION%%/ename/e-address-western.h -include/evolution-%%VERSION%%/ename/e-name-western-tables.h -include/evolution-%%VERSION%%/ename/e-name-western.h -include/evolution-%%VERSION%%/ical.h include/evolution-%%VERSION%%/importer/GNOME_Evolution_Importer.h include/evolution-%%VERSION%%/importer/evolution-importer-client.h include/evolution-%%VERSION%%/importer/evolution-importer-listener.h include/evolution-%%VERSION%%/importer/evolution-importer.h include/evolution-%%VERSION%%/importer/evolution-intelligent-importer.h -include/evolution-%%VERSION%%/pas/addressbook.h -include/evolution-%%VERSION%%/pas/pas-backend-card-sexp.h -include/evolution-%%VERSION%%/pas/pas-backend-summary.h -include/evolution-%%VERSION%%/pas/pas-backend.h -include/evolution-%%VERSION%%/pas/pas-book-factory.h -include/evolution-%%VERSION%%/pas/pas-book-view.h -include/evolution-%%VERSION%%/pas/pas-book.h -include/evolution-%%VERSION%%/pas/pas-card-cursor.h -include/evolution-%%VERSION%%/pcs/cal-backend-util.h -include/evolution-%%VERSION%%/pcs/cal-backend.h -include/evolution-%%VERSION%%/pcs/cal-common.h -include/evolution-%%VERSION%%/pcs/cal-factory.h -include/evolution-%%VERSION%%/pcs/cal.h -include/evolution-%%VERSION%%/pcs/evolution-calendar.h -include/evolution-%%VERSION%%/pcs/job.h -include/evolution-%%VERSION%%/pcs/query-backend.h -include/evolution-%%VERSION%%/pcs/query.h include/evolution-%%VERSION%%/shell/Evolution.h -include/evolution-%%VERSION%%/shell/e-folder-list.h -include/evolution-%%VERSION%%/shell/e-folder-tree.h -include/evolution-%%VERSION%%/shell/e-folder.h include/evolution-%%VERSION%%/shell/e-shell-corba-icon-utils.h -include/evolution-%%VERSION%%/shell/evolution-activity-client.h +include/evolution-%%VERSION%%/shell/e-shell-utils.h +include/evolution-%%VERSION%%/shell/e-user-creatable-items-handler.h include/evolution-%%VERSION%%/shell/evolution-config-control.h -include/evolution-%%VERSION%%/shell/evolution-folder-selector-button.h -include/evolution-%%VERSION%%/shell/evolution-session.h -include/evolution-%%VERSION%%/shell/evolution-shell-client.h -include/evolution-%%VERSION%%/shell/evolution-shell-component-client.h -include/evolution-%%VERSION%%/shell/evolution-shell-component-dnd.h include/evolution-%%VERSION%%/shell/evolution-shell-component-utils.h -include/evolution-%%VERSION%%/shell/evolution-shell-component.h -include/evolution-%%VERSION%%/shell/evolution-shell-view.h -include/evolution-%%VERSION%%/shell/evolution-storage-listener.h -include/evolution-%%VERSION%%/shell/evolution-storage-set-view-listener.h -include/evolution-%%VERSION%%/shell/evolution-storage.h include/evolution-%%VERSION%%/shell/evolution-wizard.h +include/evolution-%%VERSION%%/widgets/e-activity-handler.h include/evolution-%%VERSION%%/widgets/e-calendar-item.h include/evolution-%%VERSION%%/widgets/e-calendar.h include/evolution-%%VERSION%%/widgets/e-cell-date-edit.h include/evolution-%%VERSION%%/widgets/e-cell-percent.h +include/evolution-%%VERSION%%/widgets/e-cell-renderer-combo.h include/evolution-%%VERSION%%/widgets/e-charset-picker.h include/evolution-%%VERSION%%/widgets/e-clipped-label.h include/evolution-%%VERSION%%/widgets/e-combo-button.h +include/evolution-%%VERSION%%/widgets/e-combo-cell-editable.h include/evolution-%%VERSION%%/widgets/e-config-page.h include/evolution-%%VERSION%%/widgets/e-dateedit.h include/evolution-%%VERSION%%/widgets/e-dropdown-button.h +include/evolution-%%VERSION%%/widgets/e-error.h +include/evolution-%%VERSION%%/widgets/e-expander.h +include/evolution-%%VERSION%%/widgets/e-image-chooser.h +include/evolution-%%VERSION%%/widgets/e-info-label.h include/evolution-%%VERSION%%/widgets/e-map.h -include/evolution-%%VERSION%%/widgets/e-messagebox.h include/evolution-%%VERSION%%/widgets/e-multi-config-dialog.h +%%PILOT:%%include/evolution-%%VERSION%%/widgets/e-pilot-settings.h include/evolution-%%VERSION%%/widgets/e-search-bar.h +include/evolution-%%VERSION%%/widgets/e-source-option-menu.h +include/evolution-%%VERSION%%/widgets/e-source-selector.h +include/evolution-%%VERSION%%/widgets/e-task-bar.h +include/evolution-%%VERSION%%/widgets/e-task-widget.h include/evolution-%%VERSION%%/widgets/e-title-bar.h include/evolution-%%VERSION%%/widgets/e-url-entry.h -include/evolution-%%VERSION%%/wombat/wombat-client.h +lib/evolution/%%VERSION%%/camel-providers/libcamelgroupwise.so +lib/evolution/%%VERSION%%/camel-providers/libcamelgroupwise.urls lib/evolution/%%VERSION%%/camel-providers/libcamelimap.so lib/evolution/%%VERSION%%/camel-providers/libcamelimap.urls lib/evolution/%%VERSION%%/camel-providers/libcamellocal.so lib/evolution/%%VERSION%%/camel-providers/libcamellocal.urls +lib/evolution/%%VERSION%%/camel-providers/libcamelnntp.so +lib/evolution/%%VERSION%%/camel-providers/libcamelnntp.urls lib/evolution/%%VERSION%%/camel-providers/libcamelpop3.so lib/evolution/%%VERSION%%/camel-providers/libcamelpop3.urls lib/evolution/%%VERSION%%/camel-providers/libcamelsendmail.so @@ -279,394 +230,134 @@ lib/evolution/%%VERSION%%/camel-providers/libcamelsmtp.so lib/evolution/%%VERSION%%/camel-providers/libcamelsmtp.urls lib/evolution/%%VERSION%%/components/libevolution-addressbook.so lib/evolution/%%VERSION%%/components/libevolution-calendar.so -lib/evolution/%%VERSION%%/components/libevolution-executive-summary.so lib/evolution/%%VERSION%%/components/libevolution-mail.so +%%PILOT:%%lib/evolution/%%VERSION%%/conduits/libeaddress_conduit.so +%%PILOT:%%lib/evolution/%%VERSION%%/conduits/libecalendar_conduit.so +%%PILOT:%%lib/evolution/%%VERSION%%/conduits/libetodo_conduit.so +lib/evolution/%%VERSION%%/evolution-addressbook-importers/libevolution-addressbook-ldif-importer.so +lib/evolution/%%VERSION%%/evolution-addressbook-importers/libevolution-addressbook-vcard-importer.so lib/evolution/%%VERSION%%/evolution-calendar-importers/libevolution-calendar-importers.so -lib/evolution/%%VERSION%%/evolution-mail-importers/libevolution-elm-importer.so -lib/evolution/%%VERSION%%/evolution-mail-importers/libevolution-netscape-importer.so -lib/evolution/%%VERSION%%/evolution-mail-importers/libevolution-pine-importer.so -lib/evolution/%%VERSION%%/evolution-mail-importers/libmbox.so -lib/evolution/%%VERSION%%/evolution-mail-importers/liboutlook.so -lib/evolution/%%VERSION%%/libcal-client.a -lib/evolution/%%VERSION%%/libcal-client.so -lib/evolution/%%VERSION%%/libcal-client.so.0 -lib/evolution/%%VERSION%%/libcal-util-static.a -lib/evolution/%%VERSION%%/libcal-util.a -lib/evolution/%%VERSION%%/libcal-util.so -lib/evolution/%%VERSION%%/libcal-util.so.0 lib/evolution/%%VERSION%%/libcamel.a lib/evolution/%%VERSION%%/libcamel.so lib/evolution/%%VERSION%%/libcamel.so.0 -lib/evolution/%%VERSION%%/libebook-static.a -lib/evolution/%%VERSION%%/libebook.a -lib/evolution/%%VERSION%%/libebook.so -lib/evolution/%%VERSION%%/libebook.so.0 lib/evolution/%%VERSION%%/libeconduit.a lib/evolution/%%VERSION%%/libeconduit.so lib/evolution/%%VERSION%%/libeconduit.so.0 -lib/evolution/%%VERSION%%/libedb3util.a -lib/evolution/%%VERSION%%/libedb3util.so -lib/evolution/%%VERSION%%/libedb3util.so.0 lib/evolution/%%VERSION%%/libemiscwidgets.a lib/evolution/%%VERSION%%/libemiscwidgets.so lib/evolution/%%VERSION%%/libemiscwidgets.so.0 -lib/evolution/%%VERSION%%/libename.a -lib/evolution/%%VERSION%%/libename.so -lib/evolution/%%VERSION%%/libename.so.0 +lib/evolution/%%VERSION%%/libeselectnames.a +lib/evolution/%%VERSION%%/libeselectnames.so +lib/evolution/%%VERSION%%/libeselectnames.so.0 lib/evolution/%%VERSION%%/libeshell.a lib/evolution/%%VERSION%%/libeshell.so lib/evolution/%%VERSION%%/libeshell.so.0 -lib/evolution/%%VERSION%%/libetimezonedialog.a -lib/evolution/%%VERSION%%/libetimezonedialog.so -lib/evolution/%%VERSION%%/libetimezonedialog.so.0 lib/evolution/%%VERSION%%/libeutil.a lib/evolution/%%VERSION%%/libeutil.so lib/evolution/%%VERSION%%/libeutil.so.0 +lib/evolution/%%VERSION%%/libevolution-a11y.a +lib/evolution/%%VERSION%%/libevolution-a11y.so +lib/evolution/%%VERSION%%/libevolution-a11y.so.0 +lib/evolution/%%VERSION%%/libevolution-addressbook-a11y.a +lib/evolution/%%VERSION%%/libevolution-addressbook-a11y.so +lib/evolution/%%VERSION%%/libevolution-addressbook-a11y.so.0 +lib/evolution/%%VERSION%%/libevolution-calendar-a11y.a +lib/evolution/%%VERSION%%/libevolution-calendar-a11y.so +lib/evolution/%%VERSION%%/libevolution-calendar-a11y.so.0 lib/evolution/%%VERSION%%/libevolution-importer.a lib/evolution/%%VERSION%%/libevolution-importer.so lib/evolution/%%VERSION%%/libevolution-importer.so.0 -lib/evolution/%%VERSION%%/libical-evolution.a -lib/evolution/%%VERSION%%/libical-evolution.so -lib/evolution/%%VERSION%%/libical-evolution.so.0 -lib/evolution/%%VERSION%%/libicalvcal-evolution.a -lib/evolution/%%VERSION%%/libicalvcal-evolution.so -lib/evolution/%%VERSION%%/libicalvcal-evolution.so.0 -lib/evolution/%%VERSION%%/libmenus.a -lib/evolution/%%VERSION%%/libmenus.so -lib/evolution/%%VERSION%%/libmenus.so.0 -lib/evolution/%%VERSION%%/libpas.a -lib/evolution/%%VERSION%%/libpcs.a -lib/evolution/%%VERSION%%/libversit.a -lib/evolution/%%VERSION%%/libversit.so -lib/evolution/%%VERSION%%/libversit.so.0 -lib/evolution/%%VERSION%%/libwombat.a -lib/evolution/%%VERSION%%/libwombat.so -lib/evolution/%%VERSION%%/libwombat.so.0 -%%PILOT:%%lib/gnome-pilot/conduits/libeaddress_conduit.so -%%PILOT:%%lib/gnome-pilot/conduits/libecalendar_conduit.so -%%PILOT:%%lib/gnome-pilot/conduits/libetodo_conduit.so -libdata/bonobo/servers/GNOME_Evolution_Addressbook.server -libdata/bonobo/servers/GNOME_Evolution_Addressbook_LDIF_Importer.server -libdata/bonobo/servers/GNOME_Evolution_Addressbook_SelectNames.server -libdata/bonobo/servers/GNOME_Evolution_Addressbook_VCard_Importer.server -libdata/bonobo/servers/GNOME_Evolution_Calendar.server -libdata/bonobo/servers/GNOME_Evolution_Calendar_AlarmNotify.server -libdata/bonobo/servers/GNOME_Evolution_Calendar_Importer.server -libdata/bonobo/servers/GNOME_Evolution_Mail.server -libdata/bonobo/servers/GNOME_Evolution_Mail_Elm_Intelligent_Importer.server -libdata/bonobo/servers/GNOME_Evolution_Mail_Mbox_Importer.server -libdata/bonobo/servers/GNOME_Evolution_Mail_Netscape_Intelligent_Importer.server -libdata/bonobo/servers/GNOME_Evolution_Mail_Outlook_Importer.server -libdata/bonobo/servers/GNOME_Evolution_Mail_Pine_Intelligent_Importer.server -libdata/bonobo/servers/GNOME_Evolution_Shell.server -libdata/bonobo/servers/GNOME_Evolution_Summary.server -libdata/bonobo/servers/GNOME_Evolution_Wombat.server -libdata/pkgconfig/camel.pc -libdata/pkgconfig/evolution-addressbook.pc -libdata/pkgconfig/evolution-calendar.pc -libdata/pkgconfig/evolution-shell.pc +lib/evolution/%%VERSION%%/libevolution-mail-importers.a +lib/evolution/%%VERSION%%/libevolution-mail-importers.so +lib/evolution/%%VERSION%%/libevolution-mail-importers.so.0 +lib/evolution/%%VERSION%%/libevolution-widgets-a11y.a +lib/evolution/%%VERSION%%/libevolution-widgets-a11y.so +lib/evolution/%%VERSION%%/libevolution-widgets-a11y.so.0 +libdata/bonobo/servers/GNOME_Evolution_Addressbook_%%VERSION%%.server +libdata/bonobo/servers/GNOME_Evolution_Addressbook_LDIF_Importer_%%VERSION%%.server +libdata/bonobo/servers/GNOME_Evolution_Addressbook_SelectNames_%%VERSION%%.server +libdata/bonobo/servers/GNOME_Evolution_Addressbook_VCard_Importer_%%VERSION%%.server +libdata/bonobo/servers/GNOME_Evolution_Calendar_%%VERSION%%.server +libdata/bonobo/servers/GNOME_Evolution_Calendar_AlarmNotify_%%VERSION%%.server +libdata/bonobo/servers/GNOME_Evolution_Calendar_Importer_%%VERSION%%.server +libdata/bonobo/servers/GNOME_Evolution_Mail_%%VERSION%%.server +libdata/bonobo/servers/GNOME_Evolution_Mail_Importers_%%VERSION%%.server +libdata/bonobo/servers/GNOME_Evolution_Shell_%%VERSION%%.server +libdata/pkgconfig/camel-%%VERSION%%.pc +libdata/pkgconfig/evolution-shell-%%VERSION%%.pc libexec/evolution/%%VERSION%%/camel/camel-index-control libexec/evolution/%%VERSION%%/camel/camel-lock-helper libexec/evolution/%%VERSION%%/csv2vcard libexec/evolution/%%VERSION%%/evolution-addressbook-clean -libexec/evolution/%%VERSION%%/evolution-addressbook-import +libexec/evolution/%%VERSION%%/evolution-addressbook-export libexec/evolution/%%VERSION%%/evolution-alarm-notify -libexec/evolution/%%VERSION%%/evolution-ldif-importer -libexec/evolution/%%VERSION%%/evolution-vcard-importer -libexec/evolution/%%VERSION%%/evolution-wombat libexec/evolution/%%VERSION%%/killev -libexec/evolution/%%VERSION%%/load-gnomecard-addressbook -libexec/evolution/%%VERSION%%/load-pine-addressbook -share/gnome/applications/evolution.desktop -share/gnome/evolution/%%VERSION%%/Locations +share/gnome/applications/evolution-%%VERSION%%.desktop +@exec update-desktop-database > /dev/null || /usr/bin/true share/gnome/evolution/%%VERSION%%/addresstypes.xml -share/gnome/evolution/%%VERSION%%/default_user/addressbook-sources.xml -share/gnome/evolution/%%VERSION%%/default_user/local/Calendar/calendar.ics -share/gnome/evolution/%%VERSION%%/default_user/local/Calendar/folder-metadata.xml -share/gnome/evolution/%%VERSION%%/default_user/local/Contacts/create-initial -share/gnome/evolution/%%VERSION%%/default_user/local/Contacts/folder-metadata.xml -share/gnome/evolution/%%VERSION%%/default_user/local/Drafts/folder-metadata.xml -share/gnome/evolution/%%VERSION%%/default_user/local/Drafts/mbox -share/gnome/evolution/%%VERSION%%/default_user/local/Inbox/folder-metadata.xml -share/gnome/evolution/%%VERSION%%/default_user/local/Inbox/mbox -share/gnome/evolution/%%VERSION%%/default_user/local/Outbox/folder-metadata.xml -share/gnome/evolution/%%VERSION%%/default_user/local/Outbox/mbox -share/gnome/evolution/%%VERSION%%/default_user/local/Sent/folder-metadata.xml -share/gnome/evolution/%%VERSION%%/default_user/local/Sent/mbox -share/gnome/evolution/%%VERSION%%/default_user/local/Tasks/folder-metadata.xml -share/gnome/evolution/%%VERSION%%/default_user/local/Tasks/tasks.ics -share/gnome/evolution/%%VERSION%%/default_user/local/Trash/folder-metadata.xml -share/gnome/evolution/%%VERSION%%/default_user/searches.xml -share/gnome/evolution/%%VERSION%%/default_user/vfolders.xml +share/gnome/evolution/%%VERSION%%/default/C/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-errors.xml +share/gnome/evolution/%%VERSION%%/errors/calendar-errors.xml +share/gnome/evolution/%%VERSION%%/errors/e-system-errors.xml +share/gnome/evolution/%%VERSION%%/errors/filter-errors.xml +share/gnome/evolution/%%VERSION%%/errors/mail-composer-errors.xml +share/gnome/evolution/%%VERSION%%/errors/mail-errors.xml +share/gnome/evolution/%%VERSION%%/errors/shell-errors.xml 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-select-names.etspec share/gnome/evolution/%%VERSION%%/etspec/e-select-names-section.etspec -share/gnome/evolution/%%VERSION%%/etspec/e-storage-set-view.etspec -share/gnome/evolution/%%VERSION%%/etspec/mail-accounts.etspec -share/gnome/evolution/%%VERSION%%/etspec/meeting-page.etspec +share/gnome/evolution/%%VERSION%%/etspec/e-select-names.etspec share/gnome/evolution/%%VERSION%%/etspec/message-list.etspec -share/gnome/evolution/%%VERSION%%/etspec/subscribe-dialog.etspec -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/share/gnome/evolution/%%VERSION%%/evolutionperson.schema > /dev/null || /usr/bin/true -share/gnome/evolution/%%VERSION%%/evolutionperson.schema -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/share/gnome/evolution/%%VERSION%%/evolutionperson.schema > /dev/null || /usr/bin/true 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/alarm-options.glade -share/gnome/evolution/%%VERSION%%/glade/alarm-page.glade share/gnome/evolution/%%VERSION%%/glade/cal-prefs-dialog.glade +share/gnome/evolution/%%VERSION%%/glade/calendar-setup.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-card-duplicate-detected.glade -share/gnome/evolution/%%VERSION%%/glade/e-card-merging-book-commit-duplicate-detected.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-folder-list.glade share/gnome/evolution/%%VERSION%%/glade/e-itip-control.glade share/gnome/evolution/%%VERSION%%/glade/e-msg-composer-attachment.glade -share/gnome/evolution/%%VERSION%%/glade/e-shell-config-default-folders.glade -share/gnome/evolution/%%VERSION%%/glade/e-shell-folder-creation-dialog.glade -share/gnome/evolution/%%VERSION%%/glade/e-shell-shared-folder-picker-dialog.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/evolution-startup-wizard.glade -share/gnome/evolution/%%VERSION%%/glade/evolution.png share/gnome/evolution/%%VERSION%%/glade/filter.glade -share/gnome/evolution/%%VERSION%%/glade/flag-for-followup-48.png share/gnome/evolution/%%VERSION%%/glade/fulladdr.glade share/gnome/evolution/%%VERSION%%/glade/fullname.glade share/gnome/evolution/%%VERSION%%/glade/goto-dialog.glade +share/gnome/evolution/%%VERSION%%/glade/im.glade share/gnome/evolution/%%VERSION%%/glade/import.glade -share/gnome/evolution/%%VERSION%%/glade/import.png share/gnome/evolution/%%VERSION%%/glade/ldap-config.glade -share/gnome/evolution/%%VERSION%%/glade/local-config.glade -share/gnome/evolution/%%VERSION%%/glade/mail-config-druid-account-name.png -share/gnome/evolution/%%VERSION%%/glade/mail-config-druid-identity.png -share/gnome/evolution/%%VERSION%%/glade/mail-config-druid-receive.png -share/gnome/evolution/%%VERSION%%/glade/mail-config-druid-send.png -share/gnome/evolution/%%VERSION%%/glade/mail-config-druid.png 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/message-tags.glade -share/gnome/evolution/%%VERSION%%/glade/my-evolution.glade share/gnome/evolution/%%VERSION%%/glade/recurrence-page.glade share/gnome/evolution/%%VERSION%%/glade/schedule-page.glade share/gnome/evolution/%%VERSION%%/glade/select-names.glade -share/gnome/evolution/%%VERSION%%/glade/subscribe-dialog.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%%/glade/thankyou.png -share/gnome/evolution/%%VERSION%%/glade/timezone-48.png -share/gnome/evolution/%%VERSION%%/images/16_copy.png -share/gnome/evolution/%%VERSION%%/images/16_customize.png -share/gnome/evolution/%%VERSION%%/images/16_cut.png -share/gnome/evolution/%%VERSION%%/images/16_paste.png +share/gnome/evolution/%%VERSION%%/glade/url-editor-dialog.glade +share/gnome/evolution/%%VERSION%%/help/quickref/C/quickref.pdf share/gnome/evolution/%%VERSION%%/images/about-box.png -share/gnome/evolution/%%VERSION%%/images/alarm.png -share/gnome/evolution/%%VERSION%%/images/all_contacts.xpm -share/gnome/evolution/%%VERSION%%/images/apply-filters-16.xpm share/gnome/evolution/%%VERSION%%/images/bcg.png -share/gnome/evolution/%%VERSION%%/images/briefcase.png -share/gnome/evolution/%%VERSION%%/images/butterfly.png -share/gnome/evolution/%%VERSION%%/images/buttons/add-attachment.png -share/gnome/evolution/%%VERSION%%/images/buttons/add-service.png -share/gnome/evolution/%%VERSION%%/images/buttons/arrow-left-24.png -share/gnome/evolution/%%VERSION%%/images/buttons/arrow-right-24.png -share/gnome/evolution/%%VERSION%%/images/buttons/compose-message.png -share/gnome/evolution/%%VERSION%%/images/buttons/copy-message.png -share/gnome/evolution/%%VERSION%%/images/buttons/copy.png -share/gnome/evolution/%%VERSION%%/images/buttons/cut.png -share/gnome/evolution/%%VERSION%%/images/buttons/dayview.xpm -share/gnome/evolution/%%VERSION%%/images/buttons/delete-message.png -share/gnome/evolution/%%VERSION%%/images/buttons/fetch-mail.png -share/gnome/evolution/%%VERSION%%/images/buttons/forward.png -share/gnome/evolution/%%VERSION%%/images/buttons/goto-24.png -share/gnome/evolution/%%VERSION%%/images/buttons/monthview.xpm -share/gnome/evolution/%%VERSION%%/images/buttons/move-message.png -share/gnome/evolution/%%VERSION%%/images/buttons/new_appointment.png -share/gnome/evolution/%%VERSION%%/images/buttons/new_task.png -share/gnome/evolution/%%VERSION%%/images/buttons/next-message.png -share/gnome/evolution/%%VERSION%%/images/buttons/paste.png -share/gnome/evolution/%%VERSION%%/images/buttons/previous-message.png -share/gnome/evolution/%%VERSION%%/images/buttons/print-preview-24.png -share/gnome/evolution/%%VERSION%%/images/buttons/print.png -share/gnome/evolution/%%VERSION%%/images/buttons/receive-24.png -share/gnome/evolution/%%VERSION%%/images/buttons/reply-to-all.png -share/gnome/evolution/%%VERSION%%/images/buttons/reply.png -share/gnome/evolution/%%VERSION%%/images/buttons/save-24.png -share/gnome/evolution/%%VERSION%%/images/buttons/send-24-receive.png -share/gnome/evolution/%%VERSION%%/images/buttons/send-24.png -share/gnome/evolution/%%VERSION%%/images/buttons/weekview.xpm -share/gnome/evolution/%%VERSION%%/images/buttons/workweekview.xpm -share/gnome/evolution/%%VERSION%%/images/buttons/yearview.xpm -share/gnome/evolution/%%VERSION%%/images/calendar-and-tasks-settings.png -share/gnome/evolution/%%VERSION%%/images/cellphone.png -share/gnome/evolution/%%VERSION%%/images/compose-message.png -share/gnome/evolution/%%VERSION%%/images/composer-settings.png -share/gnome/evolution/%%VERSION%%/images/conduits/evo-16-address-conduit.png -share/gnome/evolution/%%VERSION%%/images/conduits/evo-16-calendar-conduit.png -share/gnome/evolution/%%VERSION%%/images/conduits/evo-16-todo-conduit.png -share/gnome/evolution/%%VERSION%%/images/conduits/evo-48-address-conduit.png -share/gnome/evolution/%%VERSION%%/images/conduits/evo-48-calendar-conduit.png -share/gnome/evolution/%%VERSION%%/images/conduits/evo-48-todo-conduit.png -share/gnome/evolution/%%VERSION%%/images/configure_16_addressbook.xpm -share/gnome/evolution/%%VERSION%%/images/configure_16_calendar.xpm -share/gnome/evolution/%%VERSION%%/images/configure_16_folder.xpm -share/gnome/evolution/%%VERSION%%/images/configure_16_mail.xpm -share/gnome/evolution/%%VERSION%%/images/connect_to_url-16.xpm -share/gnome/evolution/%%VERSION%%/images/contact-is-a-list.png -share/gnome/evolution/%%VERSION%%/images/contact-list-16.png -share/gnome/evolution/%%VERSION%%/images/copy_16_message.xpm -share/gnome/evolution/%%VERSION%%/images/edit.xpm -share/gnome/evolution/%%VERSION%%/images/empty.gif -share/gnome/evolution/%%VERSION%%/images/encrypt.xpm -share/gnome/evolution/%%VERSION%%/images/envelope.png -share/gnome/evolution/%%VERSION%%/images/es-appointments.png -share/gnome/evolution/%%VERSION%%/images/es-weather.png -share/gnome/evolution/%%VERSION%%/images/evolution-calendar-mini.png -share/gnome/evolution/%%VERSION%%/images/evolution-calendar.png share/gnome/evolution/%%VERSION%%/images/evolution-contacts-mini.png -share/gnome/evolution/%%VERSION%%/images/evolution-contacts-plain.png -share/gnome/evolution/%%VERSION%%/images/evolution-contacts.png -share/gnome/evolution/%%VERSION%%/images/evolution-inbox-mini.png -share/gnome/evolution/%%VERSION%%/images/evolution-inbox.png -share/gnome/evolution/%%VERSION%%/images/evolution-notes-mini.png -share/gnome/evolution/%%VERSION%%/images/evolution-notes.png -share/gnome/evolution/%%VERSION%%/images/evolution-tasks-mini.png -share/gnome/evolution/%%VERSION%%/images/evolution-tasks.png -share/gnome/evolution/%%VERSION%%/images/evolution-today-mini.png -share/gnome/evolution/%%VERSION%%/images/evolution-today.png -share/gnome/evolution/%%VERSION%%/images/evolution-trash-mini.png -share/gnome/evolution/%%VERSION%%/images/evolution-trash.png -share/gnome/evolution/%%VERSION%%/images/executive-summary-bg.png -share/gnome/evolution/%%VERSION%%/images/executive-summary-curve.png -share/gnome/evolution/%%VERSION%%/images/faq-16.png -share/gnome/evolution/%%VERSION%%/images/fetch-mail.png -share/gnome/evolution/%%VERSION%%/images/find_contact.xpm -share/gnome/evolution/%%VERSION%%/images/find_message.xpm -share/gnome/evolution/%%VERSION%%/images/flag-for-followup-16.png -share/gnome/evolution/%%VERSION%%/images/folder-copy-16.png -share/gnome/evolution/%%VERSION%%/images/folder-mini.png -share/gnome/evolution/%%VERSION%%/images/folder-move-16.png -share/gnome/evolution/%%VERSION%%/images/folder-settings.png -share/gnome/evolution/%%VERSION%%/images/folder.png -share/gnome/evolution/%%VERSION%%/images/folder.xpm -share/gnome/evolution/%%VERSION%%/images/font.png -share/gnome/evolution/%%VERSION%%/images/forward.xpm -share/gnome/evolution/%%VERSION%%/images/globe.png -share/gnome/evolution/%%VERSION%%/images/goto-16.png -share/gnome/evolution/%%VERSION%%/images/hide_deleted_messages.xpm -share/gnome/evolution/%%VERSION%%/images/hide_read_messages.xpm -share/gnome/evolution/%%VERSION%%/images/hide_selected_messages.xpm -share/gnome/evolution/%%VERSION%%/images/house.png -share/gnome/evolution/%%VERSION%%/images/ico-calendar.png -share/gnome/evolution/%%VERSION%%/images/ico-mail.png -share/gnome/evolution/%%VERSION%%/images/ico-rdf.png -share/gnome/evolution/%%VERSION%%/images/ico-weather.png -share/gnome/evolution/%%VERSION%%/images/import.png -share/gnome/evolution/%%VERSION%%/images/import.xpm -share/gnome/evolution/%%VERSION%%/images/inbox-mini.png -share/gnome/evolution/%%VERSION%%/images/inbox.png -share/gnome/evolution/%%VERSION%%/images/info-bulb.png -share/gnome/evolution/%%VERSION%%/images/ldap-mini.png -share/gnome/evolution/%%VERSION%%/images/ldap-settings.png -share/gnome/evolution/%%VERSION%%/images/ldap.png -share/gnome/evolution/%%VERSION%%/images/mail-accounts-settings.png -share/gnome/evolution/%%VERSION%%/images/mail-config-druid-account-name.png -share/gnome/evolution/%%VERSION%%/images/mail-config-druid-identity.png -share/gnome/evolution/%%VERSION%%/images/mail-config-druid-receive.png -share/gnome/evolution/%%VERSION%%/images/mail-config-druid-send.png -share/gnome/evolution/%%VERSION%%/images/mail-config-druid.png -share/gnome/evolution/%%VERSION%%/images/mail-new.xpm -share/gnome/evolution/%%VERSION%%/images/mail-read.xpm -share/gnome/evolution/%%VERSION%%/images/mail.png -share/gnome/evolution/%%VERSION%%/images/malehead.png -share/gnome/evolution/%%VERSION%%/images/mark-as-important-16.png -share/gnome/evolution/%%VERSION%%/images/meeting-request-16.png -share/gnome/evolution/%%VERSION%%/images/meeting-request.png share/gnome/evolution/%%VERSION%%/images/monkey-16.png -share/gnome/evolution/%%VERSION%%/images/move_message.xpm -share/gnome/evolution/%%VERSION%%/images/myevo-appointments.png -share/gnome/evolution/%%VERSION%%/images/myevo-mail-summary.png -share/gnome/evolution/%%VERSION%%/images/myevo-post-it.png -share/gnome/evolution/%%VERSION%%/images/myweather-clouds.png -share/gnome/evolution/%%VERSION%%/images/myweather-fog.png -share/gnome/evolution/%%VERSION%%/images/myweather-rain.png -share/gnome/evolution/%%VERSION%%/images/myweather-snow.png -share/gnome/evolution/%%VERSION%%/images/myweather-storm.png -share/gnome/evolution/%%VERSION%%/images/myweather-sun.png -share/gnome/evolution/%%VERSION%%/images/myweather-suncloud.png -share/gnome/evolution/%%VERSION%%/images/new-message.xpm -share/gnome/evolution/%%VERSION%%/images/new_all_day_event.png -share/gnome/evolution/%%VERSION%%/images/new_appointment.xpm -share/gnome/evolution/%%VERSION%%/images/new_contact.xpm -share/gnome/evolution/%%VERSION%%/images/new_task-16.png share/gnome/evolution/%%VERSION%%/images/offline.png share/gnome/evolution/%%VERSION%%/images/online.png -share/gnome/evolution/%%VERSION%%/images/open-in-new-window-16.png -share/gnome/evolution/%%VERSION%%/images/outbox-mini.png -share/gnome/evolution/%%VERSION%%/images/outbox.png -share/gnome/evolution/%%VERSION%%/images/pattern.png -share/gnome/evolution/%%VERSION%%/images/pgp-signature-bad.png -share/gnome/evolution/%%VERSION%%/images/pgp-signature-nokey.png -share/gnome/evolution/%%VERSION%%/images/pgp-signature-ok.png -share/gnome/evolution/%%VERSION%%/images/post-message-16.png -share/gnome/evolution/%%VERSION%%/images/post-reply-24.png -share/gnome/evolution/%%VERSION%%/images/print-preview.xpm -share/gnome/evolution/%%VERSION%%/images/print.xpm -share/gnome/evolution/%%VERSION%%/images/priority-high.xpm -share/gnome/evolution/%%VERSION%%/images/public-folder-mini.png -share/gnome/evolution/%%VERSION%%/images/public-folder.png -share/gnome/evolution/%%VERSION%%/images/rdf.png -share/gnome/evolution/%%VERSION%%/images/reply.xpm -share/gnome/evolution/%%VERSION%%/images/reply_to_all.xpm -share/gnome/evolution/%%VERSION%%/images/save-16.png -share/gnome/evolution/%%VERSION%%/images/save-as-16.png -share/gnome/evolution/%%VERSION%%/images/save.xpm -share/gnome/evolution/%%VERSION%%/images/schedule-meeting-16.xpm -share/gnome/evolution/%%VERSION%%/images/schedule-meeting-24.png -share/gnome/evolution/%%VERSION%%/images/search-16.png -share/gnome/evolution/%%VERSION%%/images/search-and-replace-16.png -share/gnome/evolution/%%VERSION%%/images/send-16.png -share/gnome/evolution/%%VERSION%%/images/send-later-16.png -share/gnome/evolution/%%VERSION%%/images/send-receive.xpm -share/gnome/evolution/%%VERSION%%/images/service-close.png -share/gnome/evolution/%%VERSION%%/images/service-configure.png -share/gnome/evolution/%%VERSION%%/images/service-down-disabled.png -share/gnome/evolution/%%VERSION%%/images/service-down.png -share/gnome/evolution/%%VERSION%%/images/service-left-disabled.png -share/gnome/evolution/%%VERSION%%/images/service-left.png -share/gnome/evolution/%%VERSION%%/images/service-right-disabled.png -share/gnome/evolution/%%VERSION%%/images/service-right.png -share/gnome/evolution/%%VERSION%%/images/service-up-disabled.png -share/gnome/evolution/%%VERSION%%/images/service-up.png -share/gnome/evolution/%%VERSION%%/images/settings-16.png -share/gnome/evolution/%%VERSION%%/images/settings.png -share/gnome/evolution/%%VERSION%%/images/show_all_messages.xpm -share/gnome/evolution/%%VERSION%%/images/splash.png -share/gnome/evolution/%%VERSION%%/images/stock-edit-16.png -share/gnome/evolution/%%VERSION%%/images/stock-edit-24.png -share/gnome/evolution/%%VERSION%%/images/summary-settings.png -share/gnome/evolution/%%VERSION%%/images/summary_preferences-16.png -share/gnome/evolution/%%VERSION%%/images/talking-heads.png -share/gnome/evolution/%%VERSION%%/images/task.png -share/gnome/evolution/%%VERSION%%/images/task.xpm -share/gnome/evolution/%%VERSION%%/images/thankyou.png -share/gnome/evolution/%%VERSION%%/images/timezone-16.xpm -share/gnome/evolution/%%VERSION%%/images/timezone-48.png -share/gnome/evolution/%%VERSION%%/images/undelete_message-16.png -share/gnome/evolution/%%VERSION%%/images/wax-seal-broken.png -share/gnome/evolution/%%VERSION%%/images/wax-seal.png -share/gnome/evolution/%%VERSION%%/images/work_offline.xpm -share/gnome/evolution/%%VERSION%%/images/work_online-16.png -share/gnome/evolution/%%VERSION%%/images/working-16.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-comp-editor.xml @@ -685,12 +376,12 @@ 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%%/ui/my-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 @@ -700,471 +391,75 @@ share/gnome/evolution/%%VERSION%%/views/mail/By_Subject.galview share/gnome/evolution/%%VERSION%%/views/mail/Messages.galview share/gnome/evolution/%%VERSION%%/views/mail/galview.xml share/gnome/evolution/%%VERSION%%/views/tasks/Tasks.galview -share/gnome/evolution/%%VERSION%%/views/tasks/With_Category.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%%/zoneinfo/Africa/Abidjan.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Accra.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Addis_Ababa.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Algiers.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Asmera.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Bamako.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Bangui.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Banjul.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Bissau.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Blantyre.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Brazzaville.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Bujumbura.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Cairo.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Casablanca.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Ceuta.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Conakry.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Dakar.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Dar_es_Salaam.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Djibouti.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Douala.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/El_Aaiun.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Freetown.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Gaborone.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Harare.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Johannesburg.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Kampala.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Khartoum.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Kigali.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Kinshasa.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Lagos.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Libreville.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Lome.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Luanda.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Lubumbashi.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Lusaka.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Malabo.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Maputo.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Maseru.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Mbabane.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Mogadishu.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Monrovia.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Nairobi.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Ndjamena.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Niamey.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Nouakchott.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Ouagadougou.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Porto-Novo.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Sao_Tome.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Timbuktu.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Tripoli.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Tunis.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Africa/Windhoek.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Adak.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Anchorage.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Anguilla.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Antigua.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Araguaina.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Aruba.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Asuncion.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Barbados.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Belem.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Belize.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Boa_Vista.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Bogota.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Boise.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Buenos_Aires.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Cambridge_Bay.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Cancun.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Caracas.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Catamarca.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Cayenne.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Cayman.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Chicago.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Chihuahua.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Cordoba.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Costa_Rica.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Cuiaba.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Curacao.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Danmarkshavn.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Dawson.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Dawson_Creek.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Denver.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Detroit.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Dominica.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Edmonton.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Eirunepe.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/El_Salvador.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Fortaleza.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Glace_Bay.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Godthab.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Goose_Bay.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Grand_Turk.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Grenada.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Guadeloupe.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Guatemala.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Guayaquil.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Guyana.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Halifax.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Havana.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Hermosillo.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Indiana/Indianapolis.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Indiana/Knox.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Indiana/Marengo.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Indiana/Vevay.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Indianapolis.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Inuvik.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Iqaluit.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Jamaica.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Jujuy.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Juneau.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Kentucky/Louisville.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Kentucky/Monticello.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/La_Paz.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Lima.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Los_Angeles.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Louisville.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Maceio.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Managua.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Manaus.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Martinique.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Mazatlan.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Mendoza.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Menominee.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Merida.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Mexico_City.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Miquelon.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Monterrey.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Montevideo.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Montreal.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Montserrat.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Nassau.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/New_York.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Nipigon.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Nome.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Noronha.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/North_Dakota/Center.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Panama.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Pangnirtung.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Paramaribo.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Phoenix.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Port-au-Prince.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Port_of_Spain.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Porto_Velho.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Puerto_Rico.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Rainy_River.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Rankin_Inlet.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Recife.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Regina.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Rio_Branco.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Rosario.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Santiago.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Santo_Domingo.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Sao_Paulo.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Scoresbysund.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Shiprock.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/St_Johns.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/St_Kitts.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/St_Lucia.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/St_Thomas.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/St_Vincent.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Swift_Current.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Tegucigalpa.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Thule.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Thunder_Bay.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Tijuana.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Tortola.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Vancouver.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Whitehorse.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Winnipeg.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Yakutat.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/America/Yellowknife.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Antarctica/Casey.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Antarctica/Davis.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Antarctica/DumontDUrville.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Antarctica/Mawson.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Antarctica/McMurdo.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Antarctica/Palmer.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Antarctica/South_Pole.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Antarctica/Syowa.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Antarctica/Vostok.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Arctic/Longyearbyen.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Aden.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Almaty.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Amman.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Anadyr.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Aqtau.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Aqtobe.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Ashgabat.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Baghdad.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Bahrain.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Baku.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Bangkok.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Beirut.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Bishkek.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Brunei.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Calcutta.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Choibalsan.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Chongqing.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Chungking.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Colombo.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Damascus.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Dhaka.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Dili.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Dubai.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Dushanbe.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Gaza.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Harbin.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Hong_Kong.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Hovd.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Irkutsk.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Istanbul.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Jakarta.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Jayapura.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Jerusalem.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Kabul.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Kamchatka.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Karachi.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Kashgar.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Katmandu.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Krasnoyarsk.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Kuala_Lumpur.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Kuching.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Kuwait.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Macao.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Magadan.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Manila.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Muscat.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Nicosia.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Novosibirsk.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Omsk.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Phnom_Penh.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Pontianak.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Pyongyang.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Qatar.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Rangoon.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Riyadh.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Saigon.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Sakhalin.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Samarkand.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Seoul.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Shanghai.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Singapore.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Taipei.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Tashkent.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Tbilisi.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Tehran.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Thimphu.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Tokyo.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Ujung_Pandang.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Ulaanbaatar.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Urumqi.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Vientiane.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Vladivostok.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Yakutsk.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Yekaterinburg.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Asia/Yerevan.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Atlantic/Azores.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Atlantic/Bermuda.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Atlantic/Canary.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Atlantic/Cape_Verde.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Atlantic/Faeroe.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Atlantic/Jan_Mayen.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Atlantic/Madeira.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Atlantic/Reykjavik.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Atlantic/South_Georgia.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Atlantic/St_Helena.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Atlantic/Stanley.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Australia/Adelaide.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Australia/Brisbane.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Australia/Broken_Hill.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Australia/Darwin.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Australia/Hobart.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Australia/Lindeman.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Australia/Lord_Howe.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Australia/Melbourne.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Australia/Perth.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Australia/Sydney.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Amsterdam.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Andorra.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Athens.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Belfast.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Belgrade.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Berlin.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Bratislava.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Brussels.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Bucharest.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Budapest.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Chisinau.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Copenhagen.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Dublin.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Gibraltar.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Helsinki.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Istanbul.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Kaliningrad.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Kiev.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Lisbon.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Ljubljana.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/London.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Luxembourg.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Madrid.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Malta.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Minsk.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Monaco.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Moscow.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Nicosia.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Oslo.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Paris.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Prague.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Riga.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Rome.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Samara.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/San_Marino.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Sarajevo.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Simferopol.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Skopje.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Sofia.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Stockholm.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Tallinn.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Tirane.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Uzhgorod.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Vaduz.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Vatican.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Vienna.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Vilnius.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Warsaw.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Zagreb.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Zaporozhye.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Europe/Zurich.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Indian/Antananarivo.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Indian/Chagos.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Indian/Christmas.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Indian/Cocos.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Indian/Comoro.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Indian/Kerguelen.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Indian/Mahe.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Indian/Maldives.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Indian/Mauritius.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Indian/Mayotte.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Indian/Reunion.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Apia.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Auckland.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Chatham.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Easter.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Efate.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Enderbury.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Fakaofo.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Fiji.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Funafuti.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Galapagos.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Gambier.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Guadalcanal.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Guam.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Honolulu.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Johnston.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Kiritimati.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Kosrae.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Kwajalein.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Majuro.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Marquesas.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Midway.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Nauru.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Niue.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Norfolk.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Noumea.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Pago_Pago.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Palau.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Pitcairn.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Ponape.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Port_Moresby.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Rarotonga.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Saipan.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Tahiti.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Tarawa.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Tongatapu.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Truk.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Wake.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Wallis.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific/Yap.ics -share/gnome/evolution/%%VERSION%%/zoneinfo/zones.tab -%%PILOT:%%share/gnome/gnome-pilot/conduits/e-address.conduit -%%PILOT:%%share/gnome/gnome-pilot/conduits/e-calendar.conduit -%%PILOT:%%share/gnome/gnome-pilot/conduits/e-todo.conduit -share/gnome/help/evolution-%%VERSION%%/C/apx-authors.xml -share/gnome/help/evolution-%%VERSION%%/C/apx-bugs.xml -share/gnome/help/evolution-%%VERSION%%/C/apx-fdl.xml -share/gnome/help/evolution-%%VERSION%%/C/apx-gloss.xml -share/gnome/help/evolution-%%VERSION%%/C/apx-gpl.xml -share/gnome/help/evolution-%%VERSION%%/C/config-prefs.xml -share/gnome/help/evolution-%%VERSION%%/C/config-sync.xml -share/gnome/help/evolution-%%VERSION%%/C/evolution-%%VERSION%%.xml -share/gnome/help/evolution-%%VERSION%%/C/figures/calendar.png -share/gnome/help/evolution-%%VERSION%%/C/figures/config-cal.png -share/gnome/help/evolution-%%VERSION%%/C/figures/config-mail.png -share/gnome/help/evolution-%%VERSION%%/C/figures/contact-editor.png -share/gnome/help/evolution-%%VERSION%%/C/figures/contact.png -share/gnome/help/evolution-%%VERSION%%/C/figures/exchange-delegation.png -share/gnome/help/evolution-%%VERSION%%/C/figures/exchange-identity.png -share/gnome/help/evolution-%%VERSION%%/C/figures/exchange-receive-options.png -share/gnome/help/evolution-%%VERSION%%/C/figures/exchange-receive.png -share/gnome/help/evolution-%%VERSION%%/C/figures/filter-new-fig.png -share/gnome/help/evolution-%%VERSION%%/C/figures/folder-bar.png -share/gnome/help/evolution-%%VERSION%%/C/figures/full-1.png -share/gnome/help/evolution-%%VERSION%%/C/figures/full-2.png -share/gnome/help/evolution-%%VERSION%%/C/figures/full-3.png -share/gnome/help/evolution-%%VERSION%%/C/figures/full-4.png -share/gnome/help/evolution-%%VERSION%%/C/figures/full-5.png -share/gnome/help/evolution-%%VERSION%%/C/figures/full-6.png -share/gnome/help/evolution-%%VERSION%%/C/figures/full-7.png -share/gnome/help/evolution-%%VERSION%%/C/figures/mail-druid-pic.png -share/gnome/help/evolution-%%VERSION%%/C/figures/mail-inbox.png -share/gnome/help/evolution-%%VERSION%%/C/figures/mail-threaded.png -share/gnome/help/evolution-%%VERSION%%/C/figures/mainwindow-pic.png -share/gnome/help/evolution-%%VERSION%%/C/figures/newmsg.png -share/gnome/help/evolution-%%VERSION%%/C/figures/print-dest.png -share/gnome/help/evolution-%%VERSION%%/C/figures/print-preview.png -share/gnome/help/evolution-%%VERSION%%/C/figures/replymsg.png -share/gnome/help/evolution-%%VERSION%%/C/figures/schedule.png -share/gnome/help/evolution-%%VERSION%%/C/figures/summary.png -share/gnome/help/evolution-%%VERSION%%/C/figures/vfolder-createrule-fig.png -share/gnome/help/evolution-%%VERSION%%/C/legal.xml -share/gnome/help/evolution-%%VERSION%%/C/menuref.xml -share/gnome/help/evolution-%%VERSION%%/C/preface.xml -share/gnome/help/evolution-%%VERSION%%/C/usage-calendar.xml -share/gnome/help/evolution-%%VERSION%%/C/usage-contact.xml -share/gnome/help/evolution-%%VERSION%%/C/usage-exchange.xml -share/gnome/help/evolution-%%VERSION%%/C/usage-exec-summary.xml -share/gnome/help/evolution-%%VERSION%%/C/usage-mail-org.xml -share/gnome/help/evolution-%%VERSION%%/C/usage-mail.xml -share/gnome/help/evolution-%%VERSION%%/C/usage-mainwindow.xml -share/gnome/help/evolution-%%VERSION%%/C/usage-print.xml -share/gnome/help/evolution-%%VERSION%%/C/usage-sync.xml +%%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-todo-%%VERSION%%.conduit +share/gnome/help/evolution-%%PORTVERSION%%/C/evolution-%%PORTVERSION%%.xml +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/calendar.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/config-cal.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/config-mail.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/contact-editor.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/contact.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/contacts_mainwindow_a.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/evo_account_info_a.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/evo_contacteditor_a.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/evo_email_a.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/evo_identity_a.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/evo_mail_callout_a.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/evo_newmess_a.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/evo_receive_setup2_a.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/evo_receive_setup_a.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/evo_rule_a.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/evo_send_setup_a.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/evo_timezone_a.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/exchange-delegation.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/exchange-identity.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/exchange-receive-options.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/exchange-receive.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/filter-new-fig.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/full-1.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/full-2.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/full-3.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/full-4.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/full-5.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/full-6.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/full-7.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/mail-druid-pic.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/mail-inbox.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/mail-threaded.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/mainwindow-pic.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/mail_mainwindow_a.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/newmsg.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/replymsg.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/schedule.png +share/gnome/help/evolution-%%PORTVERSION%%/C/figures/vfolder-createrule-fig.png share/gnome/idl/evolution-%%VERSION%%/Composer.idl -share/gnome/idl/evolution-%%VERSION%%/Evolution-Activity.idl share/gnome/idl/evolution-%%VERSION%%/Evolution-Addressbook-SelectNames.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-Offline.idl -share/gnome/idl/evolution-%%VERSION%%/Evolution-Session.idl share/gnome/idl/evolution-%%VERSION%%/Evolution-Shell.idl -share/gnome/idl/evolution-%%VERSION%%/Evolution-ShellComponent.idl -share/gnome/idl/evolution-%%VERSION%%/Evolution-ShellComponentDnd.idl -share/gnome/idl/evolution-%%VERSION%%/Evolution-ShellView.idl -share/gnome/idl/evolution-%%VERSION%%/Evolution-Shortcuts.idl -share/gnome/idl/evolution-%%VERSION%%/Evolution-Storage.idl -share/gnome/idl/evolution-%%VERSION%%/Evolution-StorageSetView.idl share/gnome/idl/evolution-%%VERSION%%/Evolution-Wizard.idl -share/gnome/idl/evolution-%%VERSION%%/Evolution-Wombat.idl share/gnome/idl/evolution-%%VERSION%%/Evolution-common.idl share/gnome/idl/evolution-%%VERSION%%/Evolution.idl share/gnome/idl/evolution-%%VERSION%%/GNOME_Evolution_Importer.idl -share/gnome/idl/evolution-%%VERSION%%/Mailer.idl -share/gnome/idl/evolution-%%VERSION%%/addressbook.idl share/gnome/idl/evolution-%%VERSION%%/evolution-calendar.idl share/gnome/mime-info/evolution-%%VERSION%%.keys share/gnome/mime-info/evolution-%%VERSION%%.mime -share/gnome/omf/evolution/evolution-%%VERSION%%-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/evolution/evolution-%%VERSION%%-C.omf 2>/dev/null || /usr/bin/true +share/gnome/omf/evolution/evolution-%%PORTVERSION%%-C.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/evolution/evolution-%%PORTVERSION%%-C.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/evolution-%%VERSION%%.png -share/gnome/pixmaps/evolution.png share/locale/am/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/ar/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 +share/locale/bn/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/bs/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/ca/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/cs/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/cy/LC_MESSAGES/evolution-%%VERSION%%.mo @@ -1172,24 +467,37 @@ share/locale/da/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/de/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/el/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/en_AU/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/en_CA/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/en_GB/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/es/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/et/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/eu/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/fa/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/fi/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/fr/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/ga/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/gl/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/gu/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/he/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/hi/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/hr/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/hu/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/id/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/is/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/it/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/ja/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/ko/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/lt/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/lv/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/mk/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/ml/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/mn/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/ms/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/nb/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/nl/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/nn/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/no/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/pa/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/pl/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/pt/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/pt_BR/LC_MESSAGES/evolution-%%VERSION%%.mo @@ -1201,81 +509,54 @@ share/locale/sq/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/sr/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/sr@Latn/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/sv/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/ta/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/tr/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/uk/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/vi/LC_MESSAGES/evolution-%%VERSION%%.mo +share/locale/wa/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/zh_CN/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%% -@dirrm share/gnome/help/evolution-%%VERSION%%/C/figures -@dirrm share/gnome/help/evolution-%%VERSION%%/C -@dirrm share/gnome/help/evolution-%%VERSION%% -@dirrm share/gnome/evolution/%%VERSION%%/zoneinfo/Pacific -@dirrm share/gnome/evolution/%%VERSION%%/zoneinfo/Indian -@dirrm share/gnome/evolution/%%VERSION%%/zoneinfo/Europe -@dirrm share/gnome/evolution/%%VERSION%%/zoneinfo/Australia -@dirrm share/gnome/evolution/%%VERSION%%/zoneinfo/Atlantic -@dirrm share/gnome/evolution/%%VERSION%%/zoneinfo/Asia -@dirrm share/gnome/evolution/%%VERSION%%/zoneinfo/Arctic -@dirrm share/gnome/evolution/%%VERSION%%/zoneinfo/Antarctica -@dirrm share/gnome/evolution/%%VERSION%%/zoneinfo/America/North_Dakota -@dirrm share/gnome/evolution/%%VERSION%%/zoneinfo/America/Kentucky -@dirrm share/gnome/evolution/%%VERSION%%/zoneinfo/America/Indiana -@dirrm share/gnome/evolution/%%VERSION%%/zoneinfo/America -@dirrm share/gnome/evolution/%%VERSION%%/zoneinfo/Africa -@dirrm share/gnome/evolution/%%VERSION%%/zoneinfo +@dirrm share/gnome/help/evolution-%%PORTVERSION%%/C/figures +@dirrm share/gnome/help/evolution-%%PORTVERSION%%/C +@dirrm share/gnome/help/evolution-%%PORTVERSION%% @dirrm share/gnome/evolution/%%VERSION%%/views/tasks @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/conduits -@dirrm share/gnome/evolution/%%VERSION%%/images/buttons @dirrm share/gnome/evolution/%%VERSION%%/images +@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_user/views/tasks -@dirrm share/gnome/evolution/%%VERSION%%/default_user/views/mail -@dirrm share/gnome/evolution/%%VERSION%%/default_user/views/calendar -@dirrm share/gnome/evolution/%%VERSION%%/default_user/views/addressbook -@dirrm share/gnome/evolution/%%VERSION%%/default_user/views -@dirrm share/gnome/evolution/%%VERSION%%/default_user/local/Trash -@dirrm share/gnome/evolution/%%VERSION%%/default_user/local/Tasks -@dirrm share/gnome/evolution/%%VERSION%%/default_user/local/Sent -@dirrm share/gnome/evolution/%%VERSION%%/default_user/local/Outbox -@dirrm share/gnome/evolution/%%VERSION%%/default_user/local/Inbox -@dirrm share/gnome/evolution/%%VERSION%%/default_user/local/Drafts -@dirrm share/gnome/evolution/%%VERSION%%/default_user/local/Contacts -@dirrm share/gnome/evolution/%%VERSION%%/default_user/local/Calendar -@dirrm share/gnome/evolution/%%VERSION%%/default_user/local -@dirrm share/gnome/evolution/%%VERSION%%/default_user +@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 libexec/evolution/%%VERSION%%/camel @dirrm libexec/evolution/%%VERSION%% @dirrm libexec/evolution -@dirrm lib/evolution/%%VERSION%%/evolution-mail-importers @dirrm lib/evolution/%%VERSION%%/evolution-calendar-importers +@dirrm lib/evolution/%%VERSION%%/evolution-addressbook-importers +%%PILOT:%%@dirrm lib/evolution/%%VERSION%%/conduits @dirrm lib/evolution/%%VERSION%%/components @dirrm lib/evolution/%%VERSION%%/camel-providers @dirrm lib/evolution/%%VERSION%% @dirrm lib/evolution -@dirrm include/evolution-%%VERSION%%/wombat @dirrm include/evolution-%%VERSION%%/widgets @dirrm include/evolution-%%VERSION%%/shell -@dirrm include/evolution-%%VERSION%%/pcs -@dirrm include/evolution-%%VERSION%%/pas @dirrm include/evolution-%%VERSION%%/importer -@dirrm include/evolution-%%VERSION%%/ename -@dirrm include/evolution-%%VERSION%%/ebook @dirrm include/evolution-%%VERSION%%/e-util -@dirrm include/evolution-%%VERSION%%/e-db3util @dirrm include/evolution-%%VERSION%%/e-conduit @dirrm include/evolution-%%VERSION%%/camel -@dirrm include/evolution-%%VERSION%%/cal-util -@dirrm include/evolution-%%VERSION%%/cal-client @dirrm include/evolution-%%VERSION%% -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/evolution/evolution-%%VERSION%%-C.omf 2>/dev/null || /usr/bin/true +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/evolution/evolution-%%PORTVERSION%%-C.omf 2>/dev/null || /usr/bin/true +@unexec update-desktop-database > /dev/null || /usr/bin/true diff --git a/mail/ximian-connector/Makefile b/mail/ximian-connector/Makefile index 1756b804bc9d..5ab39285bf6c 100644 --- a/mail/ximian-connector/Makefile +++ b/mail/ximian-connector/Makefile @@ -6,10 +6,10 @@ # PORTNAME= ximian -PORTVERSION= 1.4.7.1 -PORTREVISION= 1 +PORTVERSION= 2.0.2 CATEGORIES= mail gnome -MASTER_SITES= http://ftp.ximian.com/pub/source/evolution/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/2.0 PKGNAMESUFFIX= -connector DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} @@ -19,18 +19,36 @@ 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 +USE_BZIP2= yes USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_LIBTOOL_VER=15 USE_GMAKE= yes -WANT_OPENLDAP_VER= 21 -WANT_OPENLDAP_SASL= yes +USE_OPENLDAP= yes USE_GNOME= gnomeprefix intlhack gnomehack gnometarget CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -rpath ${X11BASE}/lib/evolution/${EVO_VERSION}" CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ --with-static-ldap=no -EVO_VERSION= 1.4 -PLIST_SUB= VERSION="1.4" EVO_VERSION=${EVO_VERSION} +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} +EVO_VERSION= 2.0 +PLIST_SUB= VERSION="2.0" EVO_VERSION=${EVO_VERSION} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 && defined(MAKE_KERBEROS5) && \ + exists(/usr/lib/libkrb5.so) && !defined(PACKAGE_BUILDING) +CONFIGURE_ARGS+= --with-krb5=/usr +.elif ( ${OSVERSION} < 500000 && !defined(MAKE_KERBEROS5) ) || \ + defined(PACKAGE_BUILDING) +LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal +CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} +.elif ${OSVERSION} >= 500000 && !defined(NO_KERBEROS) && \ + exists(/usr/lib/libkrb5.so) +CONFIGURE_ARGS+= --with-krb5=/usr +.else +LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal +CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} +.endif + +.include <bsd.port.post.mk> diff --git a/mail/ximian-connector/distinfo b/mail/ximian-connector/distinfo index ff3a864f146c..ecaf521ee176 100644 --- a/mail/ximian-connector/distinfo +++ b/mail/ximian-connector/distinfo @@ -1,2 +1,2 @@ -MD5 (ximian-connector-1.4.7.1.tar.gz) = fad20b3b50161a99f1e36b704590e600 -SIZE (ximian-connector-1.4.7.1.tar.gz) = 898976 +MD5 (ximian-connector-2.0.2.tar.bz2) = 706f53c9c26321c938248264a4456c30 +SIZE (ximian-connector-2.0.2.tar.bz2) = 1185897 diff --git a/mail/ximian-connector/files/patch-configure b/mail/ximian-connector/files/patch-configure index b2b64b88e985..43668716a0d1 100644 --- a/mail/ximian-connector/files/patch-configure +++ b/mail/ximian-connector/files/patch-configure @@ -1,11 +1,22 @@ ---- configure.orig Tue Jun 1 20:52:34 2004 -+++ configure Tue Jun 1 20:52:55 2004 -@@ -22992,7 +22992,7 @@ - - case $with_static_ldap in - no|"") -- if test -f $with_openldap/lib/libldap.la; then -+ if test -f $with_openldap/lib/libldap.so; then - with_static_ldap=no +--- configure.orig Fri Aug 20 15:26:49 2004 ++++ configure Fri Aug 20 15:27:21 2004 +@@ -23754,8 +23754,8 @@ + # libldap might depend on OpenSSL... We need to pull + # in the dependency libs explicitly here since we're + # not using libtool for the configure test. +- if test -f $with_openldap/lib/libldap.la; then +- LDAP_LIBS="`. $with_openldap/lib/libldap.la; echo $dependency_libs` $LDAP_LIBS" ++ if test -f $with_openldap/lib/libldap.so; then ++ LDAP_LIBS="`. $with_openldap/lib/libldap.so; echo $dependency_libs` $LDAP_LIBS" + fi else - with_static_ldap=yes + LDAP_LIBS="-llber $LDAP_LIBS" +@@ -24006,7 +24006,7 @@ + + + mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5" +-heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi" ++heimlibs="-lkrb5 -lcrypt -lcrypto -lasn1 -lcom_err -lroken -lgssapi" + 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 diff --git a/mail/ximian-connector/files/patch-lib::e2k-autoconfig.c b/mail/ximian-connector/files/patch-lib::e2k-autoconfig.c index d5806c41d0c5..7576f7123449 100644 --- a/mail/ximian-connector/files/patch-lib::e2k-autoconfig.c +++ b/mail/ximian-connector/files/patch-lib::e2k-autoconfig.c @@ -1,13 +1,13 @@ ---- lib/e2k-autoconfig.c.orig Tue May 11 11:09:03 2004 -+++ lib/e2k-autoconfig.c Tue Jun 1 20:47:50 2004 -@@ -25,6 +25,10 @@ +--- lib/e2k-autoconfig.c.orig Tue May 11 11:15:58 2004 ++++ lib/e2k-autoconfig.c Thu Jun 17 14:02:58 2004 +@@ -31,6 +31,10 @@ + #include <sys/stat.h> + #include <unistd.h> - #include <stdlib.h> - #include <string.h> +#include <sys/types.h> +#include <sys/socket.h> +#include <netinet/in.h> +#include <arpa/inet.h> - #include <resolv.h> + #include <netinet/in.h> #include <arpa/nameser.h> - + #include <resolv.h> diff --git a/mail/ximian-connector/files/patch-ltmain.sh b/mail/ximian-connector/files/patch-ltmain.sh deleted file mode 100644 index 263a5ce21d00..000000000000 --- a/mail/ximian-connector/files/patch-ltmain.sh +++ /dev/null @@ -1,51 +0,0 @@ ---- ltmain.sh.orig Mon Apr 5 19:24:18 2004 -+++ ltmain.sh Tue Jun 1 20:45:09 2004 -@@ -1346,7 +1346,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -1361,8 +1361,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -3056,6 +3064,9 @@ - # problems, so we reset it completely - verstring= - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - verstring="0.0" - ;; -@@ -5528,10 +5539,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/mail/ximian-connector/files/patch-po::Makefile.in.in b/mail/ximian-connector/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..042bef6eb7fc --- /dev/null +++ b/mail/ximian-connector/files/patch-po::Makefile.in.in @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig Sun Jul 25 18:30:57 2004 ++++ po/Makefile.in.in Sun Jul 25 18:31:20 2004 +@@ -32,6 +32,8 @@ + gnulocaledir = $(datadir)/locale + gettextsrcdir = $(datadir)/glib-2.0/gettext/po + subdir = po ++mkdir_p = @mkdir_p@ ++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ diff --git a/mail/ximian-connector/pkg-plist b/mail/ximian-connector/pkg-plist index 2041a036ef58..70ec761c760a 100644 --- a/mail/ximian-connector/pkg-plist +++ b/mail/ximian-connector/pkg-plist @@ -1,21 +1,93 @@ -bin/ximian-connector-setup -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/apps_evolution_exchange.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/apps_evolution_exchange.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/apps_evolution_exchange.schemas > /dev/null || /usr/bin/true +bin/ximian-connector-setup-%%VERSION%% lib/evolution/%%EVO_VERSION%%/camel-providers/libcamelexchange.so lib/evolution/%%EVO_VERSION%%/camel-providers/libcamelexchange.urls -libdata/bonobo/servers/GNOME_Evolution_Exchange_Storage.server +libdata/bonobo/servers/GNOME_Evolution_Exchange_Storage_%%VERSION%%.server libexec/evolution/%%EVO_VERSION%%/evolution-exchange-storage -share/gnome/evolution/%%EVO_VERSION%%/images/connector.png -share/gnome/evolution/%%EVO_VERSION%%/images/exchange-delegates-48.png -share/gnome/evolution/%%EVO_VERSION%%/images/exchange-oof-48.png +%%DOCSDIR%%/E2kContext.html +%%DOCSDIR%%/E2kGlobalCatalog.html +%%DOCSDIR%%/E2kSecurityDescriptor.html +%%DOCSDIR%%/E2kSid.html +%%DOCSDIR%%/E2kUserDialog.html +%%DOCSDIR%%/ch01.html +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/left.png +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/up.png +%%DOCSDIR%%/ximian-connector-e2k-action.html +%%DOCSDIR%%/ximian-connector-e2k-autoconfig.html +%%DOCSDIR%%/ximian-connector-e2k-encoding-utils.html +%%DOCSDIR%%/ximian-connector-e2k-freebusy.html +%%DOCSDIR%%/ximian-connector-e2k-http-utils.html +%%DOCSDIR%%/ximian-connector-e2k-properties.html +%%DOCSDIR%%/ximian-connector-e2k-restriction.html +%%DOCSDIR%%/ximian-connector-e2k-result.html +%%DOCSDIR%%/ximian-connector-e2k-rule-xml.html +%%DOCSDIR%%/ximian-connector-e2k-rule.html +%%DOCSDIR%%/ximian-connector-e2k-uri.html +%%DOCSDIR%%/ximian-connector-e2k-utils.html +%%DOCSDIR%%/ximian-connector-e2k-xml-utils.html +%%DOCSDIR%%/ximian-connector-test-utils.html +%%DOCSDIR%%/ximian-connector-xntlm-des.html +%%DOCSDIR%%/ximian-connector-xntlm-md4.html +%%DOCSDIR%%/ximian-connector-xntlm.html +%%DOCSDIR%%/ximian-connector.devhelp +share/gnome/ximian-connector/%%VERSION%%/etspec/e-storage-set-view.etspec +share/gnome/ximian-connector/%%VERSION%%/glade/e-folder-creation-dialog.glade +share/gnome/ximian-connector/%%VERSION%%/glade/e-foreign-folder-dialog.glade share/gnome/ximian-connector/%%VERSION%%/glade/exchange-autoconfig-wizard.glade +share/gnome/ximian-connector/%%VERSION%%/glade/exchange-change-password.glade share/gnome/ximian-connector/%%VERSION%%/glade/exchange-delegates.glade share/gnome/ximian-connector/%%VERSION%%/glade/exchange-oof.glade share/gnome/ximian-connector/%%VERSION%%/glade/exchange-permissions-dialog.glade +share/gnome/ximian-connector/%%VERSION%%/images/connector-mini.png share/gnome/ximian-connector/%%VERSION%%/images/connector.png +share/gnome/ximian-connector/%%VERSION%%/images/exchange-delegates-48.png +share/gnome/ximian-connector/%%VERSION%%/images/exchange-oof-48.png +share/gnome/ximian-connector/%%VERSION%%/ui/ximian-connector.xml +share/locale/ar/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/az/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/bg/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/bn/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/cs/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/cy/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/da/LC_MESSAGES/ximian-connector-%%VERSION%%.mo share/locale/de/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/el/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/en_CA/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/en_GB/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/es/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/fi/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/fr/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/gu/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/hu/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/it/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/ja/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/ko/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/ms/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/nb/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/nl/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/nn/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/no/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/pa/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/pl/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/pt/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/pt_BR/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/sq/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/sr/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/sr@Latn/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/sv/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/ta/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/tr/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/uk/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/zh_CN/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +share/locale/zh_TW/LC_MESSAGES/ximian-connector-%%VERSION%%.mo +@dirrm share/gnome/ximian-connector/%%VERSION%%/ui @dirrm share/gnome/ximian-connector/%%VERSION%%/images @dirrm share/gnome/ximian-connector/%%VERSION%%/glade +@dirrm share/gnome/ximian-connector/%%VERSION%%/etspec @dirrm share/gnome/ximian-connector/%%VERSION%% @dirrm share/gnome/ximian-connector +@dirrm %%DOCSDIR%% |