From ff105ea4969c1d645617e75f5a4bff284d5cd906 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 9 Dec 2003 18:58:58 +0000 Subject: Add evolution-data-server, the backend data components (e.g. contacts database and libical) for Evolution. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1429 df743ca5-7f9a-e211-a948-0013205c9059 --- databases/evolution-data-server/Makefile | 46 ++ databases/evolution-data-server/distinfo | 1 + .../evolution-data-server/files/patch-ltmain.sh | 51 ++ databases/evolution-data-server/pkg-descr | 3 + databases/evolution-data-server/pkg-plist | 615 +++++++++++++++++++++ 5 files changed, 716 insertions(+) create mode 100644 databases/evolution-data-server/Makefile create mode 100644 databases/evolution-data-server/distinfo create mode 100644 databases/evolution-data-server/files/patch-ltmain.sh create mode 100644 databases/evolution-data-server/pkg-descr create mode 100644 databases/evolution-data-server/pkg-plist diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile new file mode 100644 index 000000000..93a71c581 --- /dev/null +++ b/databases/evolution-data-server/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: evolution-data-server +# Date created: 09 December 2003 +# Whom: Joe Marcus Clarke +# +# $FreeBSD$ +# + +PORTNAME= evolution-data-server +PORTVERSION= 0.0.3 +CATEGORIES= databases gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.0 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= The data backends for the Evolution integrated mail/PIM suite + +LIB_DEPENDS= gtkhtml-3.1.4:${PORTSDIR}/www/gtkhtml3 + +USE_BZIP2= yes +USE_GMAKE= yes +USE_BISON= yes +USE_X_PREFIX= yes +USE_GNOME= gnomeprefix gnomehack intlhack gnometarget +USE_REINPLACE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-static +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +PLIST_SUB= VERSION="1.0" EVO_VERSION="1.5" + +.if !defined(WITHOUT_LDAP) +USE_OPENLDAP= yes +CONFIGURE_ARGS+=--with-openldap=yes +.else +CONFIGURE_ARGS+=--with-openldap=no +.endif + +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} "evolution-data-server has the following configurable option(s):" + @${ECHO_MSG} " WITHOUT_LDAP Disable LDAP support" + @${ECHO_MSG} "" + +.include diff --git a/databases/evolution-data-server/distinfo b/databases/evolution-data-server/distinfo new file mode 100644 index 000000000..06b4f7121 --- /dev/null +++ b/databases/evolution-data-server/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/evolution-data-server-0.0.3.tar.bz2) = 3e2c7965ff501c70652ed1393bd9b393 diff --git a/databases/evolution-data-server/files/patch-ltmain.sh b/databases/evolution-data-server/files/patch-ltmain.sh new file mode 100644 index 000000000..b0b94ff47 --- /dev/null +++ b/databases/evolution-data-server/files/patch-ltmain.sh @@ -0,0 +1,51 @@ +--- ltmain.sh.orig Sat Dec 6 14:47:45 2003 ++++ ltmain.sh Tue Dec 9 12:35:43 2003 +@@ -1280,7 +1280,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 + ;; +@@ -1290,8 +1290,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 + ;; + +@@ -3000,6 +3008,9 @@ + # problems, so we reset it completely + verstring= + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ ;; + *) + verstring="0.0" + ;; +@@ -5428,10 +5439,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/databases/evolution-data-server/pkg-descr b/databases/evolution-data-server/pkg-descr new file mode 100644 index 000000000..5a78b77ef --- /dev/null +++ b/databases/evolution-data-server/pkg-descr @@ -0,0 +1,3 @@ +Evolution-data-server makes up the various backend components for the +Evolution integrated mail/PIM suite. This includes the backend Berkeley +database as well as the libical calendar components. diff --git a/databases/evolution-data-server/pkg-plist b/databases/evolution-data-server/pkg-plist new file mode 100644 index 000000000..bf40e4461 --- /dev/null +++ b/databases/evolution-data-server/pkg-plist @@ -0,0 +1,615 @@ +include/evolution-data-server-%%VERSION%%/libebook/Evolution-DataServer-Addressbook.h +include/evolution-data-server-%%VERSION%%/libebook/e-address-western.h +include/evolution-data-server-%%VERSION%%/libebook/e-book-async.h +include/evolution-data-server-%%VERSION%%/libebook/e-book-listener.h +include/evolution-data-server-%%VERSION%%/libebook/e-book-query.h +include/evolution-data-server-%%VERSION%%/libebook/e-book-types.h +include/evolution-data-server-%%VERSION%%/libebook/e-book-view-listener.h +include/evolution-data-server-%%VERSION%%/libebook/e-book-view.h +include/evolution-data-server-%%VERSION%%/libebook/e-book.h +include/evolution-data-server-%%VERSION%%/libebook/e-contact.h +include/evolution-data-server-%%VERSION%%/libebook/e-name-western-tables.h +include/evolution-data-server-%%VERSION%%/libebook/e-name-western.h +include/evolution-data-server-%%VERSION%%/libebook/e-vcard.h +include/evolution-data-server-%%VERSION%%/libecal/Evolution-DataServer-Calendar.h +include/evolution-data-server-%%VERSION%%/libecal/e-cal-component.h +include/evolution-data-server-%%VERSION%%/libecal/e-cal-listener.h +include/evolution-data-server-%%VERSION%%/libecal/e-cal-recur.h +include/evolution-data-server-%%VERSION%%/libecal/e-cal-time-util.h +include/evolution-data-server-%%VERSION%%/libecal/e-cal-types.h +include/evolution-data-server-%%VERSION%%/libecal/e-cal-util.h +include/evolution-data-server-%%VERSION%%/libecal/e-cal-view-listener.h +include/evolution-data-server-%%VERSION%%/libecal/e-cal-view.h +include/evolution-data-server-%%VERSION%%/libecal/e-cal.h +include/evolution-data-server-%%VERSION%%/libedata-book/Evolution-DataServer-Addressbook.h +include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-sexp.h +include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-summary.h +include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-sync.h +include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend.h +include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-factory.h +include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-types.h +include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-view.h +include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book.h +include/evolution-data-server-%%VERSION%%/libedata-cal/Evolution-DataServer-Calendar.h +include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-cache.h +include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-sexp.h +include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-sync.h +include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-util.h +include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend.h +include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-common.h +include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-factory.h +include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-view.h +include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal.h +include/evolution-data-server-%%VERSION%%/libedataserver/e-account-list.h +include/evolution-data-server-%%VERSION%%/libedataserver/e-account.h +include/evolution-data-server-%%VERSION%%/libedataserver/e-cache.h +include/evolution-data-server-%%VERSION%%/libedataserver/e-component-listener.h +include/evolution-data-server-%%VERSION%%/libedataserver/e-db3-utils.h +include/evolution-data-server-%%VERSION%%/libedataserver/e-dbhash.h +include/evolution-data-server-%%VERSION%%/libedataserver/e-iterator.h +include/evolution-data-server-%%VERSION%%/libedataserver/e-list-iterator.h +include/evolution-data-server-%%VERSION%%/libedataserver/e-list.h +include/evolution-data-server-%%VERSION%%/libedataserver/e-memory.h +include/evolution-data-server-%%VERSION%%/libedataserver/e-sexp.h +include/evolution-data-server-%%VERSION%%/libedataserver/e-source-group.h +include/evolution-data-server-%%VERSION%%/libedataserver/e-source-list.h +include/evolution-data-server-%%VERSION%%/libedataserver/e-source.h +include/evolution-data-server-%%VERSION%%/libedataserver/e-uid.h +include/evolution-data-server-%%VERSION%%/libedataserver/e-url.h +include/evolution-data-server-%%VERSION%%/libedataserver/e-util.h +include/evolution-data-server-%%VERSION%%/libedataserver/e-xml-hash-utils.h +include/evolution-data-server-%%VERSION%%/libedataserver/md5-utils.h +include/evolution-data-server-%%VERSION%%/libical/ical.h +include/evolution-data-server-%%VERSION%%/libical/icalarray.h +include/evolution-data-server-%%VERSION%%/libical/icalattach.h +include/evolution-data-server-%%VERSION%%/libical/icalcalendar.h +include/evolution-data-server-%%VERSION%%/libical/icalclassify.h +include/evolution-data-server-%%VERSION%%/libical/icalcluster.h +include/evolution-data-server-%%VERSION%%/libical/icalcomponent.h +include/evolution-data-server-%%VERSION%%/libical/icalderivedparameter.h +include/evolution-data-server-%%VERSION%%/libical/icalderivedproperty.h +include/evolution-data-server-%%VERSION%%/libical/icalderivedvalue.h +include/evolution-data-server-%%VERSION%%/libical/icaldirset.h +include/evolution-data-server-%%VERSION%%/libical/icaldirsetimpl.h +include/evolution-data-server-%%VERSION%%/libical/icalduration.h +include/evolution-data-server-%%VERSION%%/libical/icalenums.h +include/evolution-data-server-%%VERSION%%/libical/icalerror.h +include/evolution-data-server-%%VERSION%%/libical/icalfileset.h +include/evolution-data-server-%%VERSION%%/libical/icalfilesetimpl.h +include/evolution-data-server-%%VERSION%%/libical/icalgauge.h +include/evolution-data-server-%%VERSION%%/libical/icalgaugeimpl.h +include/evolution-data-server-%%VERSION%%/libical/icallangbind.h +include/evolution-data-server-%%VERSION%%/libical/icalmemory.h +include/evolution-data-server-%%VERSION%%/libical/icalmessage.h +include/evolution-data-server-%%VERSION%%/libical/icalmime.h +include/evolution-data-server-%%VERSION%%/libical/icalparameter.h +include/evolution-data-server-%%VERSION%%/libical/icalparser.h +include/evolution-data-server-%%VERSION%%/libical/icalperiod.h +include/evolution-data-server-%%VERSION%%/libical/icalproperty.h +include/evolution-data-server-%%VERSION%%/libical/icalrecur.h +include/evolution-data-server-%%VERSION%%/libical/icalrestriction.h +include/evolution-data-server-%%VERSION%%/libical/icalset.h +include/evolution-data-server-%%VERSION%%/libical/icalspanlist.h +include/evolution-data-server-%%VERSION%%/libical/icalss.h +include/evolution-data-server-%%VERSION%%/libical/icalssyacc.h +include/evolution-data-server-%%VERSION%%/libical/icaltime.h +include/evolution-data-server-%%VERSION%%/libical/icaltimezone.h +include/evolution-data-server-%%VERSION%%/libical/icaltypes.h +include/evolution-data-server-%%VERSION%%/libical/icalvalue.h +include/evolution-data-server-%%VERSION%%/libical/icalvcal.h +include/evolution-data-server-%%VERSION%%/libical/port.h +include/evolution-data-server-%%VERSION%%/libical/pvl.h +include/evolution-data-server-%%VERSION%%/libical/sspm.h +include/evolution-data-server-%%VERSION%%/libical/vcaltmp.h +include/evolution-data-server-%%VERSION%%/libical/vcc.h +include/evolution-data-server-%%VERSION%%/libical/vobject.h +lib/bonobo/servers/GNOME_Evolution_DataServer_%%VERSION%%.server +lib/libebook.a +lib/libebook.so +lib/libebook.so.0 +lib/libecal.a +lib/libecal.so +lib/libecal.so.0 +lib/libedata-book.a +lib/libedata-book.so +lib/libedata-book.so.0 +lib/libedata-cal.a +lib/libedata-cal.so +lib/libedata-cal.so.0 +lib/libedataserver.a +lib/libedataserver.so +lib/libedataserver.so.0 +libdata/pkgconfig/evolution-data-server-%%VERSION%%.pc +libdata/pkgconfig/libebook-%%VERSION%%.pc +libdata/pkgconfig/libecal-%%VERSION%%.pc +libdata/pkgconfig/libedata-book-%%VERSION%%.pc +libdata/pkgconfig/libedata-cal-%%VERSION%%.pc +libdata/pkgconfig/libedataserver-%%VERSION%%.pc +libexec/evolution-data-server-%%VERSION%% +share/doc/libebook/EBook.html +share/doc/libebook/EBookListener.html +share/doc/libebook/EBookView.html +share/doc/libebook/EBookViewListener.html +share/doc/libebook/EContact.html +share/doc/libebook/EVCard.html +share/doc/libebook/ch01.html +share/doc/libebook/home.png +share/doc/libebook/index.html +share/doc/libebook/index.sgml +share/doc/libebook/left.png +share/doc/libebook/libebook-e-address-western.html +share/doc/libebook/libebook-e-book-async.html +share/doc/libebook/libebook-e-book-query.html +share/doc/libebook/libebook-e-book-types.html +share/doc/libebook/libebook-e-name-western.html +share/doc/libebook/libebook.devhelp +share/doc/libebook/right.png +share/doc/libebook/up.png +share/doc/libecal/ECal.html +share/doc/libecal/ECalComponent.html +share/doc/libecal/ECalListener.html +share/doc/libecal/ECalView.html +share/doc/libecal/ECalViewListener.html +share/doc/libecal/ch01.html +share/doc/libecal/home.png +share/doc/libecal/index.html +share/doc/libecal/index.sgml +share/doc/libecal/left.png +share/doc/libecal/libecal-e-cal-recur.html +share/doc/libecal/libecal-e-cal-time-util.html +share/doc/libecal/libecal-e-cal-types.html +share/doc/libecal/libecal-e-cal-util.html +share/doc/libecal/libecal.devhelp +share/doc/libecal/right.png +share/doc/libecal/up.png +share/gnome/evolution-data-server-%%VERSION%%/evolutionperson.schema +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Abidjan.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Accra.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Addis_Ababa.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Algiers.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Asmera.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Bamako.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Bangui.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Banjul.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Bissau.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Blantyre.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Brazzaville.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Bujumbura.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Cairo.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Casablanca.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Ceuta.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Conakry.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Dakar.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Dar_es_Salaam.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Djibouti.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Douala.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/El_Aaiun.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Freetown.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Gaborone.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Harare.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Johannesburg.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Kampala.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Khartoum.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Kigali.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Kinshasa.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Lagos.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Libreville.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Lome.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Luanda.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Lubumbashi.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Lusaka.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Malabo.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Maputo.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Maseru.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Mbabane.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Mogadishu.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Monrovia.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Nairobi.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Ndjamena.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Niamey.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Nouakchott.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Ouagadougou.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Porto-Novo.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Sao_Tome.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Timbuktu.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Tripoli.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Tunis.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Windhoek.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Adak.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Anchorage.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Anguilla.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Antigua.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Araguaina.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Aruba.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Asuncion.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Barbados.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Belem.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Belize.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Boa_Vista.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Bogota.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Boise.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Buenos_Aires.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Cambridge_Bay.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Cancun.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Caracas.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Catamarca.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Cayenne.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Cayman.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Chicago.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Chihuahua.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Cordoba.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Costa_Rica.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Cuiaba.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Curacao.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Danmarkshavn.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Dawson.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Dawson_Creek.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Denver.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Detroit.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Dominica.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Edmonton.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Eirunepe.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/El_Salvador.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Fortaleza.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Glace_Bay.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Godthab.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Goose_Bay.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Grand_Turk.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Grenada.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Guadeloupe.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Guatemala.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Guayaquil.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Guyana.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Halifax.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Havana.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Hermosillo.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Indiana/Indianapolis.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Indiana/Knox.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Indiana/Marengo.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Indiana/Vevay.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Indianapolis.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Inuvik.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Iqaluit.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Jamaica.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Jujuy.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Juneau.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Kentucky/Louisville.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Kentucky/Monticello.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/La_Paz.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Lima.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Los_Angeles.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Louisville.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Maceio.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Managua.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Manaus.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Martinique.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Mazatlan.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Mendoza.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Menominee.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Merida.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Mexico_City.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Miquelon.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Monterrey.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Montevideo.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Montreal.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Montserrat.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Nassau.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/New_York.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Nipigon.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Nome.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Noronha.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/North_Dakota/Center.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Panama.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Pangnirtung.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Paramaribo.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Phoenix.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Port-au-Prince.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Port_of_Spain.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Porto_Velho.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Puerto_Rico.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Rainy_River.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Rankin_Inlet.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Recife.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Regina.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Rio_Branco.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Rosario.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Santiago.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Santo_Domingo.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Sao_Paulo.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Scoresbysund.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Shiprock.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/St_Johns.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/St_Kitts.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/St_Lucia.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/St_Thomas.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/St_Vincent.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Swift_Current.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Tegucigalpa.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Thule.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Thunder_Bay.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Tijuana.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Tortola.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Vancouver.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Whitehorse.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Winnipeg.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Yakutat.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Yellowknife.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Antarctica/Casey.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Antarctica/Davis.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Antarctica/DumontDUrville.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Antarctica/Mawson.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Antarctica/McMurdo.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Antarctica/Palmer.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Antarctica/South_Pole.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Antarctica/Syowa.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Antarctica/Vostok.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Arctic/Longyearbyen.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Aden.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Almaty.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Amman.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Anadyr.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Aqtau.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Aqtobe.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Ashgabat.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Baghdad.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Bahrain.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Baku.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Bangkok.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Beirut.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Bishkek.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Brunei.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Calcutta.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Choibalsan.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Chongqing.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Chungking.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Colombo.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Damascus.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Dhaka.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Dili.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Dubai.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Dushanbe.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Gaza.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Harbin.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Hong_Kong.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Hovd.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Irkutsk.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Istanbul.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Jakarta.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Jayapura.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Jerusalem.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Kabul.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Kamchatka.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Karachi.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Kashgar.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Katmandu.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Krasnoyarsk.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Kuala_Lumpur.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Kuching.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Kuwait.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Macao.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Magadan.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Manila.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Muscat.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Nicosia.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Novosibirsk.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Omsk.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Phnom_Penh.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Pontianak.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Pyongyang.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Qatar.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Rangoon.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Riyadh.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Saigon.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Sakhalin.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Samarkand.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Seoul.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Shanghai.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Singapore.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Taipei.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Tashkent.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Tbilisi.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Tehran.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Thimphu.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Tokyo.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Ujung_Pandang.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Ulaanbaatar.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Urumqi.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Vientiane.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Vladivostok.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Yakutsk.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Yekaterinburg.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia/Yerevan.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Atlantic/Azores.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Atlantic/Bermuda.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Atlantic/Canary.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Atlantic/Cape_Verde.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Atlantic/Faeroe.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Atlantic/Jan_Mayen.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Atlantic/Madeira.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Atlantic/Reykjavik.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Atlantic/South_Georgia.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Atlantic/St_Helena.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Atlantic/Stanley.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Australia/Adelaide.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Australia/Brisbane.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Australia/Broken_Hill.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Australia/Darwin.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Australia/Hobart.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Australia/Lindeman.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Australia/Lord_Howe.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Australia/Melbourne.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Australia/Perth.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Australia/Sydney.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Amsterdam.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Andorra.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Athens.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Belfast.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Belgrade.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Berlin.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Bratislava.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Brussels.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Bucharest.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Budapest.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Chisinau.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Copenhagen.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Dublin.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Gibraltar.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Helsinki.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Istanbul.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Kaliningrad.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Kiev.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Lisbon.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Ljubljana.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/London.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Luxembourg.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Madrid.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Malta.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Minsk.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Monaco.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Moscow.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Nicosia.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Oslo.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Paris.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Prague.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Riga.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Rome.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Samara.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/San_Marino.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Sarajevo.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Simferopol.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Skopje.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Sofia.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Stockholm.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Tallinn.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Tirane.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Uzhgorod.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Vaduz.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Vatican.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Vienna.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Vilnius.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Warsaw.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Zagreb.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Zaporozhye.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe/Zurich.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Indian/Antananarivo.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Indian/Chagos.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Indian/Christmas.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Indian/Cocos.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Indian/Comoro.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Indian/Kerguelen.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Indian/Mahe.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Indian/Maldives.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Indian/Mauritius.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Indian/Mayotte.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Indian/Reunion.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Apia.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Auckland.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Chatham.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Easter.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Efate.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Enderbury.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Fakaofo.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Fiji.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Funafuti.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Galapagos.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Gambier.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Guadalcanal.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Guam.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Honolulu.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Johnston.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Kiritimati.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Kosrae.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Kwajalein.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Majuro.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Marquesas.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Midway.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Nauru.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Niue.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Norfolk.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Noumea.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Pago_Pago.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Palau.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Pitcairn.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Ponape.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Port_Moresby.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Rarotonga.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Saipan.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Tahiti.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Tarawa.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Tongatapu.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Truk.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Wake.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Wallis.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific/Yap.ics +share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/zones.tab +share/gnome/idl/evolution-data-server-%%VERSION%%/Evolution-DataServer-Addressbook.idl +share/gnome/idl/evolution-data-server-%%VERSION%%/Evolution-DataServer-Calendar.idl +share/gnome/idl/evolution-data-server-%%VERSION%%/Evolution-DataServer.idl +share/locale/am/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/az/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/be/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/bg/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/ca/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/cs/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/da/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/de/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/el/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/en_AU/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/en_GB/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/es/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/et/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/eu/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/fi/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/fr/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/ga/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/gl/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/hu/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/it/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/ja/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/ko/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/lt/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/lv/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/ms/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/nl/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/nn/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/no/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/pl/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/pt/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/pt_BR/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/ro/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/ru/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/sk/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/sl/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/sr/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/sr@Latn/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/sv/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/tr/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/uk/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/vi/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/zh_CN/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +share/locale/zh_TW/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo +@dirrm share/gnome/idl/evolution-data-server-%%VERSION%% +@dirrm share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific +@dirrm share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Indian +@dirrm share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Europe +@dirrm share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Australia +@dirrm share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Atlantic +@dirrm share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Asia +@dirrm share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Arctic +@dirrm share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Antarctica +@dirrm share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/North_Dakota +@dirrm share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Kentucky +@dirrm share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America/Indiana +@dirrm share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/America +@dirrm share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa +@dirrm share/gnome/evolution-data-server-%%VERSION%%/zoneinfo +@dirrm share/gnome/evolution-data-server-%%VERSION%% +@dirrm share/doc/libecal +@dirrm share/doc/libebook +@dirrm include/evolution-data-server-%%VERSION%%/libical +@dirrm include/evolution-data-server-%%VERSION%%/libedataserver +@dirrm include/evolution-data-server-%%VERSION%%/libedata-cal +@dirrm include/evolution-data-server-%%VERSION%%/libedata-book +@dirrm include/evolution-data-server-%%VERSION%%/libecal +@dirrm include/evolution-data-server-%%VERSION%%/libebook +@dirrm include/evolution-data-server-%%VERSION%% -- cgit v1.2.3