]> git.pld-linux.org Git - packages/folks.git/blob - folks-libsocialweb.patch
- updated to 0.12.1 (now uses meson)
[packages/folks.git] / folks-libsocialweb.patch
1 --- folks-0.12.1/backends/libsocialweb/lib/swf-persona-store.vala.orig  2019-04-24 13:20:07.000000000 +0200
2 +++ folks-0.12.1/backends/libsocialweb/lib/swf-persona-store.vala       2019-05-19 18:47:49.097438001 +0200
3 @@ -272,7 +272,7 @@
4    /* This is safe to call multiple times concurrently (assuming libsocialweb
5     * itself is safe). */
6    private async ClientContactView? _contacts_query_open_view (string query,
7 -      HashTable<weak string, weak string> parameters)
8 +      HashTable<string, string> parameters)
9      {
10        /* Take a reference to the PersonaStore while waiting for the async call
11         * to return. See: bgo#665039. */
12 @@ -374,7 +374,7 @@
13  
14            /* Open a contacts query view. */
15            var contact_view = yield this._contacts_query_open_view ("people",
16 -              new HashTable<weak string, weak string> (str_hash,
17 +              new HashTable<string, string> (str_hash,
18                    str_equal));
19  
20            Internal.profiling_point ("opened view in Swf.PersonaStore " +
21 --- folks-0.12.1/backends/libsocialweb/meson.build.orig 2019-04-24 13:20:07.000000000 +0200
22 +++ folks-0.12.1/backends/libsocialweb/meson.build      2019-05-19 19:50:28.300405984 +0200
23 @@ -30,7 +30,7 @@
24    vala_args: libsocialweb_backend_vala_flags,
25    c_args: libsocialweb_backend_c_flags,
26    name_prefix: '',
27 -  install_dir: folks_backend_dir / dummy_backend_name,
28 +  install_dir: folks_backend_dir / libsocialweb_backend_name,
29    install: true,
30  )
31  
This page took 0.538354 seconds and 3 git commands to generate.