Add Vala 0.55.1 patch from upstream (#2047106)
This commit is contained in:
parent
0a24cd9d6d
commit
6cb444aa24
44
vte291-0.66.2-vala-accessibility.patch
Normal file
44
vte291-0.66.2-vala-accessibility.patch
Normal file
@ -0,0 +1,44 @@
|
||||
From 069b68f393c46ebfc6734708f1446419ceed95da Mon Sep 17 00:00:00 2001
|
||||
From: Rico Tzschichholz <ricotz@ubuntu.com>
|
||||
Date: Wed, 1 Dec 2021 08:21:36 +0100
|
||||
Subject: [PATCH] vala: Fix accessibility of constant intializer expression
|
||||
|
||||
---
|
||||
bindings/vala/app.vala | 14 +++++++-------
|
||||
1 file changed, 7 insertions(+), 7 deletions(-)
|
||||
|
||||
diff --git a/bindings/vala/app.vala b/bindings/vala/app.vala
|
||||
index 8ab27e5a..faaefe47 100644
|
||||
--- a/bindings/vala/app.vala
|
||||
+++ b/bindings/vala/app.vala
|
||||
@@ -822,11 +822,11 @@ class App : Gtk.Application
|
||||
{
|
||||
public static bool audible = false;
|
||||
public static string? command = null;
|
||||
- private static string? cjk_ambiguous_width_string = null;
|
||||
- private static string? cursor_blink_mode_string = null;
|
||||
- private static string? cursor_background_color_string = null;
|
||||
- private static string? cursor_foreground_color_string = null;
|
||||
- private static string? cursor_shape_string = null;
|
||||
+ public static string? cjk_ambiguous_width_string = null;
|
||||
+ public static string? cursor_blink_mode_string = null;
|
||||
+ public static string? cursor_background_color_string = null;
|
||||
+ public static string? cursor_foreground_color_string = null;
|
||||
+ public static string? cursor_shape_string = null;
|
||||
public static string[]? dingus = null;
|
||||
public static bool debug = false;
|
||||
public static string? encoding = null;
|
||||
@@ -834,8 +834,8 @@ class App : Gtk.Application
|
||||
public static int extra_margin = 0;
|
||||
public static string? font_string = null;
|
||||
public static string? geometry = null;
|
||||
- private static string? hl_bg_color_string = null;
|
||||
- private static string? hl_fg_color_string = null;
|
||||
+ public static string? hl_bg_color_string = null;
|
||||
+ public static string? hl_fg_color_string = null;
|
||||
public static string? icon_title = null;
|
||||
public static bool keep = false;
|
||||
public static bool no_argb_visual = false;
|
||||
--
|
||||
GitLab
|
||||
|
||||
@ -24,6 +24,8 @@ Source0: https://download.gnome.org/sources/vte/0.66/vte-%{version}.tar.x
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1103380
|
||||
# https://pagure.io/fedora-workstation/issue/216
|
||||
Patch0: vte291-cntnr-precmd-preexec-scroll.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2047106
|
||||
Patch1: vte291-0.66.2-vala-accessibility.patch
|
||||
|
||||
BuildRequires: pkgconfig(fribidi) >= %{fribidi_version}
|
||||
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
||||
@ -131,7 +133,7 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build
|
||||
%{_sysconfdir}/profile.d/vte.sh
|
||||
|
||||
%changelog
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.66.2-2
|
||||
* Thu Jan 27 2022 David King <amigadave@amigadave.com> - 0.66.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Dec 16 2021 David King <amigadave@amigadave.com> - 0.66.2-1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user