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

Add fix for 'bash: __vte_urlencode: command not found' error

parent a1ea0adc
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
pkgbase='vte3-notification'
pkgname=("${pkgbase}" 'vte-notification-common')
pkgver=0.60.2
pkgrel=2
pkgrel=3
pkgdesc='Virtual Terminal Emulator widget for use with GTK3 with Fedora patches'
arch=('i686' 'x86_64')
url='https://wiki.gnome.org/Apps/Terminal/VTE'
......@@ -31,8 +31,7 @@ _vtetag=${pkgver}
source=(
"git+https://git.gnome.org/browse/vte#tag=$_vtetag"
"${_fpatchfile}-${_fcommit}::${_frepourl}/raw/${_fcommit}/f/${_fpatchfile}"
'add-zsh-notfication-support.patch'
)
'add-zsh-notfication-support.patch')
sha256sums=('SKIP'
'a14964af6e47af5b665972ca1a4fd05a61d612aca5d5b3a20bed4186c033bd26'
'd185af50b0cc9ffd4149bf9951b6c00c8677c75fcffd906ac1dc193a55db846f')
......@@ -70,4 +69,8 @@ package_vte-notification-common() {
install -Dt "$pkgdir/etc/profile.d" -m644 vte.sh
install -Dt "$pkgdir/etc/profile.d" -m644 vte.csh
install -Dt "$pkgdir/usr/lib" -m755 vte-urlencode-cwd
# Fix for "bash: __vte_urlencode: command not found" error
sed -i 's|__vte_urlencode|/usr/lib/vte-urlencode-cwd|g' \
"$pkgdir/etc/profile.d/vte.sh"
}
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