Update to evolution-data-server-3.12.0.

This commit is contained in:
ajacoutot 2014-03-27 10:08:21 +00:00
parent 7c63a59fcd
commit f909542c3c
5 changed files with 344 additions and 477 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.165 2014/03/09 21:51:21 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.166 2014/03/27 10:08:21 ajacoutot Exp $
# XXX add libphonenumber support when a cpp release is out
@ -7,12 +7,11 @@ SHARED_ONLY= Yes
COMMENT= unified backend for PIM programs
GNOME_PROJECT= evolution-data-server
GNOME_VERSION= 3.10.4
REVISION= 0
GNOME_VERSION= 3.12.0
CATEGORIES= databases productivity
SHARED_LIBS += camel-1.2 36.0 # 45.0
SHARED_LIBS += camel-1.2 37.0 # 49.0
SHARED_LIBS += edataserver-1.2 18.0 # 18.0
SHARED_LIBS += ebackend-1.2 5.0 # 7.0
SHARED_LIBS += ebook-contacts-1.2 1.0 # 0.0
@ -39,6 +38,7 @@ WANTLIB += nss3 nssutil3 oauth p11-kit pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 plc4 plds4 png pthread pthread-stubs
WANTLIB += roken sasl2 secret-1 smime3 softokn3 soup-2.4 sqlite3
WANTLIB += ssl ssl3 wind xcb xcb-render xcb-shm xml2 z
WANTLIB += Xau Xdmcp gcr-3 icudata icui18n icuuc stdc++
MODULES= devel/gettext \
devel/dconf \
@ -60,8 +60,7 @@ MODPY_RUNDEP= No
MODGNOME_TOOLS= gi vala
MODGNOME_CPPFLAGS= $$(krb5-config --cflags)
AUTOCONF_VERSION= 2.69
CONFIGURE_STYLE= autoconf
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= DB_CFLAGS="-I${LOCALBASE}/include/db4" DB_LIBS="-ldb"
CONFIGURE_ARGS= --with-krb5 \
--with-openldap=${LOCALBASE}
@ -71,8 +70,10 @@ CONFIGURE_ARGS += --disable-uoa
pre-configure:
perl -pi -e 's,/usr/sbin/imapd,${LOCALBASE}/libexec/imapd,g' \
${WRKSRC}/camel/camel-imapx-settings.c \
${WRKSRC}/camel/providers/imapx/camel-imapx-settings.c \
${WRKSRC}/docs/reference/camel/html/CamelIMAPXSettings.html
# XXX cc1plus: error: unrecognized command line option "-Wnoexcept"
perl -pi -e 's,-Wnoexcept,,' ${WRKSRC}/configure
post-install:
rm ${PREFIX}/lib/evolution-data-server/*/*.{a,la}

View File

@ -1,2 +1,2 @@
SHA256 (evolution-data-server-3.10.4.tar.xz) = XC1eGa8Z7PqB8xMGQRq2FVw8Ys9AfVpaqmdajOlA+i0=
SIZE (evolution-data-server-3.10.4.tar.xz) = 3961320
SHA256 (evolution-data-server-3.12.0.tar.xz) = h+d54OWAP29NenQxwwXxM/SE3eTF3a+X23pRGKIaFMs=
SIZE (evolution-data-server-3.12.0.tar.xz) = 4993084

View File

@ -1,16 +1,16 @@
$OpenBSD: patch-m4_evo_krb5_support_m4,v 1.5 2014/03/09 21:51:21 ajacoutot Exp $
$OpenBSD: patch-configure,v 1.15 2014/03/27 10:08:21 ajacoutot Exp $
XXX patch evo_krb5_support.m4 to use krb5-config(1) and push upstream
(and remove the call to krb5-config from MODGNOME_CPPFLAGS)
--- m4/evo_krb5_support.m4.orig Mon Mar 3 12:40:14 2014
+++ m4/evo_krb5_support.m4 Mon Mar 3 12:40:26 2014
@@ -59,7 +59,7 @@ AC_DEFUN([EVO_KRB5_SUPPORT],[
--- configure.orig Sun Mar 23 01:08:37 2014
+++ configure Thu Mar 27 10:25:12 2014
@@ -22576,7 +22576,7 @@ $as_echo_n "checking for Kerberos 5... " >&6; }
esac
mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5"
- heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi"
+ heimlibs="`krb5-config --libs gssapi`"
sunlibs="-lkrb5 -lgss"
AC_CACHE_VAL([ac_cv_lib_kerberos5],
[
if ${ac_cv_lib_kerberos5+:} false; then :
$as_echo_n "(cached) " >&6

View File

@ -1,35 +0,0 @@
$OpenBSD: patch-configure_ac,v 1.13 2014/03/09 21:51:21 ajacoutot Exp $
From 3bb0c0e98965387dfaac8cdc14e7347217e6f68e Mon Sep 17 00:00:00 2001
From: Ryan Lortie <desrt@desrt.ca>
Date: Tue, 07 Jan 2014 21:10:13 +0000
Subject: Bug 721733 - Tweak Berkeley DB detection logic
From 5d2bbbc215e3892f290d17fcb7eee4d8cacd7ce1 Mon Sep 17 00:00:00 2001
From: Ryan Lortie <desrt@desrt.ca>
Date: Wed, 08 Jan 2014 17:01:57 +0000
Subject: configure.ac: trivial typo fix in last commit
--- configure.ac.orig Mon Dec 9 03:41:02 2013
+++ configure.ac Mon Mar 3 12:44:34 2014
@@ -544,10 +544,16 @@ dnl ******************************
AC_ARG_WITH([libdb],
AS_HELP_STRING([--with-libdb=PREFIX],
[Prefix where libdb is installed]),
- [libdb_prefix="$withval"], [libdb_prefix='${prefix}'])
-
-DB_CFLAGS="-I$libdb_prefix/include"
-DB_LIBS="-L$libdb_prefix/lib -ldb"
+ [
+ DB_CFLAGS="-I$withval/include"
+ DB_LIBS="-L$withval/lib -ldb"
+ ],
+ [
+ if test -z "$DB_CFLAGS" -a -z "$DB_LIBS"; then
+ DB_CFLAGS=""
+ DB_LIBS="-ldb"
+ fi
+ ])
AC_MSG_CHECKING([Berkeley DB])
save_cflags=$CFLAGS; CFLAGS=$DB_CFLAGS

View File

@ -1,7 +1,8 @@
@comment $OpenBSD: PLIST,v 1.38 2013/11/10 16:09:36 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.39 2014/03/27 10:08:21 ajacoutot Exp $
include/evolution-data-server/
include/evolution-data-server/camel/
include/evolution-data-server/camel/camel-address.h
include/evolution-data-server/camel/camel-async-closure.h
include/evolution-data-server/camel/camel-block-file.h
include/evolution-data-server/camel/camel-certdb.h
include/evolution-data-server/camel/camel-charset-map.h
@ -10,13 +11,12 @@ include/evolution-data-server/camel/camel-data-cache.h
include/evolution-data-server/camel/camel-data-wrapper.h
include/evolution-data-server/camel/camel-db.h
include/evolution-data-server/camel/camel-debug.h
include/evolution-data-server/camel/camel-disco-diary.h
include/evolution-data-server/camel/camel-disco-folder.h
include/evolution-data-server/camel/camel-disco-store.h
include/evolution-data-server/camel/camel-enums.h
include/evolution-data-server/camel/camel-enumtypes.h
include/evolution-data-server/camel/camel-file-utils.h
include/evolution-data-server/camel/camel-filter-driver.h
include/evolution-data-server/camel/camel-filter-input-stream.h
include/evolution-data-server/camel/camel-filter-output-stream.h
include/evolution-data-server/camel/camel-filter-search.h
include/evolution-data-server/camel/camel-folder-search.h
include/evolution-data-server/camel/camel-folder-summary.h
@ -25,19 +25,6 @@ include/evolution-data-server/camel/camel-folder.h
include/evolution-data-server/camel/camel-gpg-context.h
include/evolution-data-server/camel/camel-html-parser.h
include/evolution-data-server/camel/camel-iconv.h
include/evolution-data-server/camel/camel-imapx-command.h
include/evolution-data-server/camel/camel-imapx-folder.h
include/evolution-data-server/camel/camel-imapx-job.h
include/evolution-data-server/camel/camel-imapx-list-response.h
include/evolution-data-server/camel/camel-imapx-search.h
include/evolution-data-server/camel/camel-imapx-server.h
include/evolution-data-server/camel/camel-imapx-settings.h
include/evolution-data-server/camel/camel-imapx-status-response.h
include/evolution-data-server/camel/camel-imapx-store-summary.h
include/evolution-data-server/camel/camel-imapx-store.h
include/evolution-data-server/camel/camel-imapx-stream.h
include/evolution-data-server/camel/camel-imapx-summary.h
include/evolution-data-server/camel/camel-imapx-utils.h
include/evolution-data-server/camel/camel-index.h
include/evolution-data-server/camel/camel-internet-address.h
include/evolution-data-server/camel/camel-junk-filter.h
@ -61,7 +48,6 @@ include/evolution-data-server/camel/camel-mime-filter-index.h
include/evolution-data-server/camel/camel-mime-filter-linewrap.h
include/evolution-data-server/camel/camel-mime-filter-pgp.h
include/evolution-data-server/camel/camel-mime-filter-progress.h
include/evolution-data-server/camel/camel-mime-filter-save.h
include/evolution-data-server/camel/camel-mime-filter-tohtml.h
include/evolution-data-server/camel/camel-mime-filter-windows.h
include/evolution-data-server/camel/camel-mime-filter-yenc.h
@ -80,6 +66,7 @@ include/evolution-data-server/camel/camel-net-utils.h
include/evolution-data-server/camel/camel-network-service.h
include/evolution-data-server/camel/camel-network-settings.h
include/evolution-data-server/camel/camel-nntp-address.h
include/evolution-data-server/camel/camel-null-output-stream.h
include/evolution-data-server/camel/camel-object-bag.h
include/evolution-data-server/camel/camel-object.h
include/evolution-data-server/camel/camel-offline-folder.h
@ -113,13 +100,9 @@ include/evolution-data-server/camel/camel-stream-fs.h
include/evolution-data-server/camel/camel-stream-mem.h
include/evolution-data-server/camel/camel-stream-null.h
include/evolution-data-server/camel/camel-stream-process.h
include/evolution-data-server/camel/camel-stream-vfs.h
include/evolution-data-server/camel/camel-stream.h
include/evolution-data-server/camel/camel-string-utils.h
include/evolution-data-server/camel/camel-subscribable.h
include/evolution-data-server/camel/camel-tcp-stream-raw.h
include/evolution-data-server/camel/camel-tcp-stream-ssl.h
include/evolution-data-server/camel/camel-tcp-stream.h
include/evolution-data-server/camel/camel-text-index.h
include/evolution-data-server/camel/camel-transport.h
include/evolution-data-server/camel/camel-trie.h
@ -172,6 +155,7 @@ include/evolution-data-server/libebook-contacts/e-phone-number.h
include/evolution-data-server/libebook-contacts/e-source-backend-summary-setup.h
include/evolution-data-server/libebook-contacts/e-vcard.h
include/evolution-data-server/libebook-contacts/libebook-contacts.h
include/evolution-data-server/libebook/e-book-client-cursor.h
include/evolution-data-server/libebook/e-book-client-view.h
include/evolution-data-server/libebook/e-book-client.h
include/evolution-data-server/libebook/e-book-enumtypes.h
@ -203,6 +187,9 @@ include/evolution-data-server/libedata-book/e-book-backend-sexp.h
include/evolution-data-server/libedata-book/e-book-backend-sqlitedb.h
include/evolution-data-server/libedata-book/e-book-backend-summary.h
include/evolution-data-server/libedata-book/e-book-backend.h
include/evolution-data-server/libedata-book/e-book-sqlite.h
include/evolution-data-server/libedata-book/e-data-book-cursor-sqlite.h
include/evolution-data-server/libedata-book/e-data-book-cursor.h
include/evolution-data-server/libedata-book/e-data-book-direct.h
include/evolution-data-server/libedata-book/e-data-book-factory.h
include/evolution-data-server/libedata-book/e-data-book-view.h
@ -225,6 +212,7 @@ include/evolution-data-server/libedataserver/
include/evolution-data-server/libedataserver/e-cancellable-locks.h
include/evolution-data-server/libedataserver/e-categories.h
include/evolution-data-server/libedataserver/e-client.h
include/evolution-data-server/libedataserver/e-collator.h
include/evolution-data-server/libedataserver/e-credentials.h
include/evolution-data-server/libedataserver/e-data-server-util.h
include/evolution-data-server/libedataserver/e-debug-log.h
@ -259,6 +247,7 @@ include/evolution-data-server/libedataserver/e-source-mail-transport.h
include/evolution-data-server/libedataserver/e-source-mdn.h
include/evolution-data-server/libedataserver/e-source-offline.h
include/evolution-data-server/libedataserver/e-source-openpgp.h
include/evolution-data-server/libedataserver/e-source-proxy.h
include/evolution-data-server/libedataserver/e-source-refresh.h
include/evolution-data-server/libedataserver/e-source-registry.h
include/evolution-data-server/libedataserver/e-source-resource.h
@ -307,6 +296,7 @@ lib/evolution-data-server/registry-modules/module-gnome-online-accounts.so
lib/evolution-data-server/registry-modules/module-google-backend.so
lib/evolution-data-server/registry-modules/module-outlook-backend.so
lib/evolution-data-server/registry-modules/module-owncloud-backend.so
lib/evolution-data-server/registry-modules/module-secret-monitor.so
lib/evolution-data-server/registry-modules/module-trust-prompt.so
lib/evolution-data-server/registry-modules/module-yahoo-backend.so
lib/girepository-1.0/EBook-1.2.typelib
@ -355,7 +345,6 @@ lib/pkgconfig/libedataserver-1.2.pc
@bin libexec/evolution-source-registry
@bin libexec/evolution-user-prompter
share/GConf/gsettings/evolution-data-server.convert
share/GConf/gsettings/libedataserver.convert
share/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service
share/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service
share/dbus-1/services/org.gnome.evolution.dataserver.Sources.service
@ -377,30 +366,46 @@ share/gtk-doc/html/camel/CamelCertDB.html
share/gtk-doc/html/camel/CamelCipherContext.html
share/gtk-doc/html/camel/CamelDataCache.html
share/gtk-doc/html/camel/CamelDataWrapper.html
share/gtk-doc/html/camel/CamelDiscoDiary.html
share/gtk-doc/html/camel/CamelDiscoFolder.html
share/gtk-doc/html/camel/CamelDiscoStore.html
share/gtk-doc/html/camel/CamelFilterDriver.html
share/gtk-doc/html/camel/CamelFilterInputStream.html
share/gtk-doc/html/camel/CamelFilterOutputStream.html
share/gtk-doc/html/camel/CamelFolder.html
share/gtk-doc/html/camel/CamelFolderSearch.html
share/gtk-doc/html/camel/CamelFolderSummary.html
share/gtk-doc/html/camel/CamelGpgContext.html
share/gtk-doc/html/camel/CamelIMAPXFolder.html
share/gtk-doc/html/camel/CamelIMAPXListResponse.html
share/gtk-doc/html/camel/CamelIMAPXLogger.html
share/gtk-doc/html/camel/CamelIMAPXMailbox.html
share/gtk-doc/html/camel/CamelIMAPXNamespace.html
share/gtk-doc/html/camel/CamelIMAPXNamespaceResponse.html
share/gtk-doc/html/camel/CamelIMAPXSearch.html
share/gtk-doc/html/camel/CamelIMAPXServer.html
share/gtk-doc/html/camel/CamelIMAPXSettings.html
share/gtk-doc/html/camel/CamelIMAPXStatusResponse.html
share/gtk-doc/html/camel/CamelIMAPXStore.html
share/gtk-doc/html/camel/CamelIMAPXStoreSummary.html
share/gtk-doc/html/camel/CamelIMAPXStream.html
share/gtk-doc/html/camel/CamelIMAPXSummary.html
share/gtk-doc/html/camel/CamelIndex.html
share/gtk-doc/html/camel/CamelInternetAddress.html
share/gtk-doc/html/camel/CamelJunkFilter.html
share/gtk-doc/html/camel/CamelKeyFile.html
share/gtk-doc/html/camel/CamelKeyTable.html
share/gtk-doc/html/camel/CamelLocalFolder.html
share/gtk-doc/html/camel/CamelLocalSettings.html
share/gtk-doc/html/camel/CamelLocalStore.html
share/gtk-doc/html/camel/CamelLocalSummary.html
share/gtk-doc/html/camel/CamelMaildirFolder.html
share/gtk-doc/html/camel/CamelMaildirStore.html
share/gtk-doc/html/camel/CamelMaildirSummary.html
share/gtk-doc/html/camel/CamelMboxFolder.html
share/gtk-doc/html/camel/CamelMboxStore.html
share/gtk-doc/html/camel/CamelMboxSummary.html
share/gtk-doc/html/camel/CamelMedium.html
share/gtk-doc/html/camel/CamelMhFolder.html
share/gtk-doc/html/camel/CamelMhSettings.html
share/gtk-doc/html/camel/CamelMhStore.html
share/gtk-doc/html/camel/CamelMhSummary.html
share/gtk-doc/html/camel/CamelMimeFilter.html
share/gtk-doc/html/camel/CamelMimeFilterBasic.html
share/gtk-doc/html/camel/CamelMimeFilterBestenc.html
@ -415,7 +420,6 @@ share/gtk-doc/html/camel/CamelMimeFilterIndex.html
share/gtk-doc/html/camel/CamelMimeFilterLinewrap.html
share/gtk-doc/html/camel/CamelMimeFilterPgp.html
share/gtk-doc/html/camel/CamelMimeFilterProgress.html
share/gtk-doc/html/camel/CamelMimeFilterSave.html
share/gtk-doc/html/camel/CamelMimeFilterToHTML.html
share/gtk-doc/html/camel/CamelMimeFilterWindows.html
share/gtk-doc/html/camel/CamelMimeFilterYenc.html
@ -426,12 +430,24 @@ share/gtk-doc/html/camel/CamelMultipart.html
share/gtk-doc/html/camel/CamelMultipartEncrypted.html
share/gtk-doc/html/camel/CamelMultipartSigned.html
share/gtk-doc/html/camel/CamelNNTPAddress.html
share/gtk-doc/html/camel/CamelNNTPFolder.html
share/gtk-doc/html/camel/CamelNNTPSettings.html
share/gtk-doc/html/camel/CamelNNTPStore.html
share/gtk-doc/html/camel/CamelNNTPStoreSummary.html
share/gtk-doc/html/camel/CamelNNTPStream.html
share/gtk-doc/html/camel/CamelNNTPSummary.html
share/gtk-doc/html/camel/CamelNetworkService.html
share/gtk-doc/html/camel/CamelNetworkSettings.html
share/gtk-doc/html/camel/CamelNullOutputStream.html
share/gtk-doc/html/camel/CamelObject.html
share/gtk-doc/html/camel/CamelOfflineFolder.html
share/gtk-doc/html/camel/CamelOfflineSettings.html
share/gtk-doc/html/camel/CamelOfflineStore.html
share/gtk-doc/html/camel/CamelPOP3Engine.html
share/gtk-doc/html/camel/CamelPOP3Folder.html
share/gtk-doc/html/camel/CamelPOP3Settings.html
share/gtk-doc/html/camel/CamelPOP3Store.html
share/gtk-doc/html/camel/CamelPOP3Stream.html
share/gtk-doc/html/camel/CamelSExp.html
share/gtk-doc/html/camel/CamelSMIMEContext.html
share/gtk-doc/html/camel/CamelSasl.html
@ -443,9 +459,17 @@ share/gtk-doc/html/camel/CamelSaslLogin.html
share/gtk-doc/html/camel/CamelSaslNTLM.html
share/gtk-doc/html/camel/CamelSaslPOPB4SMTP.html
share/gtk-doc/html/camel/CamelSaslPlain.html
share/gtk-doc/html/camel/CamelSendmailSettings.html
share/gtk-doc/html/camel/CamelSendmailTransport.html
share/gtk-doc/html/camel/CamelService.html
share/gtk-doc/html/camel/CamelSession.html
share/gtk-doc/html/camel/CamelSettings.html
share/gtk-doc/html/camel/CamelSmtpSettings.html
share/gtk-doc/html/camel/CamelSmtpTransport.html
share/gtk-doc/html/camel/CamelSpoolFolder.html
share/gtk-doc/html/camel/CamelSpoolSettings.html
share/gtk-doc/html/camel/CamelSpoolStore.html
share/gtk-doc/html/camel/CamelSpoolSummary.html
share/gtk-doc/html/camel/CamelStore.html
share/gtk-doc/html/camel/CamelStoreSettings.html
share/gtk-doc/html/camel/CamelStoreSummary.html
@ -456,10 +480,7 @@ share/gtk-doc/html/camel/CamelStreamFs.html
share/gtk-doc/html/camel/CamelStreamMem.html
share/gtk-doc/html/camel/CamelStreamNull.html
share/gtk-doc/html/camel/CamelStreamProcess.html
share/gtk-doc/html/camel/CamelStreamVFS.html
share/gtk-doc/html/camel/CamelSubscribable.html
share/gtk-doc/html/camel/CamelTcpStream.html
share/gtk-doc/html/camel/CamelTcpStreamRaw.html
share/gtk-doc/html/camel/CamelTextIndexName.html
share/gtk-doc/html/camel/CamelTransport.html
share/gtk-doc/html/camel/CamelVTrashFolder.html
@ -471,12 +492,16 @@ share/gtk-doc/html/camel/CamelVeeSubfolderData.html
share/gtk-doc/html/camel/CamelVeeSummary.html
share/gtk-doc/html/camel/ClassTree.html
share/gtk-doc/html/camel/Crypto.html
share/gtk-doc/html/camel/Deprecated.html
share/gtk-doc/html/camel/Filters.html
share/gtk-doc/html/camel/Folders.html
share/gtk-doc/html/camel/Fundamentals.html
share/gtk-doc/html/camel/IMAP.html
share/gtk-doc/html/camel/Local.html
share/gtk-doc/html/camel/MIME.html
share/gtk-doc/html/camel/NNTP.html
share/gtk-doc/html/camel/POP.html
share/gtk-doc/html/camel/SMTP.html
share/gtk-doc/html/camel/Sendmail.html
share/gtk-doc/html/camel/Services.html
share/gtk-doc/html/camel/Storage.html
share/gtk-doc/html/camel/Stream-Filters.html
@ -492,18 +517,19 @@ share/gtk-doc/html/camel/api-index-2.30.html
share/gtk-doc/html/camel/api-index-2.32.html
share/gtk-doc/html/camel/api-index-3.0.html
share/gtk-doc/html/camel/api-index-3.10.html
share/gtk-doc/html/camel/api-index-3.12.html
share/gtk-doc/html/camel/api-index-3.2.html
share/gtk-doc/html/camel/api-index-3.4.html
share/gtk-doc/html/camel/api-index-3.6.html
share/gtk-doc/html/camel/api-index-3.8.html
share/gtk-doc/html/camel/api-index-deprecated.html
share/gtk-doc/html/camel/api-index-full.html
share/gtk-doc/html/camel/api.html
share/gtk-doc/html/camel/camel-CamelAsyncClosure.html
share/gtk-doc/html/camel/camel-CamelDB.html
share/gtk-doc/html/camel/camel-CamelIMAPXCommand.html
share/gtk-doc/html/camel/camel-CamelIMAPXJob.html
share/gtk-doc/html/camel/camel-CamelLocalSettings.html
share/gtk-doc/html/camel/camel-CamelMsgPort.html
share/gtk-doc/html/camel/camel-CamelTcpStreamSSL.html
share/gtk-doc/html/camel/camel-camel-charset-map.html
share/gtk-doc/html/camel/camel-camel-debug.html
share/gtk-doc/html/camel/camel-camel-file-utils.html
@ -528,406 +554,281 @@ share/gtk-doc/html/camel/camel-camel-url.html
share/gtk-doc/html/camel/camel-camel-utf8.html
share/gtk-doc/html/camel/camel-camel.html
share/gtk-doc/html/camel/camel.devhelp2
share/gtk-doc/html/camel/classes.html
share/gtk-doc/html/camel/home.png
share/gtk-doc/html/camel/index.html
share/gtk-doc/html/camel/index.sgml
share/gtk-doc/html/camel/left.png
share/gtk-doc/html/camel/right.png
share/gtk-doc/html/camel/services.html
share/gtk-doc/html/camel/style.css
share/gtk-doc/html/camel/up.png
share/gtk-doc/html/libebackend/
share/gtk-doc/html/libebackend/EAuthenticationMediator.html
share/gtk-doc/html/libebackend/EAuthenticationSession.html
share/gtk-doc/html/libebackend/EBackend.html
share/gtk-doc/html/libebackend/EBackendFactory.html
share/gtk-doc/html/libebackend/ECollectionBackend.html
share/gtk-doc/html/libebackend/ECollectionBackendFactory.html
share/gtk-doc/html/libebackend/EDBusServer.html
share/gtk-doc/html/libebackend/EDataFactory.html
share/gtk-doc/html/libebackend/EExtensible.html
share/gtk-doc/html/libebackend/EExtension.html
share/gtk-doc/html/libebackend/EFileCache.html
share/gtk-doc/html/libebackend/EModule.html
share/gtk-doc/html/libebackend/EOAuth2Support.html
share/gtk-doc/html/libebackend/EOfflineListener.html
share/gtk-doc/html/libebackend/EServerSideSource.html
share/gtk-doc/html/libebackend/ESoupAuthBearer.html
share/gtk-doc/html/libebackend/ESourceRegistryServer.html
share/gtk-doc/html/libebackend/EUserPrompter.html
share/gtk-doc/html/libebackend/EUserPrompterServer.html
share/gtk-doc/html/libebackend/EUserPrompterServerExtension.html
share/gtk-doc/html/libebackend/api-index-2.24.html
share/gtk-doc/html/libebackend/api-index-2.26.html
share/gtk-doc/html/libebackend/api-index-2.28.html
share/gtk-doc/html/libebackend/api-index-2.30.html
share/gtk-doc/html/libebackend/api-index-3.10.html
share/gtk-doc/html/libebackend/api-index-3.2.html
share/gtk-doc/html/libebackend/api-index-3.4.html
share/gtk-doc/html/libebackend/api-index-3.6.html
share/gtk-doc/html/libebackend/api-index-3.8.html
share/gtk-doc/html/libebackend/api-index-deprecated.html
share/gtk-doc/html/libebackend/ch01.html
share/gtk-doc/html/libebackend/ch02.html
share/gtk-doc/html/libebackend/ch03.html
share/gtk-doc/html/libebackend/ch04.html
share/gtk-doc/html/libebackend/home.png
share/gtk-doc/html/libebackend/index.html
share/gtk-doc/html/libebackend/index.sgml
share/gtk-doc/html/libebackend/ix01.html
share/gtk-doc/html/libebackend/left.png
share/gtk-doc/html/libebackend/libebackend-e-db3-utils.html
share/gtk-doc/html/libebackend/libebackend-e-dbhash.html
share/gtk-doc/html/libebackend/libebackend-e-sqlite3-vfs.html
share/gtk-doc/html/libebackend/libebackend.devhelp2
share/gtk-doc/html/libebackend/right.png
share/gtk-doc/html/libebackend/style.css
share/gtk-doc/html/libebackend/up.png
share/gtk-doc/html/libebook/
share/gtk-doc/html/libebook-contacts/
share/gtk-doc/html/libebook-contacts/EBookQuery.html
share/gtk-doc/html/libebook-contacts/EContact.html
share/gtk-doc/html/libebook-contacts/EPhoneNumber.html
share/gtk-doc/html/libebook-contacts/ESourceBackendSummarySetup.html
share/gtk-doc/html/libebook-contacts/EVCard.html
share/gtk-doc/html/libebook-contacts/annotation-glossary.html
share/gtk-doc/html/libebook-contacts/api-index-1.12.html
share/gtk-doc/html/libebook-contacts/api-index-2.22.html
share/gtk-doc/html/libebook-contacts/api-index-2.24.html
share/gtk-doc/html/libebook-contacts/api-index-2.26.html
share/gtk-doc/html/libebook-contacts/api-index-2.28.html
share/gtk-doc/html/libebook-contacts/api-index-2.30.html
share/gtk-doc/html/libebook-contacts/api-index-2.32.html
share/gtk-doc/html/libebook-contacts/api-index-3.0.html
share/gtk-doc/html/libebook-contacts/api-index-3.10.html
share/gtk-doc/html/libebook-contacts/api-index-3.2.html
share/gtk-doc/html/libebook-contacts/api-index-3.4.html
share/gtk-doc/html/libebook-contacts/api-index-3.6.html
share/gtk-doc/html/libebook-contacts/api-index-3.8.html
share/gtk-doc/html/libebook-contacts/api-index-deprecated.html
share/gtk-doc/html/libebook-contacts/api-index-full.html
share/gtk-doc/html/libebook-contacts/ch01.html
share/gtk-doc/html/libebook-contacts/home.png
share/gtk-doc/html/libebook-contacts/index.html
share/gtk-doc/html/libebook-contacts/index.sgml
share/gtk-doc/html/libebook-contacts/left.png
share/gtk-doc/html/libebook-contacts/libebook-contacts-EAddressWestern.html
share/gtk-doc/html/libebook-contacts/libebook-contacts-ENameWestern.html
share/gtk-doc/html/libebook-contacts/libebook-contacts-e-book-contacts-types.html
share/gtk-doc/html/libebook-contacts/libebook-contacts.devhelp2
share/gtk-doc/html/libebook-contacts/right.png
share/gtk-doc/html/libebook-contacts/style.css
share/gtk-doc/html/libebook-contacts/up.png
share/gtk-doc/html/libebook/EBook.html
share/gtk-doc/html/libebook/EBookClient.html
share/gtk-doc/html/libebook/EBookClientView.html
share/gtk-doc/html/libebook/EBookView.html
share/gtk-doc/html/libebook/EDestination.html
share/gtk-doc/html/libebook/annotation-glossary.html
share/gtk-doc/html/libebook/api-index-1.12.html
share/gtk-doc/html/libebook/api-index-2.22.html
share/gtk-doc/html/libebook/api-index-2.24.html
share/gtk-doc/html/libebook/api-index-2.26.html
share/gtk-doc/html/libebook/api-index-2.28.html
share/gtk-doc/html/libebook/api-index-2.30.html
share/gtk-doc/html/libebook/api-index-2.32.html
share/gtk-doc/html/libebook/api-index-3.0.html
share/gtk-doc/html/libebook/api-index-3.10.html
share/gtk-doc/html/libebook/api-index-3.2.html
share/gtk-doc/html/libebook/api-index-3.4.html
share/gtk-doc/html/libebook/api-index-3.6.html
share/gtk-doc/html/libebook/api-index-3.8.html
share/gtk-doc/html/libebook/api-index-deprecated.html
share/gtk-doc/html/libebook/api-index-full.html
share/gtk-doc/html/libebook/ch01.html
share/gtk-doc/html/libebook/ch02.html
share/gtk-doc/html/libebook/home.png
share/gtk-doc/html/libebook/index.html
share/gtk-doc/html/libebook/index.sgml
share/gtk-doc/html/libebook/left.png
share/gtk-doc/html/libebook/libebook-e-book-types.html
share/gtk-doc/html/libebook/libebook.devhelp2
share/gtk-doc/html/libebook/right.png
share/gtk-doc/html/libebook/style.css
share/gtk-doc/html/libebook/up.png
share/gtk-doc/html/libecal/
share/gtk-doc/html/libecal/ECal.html
share/gtk-doc/html/libecal/ECalClient.html
share/gtk-doc/html/libecal/ECalClientView.html
share/gtk-doc/html/libecal/ECalComponent.html
share/gtk-doc/html/libecal/ECalView.html
share/gtk-doc/html/libecal/ETimezoneCache.html
share/gtk-doc/html/libecal/annotation-glossary.html
share/gtk-doc/html/libecal/api-index-1.12.html
share/gtk-doc/html/libecal/api-index-2.22.html
share/gtk-doc/html/libecal/api-index-2.24.html
share/gtk-doc/html/libecal/api-index-2.26.html
share/gtk-doc/html/libecal/api-index-2.28.html
share/gtk-doc/html/libecal/api-index-2.30.html
share/gtk-doc/html/libecal/api-index-2.32.html
share/gtk-doc/html/libecal/api-index-3.0.html
share/gtk-doc/html/libecal/api-index-3.10.html
share/gtk-doc/html/libecal/api-index-3.2.html
share/gtk-doc/html/libecal/api-index-3.4.html
share/gtk-doc/html/libecal/api-index-3.6.html
share/gtk-doc/html/libecal/api-index-3.8.html
share/gtk-doc/html/libecal/api-index-deprecated.html
share/gtk-doc/html/libecal/api-index-full.html
share/gtk-doc/html/libecal/ch01.html
share/gtk-doc/html/libecal/ch02.html
share/gtk-doc/html/libecal/home.png
share/gtk-doc/html/libecal/index.html
share/gtk-doc/html/libecal/index.sgml
share/gtk-doc/html/libecal/left.png
share/gtk-doc/html/libecal/libecal-e-cal-check-timezones.html
share/gtk-doc/html/libecal/libecal-e-cal-recur.html
share/gtk-doc/html/libecal/libecal-e-cal-system-timezone.html
share/gtk-doc/html/libecal/libecal-e-cal-time-util.html
share/gtk-doc/html/libecal/libecal-e-cal-util.html
share/gtk-doc/html/libecal/libecal.devhelp2
share/gtk-doc/html/libecal/right.png
share/gtk-doc/html/libecal/style.css
share/gtk-doc/html/libecal/up.png
share/gtk-doc/html/libedata-book/
share/gtk-doc/html/libedata-book/EBookBackend.html
share/gtk-doc/html/libedata-book/EBookBackendCache.html
share/gtk-doc/html/libedata-book/EBookBackendFactory.html
share/gtk-doc/html/libedata-book/EBookBackendSExp.html
share/gtk-doc/html/libedata-book/EBookBackendSummary.html
share/gtk-doc/html/libedata-book/EDataBook.html
share/gtk-doc/html/libedata-book/EDataBookDirect.html
share/gtk-doc/html/libedata-book/EDataBookFactory.html
share/gtk-doc/html/libedata-book/EDataBookView.html
share/gtk-doc/html/libedata-book/annotation-glossary.html
share/gtk-doc/html/libedata-book/api-index-1.12.html
share/gtk-doc/html/libedata-book/api-index-2.22.html
share/gtk-doc/html/libedata-book/api-index-2.24.html
share/gtk-doc/html/libedata-book/api-index-2.26.html
share/gtk-doc/html/libedata-book/api-index-2.28.html
share/gtk-doc/html/libedata-book/api-index-2.30.html
share/gtk-doc/html/libedata-book/api-index-2.32.html
share/gtk-doc/html/libedata-book/api-index-3.0.html
share/gtk-doc/html/libedata-book/api-index-3.10.html
share/gtk-doc/html/libedata-book/api-index-3.2.html
share/gtk-doc/html/libedata-book/api-index-3.4.html
share/gtk-doc/html/libedata-book/api-index-3.6.html
share/gtk-doc/html/libedata-book/api-index-3.8.html
share/gtk-doc/html/libedata-book/api-index-deprecated.html
share/gtk-doc/html/libedata-book/api-index-full.html
share/gtk-doc/html/libedata-book/ch01.html
share/gtk-doc/html/libedata-book/home.png
share/gtk-doc/html/libedata-book/index.html
share/gtk-doc/html/libedata-book/index.sgml
share/gtk-doc/html/libedata-book/left.png
share/gtk-doc/html/libedata-book/libedata-book-EBookBackendSqliteDB.html
share/gtk-doc/html/libedata-book/libedata-book-e-book-backend-db-cache.html
share/gtk-doc/html/libedata-book/libedata-book-ximian-vcard.html
share/gtk-doc/html/libedata-book/libedata-book.devhelp2
share/gtk-doc/html/libedata-book/right.png
share/gtk-doc/html/libedata-book/style.css
share/gtk-doc/html/libedata-book/up.png
share/gtk-doc/html/libedata-cal/
share/gtk-doc/html/libedata-cal/ECalBackend.html
share/gtk-doc/html/libedata-cal/ECalBackendCache.html
share/gtk-doc/html/libedata-cal/ECalBackendFactory.html
share/gtk-doc/html/libedata-cal/ECalBackendSExp.html
share/gtk-doc/html/libedata-cal/ECalBackendStore.html
share/gtk-doc/html/libedata-cal/ECalBackendSync.html
share/gtk-doc/html/libedata-cal/EDataCal.html
share/gtk-doc/html/libedata-cal/EDataCalFactory.html
share/gtk-doc/html/libedata-cal/annotation-glossary.html
share/gtk-doc/html/libedata-cal/api-index-1.12.html
share/gtk-doc/html/libedata-cal/api-index-2.22.html
share/gtk-doc/html/libedata-cal/api-index-2.24.html
share/gtk-doc/html/libedata-cal/api-index-2.26.html
share/gtk-doc/html/libedata-cal/api-index-2.28.html
share/gtk-doc/html/libedata-cal/api-index-2.30.html
share/gtk-doc/html/libedata-cal/api-index-2.32.html
share/gtk-doc/html/libedata-cal/api-index-3.0.html
share/gtk-doc/html/libedata-cal/api-index-3.10.html
share/gtk-doc/html/libedata-cal/api-index-3.2.html
share/gtk-doc/html/libedata-cal/api-index-3.4.html
share/gtk-doc/html/libedata-cal/api-index-3.6.html
share/gtk-doc/html/libedata-cal/api-index-3.8.html
share/gtk-doc/html/libedata-cal/api-index-deprecated.html
share/gtk-doc/html/libedata-cal/api-index-full.html
share/gtk-doc/html/libedata-cal/ch01.html
share/gtk-doc/html/libedata-cal/home.png
share/gtk-doc/html/libedata-cal/index.html
share/gtk-doc/html/libedata-cal/index.sgml
share/gtk-doc/html/libedata-cal/left.png
share/gtk-doc/html/libedata-cal/libedata-cal-EDataCalView.html
share/gtk-doc/html/libedata-cal/libedata-cal-EIntervalTree.html
share/gtk-doc/html/libedata-cal/libedata-cal-e-cal-backend-util.html
share/gtk-doc/html/libedata-cal/libedata-cal.devhelp2
share/gtk-doc/html/libedata-cal/right.png
share/gtk-doc/html/libedata-cal/style.css
share/gtk-doc/html/libedata-cal/up.png
share/gtk-doc/html/libedataserver/
share/gtk-doc/html/libedataserver/EClient.html
share/gtk-doc/html/libedataserver/EIterator.html
share/gtk-doc/html/libedataserver/EList.html
share/gtk-doc/html/libedataserver/EListIterator.html
share/gtk-doc/html/libedataserver/EProxy.html
share/gtk-doc/html/libedataserver/ESource.html
share/gtk-doc/html/libedataserver/ESourceAddressBook.html
share/gtk-doc/html/libedataserver/ESourceAlarms.html
share/gtk-doc/html/libedataserver/ESourceAuthentication.html
share/gtk-doc/html/libedataserver/ESourceAuthenticator.html
share/gtk-doc/html/libedataserver/ESourceAutocomplete.html
share/gtk-doc/html/libedataserver/ESourceBackend.html
share/gtk-doc/html/libedataserver/ESourceCalendar.html
share/gtk-doc/html/libedataserver/ESourceCamel.html
share/gtk-doc/html/libedataserver/ESourceCollection.html
share/gtk-doc/html/libedataserver/ESourceExtension.html
share/gtk-doc/html/libedataserver/ESourceGoa.html
share/gtk-doc/html/libedataserver/ESourceMDN.html
share/gtk-doc/html/libedataserver/ESourceMailAccount.html
share/gtk-doc/html/libedataserver/ESourceMailComposition.html
share/gtk-doc/html/libedataserver/ESourceMailIdentity.html
share/gtk-doc/html/libedataserver/ESourceMailSignature.html
share/gtk-doc/html/libedataserver/ESourceMailSubmission.html
share/gtk-doc/html/libedataserver/ESourceMailTransport.html
share/gtk-doc/html/libedataserver/ESourceMemoList.html
share/gtk-doc/html/libedataserver/ESourceOffline.html
share/gtk-doc/html/libedataserver/ESourceOpenPGP.html
share/gtk-doc/html/libedataserver/ESourceRefresh.html
share/gtk-doc/html/libedataserver/ESourceRegistry.html
share/gtk-doc/html/libedataserver/ESourceResource.html
share/gtk-doc/html/libedataserver/ESourceRevisionGuards.html
share/gtk-doc/html/libedataserver/ESourceSMIME.html
share/gtk-doc/html/libedataserver/ESourceSecurity.html
share/gtk-doc/html/libedataserver/ESourceSelectable.html
share/gtk-doc/html/libedataserver/ESourceTaskList.html
share/gtk-doc/html/libedataserver/ESourceUoa.html
share/gtk-doc/html/libedataserver/ESourceWebdav.html
share/gtk-doc/html/libedataserver/annotation-glossary.html
share/gtk-doc/html/libedataserver/api-index-1.12.html
share/gtk-doc/html/libedataserver/api-index-2.22.html
share/gtk-doc/html/libedataserver/api-index-2.24.html
share/gtk-doc/html/libedataserver/api-index-2.26.html
share/gtk-doc/html/libedataserver/api-index-2.28.html
share/gtk-doc/html/libedataserver/api-index-2.30.html
share/gtk-doc/html/libedataserver/api-index-2.32.html
share/gtk-doc/html/libedataserver/api-index-3.0.html
share/gtk-doc/html/libedataserver/api-index-3.10.html
share/gtk-doc/html/libedataserver/api-index-3.2.html
share/gtk-doc/html/libedataserver/api-index-3.4.html
share/gtk-doc/html/libedataserver/api-index-3.6.html
share/gtk-doc/html/libedataserver/api-index-3.8.html
share/gtk-doc/html/libedataserver/api-index-deprecated.html
share/gtk-doc/html/libedataserver/api-index-full.html
share/gtk-doc/html/libedataserver/ch01.html
share/gtk-doc/html/libedataserver/ch02.html
share/gtk-doc/html/libedataserver/ch03.html
share/gtk-doc/html/libedataserver/ch04.html
share/gtk-doc/html/libedataserver/home.png
share/gtk-doc/html/libedataserver/index.html
share/gtk-doc/html/libedataserver/index.sgml
share/gtk-doc/html/libedataserver/left.png
share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html
share/gtk-doc/html/libedataserver/libedataserver-EFlag.html
share/gtk-doc/html/libedataserver/libedataserver-EOperationPool.html
share/gtk-doc/html/libedataserver/libedataserver-ESExp.html
share/gtk-doc/html/libedataserver/libedataserver-Version-Information.html
share/gtk-doc/html/libedataserver/libedataserver-e-categories.html
share/gtk-doc/html/libedataserver/libedataserver-e-debug-log.html
share/gtk-doc/html/libedataserver/libedataserver-e-memory.html
share/gtk-doc/html/libedataserver/libedataserver-e-time-utils.html
share/gtk-doc/html/libedataserver/libedataserver-e-uid.html
share/gtk-doc/html/libedataserver/libedataserver-e-url.html
share/gtk-doc/html/libedataserver/libedataserver-e-util.html
share/gtk-doc/html/libedataserver/libedataserver-e-xml-hash-utils.html
share/gtk-doc/html/libedataserver/libedataserver.devhelp2
share/gtk-doc/html/libedataserver/right.png
share/gtk-doc/html/libedataserver/style.css
share/gtk-doc/html/libedataserver/up.png
share/locale/am/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/ar/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/as/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/ast/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/az/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/be/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/bg/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/bn/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/bn_IN/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/bs/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/ca/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/ca@valencia/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/cs/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/cy/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/da/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/de/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/dz/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/el/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/en@shaw/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/en_AU/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/en_CA/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/en_GB/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/eo/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/es/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/et/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/eu/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/fa/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/fi/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/fr/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/ga/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/gl/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/gu/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/he/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/hi/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/hr/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/hu/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/id/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/is/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/it/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/ja/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/ka/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/km/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/kn/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/ko/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/ku/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/lt/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/lv/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/mai/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/mk/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/ml/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/mn/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/mr/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/ms/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/nb/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/ne/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/nl/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/nn/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/oc/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/or/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/pa/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/pl/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/pt/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/pt_BR/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/ro/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/ru/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/rw/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/si/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/sk/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/sl/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/sq/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/sr/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/sr@latin/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/sv/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/ta/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/te/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/tg/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/th/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/tr/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/ug/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/uk/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/vi/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/wa/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/xh/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/zh_CN/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/zh_HK/LC_MESSAGES/evolution-data-server-3.10.mo
share/locale/zh_TW/LC_MESSAGES/evolution-data-server-3.10.mo
share/gtk-doc/html/eds/
share/gtk-doc/html/eds/annotation-glossary.html
share/gtk-doc/html/eds/api-index-1.12.html
share/gtk-doc/html/eds/api-index-2.22.html
share/gtk-doc/html/eds/api-index-2.24.html
share/gtk-doc/html/eds/api-index-2.26.html
share/gtk-doc/html/eds/api-index-2.28.html
share/gtk-doc/html/eds/api-index-2.30.html
share/gtk-doc/html/eds/api-index-2.32.html
share/gtk-doc/html/eds/api-index-3.0.html
share/gtk-doc/html/eds/api-index-3.10.html
share/gtk-doc/html/eds/api-index-3.12.html
share/gtk-doc/html/eds/api-index-3.2.html
share/gtk-doc/html/eds/api-index-3.4.html
share/gtk-doc/html/eds/api-index-3.6.html
share/gtk-doc/html/eds/api-index-3.8.html
share/gtk-doc/html/eds/api-index-deprecated.html
share/gtk-doc/html/eds/api-index-full.html
share/gtk-doc/html/eds/backend.html
share/gtk-doc/html/eds/ch01.html
share/gtk-doc/html/eds/ch02.html
share/gtk-doc/html/eds/ch03.html
share/gtk-doc/html/eds/ch04.html
share/gtk-doc/html/eds/ch05.html
share/gtk-doc/html/eds/ch06.html
share/gtk-doc/html/eds/ch07.html
share/gtk-doc/html/eds/ch08.html
share/gtk-doc/html/eds/ch09.html
share/gtk-doc/html/eds/ch10.html
share/gtk-doc/html/eds/ch11.html
share/gtk-doc/html/eds/ch12.html
share/gtk-doc/html/eds/ch13.html
share/gtk-doc/html/eds/ch14.html
share/gtk-doc/html/eds/ch15.html
share/gtk-doc/html/eds/ch16.html
share/gtk-doc/html/eds/client.html
share/gtk-doc/html/eds/cursor-alphabetic-indexes.png
share/gtk-doc/html/eds/cursor-positions-filtered.png
share/gtk-doc/html/eds/cursor-positions-step.png
share/gtk-doc/html/eds/cursor-positions.png
share/gtk-doc/html/eds/data-sources.html
share/gtk-doc/html/eds/deprecated.html
share/gtk-doc/html/eds/eds-Addressbook-related-types.html
share/gtk-doc/html/eds/eds-Berkeley-DB-caching-API.html
share/gtk-doc/html/eds/eds-Berkeley-DB-utilities.html
share/gtk-doc/html/eds/eds-Calendar-Backend-Utilities.html
share/gtk-doc/html/eds/eds-Calendar-recurrences.html
share/gtk-doc/html/eds/eds-Calendar-system-timezone.html
share/gtk-doc/html/eds/eds-Calendar-time-utilities.html
share/gtk-doc/html/eds/eds-Calendar-timezones.html
share/gtk-doc/html/eds/eds-Calendar-utilities.html
share/gtk-doc/html/eds/eds-Debug-logging.html
share/gtk-doc/html/eds/eds-Deprecated-addressbook-types.html
share/gtk-doc/html/eds/eds-EAddressWestern.html
share/gtk-doc/html/eds/eds-EAuthenticationMediator.html
share/gtk-doc/html/eds/eds-EAuthenticationSession.html
share/gtk-doc/html/eds/eds-EBackend.html
share/gtk-doc/html/eds/eds-EBackendFactory.html
share/gtk-doc/html/eds/eds-EBook.html
share/gtk-doc/html/eds/eds-EBookBackend.html
share/gtk-doc/html/eds/eds-EBookBackendCache.html
share/gtk-doc/html/eds/eds-EBookBackendFactory.html
share/gtk-doc/html/eds/eds-EBookBackendSExp.html
share/gtk-doc/html/eds/eds-EBookBackendSqliteDB.html
share/gtk-doc/html/eds/eds-EBookBackendSummary.html
share/gtk-doc/html/eds/eds-EBookClient.html
share/gtk-doc/html/eds/eds-EBookClientCursor.html
share/gtk-doc/html/eds/eds-EBookClientView.html
share/gtk-doc/html/eds/eds-EBookQuery.html
share/gtk-doc/html/eds/eds-EBookSqlite.html
share/gtk-doc/html/eds/eds-EBookView.html
share/gtk-doc/html/eds/eds-ECal.html
share/gtk-doc/html/eds/eds-ECalBackend.html
share/gtk-doc/html/eds/eds-ECalBackendCache.html
share/gtk-doc/html/eds/eds-ECalBackendFactory.html
share/gtk-doc/html/eds/eds-ECalBackendSExp.html
share/gtk-doc/html/eds/eds-ECalBackendStore.html
share/gtk-doc/html/eds/eds-ECalBackendSync.html
share/gtk-doc/html/eds/eds-ECalClient.html
share/gtk-doc/html/eds/eds-ECalClientView.html
share/gtk-doc/html/eds/eds-ECalComponent.html
share/gtk-doc/html/eds/eds-ECalView.html
share/gtk-doc/html/eds/eds-ECategories.html
share/gtk-doc/html/eds/eds-EClient.html
share/gtk-doc/html/eds/eds-ECollator.html
share/gtk-doc/html/eds/eds-ECollectionBackend.html
share/gtk-doc/html/eds/eds-ECollectionBackendFactory.html
share/gtk-doc/html/eds/eds-EContact.html
share/gtk-doc/html/eds/eds-ECredentials.html
share/gtk-doc/html/eds/eds-EDBusServer.html
share/gtk-doc/html/eds/eds-EDataBook.html
share/gtk-doc/html/eds/eds-EDataBookCursor.html
share/gtk-doc/html/eds/eds-EDataBookCursorSqlite.html
share/gtk-doc/html/eds/eds-EDataBookDirect.html
share/gtk-doc/html/eds/eds-EDataBookFactory.html
share/gtk-doc/html/eds/eds-EDataBookView.html
share/gtk-doc/html/eds/eds-EDataCal.html
share/gtk-doc/html/eds/eds-EDataCalFactory.html
share/gtk-doc/html/eds/eds-EDataCalView.html
share/gtk-doc/html/eds/eds-EDataFactory.html
share/gtk-doc/html/eds/eds-EDbHash.html
share/gtk-doc/html/eds/eds-EDestination.html
share/gtk-doc/html/eds/eds-EExtensible.html
share/gtk-doc/html/eds/eds-EExtension.html
share/gtk-doc/html/eds/eds-EFileCache.html
share/gtk-doc/html/eds/eds-EFlag.html
share/gtk-doc/html/eds/eds-EIntervalTree.html
share/gtk-doc/html/eds/eds-EIterator.html
share/gtk-doc/html/eds/eds-EList.html
share/gtk-doc/html/eds/eds-EListIterator.html
share/gtk-doc/html/eds/eds-EMemChunk.html
share/gtk-doc/html/eds/eds-EModule.html
share/gtk-doc/html/eds/eds-ENameWestern.html
share/gtk-doc/html/eds/eds-EOAuth2Support.html
share/gtk-doc/html/eds/eds-EOfflineListener.html
share/gtk-doc/html/eds/eds-EOperationPool.html
share/gtk-doc/html/eds/eds-EPhoneNumber.html
share/gtk-doc/html/eds/eds-EProxy.html
share/gtk-doc/html/eds/eds-ESExp.html
share/gtk-doc/html/eds/eds-EServerSideSource.html
share/gtk-doc/html/eds/eds-ESoupAuthBearer.html
share/gtk-doc/html/eds/eds-ESource.html
share/gtk-doc/html/eds/eds-ESourceAddressBook.html
share/gtk-doc/html/eds/eds-ESourceAlarms.html
share/gtk-doc/html/eds/eds-ESourceAuthentication.html
share/gtk-doc/html/eds/eds-ESourceAuthenticator.html
share/gtk-doc/html/eds/eds-ESourceAutocomplete.html
share/gtk-doc/html/eds/eds-ESourceBackend.html
share/gtk-doc/html/eds/eds-ESourceBackendSummarySetup.html
share/gtk-doc/html/eds/eds-ESourceCalendar.html
share/gtk-doc/html/eds/eds-ESourceCamel.html
share/gtk-doc/html/eds/eds-ESourceCollection.html
share/gtk-doc/html/eds/eds-ESourceExtension.html
share/gtk-doc/html/eds/eds-ESourceGoa.html
share/gtk-doc/html/eds/eds-ESourceMDN.html
share/gtk-doc/html/eds/eds-ESourceMailAccount.html
share/gtk-doc/html/eds/eds-ESourceMailComposition.html
share/gtk-doc/html/eds/eds-ESourceMailIdentity.html
share/gtk-doc/html/eds/eds-ESourceMailSignature.html
share/gtk-doc/html/eds/eds-ESourceMailSubmission.html
share/gtk-doc/html/eds/eds-ESourceMailTransport.html
share/gtk-doc/html/eds/eds-ESourceMemoList.html
share/gtk-doc/html/eds/eds-ESourceOffline.html
share/gtk-doc/html/eds/eds-ESourceOpenPGP.html
share/gtk-doc/html/eds/eds-ESourceProxy.html
share/gtk-doc/html/eds/eds-ESourceRefresh.html
share/gtk-doc/html/eds/eds-ESourceRegistry.html
share/gtk-doc/html/eds/eds-ESourceRegistryServer.html
share/gtk-doc/html/eds/eds-ESourceResource.html
share/gtk-doc/html/eds/eds-ESourceRevisionGuards.html
share/gtk-doc/html/eds/eds-ESourceSMIME.html
share/gtk-doc/html/eds/eds-ESourceSecurity.html
share/gtk-doc/html/eds/eds-ESourceSelectable.html
share/gtk-doc/html/eds/eds-ESourceTaskList.html
share/gtk-doc/html/eds/eds-ESourceUoa.html
share/gtk-doc/html/eds/eds-ESourceWebdav.html
share/gtk-doc/html/eds/eds-ETestServerFixture.html
share/gtk-doc/html/eds/eds-ETimezoneCache.html
share/gtk-doc/html/eds/eds-EUri.html
share/gtk-doc/html/eds/eds-EUserPrompter.html
share/gtk-doc/html/eds/eds-EUserPrompterServer.html
share/gtk-doc/html/eds/eds-EUserPrompterServerExtension.html
share/gtk-doc/html/eds/eds-EVCard.html
share/gtk-doc/html/eds/eds-EXmlHash.html
share/gtk-doc/html/eds/eds-Main-Utility-Toolbox.html
share/gtk-doc/html/eds/eds-SQLite-vfs.html
share/gtk-doc/html/eds/eds-Time-parsing-and-formatting.html
share/gtk-doc/html/eds/eds-Unique-identifiers.html
share/gtk-doc/html/eds/eds-Version-Checking.html
share/gtk-doc/html/eds/eds-cursor-example.html
share/gtk-doc/html/eds/eds.devhelp2
share/gtk-doc/html/eds/examples.html
share/gtk-doc/html/eds/home.png
share/gtk-doc/html/eds/index.html
share/gtk-doc/html/eds/index.sgml
share/gtk-doc/html/eds/left.png
share/gtk-doc/html/eds/misc.html
share/gtk-doc/html/eds/right.png
share/gtk-doc/html/eds/style.css
share/gtk-doc/html/eds/unit-testing.html
share/gtk-doc/html/eds/up.png
share/locale/am/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/ar/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/as/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/ast/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/az/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/be/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/bg/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/bn/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/bn_IN/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/bs/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/ca/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/ca@valencia/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/cs/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/cy/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/da/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/de/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/dz/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/el/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/en@shaw/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/en_AU/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/en_CA/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/en_GB/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/eo/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/es/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/et/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/eu/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/fa/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/fi/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/fr/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/ga/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/gl/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/gu/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/he/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/hi/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/hr/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/hu/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/id/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/is/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/it/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/ja/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/ka/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/km/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/kn/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/ko/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/ku/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/lt/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/lv/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/mai/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/mk/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/ml/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/mn/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/mr/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/ms/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/nb/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/ne/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/nl/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/nn/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/oc/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/or/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/pa/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/pl/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/pt/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/pt_BR/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/ro/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/ru/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/rw/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/si/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/sk/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/sl/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/sq/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/sr/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/sr@latin/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/sv/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/ta/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/te/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/tg/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/th/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/tr/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/ug/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/uk/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/vi/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/wa/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/xh/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/zh_CN/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/zh_HK/LC_MESSAGES/evolution-data-server-3.12.mo
share/locale/zh_TW/LC_MESSAGES/evolution-data-server-3.12.mo
share/pixmaps/
share/pixmaps/evolution-data-server/
share/pixmaps/evolution-data-server/category_birthday_16.png