summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiroro-hs2024-04-15 12:10:27 +0900
committerPiroro-hs2024-04-15 12:10:27 +0900
commitcdaaaf0eede30f0a1a349568c205f6e3b28c3cb0 (patch)
tree38281eebd377c7baa14d8f350efa43b3b9ef3ba6
parent4b6f45bea9802ac6725ffceacde4bc8c8d84d36d (diff)
downloadaur-cdaaaf0eede30f0a1a349568c205f6e3b28c3cb0.tar.gz
46.1
-rw-r--r--.SRCINFO14
-rw-r--r--0001-bundle-patched-vte.patch2
-rw-r--r--PKGBUILD17
3 files changed, 17 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0be60e10e6b4..553fc6ec35a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ptyxis
pkgdesc = A terminal for a container-oriented desktop
- pkgver = 46.0
+ pkgver = 46.1
pkgrel = 1
url = https://gitlab.gnome.org/chergert/ptyxis
arch = x86_64
@@ -28,12 +28,12 @@ pkgbase = ptyxis
depends = pango
depends = pcre2
depends = systemd-libs
- depends = vte-common
- source = ptyxis::git+https://gitlab.gnome.org/chergert/ptyxis#tag=46.0
- source = ptyxis_vte::git+https://gitlab.gnome.org/GNOME/vte.git#tag=0.76.0
+ depends = vte-common=0.76.0
+ 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 = 0001-bundle-patched-vte.patch
- sha256sums = ce302fa4867e957542599642bc835a840b2496632c60fce53edba906ccf8f899
- sha256sums = 1b3c7c20f0c0c68e6a14f016f58a21f6fecf39079dbf46b2e01f436dc8f315a3
- sha256sums = e60c1b17c6e8e6596b75569ea47a550487823bb0b729b21005c0fb6e7f55b71d
+ sha256sums = 0a87afb573622c361005a72aa966f1eab1c67fcd67e48918f54a859cd5632a1f
+ sha256sums = 03d7cd6ff44d50cb475587ea1396eaf202e83cf902b9310e81363df2d1ac7ba7
+ sha256sums = f01dc15c90893e4aee78f8ca2b397a8d5df8668131c2d20bd8a6da2d36097122
pkgname = ptyxis
diff --git a/0001-bundle-patched-vte.patch b/0001-bundle-patched-vte.patch
index 2a8374b6a2e9..3a187f8e3d0e 100644
--- a/0001-bundle-patched-vte.patch
+++ b/0001-bundle-patched-vte.patch
@@ -6,7 +6,7 @@ index ce2961ae..9305da5d 100644
project(
'vte',
['c', 'cpp'],
-- version: '0.76.0',
+- version: '0.76.1',
+ version: '10000.76.0',
license: ['LGPL-3.0-or-later', 'GPL-3.0-or-later'],
default_options: [
diff --git a/PKGBUILD b/PKGBUILD
index 71c4ab6f0e9a..b5b479205373 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Piroro-hs
pkgname=ptyxis
-pkgver=46.0
+pkgver=46.1
_vtever=0.76.0
+_vtecommit='ca9fd8cb3ccd2889ef18bc6c155291c4751e8dab'
pkgrel=1
-pkgdesc="A terminal for a container-oriented desktop"
+pkgdesc='A terminal for a container-oriented desktop'
arch=('x86_64')
-url="https://gitlab.gnome.org/chergert/ptyxis"
+url='https://gitlab.gnome.org/chergert/ptyxis'
license=('GPL-3.0-or-later' 'LGPL-3.0-or-later')
groups=()
depends=('cairo'
@@ -27,7 +28,7 @@ depends=('cairo'
'pango'
'pcre2'
'systemd-libs'
- 'vte-common')
+ "vte-common=$_vtever")
makedepends=('git'
'meson'
'patchutils'
@@ -38,11 +39,11 @@ conflicts=()
replaces=()
backup=()
source=("$pkgname::git+$url#tag=$pkgver"
- "${pkgname}_vte::git+https://gitlab.gnome.org/GNOME/vte.git#tag=$_vtever"
+ "${pkgname}_vte::git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_vtecommit"
'0001-bundle-patched-vte.patch')
-sha256sums=('ce302fa4867e957542599642bc835a840b2496632c60fce53edba906ccf8f899'
- '1b3c7c20f0c0c68e6a14f016f58a21f6fecf39079dbf46b2e01f436dc8f315a3'
- 'e60c1b17c6e8e6596b75569ea47a550487823bb0b729b21005c0fb6e7f55b71d')
+sha256sums=('0a87afb573622c361005a72aa966f1eab1c67fcd67e48918f54a859cd5632a1f'
+ '03d7cd6ff44d50cb475587ea1396eaf202e83cf902b9310e81363df2d1ac7ba7'
+ 'f01dc15c90893e4aee78f8ca2b397a8d5df8668131c2d20bd8a6da2d36097122')
prepare() {
mkdir "$srcdir/$pkgname/subprojects"