Skip to content
Snippets Groups Projects
Verified Commit 7ef46bb1 authored by Mark Wagie's avatar Mark Wagie
Browse files

[pkg-upd] 0.76.3-2

- Use updated notification patches from ptyxis
parent 46cc61ab
No related branches found
No related tags found
No related merge requests found
......@@ -14,11 +14,11 @@ pkgname=(
vte4-notification
)
pkgver=0.76.3
pkgrel=1
pkgrel=2
pkgdesc="Virtual Terminal Emulator widget with Fedora patches"
arch=(x86_64)
url="https://wiki.gnome.org/Apps/Terminal/VTE"
license=(GPL-3.0-or-later AND LGPL-3.0-or-later and MIT-open-group AND CC-BY-4.0)
license=(GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND X11 AND CC-BY-4.0)
depends=(
cairo
fribidi
......@@ -50,18 +50,22 @@ options=(!lto)
# Fedora patches: https://src.fedoraproject.org/rpms/vte291/tree/
_frepourl='https://src.fedoraproject.org/rpms/vte291'
_frepobranch='rawhide'
_fpatchfile0='vte291-cntnr-precmd-preexec-scroll.patch'
_fcommit='d52a62db6d53b0900184688991391c99edb077ec'
_fpatchfile0='0001-a11y-implement-GtkAccessibleText.patch'
_fpatchfile1='0001-add-notification-and-shell-precmd-preexec.patch'
_fcommit='20f805f6a3d1769d603d2862ab24ed5ed1ddb6ad'
source=(
"git+https://gitlab.gnome.org/GNOME/vte.git#tag=$pkgver"
"${_fpatchfile0}-${_fcommit}::${_frepourl}/raw/${_fcommit}/f/${_fpatchfile0}")
"${_fpatchfile0}-${_fcommit}::${_frepourl}/raw/${_fcommit}/f/${_fpatchfile0}"
"${_fpatchfile1}-${_fcommit}::${_frepourl}/raw/${_fcommit}/f/${_fpatchfile1}")
sha256sums=('04cdba718e061063d1f8f623012769827e20561dcea735f5bd4d135c2579b10f'
'54e35ff79a8aa7aabd09f26c4e51fe8ec3605eb22ccf233793b4731fe6f2cca8')
'e238d865e8a20a06d56b99f34a398ab3279d7228395a109e2a66bae32fddf760'
'49374e5513735c4d31997709b6f9b9a444b0da5c04bc9c62d87919ab839aa1c3')
prepare () {
cd vte
patch -p1 -i "../${_fpatchfile0}-${_fcommit}"
patch -Np1 -i "../${_fpatchfile0}-${_fcommit}"
patch -Np1 -i "../${_fpatchfile1}-${_fcommit}"
}
build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment