summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 125c39f4d5e9..71459a02176d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=vte3-notification
pkgname=(vte3-notification vte-notification-common)
-pkgver=0.41.90
+pkgver=0.42.0
pkgrel=1
pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
arch=('i686' 'x86_64')
@@ -12,16 +12,19 @@ license=('LGPL')
makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'gperf')
url="http://www.gnome.org"
source=("https://download.gnome.org/sources/vte/${pkgver::4}/vte-${pkgver}.tar.xz"
+ '0001-widget-Only-show-the-cursor-on-motion-if-moved.patch'
'add-zsh-notfication-support.patch'
- 'vte-command-notify.patch')
-sha256sums=('f1ee9d27962c97414e09dfeb886efe437006f557b068f39330e0ff3a2c301516'
+ 'vte291-command-notify.patch')
+sha256sums=('2168f79d2043cbbe6d4375d01e54cebda71bb6f5d9dc8ad658b9a1dc1052de04'
+ '4379593bdddbe7ebcf6efd808f6334ce86334426d07f7ad777a3aa2d1ee2c50d'
'150a151404ca565f70259044661b2ef5cda43142ca677e7da324614eef8cf45a'
- 'd88e870c6f2232e5a06ae4b45d6308aae5fa564f5b82dca460a743c71781eba4')
+ 'd7dce79b0950b35052f60cacc7ce835a6111a4f3e833a5406590ff141fb41825')
prepare () {
cd "vte-${pkgver}"
- patch -p1 -i ../vte-command-notify.patch
+ patch -p1 -i ../0001-widget-Only-show-the-cursor-on-motion-if-moved.patch
+ patch -p1 -i ../vte291-command-notify.patch
patch -p1 -i ../add-zsh-notfication-support.patch
}