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

[pkg-upd] 0.76.4-2

- revert patch changes
parent 7ed27aab
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ pkgname=( ...@@ -14,7 +14,7 @@ pkgname=(
vte4-notification vte4-notification
) )
pkgver=0.76.4 pkgver=0.76.4
pkgrel=1 pkgrel=2
pkgdesc="Virtual Terminal Emulator widget with Fedora patches" pkgdesc="Virtual Terminal Emulator widget with Fedora patches"
arch=(x86_64) arch=(x86_64)
url="https://wiki.gnome.org/Apps/Terminal/VTE" url="https://wiki.gnome.org/Apps/Terminal/VTE"
...@@ -51,18 +51,22 @@ options=(!lto) ...@@ -51,18 +51,22 @@ options=(!lto)
# 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'
_fpatchfile='vte.sh-forward-port-notify-prexec-precmd.patch' _fpatchfile0='0001-a11y-implement-GtkAccessibleText.patch'
_fcommit='561614a74cb6ac56ee85ebe99494a77c343ce81f' _fpatchfile1='0001-add-notification-and-shell-precmd-preexec.patch'
_fcommit='20f805f6a3d1769d603d2862ab24ed5ed1ddb6ad'
source=( source=(
"git+https://gitlab.gnome.org/GNOME/vte.git#tag=$pkgver" "git+https://gitlab.gnome.org/GNOME/vte.git#tag=$pkgver"
"${_fpatchfile}-${_fcommit}::${_frepourl}/raw/${_fcommit}/f/${_fpatchfile}") "${_fpatchfile0}-${_fcommit}::${_frepourl}/raw/${_fcommit}/f/${_fpatchfile0}"
"${_fpatchfile1}-${_fcommit}::${_frepourl}/raw/${_fcommit}/f/${_fpatchfile1}")
sha256sums=('628e9202b3578a825e6a135508c711a0ea0c236579f4ec1afe5d11f3feecce90' sha256sums=('628e9202b3578a825e6a135508c711a0ea0c236579f4ec1afe5d11f3feecce90'
'b866307aeef4395309755bb0e95de50642657c015a50c5dc5ee3eddea817c10c') 'e238d865e8a20a06d56b99f34a398ab3279d7228395a109e2a66bae32fddf760'
'49374e5513735c4d31997709b6f9b9a444b0da5c04bc9c62d87919ab839aa1c3')
prepare () { prepare () {
cd vte cd vte
patch -Np1 -i "../${_fpatchfile}-${_fcommit}" patch -Np1 -i "../${_fpatchfile0}-${_fcommit}"
patch -Np1 -i "../${_fpatchfile1}-${_fcommit}"
} }
build() { 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