* [PR PATCH] vte3: update to 0.80.1
@ 2025-04-18 7:45 chrysos349
2025-05-03 3:34 ` [PR PATCH] [Updated] " oreo639
2025-05-03 4:39 ` [PR PATCH] [Merged]: " oreo639
0 siblings, 2 replies; 3+ messages in thread
From: chrysos349 @ 2025-04-18 7:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 470 bytes --]
There is a new pull request by chrysos349 against master on the void-packages repository
https://github.com/chrysos349/void-packages vte3
https://github.com/void-linux/void-packages/pull/55108
vte3: update to 0.80.1
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/55108.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vte3-55108.patch --]
[-- Type: text/x-diff, Size: 1155 bytes --]
From 3d4ece7d8c8c253f3765ddf0932fb67aff29fd5d Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Fri, 18 Apr 2025 10:41:22 +0300
Subject: [PATCH] vte3: update to 0.80.1
---
srcpkgs/vte3/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template
index c3b86a9945a4c1..374c84d3bcf66e 100644
--- a/srcpkgs/vte3/template
+++ b/srcpkgs/vte3/template
@@ -1,7 +1,7 @@
# Template file for 'vte3'
pkgname=vte3
-version=0.80.0
-revision=2
+version=0.80.1
+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=267f63739765e568cf8113d0e2ee8f593028946187854bebe268c778e62647c8
+checksum=0cdbd0e983afd9d22e065e323a743160072bf64b453e00b15edbe6f2dcdda46c
# Suppress warnings as errors for NULL format strings (musl libc)
CXXFLAGS="-Wno-error=format="
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] vte3: update to 0.80.1
2025-04-18 7:45 [PR PATCH] vte3: update to 0.80.1 chrysos349
@ 2025-05-03 3:34 ` oreo639
2025-05-03 4:39 ` [PR PATCH] [Merged]: " oreo639
1 sibling, 0 replies; 3+ messages in thread
From: oreo639 @ 2025-05-03 3:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 472 bytes --]
There is an updated pull request by oreo639 against master on the void-packages repository
https://github.com/chrysos349/void-packages vte3
https://github.com/void-linux/void-packages/pull/55108
vte3: update to 0.80.1
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/55108.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vte3-55108.patch --]
[-- Type: text/x-diff, Size: 2738 bytes --]
From bd202203aee40d2a8e5ccbe60ff953819192635b Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Fri, 18 Apr 2025 10:41:22 +0300
Subject: [PATCH] vte3: update to 0.80.1
---
...089c1d2b669ee932df9a8b29236934102aad.patch | 31 +++++++++++++++++++
srcpkgs/vte3/template | 6 ++--
2 files changed, 34 insertions(+), 3 deletions(-)
create mode 100644 srcpkgs/vte3/patches/a33d089c1d2b669ee932df9a8b29236934102aad.patch
diff --git a/srcpkgs/vte3/patches/a33d089c1d2b669ee932df9a8b29236934102aad.patch b/srcpkgs/vte3/patches/a33d089c1d2b669ee932df9a8b29236934102aad.patch
new file mode 100644
index 00000000000000..5ab0f2dee3cc28
--- /dev/null
+++ b/srcpkgs/vte3/patches/a33d089c1d2b669ee932df9a8b29236934102aad.patch
@@ -0,0 +1,31 @@
+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
+
diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template
index c3b86a9945a4c1..374c84d3bcf66e 100644
--- a/srcpkgs/vte3/template
+++ b/srcpkgs/vte3/template
@@ -1,7 +1,7 @@
# Template file for 'vte3'
pkgname=vte3
-version=0.80.0
-revision=2
+version=0.80.1
+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=267f63739765e568cf8113d0e2ee8f593028946187854bebe268c778e62647c8
+checksum=0cdbd0e983afd9d22e065e323a743160072bf64b453e00b15edbe6f2dcdda46c
# Suppress warnings as errors for NULL format strings (musl libc)
CXXFLAGS="-Wno-error=format="
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Merged]: vte3: update to 0.80.1
2025-04-18 7:45 [PR PATCH] vte3: update to 0.80.1 chrysos349
2025-05-03 3:34 ` [PR PATCH] [Updated] " oreo639
@ 2025-05-03 4:39 ` oreo639
1 sibling, 0 replies; 3+ messages in thread
From: oreo639 @ 2025-05-03 4:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 316 bytes --]
There's a merged pull request on the void-packages repository
vte3: update to 0.80.1
https://github.com/void-linux/void-packages/pull/55108
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-05-03 4:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-18 7:45 [PR PATCH] vte3: update to 0.80.1 chrysos349
2025-05-03 3:34 ` [PR PATCH] [Updated] " oreo639
2025-05-03 4:39 ` [PR PATCH] [Merged]: " oreo639
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).