diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-10 14:05:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-10 14:05:39 +0000 |
commit | 496350aa2efcaa76e3c3ff9ad97857a73bd6cb17 (patch) | |
tree | 91dfdb9b251b72c7069cc4789a352083d280cdb6 /testing | |
parent | b6556ef3c0d95fa86aa187fca670d77e2587ba6e (diff) | |
download | aports-496350aa2efcaa76e3c3ff9ad97857a73bd6cb17.tar.bz2 aports-496350aa2efcaa76e3c3ff9ad97857a73bd6cb17.tar.xz |
testing/vte3: enable introspection
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 } |