summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiroro-hs2024-04-25 18:45:30 +0900
committerPiroro-hs2024-04-25 18:45:30 +0900
commit0aa2b55b08823a7a4e047ec6bfcf721b17c61636 (patch)
treec41751d756c1ce558ed7e3ff4ad423c9f1255fbb
parentcdaaaf0eede30f0a1a349568c205f6e3b28c3cb0 (diff)
downloadaur-0aa2b55b08823a7a4e047ec6bfcf721b17c61636.tar.gz
VTE 0.76.1
-rw-r--r--.SRCINFO10
-rw-r--r--0001-bundle-patched-vte.patch6
-rw-r--r--PKGBUILD10
3 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 553fc6ec35a4..606564e1cca6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ptyxis
pkgdesc = A terminal for a container-oriented desktop
pkgver = 46.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/chergert/ptyxis
arch = x86_64
license = GPL-3.0-or-later
@@ -28,12 +28,12 @@ pkgbase = ptyxis
depends = pango
depends = pcre2
depends = systemd-libs
- depends = vte-common=0.76.0
+ depends = vte-common=0.76.1
source = ptyxis::git+https://gitlab.gnome.org/chergert/ptyxis#tag=46.1
- source = ptyxis_vte::git+https://gitlab.gnome.org/GNOME/vte.git#commit=ca9fd8cb3ccd2889ef18bc6c155291c4751e8dab
+ source = ptyxis_vte::git+https://gitlab.gnome.org/GNOME/vte.git#commit=2b413dab1dcc6a5d4ff200ad0703240a81c82d06
source = 0001-bundle-patched-vte.patch
sha256sums = 0a87afb573622c361005a72aa966f1eab1c67fcd67e48918f54a859cd5632a1f
- sha256sums = 03d7cd6ff44d50cb475587ea1396eaf202e83cf902b9310e81363df2d1ac7ba7
- sha256sums = f01dc15c90893e4aee78f8ca2b397a8d5df8668131c2d20bd8a6da2d36097122
+ sha256sums = 9d74897b0bb633bb2ab0d4c5294e8fbd86849ce2ec16cfdeff45ae145ebfbf0a
+ sha256sums = 6c413099af267bcf578f29cf27d806710680ba1e78cc8891504270fe4026f0a6
pkgname = ptyxis
diff --git a/0001-bundle-patched-vte.patch b/0001-bundle-patched-vte.patch
index 3a187f8e3d0e..f7f08010aa9d 100644
--- a/0001-bundle-patched-vte.patch
+++ b/0001-bundle-patched-vte.patch
@@ -7,7 +7,7 @@ index ce2961ae..9305da5d 100644
'vte',
['c', 'cpp'],
- version: '0.76.1',
-+ version: '10000.76.0',
++ version: '10000.76.1',
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: '100007600-@BASENAME@',
++ output: '100007601-@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 100007600 ] || return 0
++[ "${VTE_VERSION:-0}" -ge 100007601 ] || return 0
# TERM not supported?
case "$TERM" in
diff --git a/PKGBUILD b/PKGBUILD
index b5b479205373..56bbd1d4b1b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=ptyxis
pkgver=46.1
-_vtever=0.76.0
-_vtecommit='ca9fd8cb3ccd2889ef18bc6c155291c4751e8dab'
-pkgrel=1
+_vtever=0.76.1
+_vtecommit='2b413dab1dcc6a5d4ff200ad0703240a81c82d06'
+pkgrel=2
pkgdesc='A terminal for a container-oriented desktop'
arch=('x86_64')
url='https://gitlab.gnome.org/chergert/ptyxis'
@@ -42,8 +42,8 @@ source=("$pkgname::git+$url#tag=$pkgver"
"${pkgname}_vte::git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_vtecommit"
'0001-bundle-patched-vte.patch')
sha256sums=('0a87afb573622c361005a72aa966f1eab1c67fcd67e48918f54a859cd5632a1f'
- '03d7cd6ff44d50cb475587ea1396eaf202e83cf902b9310e81363df2d1ac7ba7'
- 'f01dc15c90893e4aee78f8ca2b397a8d5df8668131c2d20bd8a6da2d36097122')
+ '9d74897b0bb633bb2ab0d4c5294e8fbd86849ce2ec16cfdeff45ae145ebfbf0a'
+ '6c413099af267bcf578f29cf27d806710680ba1e78cc8891504270fe4026f0a6')
prepare() {
mkdir "$srcdir/$pkgname/subprojects"