vte3: update to 0.80.2

This commit is contained in:
chrysos349 2025-05-30 14:24:24 +03:00 committed by Duncan Overbruck
parent 3a1255a796
commit f9412102bf
2 changed files with 3 additions and 34 deletions

View file

@ -1,31 +0,0 @@
From a33d089c1d2b669ee932df9a8b29236934102aad Mon Sep 17 00:00:00 2001
From: Christian Persch <chpe@src.gnome.org>
Date: Sun, 13 Apr 2025 09:54:39 +0200
Subject: [PATCH] emulation: Fix OSC 111
Fixes a regression from commit 9d4e38343c93bc0866997dfe4ebdc12d4e1ae7a8
Thanks to Egmont Koblinger for the git bisect and finding the bug.
Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2876
(cherry picked from commit 39950ac5a0f32e431c53f9c8f43c818fd8c988a4)
---
src/vteseq.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/vteseq.cc b/src/vteseq.cc
index 174298e3d..5bdec69f7 100644
--- a/src/vteseq.cc
+++ b/src/vteseq.cc
@@ -7663,7 +7663,7 @@ Terminal::OSC(vte::parser::Sequence const& seq)
break;
case VTE_OSC_XTERM_RESET_COLOR_TEXT_BG:
- reset_color(ColorPaletteIndex::default_fg(), ColorSource::Escape);
+ reset_color(ColorPaletteIndex::default_bg(), ColorSource::Escape);
break;
case VTE_OSC_XTERM_RESET_COLOR_CURSOR_BG:
--
GitLab

View file

@ -1,7 +1,7 @@
# Template file for 'vte3'
pkgname=vte3
version=0.80.1
revision=2
version=0.80.2
revision=1
build_style=meson
build_helper="gir"
configure_args="-Db_ndebug=false -Db_lto=false -D_systemd=false
@ -16,7 +16,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later, LGPL-2.1-or-later, LGPL-3.0-or-later"
homepage="https://gitlab.gnome.org/GNOME/vte/"
distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
checksum=0cdbd0e983afd9d22e065e323a743160072bf64b453e00b15edbe6f2dcdda46c
checksum=b225bebd043633bd491f2ea171374d0f3f9de62dfec07653053bc08c4face46f
# Suppress warnings as errors for NULL format strings (musl libc)
CXXFLAGS="-Wno-error=format="