From 330e188d0b07065bf155976ee87952b4c952b558 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 11 Aug 2019 20:40:50 +0200 Subject: [PATCH] gnome-contacts: fix build --- srcpkgs/gnome-contacts/patches/ambiguous.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/gnome-contacts/patches/ambiguous.patch diff --git a/srcpkgs/gnome-contacts/patches/ambiguous.patch b/srcpkgs/gnome-contacts/patches/ambiguous.patch new file mode 100644 index 0000000000..3569e0e303 --- /dev/null +++ b/srcpkgs/gnome-contacts/patches/ambiguous.patch @@ -0,0 +1,14 @@ +--- src/contacts-window.vala ++++ src/contacts-window.vala +@@ -35,9 +35,9 @@ public class Contacts.Window : Gtk.ApplicationWindow { + [GtkChild] + private TitleBar titlebar; + [GtkChild] +- private HeaderBar left_header; ++ private Gtk.HeaderBar left_header; + [GtkChild] +- private HeaderBar right_header; ++ private Gtk.HeaderBar right_header; + [GtkChild] + private Overlay notification_overlay; + [GtkChild]