diff options
author | Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> | 2019-03-22 17:39:30 -0500 |
---|---|---|
committer | Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> | 2019-03-22 17:39:30 -0500 |
commit | c0957e6015cb8ee5b225f5ca2582b570ebd3b8f2 (patch) | |
tree | 318a90c02c82ee134f8359e2f33d50b772639e40 /user/vte/vala.patch | |
parent | 98ea5397796aca461f81318aa383d2933abf0b23 (diff) | |
download | packages-c0957e6015cb8ee5b225f5ca2582b570ebd3b8f2.tar.gz packages-c0957e6015cb8ee5b225f5ca2582b570ebd3b8f2.tar.bz2 packages-c0957e6015cb8ee5b225f5ca2582b570ebd3b8f2.tar.xz packages-c0957e6015cb8ee5b225f5ca2582b570ebd3b8f2.zip |
user/vte: upgrade to 0.56.0
Diffstat (limited to 'user/vte/vala.patch')
-rw-r--r-- | user/vte/vala.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/user/vte/vala.patch b/user/vte/vala.patch deleted file mode 100644 index fe07dbbf0..000000000 --- a/user/vte/vala.patch +++ /dev/null @@ -1,29 +0,0 @@ -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.18.1 - |