26 lines
883 B
Text
26 lines
883 B
Text
# Template build file for 'vte3'.
|
|
pkgname=vte3
|
|
version=0.32.0
|
|
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=9fda2576265d9cad43f96dd55f5889b4bb9a2c80a4ff870a1219fd3e171b0583
|
|
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.0" # for gnome-pty-helper
|