diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/vte3/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/vte3/APKBUILD b/testing/vte3/APKBUILD index 101150742a..4520132a37 100644 --- a/testing/vte3/APKBUILD +++ b/testing/vte3/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=vte3 pkgver=0.34.7 -pkgrel=1 +pkgrel=2 pkgdesc="Virtual Terminal Emulator library" url="https://developer.gnome.org/vte/" arch="all" @@ -9,7 +9,7 @@ license="LGPL" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" depends= depends_dev="glib-dev pango-dev gtk+3.0-dev" -makedepends="$depends_dev intltool python ncurses-dev" +makedepends="$depends_dev intltool python ncurses-dev gobject-introspection-dev" source="http://ftp.gnome.org/pub/GNOME/sources/vte/${pkgver%.*}/vte-$pkgver.tar.xz allow_alt_in_terminal.patch" @@ -31,6 +31,7 @@ build() { --libexecdir=/usr/lib/$pkgname \ --localstatedir=/var \ --disable-static \ + --enable-introspection \ || return 1 make } |