Update to evolution-data-server-3.4.0.

This commit is contained in:
ajacoutot 2012-03-29 06:45:21 +00:00
parent e28994d4f6
commit 28494c17d2
11 changed files with 124 additions and 94 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.107 2012/01/09 13:39:30 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.108 2012/03/29 06:45:21 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= unified backend for PIM programs
GNOME_PROJECT= evolution-data-server
GNOME_VERSION= 3.2.3
GNOME_VERSION= 3.4.0
# Only get the first x.y which is needed in the PLIST.
R= ${GNOME_VERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@ -13,14 +13,13 @@ SUBST_VARS= R
CATEGORIES= databases
SHARED_LIBS += edataserver-1.2 13.0 # 15.0
SHARED_LIBS += ebackend-1.2 2.0 # 1.0
SHARED_LIBS += camel-1.2 17.0 # 29.0
SHARED_LIBS += camel-provider-1.2 17.0 # 29.0
SHARED_LIBS += ebook-1.2 15.0 # 15.1
SHARED_LIBS += edata-book-1.2 9.0 # 11.0
SHARED_LIBS += ecal-1.2 12.0 # 12.2
SHARED_LIBS += edata-cal-1.2 9.0 # 13.0
SHARED_LIBS += camel-1.2 33.0 # 33.0
SHARED_LIBS += edataserver-1.2 16.0 # 16.0
SHARED_LIBS += ebackend-1.2 2.0 # 2.0
SHARED_LIBS += ebook-1.2 16.1 # 16.1
SHARED_LIBS += edata-book-1.2 13.0 # 13.0
SHARED_LIBS += ecal-1.2 13.2 # 13.2
SHARED_LIBS += edata-cal-1.2 15.0 # 15.0
SHARED_LIBS += edataserverui-3.0 1.0 # 1.0
HOMEPAGE= http://www.gnome.org/projects/evolution/
@ -47,6 +46,7 @@ WANTLIB += sasl2 smime3 softokn3 soup-2.4 soup-gnome-2.4 sqlite3
WANTLIB += ssl ssl3 stdc++ xcb xcb-render xcb-shm xml2 z
MODULES= devel/gettext \
devel/dconf \
lang/python \
x11/gnome

View File

@ -1,5 +1,5 @@
MD5 (evolution-data-server-3.2.3.tar.xz) = 7RrIbS20Zq7D6miJnsNl/Q==
RMD160 (evolution-data-server-3.2.3.tar.xz) = nDUq9h/2VZLdQJKLvbnODPJiBGw=
SHA1 (evolution-data-server-3.2.3.tar.xz) = uWk2u+rlLrNREwA/fU6W8JpP7yU=
SHA256 (evolution-data-server-3.2.3.tar.xz) = h2CBRJH6Hs+IBrMSMbMMXyAWl5Cr3Gt4ovqhlP3jmHw=
SIZE (evolution-data-server-3.2.3.tar.xz) = 3729592
MD5 (evolution-data-server-3.4.0.tar.xz) = 58wUfie45MthchkkW3EYng==
RMD160 (evolution-data-server-3.4.0.tar.xz) = nQp3juWCjo8Sib/C4un/4kKoGMg=
SHA1 (evolution-data-server-3.4.0.tar.xz) = B7td4B6M6ziQAOkeTph+ZmKSWOM=
SHA256 (evolution-data-server-3.4.0.tar.xz) = cTKu6JtzGHFVyK/sQ7mzzFyXCYpIiq04cvf+3QVSpqw=
SIZE (evolution-data-server-3.4.0.tar.xz) = 3632264

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-addressbook_backends_file_e-book-backend-file_c,v 1.9 2011/12/29 09:23:19 ajacoutot Exp $
$OpenBSD: patch-addressbook_backends_file_e-book-backend-file_c,v 1.10 2012/03/29 06:45:21 ajacoutot Exp $
On OpenBSD, time_t is an int.
--- addressbook/backends/file/e-book-backend-file.c.orig Thu Oct 20 12:32:50 2011
+++ addressbook/backends/file/e-book-backend-file.c Thu Dec 29 09:12:39 2011
@@ -278,7 +278,7 @@ e_book_backend_file_create_unique_id (void)
--- addressbook/backends/file/e-book-backend-file.c.orig Mon Mar 19 05:20:21 2012
+++ addressbook/backends/file/e-book-backend-file.c Fri Mar 23 23:05:19 2012
@@ -769,7 +769,7 @@ e_book_backend_file_create_unique_id (void)
* it's doubtful 2^32 id's will be created in a second, so we
* should be okay. */
static guint c = 0;
@ -12,4 +12,4 @@ On OpenBSD, time_t is an int.
+ return g_strdup_printf (PAS_ID_PREFIX "%08X%08X", time(NULL), c++);
}
static void
static gchar *

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-addressbook_backends_ldap_e-book-backend-ldap_c,v 1.6 2011/12/29 09:23:19 ajacoutot Exp $
$OpenBSD: patch-addressbook_backends_ldap_e-book-backend-ldap_c,v 1.7 2012/03/29 06:45:21 ajacoutot Exp $
On OpenBSD, time_t is an int.
--- addressbook/backends/ldap/e-book-backend-ldap.c.orig Thu Oct 20 12:32:50 2011
+++ addressbook/backends/ldap/e-book-backend-ldap.c Thu Dec 29 09:13:44 2011
@@ -1235,7 +1235,7 @@ create_dn_from_contact (EContact *contact,
--- addressbook/backends/ldap/e-book-backend-ldap.c.orig Tue Feb 28 06:01:01 2012
+++ addressbook/backends/ldap/e-book-backend-ldap.c Fri Mar 23 23:05:19 2012
@@ -1248,7 +1248,7 @@ create_dn_from_contact (EContact *contact,
}
}

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-addressbook_backends_vcf_e-book-backend-vcf_c,v 1.6 2011/12/29 09:23:19 ajacoutot Exp $
$OpenBSD: patch-addressbook_backends_vcf_e-book-backend-vcf_c,v 1.7 2012/03/29 06:45:21 ajacoutot Exp $
On OpenBSD, time_t is an int.
--- addressbook/backends/vcf/e-book-backend-vcf.c.orig Thu Oct 20 12:32:50 2011
+++ addressbook/backends/vcf/e-book-backend-vcf.c Thu Dec 29 09:14:11 2011
@@ -78,7 +78,7 @@ e_book_backend_vcf_create_unique_id (void)
--- addressbook/backends/vcf/e-book-backend-vcf.c.orig Tue Feb 21 09:04:18 2012
+++ addressbook/backends/vcf/e-book-backend-vcf.c Fri Mar 23 23:05:19 2012
@@ -83,7 +83,7 @@ e_book_backend_vcf_create_unique_id (void)
* it's doubtful 2^32 id's will be created in a second, so we
* should be okay. */
static guint c = 0;

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-calendar_libedata-cal_e-cal-backend-intervaltree_c,v 1.6 2011/12/29 09:23:19 ajacoutot Exp $
$OpenBSD: patch-calendar_libedata-cal_e-cal-backend-intervaltree_c,v 1.7 2012/03/29 06:45:21 ajacoutot Exp $
On OpenBSD, time_t is an int.
--- calendar/libedata-cal/e-cal-backend-intervaltree.c.orig Mon Sep 19 07:03:01 2011
+++ calendar/libedata-cal/e-cal-backend-intervaltree.c Thu Dec 29 09:15:18 2011
@@ -608,7 +608,7 @@ e_intervaltree_node_dump (EIntervalTree *tree,
--- calendar/libedata-cal/e-cal-backend-intervaltree.c.orig Tue Feb 21 09:04:18 2012
+++ calendar/libedata-cal/e-cal-backend-intervaltree.c Fri Mar 23 23:05:19 2012
@@ -613,7 +613,7 @@ e_intervaltree_node_dump (EIntervalTree *tree,
*/
EIntervalTreePrivate *priv = tree->priv;
if (node != priv->nil)

View File

@ -1,60 +1,60 @@
$OpenBSD: patch-camel_camel-search-sql-sexp_c,v 1.5 2011/12/29 09:23:19 ajacoutot Exp $
$OpenBSD: patch-camel_camel-search-sql-sexp_c,v 1.6 2012/03/29 06:45:21 ajacoutot Exp $
On OpenBSD, time_t is an int.
--- camel/camel-search-sql-sexp.c.orig Mon Sep 19 07:03:01 2011
+++ camel/camel-search-sql-sexp.c Thu Dec 29 09:11:34 2011
@@ -188,7 +188,7 @@ eval_eq (struct _ESExp *f,
if (r1->type == ESEXP_RES_INT)
--- camel/camel-search-sql-sexp.c.orig Fri Mar 23 23:14:46 2012
+++ camel/camel-search-sql-sexp.c Fri Mar 23 23:15:37 2012
@@ -188,7 +188,7 @@ eval_eq (struct _CamelSExp *f,
if (r1->type == CAMEL_SEXP_RES_INT)
g_string_append_printf(str, "%d", r1->value.number);
else if (r1->type == ESEXP_RES_TIME)
else if (r1->type == CAMEL_SEXP_RES_TIME)
- g_string_append_printf(str, "%ld", r1->value.time);
+ g_string_append_printf(str, "%d", r1->value.time);
else if (r1->type == ESEXP_RES_STRING)
else if (r1->type == CAMEL_SEXP_RES_STRING)
g_string_append_printf(str, "%s", r1->value.string);
@@ -206,7 +206,7 @@ eval_eq (struct _ESExp *f,
if (r2->type == ESEXP_RES_BOOL)
@@ -206,7 +206,7 @@ eval_eq (struct _CamelSExp *f,
if (r2->type == CAMEL_SEXP_RES_BOOL)
g_string_append_printf(str, "%d", r2->value.boolean);
else if (r2->type == ESEXP_RES_TIME)
else if (r2->type == CAMEL_SEXP_RES_TIME)
- g_string_append_printf(str, "%ld", r2->value.time);
+ g_string_append_printf(str, "%d", r2->value.time);
else if (r2->type == ESEXP_RES_STRING) {
else if (r2->type == CAMEL_SEXP_RES_STRING) {
gchar *tmp = g_strdup_printf("%c%s%c", ut ? '%':' ', r2->value.string, ut?'%':' ');
gchar *safe = get_db_safe_string (tmp);
@@ -244,7 +244,7 @@ eval_lt (struct _ESExp *f,
if (r1->type == ESEXP_RES_INT)
@@ -244,7 +244,7 @@ eval_lt (struct _CamelSExp *f,
if (r1->type == CAMEL_SEXP_RES_INT)
g_string_append_printf(str, "%d", r1->value.number);
else if (r1->type == ESEXP_RES_TIME)
else if (r1->type == CAMEL_SEXP_RES_TIME)
- g_string_append_printf(str, "%ld", r1->value.time);
+ g_string_append_printf(str, "%d", r1->value.time);
else if (r1->type == ESEXP_RES_STRING)
else if (r1->type == CAMEL_SEXP_RES_STRING)
g_string_append_printf(str, "%s", r1->value.string);
@@ -254,7 +254,7 @@ eval_lt (struct _ESExp *f,
if (r2->type == ESEXP_RES_BOOL)
@@ -254,7 +254,7 @@ eval_lt (struct _CamelSExp *f,
if (r2->type == CAMEL_SEXP_RES_BOOL)
g_string_append_printf(str, "%d", r2->value.boolean);
else if (r2->type == ESEXP_RES_TIME)
else if (r2->type == CAMEL_SEXP_RES_TIME)
- g_string_append_printf(str, "%ld", r2->value.time);
+ g_string_append_printf(str, "%d", r2->value.time);
else if (r2->type == ESEXP_RES_STRING)
else if (r2->type == CAMEL_SEXP_RES_STRING)
g_string_append_printf(str, "%s", r2->value.string);
e_sexp_result_free (f, r1);
@@ -286,7 +286,7 @@ eval_gt (struct _ESExp *f,
if (r1->type == ESEXP_RES_INT)
camel_sexp_result_free (f, r1);
@@ -286,7 +286,7 @@ eval_gt (struct _CamelSExp *f,
if (r1->type == CAMEL_SEXP_RES_INT)
g_string_append_printf(str, "%d", r1->value.number);
else if (r1->type == ESEXP_RES_TIME)
else if (r1->type == CAMEL_SEXP_RES_TIME)
- g_string_append_printf(str, "%ld", r1->value.time);
+ g_string_append_printf(str, "%d", r1->value.time);
else if (r1->type == ESEXP_RES_STRING)
else if (r1->type == CAMEL_SEXP_RES_STRING)
g_string_append_printf(str, "%s", r1->value.string);
@@ -296,7 +296,7 @@ eval_gt (struct _ESExp *f,
if (r2->type == ESEXP_RES_BOOL)
@@ -296,7 +296,7 @@ eval_gt (struct _CamelSExp *f,
if (r2->type == CAMEL_SEXP_RES_BOOL)
g_string_append_printf(str, "%d", r2->value.boolean);
else if (r2->type == ESEXP_RES_TIME)
else if (r2->type == CAMEL_SEXP_RES_TIME)
- g_string_append_printf(str, "%ld", r2->value.time);
+ g_string_append_printf(str, "%d", r2->value.time);
else if (r2->type == ESEXP_RES_STRING)
else if (r2->type == CAMEL_SEXP_RES_STRING)
g_string_append_printf(str, "%s", r2->value.string);
e_sexp_result_free (f, r1);
camel_sexp_result_free (f, r1);

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-camel_providers_local_camel-maildir-summary_c,v 1.6 2011/12/29 09:23:19 ajacoutot Exp $
$OpenBSD: patch-camel_providers_local_camel-maildir-summary_c,v 1.7 2012/03/29 06:45:21 ajacoutot Exp $
On OpenBSD, time_t is an int.
--- camel/providers/local/camel-maildir-summary.c.orig Thu Oct 20 12:32:50 2011
+++ camel/providers/local/camel-maildir-summary.c Thu Dec 29 09:10:22 2011
@@ -378,7 +378,7 @@ static gchar *maildir_summary_next_uid_string (CamelFo
--- camel/providers/local/camel-maildir-summary.c.orig Tue Feb 21 09:04:18 2012
+++ camel/providers/local/camel-maildir-summary.c Fri Mar 23 23:05:20 2012
@@ -377,7 +377,7 @@ static gchar *maildir_summary_next_uid_string (CamelFo
g_free (uid);
g_usleep (2 * G_USEC_PER_SEC);
}

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-camel_providers_pop3_camel-pop3-folder_c,v 1.1 2012/03/29 06:45:21 ajacoutot Exp $
On OpenBSD, time_t is an int.
--- camel/providers/pop3/camel-pop3-folder.c.orig Fri Mar 23 23:15:50 2012
+++ camel/providers/pop3/camel-pop3-folder.c Fri Mar 23 23:16:02 2012
@@ -1074,7 +1074,7 @@ camel_pop3_delete_old (CamelFolder *folder,
gdouble time_diff = difftime (temp,message_time);
gint day_lag = time_diff / (60 * 60 * 24);
- d(printf("%s(%d): message_time= [%ld]\n", __FILE__, __LINE__, message_time));
+ d(printf("%s(%d): message_time= [%d]\n", __FILE__, __LINE__, message_time));
d(printf("%s(%d): day_lag=[%d] \t days_to_delete=[%d]\n",
__FILE__, __LINE__, day_lag, days_to_delete));

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-tests_libedata-cal_Makefile_in,v 1.4 2012/01/09 13:39:30 ajacoutot Exp $
--- tests/libedata-cal/Makefile.in.orig Mon Jan 9 03:46:14 2012
+++ tests/libedata-cal/Makefile.in Mon Jan 9 14:16:41 2012
@@ -440,8 +440,7 @@ test_intervaltree_coverage_LDADD = \
$OpenBSD: patch-tests_libedata-cal_Makefile_in,v 1.5 2012/03/29 06:45:21 ajacoutot Exp $
--- tests/libedata-cal/Makefile.in.orig Mon Mar 26 01:35:56 2012
+++ tests/libedata-cal/Makefile.in Mon Mar 26 10:37:21 2012
@@ -454,8 +454,7 @@ test_intervaltree_coverage_LDADD = \
$(top_builddir)/calendar/libedata-cal/libedata-cal-1.2.la \
$(top_builddir)/calendar/libecal/libecal-1.2.la \
$(top_builddir)/libedataserver/libedataserver-1.2.la \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.28 2012/01/09 13:39:30 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.29 2012/03/29 06:45:21 ajacoutot Exp $
include/evolution-data-server-${R}/
include/evolution-data-server-${R}/camel/
include/evolution-data-server-${R}/camel/camel-address.h
@ -29,11 +29,12 @@ include/evolution-data-server-${R}/camel/camel-iconv.h
include/evolution-data-server-${R}/camel/camel-index.h
include/evolution-data-server-${R}/camel/camel-internet-address.h
include/evolution-data-server-${R}/camel/camel-junk-filter.h
include/evolution-data-server-${R}/camel/camel-list-utils.h
include/evolution-data-server-${R}/camel/camel-local-settings.h
include/evolution-data-server-${R}/camel/camel-lock-client.h
include/evolution-data-server-${R}/camel/camel-lock-helper.h
include/evolution-data-server-${R}/camel/camel-lock.h
include/evolution-data-server-${R}/camel/camel-medium.h
include/evolution-data-server-${R}/camel/camel-memchunk.h
include/evolution-data-server-${R}/camel/camel-mempool.h
include/evolution-data-server-${R}/camel/camel-mime-filter-basic.h
include/evolution-data-server-${R}/camel/camel-mime-filter-bestenc.h
@ -91,6 +92,7 @@ include/evolution-data-server-${R}/camel/camel-search-sql.h
include/evolution-data-server-${R}/camel/camel-service.h
include/evolution-data-server-${R}/camel/camel-session.h
include/evolution-data-server-${R}/camel/camel-settings.h
include/evolution-data-server-${R}/camel/camel-sexp.h
include/evolution-data-server-${R}/camel/camel-smime-context.h
include/evolution-data-server-${R}/camel/camel-store-settings.h
include/evolution-data-server-${R}/camel/camel-store-summary.h
@ -121,10 +123,16 @@ include/evolution-data-server-${R}/camel/camel-vee-summary.h
include/evolution-data-server-${R}/camel/camel-vtrash-folder.h
include/evolution-data-server-${R}/camel/camel.h
include/evolution-data-server-${R}/libebackend/
include/evolution-data-server-${R}/libebackend/e-data-server-module.h
include/evolution-data-server-${R}/libebackend/e-backend-factory.h
include/evolution-data-server-${R}/libebackend/e-backend.h
include/evolution-data-server-${R}/libebackend/e-data-factory.h
include/evolution-data-server-${R}/libebackend/e-db3-utils.h
include/evolution-data-server-${R}/libebackend/e-dbhash.h
include/evolution-data-server-${R}/libebackend/e-dbus-server.h
include/evolution-data-server-${R}/libebackend/e-extensible.h
include/evolution-data-server-${R}/libebackend/e-extension.h
include/evolution-data-server-${R}/libebackend/e-file-cache.h
include/evolution-data-server-${R}/libebackend/e-module.h
include/evolution-data-server-${R}/libebackend/e-offline-listener.h
include/evolution-data-server-${R}/libebackend/e-sqlite3-vfs.h
include/evolution-data-server-${R}/libebook/
@ -188,6 +196,8 @@ include/evolution-data-server-${R}/libedataserver/e-credentials.h
include/evolution-data-server-${R}/libedataserver/e-data-server-util.h
include/evolution-data-server-${R}/libedataserver/e-debug-log.h
include/evolution-data-server-${R}/libedataserver/e-flag.h
include/evolution-data-server-${R}/libedataserver/e-gdbus-marshallers.h
include/evolution-data-server-${R}/libedataserver/e-gdbus-templates.h
include/evolution-data-server-${R}/libedataserver/e-iterator.h
include/evolution-data-server-${R}/libedataserver/e-list-iterator.h
include/evolution-data-server-${R}/libedataserver/e-list.h
@ -293,9 +303,6 @@ lib/girepository-1.0/EDataServer-1.2.typelib
lib/libcamel-1.2.a
lib/libcamel-1.2.la
@lib lib/libcamel-1.2.so.${LIBcamel-1.2_VERSION}
lib/libcamel-provider-1.2.a
lib/libcamel-provider-1.2.la
@lib lib/libcamel-provider-1.2.so.${LIBcamel-provider-1.2_VERSION}
lib/libebackend-1.2.a
lib/libebackend-1.2.la
@lib lib/libebackend-1.2.so.${LIBebackend-1.2_VERSION}
@ -318,7 +325,6 @@ lib/libedataserverui-3.0.a
lib/libedataserverui-3.0.la
@lib lib/libedataserverui-3.0.so.${LIBedataserverui-3.0_VERSION}
lib/pkgconfig/camel-1.2.pc
lib/pkgconfig/camel-provider-1.2.pc
lib/pkgconfig/evolution-data-server-1.2.pc
lib/pkgconfig/libebackend-1.2.pc
lib/pkgconfig/libebook-1.2.pc
@ -331,8 +337,9 @@ lib/pkgconfig/libedataserverui-3.0.pc
@mode 4555
@bin libexec/camel-lock-helper-1.2
@mode
@bin libexec/e-addressbook-factory
@bin libexec/e-calendar-factory
@bin libexec/evolution-addressbook-factory
@bin libexec/evolution-calendar-factory
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/evolution-data-server-${R}/
@ -340,6 +347,8 @@ share/evolution-data-server-${R}/evolutionperson.schema
share/gir-1.0/EBook-1.2.gir
share/gir-1.0/ECalendar-1.2.gir
share/gir-1.0/EDataServer-1.2.gir
share/glib-2.0/schemas/org.gnome.evolution.eds-shell.gschema.xml
share/glib-2.0/schemas/org.gnome.evolution.shell.network-config.gschema.xml
share/gtk-doc/html/camel/
share/gtk-doc/html/camel/Addresses.html
share/gtk-doc/html/camel/CamelAddress.html
@ -394,6 +403,7 @@ share/gtk-doc/html/camel/CamelOfflineFolder.html
share/gtk-doc/html/camel/CamelOfflineJournal.html
share/gtk-doc/html/camel/CamelOfflineSettings.html
share/gtk-doc/html/camel/CamelOfflineStore.html
share/gtk-doc/html/camel/CamelSExp.html
share/gtk-doc/html/camel/CamelSMIMEContext.html
share/gtk-doc/html/camel/CamelSasl.html
share/gtk-doc/html/camel/CamelSaslAnonymous.html
@ -447,10 +457,12 @@ share/gtk-doc/html/camel/api-index-2.28.html
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.2.html
share/gtk-doc/html/camel/api-index-${R}.html
share/gtk-doc/html/camel/api-index-deprecated.html
share/gtk-doc/html/camel/api-index-full.html
share/gtk-doc/html/camel/camel-CamelDB.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
@ -459,9 +471,9 @@ share/gtk-doc/html/camel/camel-camel-file-utils.html
share/gtk-doc/html/camel/camel-camel-filter-search.html
share/gtk-doc/html/camel/camel-camel-folder-thread.html
share/gtk-doc/html/camel/camel-camel-iconv.html
share/gtk-doc/html/camel/camel-camel-list-utils.html
share/gtk-doc/html/camel/camel-camel-lock-client.html
share/gtk-doc/html/camel/camel-camel-lock.html
share/gtk-doc/html/camel/camel-camel-memchunk.html
share/gtk-doc/html/camel/camel-camel-mempool.html
share/gtk-doc/html/camel/camel-camel-mime-utils.html
share/gtk-doc/html/camel/camel-camel-movemail.html
@ -477,7 +489,6 @@ share/gtk-doc/html/camel/camel-camel-url-scanner.html
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.devhelp
share/gtk-doc/html/camel/camel.devhelp2
share/gtk-doc/html/camel/classes.html
share/gtk-doc/html/camel/home.png
@ -488,12 +499,19 @@ share/gtk-doc/html/camel/right.png
share/gtk-doc/html/camel/style.css
share/gtk-doc/html/camel/up.png
share/gtk-doc/html/libebackend/
share/gtk-doc/html/libebackend/EBackend.html
share/gtk-doc/html/libebackend/EBackendFactory.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/EOfflineListener.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.2.html
share/gtk-doc/html/libebackend/api-index-${R}.html
share/gtk-doc/html/libebackend/api-index-deprecated.html
share/gtk-doc/html/libebackend/ch01.html
@ -502,11 +520,9 @@ 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-data-server-module.html
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.devhelp
share/gtk-doc/html/libebackend/libebackend.devhelp2
share/gtk-doc/html/libebackend/right.png
share/gtk-doc/html/libebackend/style.css
@ -528,7 +544,7 @@ 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-${R}.html
share/gtk-doc/html/libebook/api-index-3.2.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
@ -541,7 +557,6 @@ share/gtk-doc/html/libebook/libebook-EAddressWestern.html
share/gtk-doc/html/libebook/libebook-ENameWestern.html
share/gtk-doc/html/libebook/libebook-e-book-query.html
share/gtk-doc/html/libebook/libebook-e-book-types.html
share/gtk-doc/html/libebook/libebook.devhelp
share/gtk-doc/html/libebook/libebook.devhelp2
share/gtk-doc/html/libebook/right.png
share/gtk-doc/html/libebook/style.css
@ -561,7 +576,7 @@ 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-${R}.html
share/gtk-doc/html/libecal/api-index-3.2.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
@ -576,7 +591,6 @@ 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-types.html
share/gtk-doc/html/libecal/libecal-e-cal-util.html
share/gtk-doc/html/libecal/libecal.devhelp
share/gtk-doc/html/libecal/libecal.devhelp2
share/gtk-doc/html/libecal/right.png
share/gtk-doc/html/libecal/style.css
@ -599,7 +613,7 @@ 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-${R}.html
share/gtk-doc/html/libedata-book/api-index-3.2.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
@ -611,7 +625,6 @@ share/gtk-doc/html/libedata-book/libedata-book-EBookBackendSqliteDB.html
share/gtk-doc/html/libedata-book/libedata-book-EDataBookFactory.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.devhelp
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
@ -623,6 +636,7 @@ share/gtk-doc/html/libedata-cal/ECalBackendFactory.html
share/gtk-doc/html/libedata-cal/ECalBackendSExp.html
share/gtk-doc/html/libedata-cal/ECalBackendSync.html
share/gtk-doc/html/libedata-cal/EDataCal.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
@ -631,7 +645,7 @@ 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-${R}.html
share/gtk-doc/html/libedata-cal/api-index-3.2.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
@ -645,7 +659,6 @@ share/gtk-doc/html/libedata-cal/libedata-cal-EDataCalFactory.html
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.devhelp
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
@ -670,7 +683,7 @@ 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-${R}.html
share/gtk-doc/html/libedataserver/api-index-3.2.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
@ -691,7 +704,6 @@ 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.devhelp
share/gtk-doc/html/libedataserver/libedataserver.devhelp2
share/gtk-doc/html/libedataserver/right.png
share/gtk-doc/html/libedataserver/style.css
@ -721,7 +733,7 @@ share/gtk-doc/html/libedataserverui/api-index-2.28.html
share/gtk-doc/html/libedataserverui/api-index-2.30.html
share/gtk-doc/html/libedataserverui/api-index-2.32.html
share/gtk-doc/html/libedataserverui/api-index-3.0.html
share/gtk-doc/html/libedataserverui/api-index-${R}.html
share/gtk-doc/html/libedataserverui/api-index-3.2.html
share/gtk-doc/html/libedataserverui/api-index-deprecated.html
share/gtk-doc/html/libedataserverui/api-index-full.html
share/gtk-doc/html/libedataserverui/ch01.html
@ -734,7 +746,6 @@ share/gtk-doc/html/libedataserverui/libedataserverui-ECellRendererColor.html
share/gtk-doc/html/libedataserverui/libedataserverui-EClient-Utilities.html
share/gtk-doc/html/libedataserverui/libedataserverui-e-book-auth-util.html
share/gtk-doc/html/libedataserverui/libedataserverui-e-passwords.html
share/gtk-doc/html/libedataserverui/libedataserverui.devhelp
share/gtk-doc/html/libedataserverui/libedataserverui.devhelp2
share/gtk-doc/html/libedataserverui/right.png
share/gtk-doc/html/libedataserverui/style.css
@ -780,6 +791,7 @@ share/locale/is/LC_MESSAGES/evolution-data-server-${R}.mo
share/locale/it/LC_MESSAGES/evolution-data-server-${R}.mo
share/locale/ja/LC_MESSAGES/evolution-data-server-${R}.mo
share/locale/ka/LC_MESSAGES/evolution-data-server-${R}.mo
share/locale/km/LC_MESSAGES/evolution-data-server-${R}.mo
share/locale/kn/LC_MESSAGES/evolution-data-server-${R}.mo
share/locale/ko/LC_MESSAGES/evolution-data-server-${R}.mo
share/locale/ku/LC_MESSAGES/evolution-data-server-${R}.mo
@ -823,6 +835,7 @@ share/locale/xh/LC_MESSAGES/evolution-data-server-${R}.mo
share/locale/zh_CN/LC_MESSAGES/evolution-data-server-${R}.mo
share/locale/zh_HK/LC_MESSAGES/evolution-data-server-${R}.mo
share/locale/zh_TW/LC_MESSAGES/evolution-data-server-${R}.mo
share/pixmaps/
share/pixmaps/evolution-data-server/
share/pixmaps/evolution-data-server/category_birthday_16.png
share/pixmaps/evolution-data-server/category_business_16.png
@ -849,3 +862,5 @@ share/vala/vapi/libecalendar-1.2.vapi
share/vala/vapi/libedataserver-1.2.vapi
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null