Skip to content
Snippets Groups Projects
Commit 0329e7fc authored by Mark Wagie's avatar Mark Wagie
Browse files

[pkg-upd] 0.64.1-1

parent 6bf5d4df
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@
pkgbase=vte3-notification
pkgname=("${pkgbase}" 'vte-notification-common')
pkgver=0.62.3
pkgrel=2
pkgver=0.64.1
pkgrel=1
pkgdesc="Virtual Terminal Emulator widget with Fedora patches"
arch=('x86_64')
url="https://wiki.gnome.org/Apps/Terminal/VTE"
......@@ -21,30 +21,22 @@ makedepends=('gobject-introspection' 'vala' 'git' 'gtk-doc' 'gperf' 'meson')
# Fedora patches: https://src.fedoraproject.org/rpms/vte291/tree/
_frepourl='https://src.fedoraproject.org/rpms/vte291'
_frepobranch='f34'
_frepobranch='rawhide'
_fpatchfile100='vte291-cntnr-precmd-preexec-scroll.patch'
_fpatchfile101='vte291-gcc11.patch'
_fpatchfile000='0001-Revert-widget-Limit-select-all-to-the-writable-regio.patch'
_fcommit='03ce959c3bbba97cd9a0c50fa0d6037d695eaf74'
_fcommit='fb1f5bcce09805acc7e3b4a1361d6952d117c7dc'
# VTE source ref
_vtetag=${pkgver}
source=(
"git+https://git.gnome.org/browse/vte#tag=$_vtetag"
"${_fpatchfile100}-${_fcommit}::${_frepourl}/raw/${_fcommit}/f/${_fpatchfile100}"
"${_fpatchfile101}-${_fcommit}::${_frepourl}/raw/${_fcommit}/f/${_fpatchfile101}"
"${_fpatchfile000}-${_fcommit}::${_frepourl}/raw/${_fcommit}/f/${_fpatchfile000}")
"${_fpatchfile100}-${_fcommit}::${_frepourl}/raw/${_fcommit}/f/${_fpatchfile100}")
sha256sums=('SKIP'
'46cdbbf67dcd41c1a4d3c93c50c08ce2f0f58d0fa10d3247bc18a1015c21c1ea'
'7615f23c0fdf723c3ad5545b11c4e532d392c8ff1034468e33e85dd66a1d9fd3'
'25dee260b62c310ca00f8ac94b27c86c3d1bcf9dc697ec47e2515079e7ee1310')
'59b89a9d83d05231d0ecd8269f91da68f07df019392bca32559b6bd3ef460e96')
prepare () {
cd vte
patch -p1 -i "../${_fpatchfile000}-${_fcommit}"
patch -p1 -i "../${_fpatchfile100}-${_fcommit}"
patch -p1 -i "../${_fpatchfile101}-${_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