Blame 0002-Build-with-evolution-data-server-3.13.90.patch

c00bf99
diff --git a/configure.ac b/configure.ac
c00bf99
index 8a94642..1ca6426 100644
c00bf99
--- a/configure.ac
c00bf99
+++ b/configure.ac
c00bf99
@@ -27,7 +27,7 @@ AC_SUBST(LDFLAGS)
c00bf99
 GLIB_REQUIRED=2.38.0
c00bf99
 GTK_REQUIRED=3.12.2
c00bf99
 GEE_REQUIRED=0.10.5
c00bf99
-ECAL_REQUIRED=3.8.5
c00bf99
+ECAL_REQUIRED=3.13.90
c00bf99
 LIBSOUP_REQUIRED=2.44
c00bf99
 GDATA_REQUIRED=0.14.0
c00bf99
 GOA_REQUIRED=3.8.3
c00bf99
diff --git a/src/backing/eds/backing-eds-calendar-source.vala b/src/backing/eds/backing-eds-calendar-source.vala
c00bf99
index ee6a572..5009b5d 100644
c00bf99
--- a/src/backing/eds/backing-eds-calendar-source.vala
c00bf99
+++ b/src/backing/eds/backing-eds-calendar-source.vala
c00bf99
@@ -256,7 +256,7 @@ internal class EdsCalendarSource : CalendarSource {
c00bf99
     
c00bf99
     // Invoked by EdsStore prior to making it available outside of unit
c00bf99
     internal async void open_async(Cancellable? cancellable) throws Error {
c00bf99
-        client = (E.CalClient) yield E.CalClient.connect(eds_source, E.CalClientSourceType.EVENTS,
c00bf99
+        client = (E.CalClient) yield E.CalClient.connect(eds_source, E.CalClientSourceType.EVENTS, 1,
c00bf99
             cancellable);
c00bf99
         
c00bf99
         client.bind_property("readonly", this, PROP_READONLY, BindingFlags.SYNC_CREATE);
c00bf99
diff --git a/vapi/libecal-1.2.vapi b/vapi/libecal-1.2.vapi
c00bf99
index 6ead3ec..46fd711 100644
c00bf99
--- a/vapi/libecal-1.2.vapi
c00bf99
+++ b/vapi/libecal-1.2.vapi
c00bf99
@@ -23,7 +23,7 @@ namespace E {
c00bf99
 		public bool check_save_schedules ();
c00bf99
 		public static bool check_timezones (iCal.icalcomponent comp, GLib.List comps, GLib.Callback tzlookup, void* ecalclient, GLib.Cancellable cancellable) throws GLib.Error;
c00bf99
 		[CCode (finish_name = "e_cal_client_connect_finish")]
c00bf99
-		public static async unowned E.Client connect (E.Source source, E.CalClientSourceType source_type, GLib.Cancellable cancellable) throws GLib.Error;
c00bf99
+		public static async unowned E.Client connect (E.Source source, E.CalClientSourceType source_type, uint32 wait_for_connected_seconds, GLib.Cancellable cancellable) throws GLib.Error;
c00bf99
 		public static unowned E.Client connect_sync (E.Source source, E.CalClientSourceType source_type, GLib.Cancellable cancellable) throws GLib.Error;
c00bf99
 		[CCode (finish_name = "e_cal_client_create_object_finish")]
c00bf99
 		public async void create_object (iCal.icalcomponent icalcomp, GLib.Cancellable? cancellable, out string out_uid) throws GLib.Error;