summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Contreras2022-01-24 02:05:15 -0600
committerFelipe Contreras2022-01-24 02:05:15 -0600
commitb43e515d308ed810bf79d2f634c45017a6094f6c (patch)
treefe0ee8abed69f3e88094da90c477cfc89eddad05
parent3fcfcb909d672d1d40177f11769c1e97cc937695 (diff)
downloadaur-b43e515d308ed810bf79d2f634c45017a6094f6c.tar.gz
Update patch commit message
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--fix-exit-regression.patch5
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e664836d42b..7dc1c1ffc34b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,6 +23,6 @@ pkgbase = vte3-nohang
source = git+https://gitlab.gnome.org/GNOME/vte.git#tag=0.66.2
source = fix-exit-regression.patch
sha256sums = SKIP
- sha256sums = 269072f4f65f42ac0338039c69bd03cb767fc08f837a78d12c11c9487397a195
+ sha256sums = 5e5715a928b3667e7dd15d2766b45e8fe159768ab949f0badd5c47d190ceb211
pkgname = vte3-nohang
diff --git a/PKGBUILD b/PKGBUILD
index 09552ca2247e..416e9e9e99d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ makedepends=(gobject-introspection vala git gtk-doc gperf meson)
source=("git+https://gitlab.gnome.org/GNOME/vte.git#tag=$pkgver"
fix-exit-regression.patch)
sha256sums=('SKIP'
- '269072f4f65f42ac0338039c69bd03cb767fc08f837a78d12c11c9487397a195')
+ '5e5715a928b3667e7dd15d2766b45e8fe159768ab949f0badd5c47d190ceb211')
depends+=(vte-common)
provides=("vte3=$pkgver" libvte-2.91.so)
diff --git a/fix-exit-regression.patch b/fix-exit-regression.patch
index a15d882899b8..19bfc907de2f 100644
--- a/fix-exit-regression.patch
+++ b/fix-exit-regression.patch
@@ -1,4 +1,4 @@
-From 0552a83b044517a35f48c42fd8eed8b6eda09656 Mon Sep 17 00:00:00 2001
+From 07c04ece7c0eb6644112c84454dc617d6b45458b Mon Sep 17 00:00:00 2001
From: Felipe Contreras <felipe.contreras@gmail.com>
Date: Sun, 23 Jan 2022 23:36:44 -0600
Subject: [PATCH] Fix exit regression
@@ -20,7 +20,8 @@ was reported more than one year ago.
https://gitlab.gnome.org/GNOME/vte/-/issues/204
We know the child has exited, the client does not. It's up to the client
-to decide if it was to wait for rest of the input, or exit immediately.
+to decide if it wants to wait for the rest of the input, or exit
+immediately.
So send the signal as soon as we receive it.