[arch-commits] Commit in vte3/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Sep 8 11:11:06 UTC 2014


    Date: Monday, September 8, 2014 @ 13:11:06
  Author: jgc
Revision: 221144

upgpkg: vte3 0.37.90-1

Modified:
  vte3/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-08 11:04:45 UTC (rev 221143)
+++ PKGBUILD	2014-09-08 11:11:06 UTC (rev 221144)
@@ -3,16 +3,16 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.36.3
+pkgver=0.37.90
 pkgrel=1
 pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
 arch=('i686' 'x86_64')
 license=('LGPL')
 options=('!emptydirs')
-makedepends=('intltool' 'gobject-introspection' 'gtk3')
+makedepends=('intltool' 'gobject-introspection' 'gtk3' 'python2' 'vala')
 url="http://www.gnome.org"
 source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('54e5b07be3c0f7b158302f54ee79d4de1cb002f4259b6642b79b1e0e314a959c')
+sha256sums=('55d52187f2c8b443cbc599f1d809c40922230a1e5ec7f306be4338819429c977')
 
 build() {
   cd "vte-$pkgver"
@@ -19,7 +19,7 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
       --libexecdir=/usr/lib/vte \
       --localstatedir=/var --disable-static \
-      --enable-introspection
+      --enable-introspection --enable-gnome-pty-helper
   make
 }
 




More information about the arch-commits mailing list