summaryrefslogtreecommitdiffstats
path: root/x11-libs/vte/files/0.54.4-vala-0.44-compat.patch
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-09-02 00:21:11 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-09-02 00:21:11 +0200
commitfdd6b67a78a966f6a2131de8fe0e539316511083 (patch)
tree7dd65d3814c4733b311985dbeb00b879ddd0df05 /x11-libs/vte/files/0.54.4-vala-0.44-compat.patch
parent6109bebd80c2873d9a5763436902b17a0d68d21c (diff)
downloaddarklin4-fdd6b67a78a966f6a2131de8fe0e539316511083.tar.gz
darklin4-fdd6b67a78a966f6a2131de8fe0e539316511083.tar.bz2
darklin4-fdd6b67a78a966f6a2131de8fe0e539316511083.tar.xz
darklin4-fdd6b67a78a966f6a2131de8fe0e539316511083.zip
Taglib and NVIDA
Diffstat (limited to 'x11-libs/vte/files/0.54.4-vala-0.44-compat.patch')
-rw-r--r--x11-libs/vte/files/0.54.4-vala-0.44-compat.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-libs/vte/files/0.54.4-vala-0.44-compat.patch b/x11-libs/vte/files/0.54.4-vala-0.44-compat.patch
new file mode 100644
index 0000000..5da32be
--- /dev/null
+++ b/x11-libs/vte/files/0.54.4-vala-0.44-compat.patch
@@ -0,0 +1,29 @@
+From 53690d5cee51bdb7c3f7680d3c22b316b1086f2c Mon Sep 17 00:00:00 2001
+From: Rico Tzschichholz <ricotz@ubuntu.com>
+Date: Sat, 1 Dec 2018 19:04:59 +0100
+Subject: [PATCH] vala: Fix build with vala 0.43+ git master due to empty
+ struct definition
+
+This should get a proper refactoring as the FIXME suggests.
+
+See https://gitlab.gnome.org/GNOME/vte/issues/76
+---
+ bindings/vala/app.vala | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/bindings/vala/app.vala b/bindings/vala/app.vala
+index 8663d63c..a534e76b 100644
+--- a/bindings/vala/app.vala
++++ b/bindings/vala/app.vala
+@@ -819,6 +819,8 @@ class App : Gtk.Application
+
+ public struct Options
+ {
++ //FIXME Merge this struct into App class
++ public int dummy;
+ public static bool audible = false;
+ public static string? command = null;
+ private static string? cjk_ambiguous_width_string = null;
+--
+2.20.1
+