[packages/folks] - added vala patch (adjust for gio vala API change) - release 2 (e-d-s 3.38)
qboosh
qboosh at pld-linux.org
Tue Sep 22 16:52:41 CEST 2020
commit 5d5605085570a91d5fea04484ff001cc37d0ec27
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Sep 22 16:55:32 2020 +0200
- added vala patch (adjust for gio vala API change)
- release 2 (e-d-s 3.38)
folks-vala.patch | 11 +++++++++++
folks.spec | 4 +++-
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/folks.spec b/folks.spec
index 62d29e9..96b0abe 100644
--- a/folks.spec
+++ b/folks.spec
@@ -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 \
diff --git a/folks-vala.patch b/folks-vala.patch
new file mode 100644
index 0000000..e2fcdc6
--- /dev/null
+++ b/folks-vala.patch
@@ -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 = "";
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/folks.git/commitdiff/5d5605085570a91d5fea04484ff001cc37d0ec27
More information about the pld-cvs-commit
mailing list