26 lines
881 B
Text
26 lines
881 B
Text
# Template build file for 'vte3'.
|
|
pkgname=vte3
|
|
version=0.32.1
|
|
wrksrc=vte-${version}
|
|
distfiles="${GNOME_SITE}/vte/0.32/vte-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--with-gtk=3.0 --enable-introspection
|
|
--disable-gnome-pty-helper --disable-static"
|
|
short_desc="Terminal widget with improved accessibility and I18N support"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org"
|
|
license="LGPL-2.1"
|
|
checksum=543e489943d439dc82a4ba54871984ea843c3ef0a1fffa24aa65dabc57e7e4da
|
|
long_desc="
|
|
Terminal widget with improved font, internationalization and
|
|
accessibility support for the GNOME 3 desktop."
|
|
|
|
subpackages="vte3-devel"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build intltool
|
|
Add_dependency build gtk+3-devel
|
|
Add_dependency build ncurses-devel
|
|
Add_dependency build gobject-introspection
|
|
|
|
Add_dependency full vte ">=0" # for gnome-pty-helper
|