]> git.pld-linux.org Git - packages/california.git/blame - evolution-data-server-3.14.patch
- release 7 (by relup.sh)
[packages/california.git] / evolution-data-server-3.14.patch
CommitLineData
01dbb27f
JR
1diff --git a/configure.ac b/configure.ac
2index 8a94642..1ca6426 100644
3--- a/configure.ac
4+++ b/configure.ac
5@@ -27,7 +27,7 @@ AC_SUBST(LDFLAGS)
6 GLIB_REQUIRED=2.38.0
7 GTK_REQUIRED=3.12.2
8 GEE_REQUIRED=0.10.5
9-ECAL_REQUIRED=3.8.5
10+ECAL_REQUIRED=3.13.90
11 LIBSOUP_REQUIRED=2.44
12 GDATA_REQUIRED=0.14.0
13 GOA_REQUIRED=3.8.3
14diff --git a/src/backing/eds/backing-eds-calendar-source.vala b/src/backing/eds/backing-eds-calendar-source.vala
15index ee6a572..5009b5d 100644
16--- a/src/backing/eds/backing-eds-calendar-source.vala
17+++ b/src/backing/eds/backing-eds-calendar-source.vala
18@@ -256,7 +256,7 @@ internal class EdsCalendarSource : CalendarSource {
19
20 // Invoked by EdsStore prior to making it available outside of unit
21 internal async void open_async(Cancellable? cancellable) throws Error {
22- client = (E.CalClient) yield E.CalClient.connect(eds_source, E.CalClientSourceType.EVENTS,
23+ client = (E.CalClient) yield E.CalClient.connect(eds_source, E.CalClientSourceType.EVENTS, 1,
24 cancellable);
25
26 client.bind_property("readonly", this, PROP_READONLY, BindingFlags.SYNC_CREATE);
27diff --git a/vapi/libecal-1.2.vapi b/vapi/libecal-1.2.vapi
28index 6ead3ec..46fd711 100644
29--- a/vapi/libecal-1.2.vapi
30+++ b/vapi/libecal-1.2.vapi
31@@ -23,7 +23,7 @@ namespace E {
32 public bool check_save_schedules ();
33 public static bool check_timezones (iCal.icalcomponent comp, GLib.List comps, GLib.Callback tzlookup, void* ecalclient, GLib.Cancellable cancellable) throws GLib.Error;
34 [CCode (finish_name = "e_cal_client_connect_finish")]
35- public static async unowned E.Client connect (E.Source source, E.CalClientSourceType source_type, GLib.Cancellable cancellable) throws GLib.Error;
36+ 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;
37 public static unowned E.Client connect_sync (E.Source source, E.CalClientSourceType source_type, GLib.Cancellable cancellable) throws GLib.Error;
38 [CCode (finish_name = "e_cal_client_create_object_finish")]
39 public async void create_object (iCal.icalcomponent icalcomp, GLib.Cancellable? cancellable, out string out_uid) throws GLib.Error;
This page took 0.053827 seconds and 4 git commands to generate.