summarylogtreecommitdiffstats
path: root/0001-bundle-patched-vte.patch
diff options
context:
space:
mode:
authorPiroro-hs2024-05-27 13:56:50 +0900
committerPiroro-hs2024-05-27 13:56:50 +0900
commitb9a4c559eb8f84669714d7b761dcf54cf30ed142 (patch)
treed75746786fa0a9a62a2f2fa038d89b0628bbd775 /0001-bundle-patched-vte.patch
parentc57c217ea0708ed75c5e125077434565def401c1 (diff)
downloadaur-ptyxis.tar.gz
VTE 0.76.2
Diffstat (limited to '0001-bundle-patched-vte.patch')
-rw-r--r--0001-bundle-patched-vte.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/0001-bundle-patched-vte.patch b/0001-bundle-patched-vte.patch
index f7f08010aa9d..36013ff20e97 100644
--- a/0001-bundle-patched-vte.patch
+++ b/0001-bundle-patched-vte.patch
@@ -6,8 +6,8 @@ index ce2961ae..9305da5d 100644
project(
'vte',
['c', 'cpp'],
-- version: '0.76.1',
-+ version: '10000.76.1',
+- version: '0.76.2',
++ version: '10000.76.2',
license: ['LGPL-3.0-or-later', 'GPL-3.0-or-later'],
default_options: [
'buildtype=release',
@@ -29,7 +29,7 @@ index 3f89f492..9a0ff506 100644
vte_sh = configure_file(
input: 'vte.sh.in',
- output: '@BASENAME@',
-+ output: '100007601-@BASENAME@',
++ output: '100007602-@BASENAME@',
configuration: {
'libexecdir': vte_prefix / vte_libexecdir,
},
@@ -42,7 +42,7 @@ index 2328a9ec..f4210af4 100644
# Not running under vte?
-[ "${VTE_VERSION:-0}" -ge 3405 ] || return 0
-+[ "${VTE_VERSION:-0}" -ge 100007601 ] || return 0
++[ "${VTE_VERSION:-0}" -ge 100007602 ] || return 0
# TERM not supported?
case "$TERM" in