27 lines
877 B
Text
27 lines
877 B
Text
# Template build file for 'vte3'.
|
|
pkgname=vte3
|
|
version=0.30.1
|
|
wrksrc=vte-${version}
|
|
distfiles="${GNOME_SITE}/vte/0.30/vte-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--with-gtk=3.0 --enable-introspection
|
|
--disable-gnome-pty-helper"
|
|
revision=2
|
|
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=bbe421de3015935c22f685eea0eb8be2c1fecd5021c1f822996b8f0a282f6b64
|
|
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
|