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

[pkg-upd] 0.66.1-1

parent 9f44027d
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
pkgbase=vte3-notification pkgbase=vte3-notification
pkgname=("${pkgbase}" 'vte-notification-common') pkgname=("${pkgbase}" 'vte-notification-common')
pkgver=0.66.0 pkgver=0.66.1
pkgrel=1 pkgrel=1
pkgdesc="Virtual Terminal Emulator widget with Fedora patches" pkgdesc="Virtual Terminal Emulator widget with Fedora patches"
arch=('x86_64') arch=('x86_64')
...@@ -18,29 +18,25 @@ url="https://wiki.gnome.org/Apps/Terminal/VTE" ...@@ -18,29 +18,25 @@ url="https://wiki.gnome.org/Apps/Terminal/VTE"
license=('LGPL') license=('LGPL')
depends=('gtk3' 'pcre2' 'gnutls' 'fribidi' 'systemd') depends=('gtk3' 'pcre2' 'gnutls' 'fribidi' 'systemd')
makedepends=('gobject-introspection' 'vala' 'git' 'gtk-doc' 'gperf' 'meson') makedepends=('gobject-introspection' 'vala' 'git' 'gtk-doc' 'gperf' 'meson')
_commit=956d3bbd265279c296c56d9fb5ada1fee94768ee # tags/0.66.0^0 _commit=29bc0a2d7fefc0e8bc5f60b72c3a666809d490f9 # tags/0.66.1^0
# Fedora patches: https://src.fedoraproject.org/rpms/vte291/tree/ # Fedora patches: https://src.fedoraproject.org/rpms/vte291/tree/
_frepourl='https://src.fedoraproject.org/rpms/vte291' _frepourl='https://src.fedoraproject.org/rpms/vte291'
_frepobranch='rawhide' _frepobranch='rawhide'
_fpatchfile0='vte-0.66.0-prompt-command.patch'
_fpatchfile100='vte291-cntnr-precmd-preexec-scroll.patch' _fpatchfile100='vte291-cntnr-precmd-preexec-scroll.patch'
_fcommit='daec9cae9f51c723ffc7cd35ae3a3a01bf25c86a' _fcommit='77371af24cd2f8e911ec522cf38764f58f8925ec'
# VTE source ref # VTE source ref
_vtetag=${pkgver} _vtetag=${pkgver}
source=( source=(
"git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit"
"${_fpatchfile0}-${_fcommit}::${_frepourl}/raw/${_fcommit}/f/${_fpatchfile0}"
"${_fpatchfile100}-${_fcommit}::${_frepourl}/raw/${_fcommit}/f/${_fpatchfile100}") "${_fpatchfile100}-${_fcommit}::${_frepourl}/raw/${_fcommit}/f/${_fpatchfile100}")
sha256sums=('SKIP' sha256sums=('SKIP'
'ea8b5384374817a00940cd3c3a64f2da08b55a995a3f992caa0089e98d42b3e3' 'b732fbf452de5abd5d78e9126a87d87686ccb473dbabf34ef794b0a955c0f892')
'58acc72f083a48fea11b04c29b254e7ea411996a3ecda1621002a4730fde6c08')
prepare () { prepare () {
cd vte cd vte
patch -p1 -i "../${_fpatchfile0}-${_fcommit}"
patch -p1 -i "../${_fpatchfile100}-${_fcommit}" patch -p1 -i "../${_fpatchfile100}-${_fcommit}"
} }
......
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