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

0.62.3-1.1

parent 951ade92
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
pkgbase=vte3-notification
pkgname=("${pkgbase}" 'vte-notification-common')
pkgver=0.62.3
pkgrel=1
pkgrel=1.1
pkgdesc="Virtual Terminal Emulator widget with Fedora patches"
arch=('x86_64')
url="https://wiki.gnome.org/Apps/Terminal/VTE"
......@@ -21,24 +21,30 @@ 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='f33'
_fpatchfile='vte291-cntnr-precmd-preexec-scroll.patch'
_fcommit='3c500b1b233384892990e78d38504d40956f3821'
_frepobranch='f34'
_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'
# VTE source ref
_vtetag=${pkgver}
source=(
"git+https://gitlab.gnome.org/GNOME/vte.git#tag=$_vtetag"
"${_fpatchfile}-${_fcommit}::${_frepourl}/raw/${_fcommit}/f/${_fpatchfile}"
'add-zsh-notification-support.patch')
"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}")
sha256sums=('SKIP'
'46cdbbf67dcd41c1a4d3c93c50c08ce2f0f58d0fa10d3247bc18a1015c21c1ea'
'93cd9c7c1fe4001a56e5a6357b6ffd79ce030ac04342801792500f9e44ff79ed')
'7615f23c0fdf723c3ad5545b11c4e532d392c8ff1034468e33e85dd66a1d9fd3'
'25dee260b62c310ca00f8ac94b27c86c3d1bcf9dc697ec47e2515079e7ee1310')
prepare () {
cd vte
patch -p1 -i "../${_fpatchfile}-${_fcommit}"
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