]> git.pld-linux.org Git - packages/folks.git/commitdiff
- added vala patch (adjust for gio vala API change) auto/th/folks-0.14.0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 22 Sep 2020 14:55:32 +0000 (16:55 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 22 Sep 2020 14:55:32 +0000 (16:55 +0200)
- release 2 (e-d-s 3.38)

folks-vala.patch [new file with mode: 0644]
folks.spec

diff --git a/folks-vala.patch b/folks-vala.patch
new file mode 100644 (file)
index 0000000..e2fcdc6
--- /dev/null
@@ -0,0 +1,11 @@
+--- folks-0.14.0/backends/tracker/lib/trf-persona-store.vala.orig      2020-03-11 08:36:53.000000000 +0100
++++ folks-0.14.0/backends/tracker/lib/trf-persona-store.vala   2020-09-22 16:31:17.420470689 +0200
+@@ -1300,7 +1300,7 @@
+     }
+   private void _graph_updated_cb (DBusConnection connection,
+-      string sender_name, string object_path, string interface_name,
++      string? sender_name, string object_path, string interface_name,
+       string signal_name, Variant parameters)
+     {
+       string class_name = "";
index 62d29e954dac601b3dcdeffc873ab2a37f476a68..96b0abecb5c78c703b908759e60d3d603c622594 100644 (file)
@@ -16,13 +16,14 @@ Summary:    GObject contact aggregation library
 Summary(pl.UTF-8):     Biblioteka GObject do agregowania kontaktów
 Name:          folks
 Version:       0.14.0
-Release:       1
+Release:       2
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/folks/0.14/%{name}-%{version}.tar.xz
 # Source0-md5: dc852fceab9e84362b675d5ffcd4803e
 Patch0:                %{name}-meson.patch
 Patch1:                %{name}-module.patch
+Patch2:                %{name}-vala.patch
 URL:           https://wiki.gnome.org/Projects/Folks
 BuildRequires: dbus-devel
 %{?with_telepathy:BuildRequires:       dbus-glib-devel}
@@ -125,6 +126,7 @@ API folks dla języka Vala.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %meson build \
This page took 0.170679 seconds and 4 git commands to generate.