vala: update to 0.16.1.

This commit is contained in:
Juan RP 2012-06-24 19:26:06 +02:00
parent 074052ad40
commit 292aa8d31e

View file

@ -1,21 +1,19 @@
# Template file for 'vala' # Template file for 'vala'
pkgname=vala pkgname=vala
version=0.16.0 version=0.16.1
distfiles="${GNOME_SITE}/vala/0.16/vala-$version.tar.xz" revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-vapigen" configure_args="--enable-vapigen"
makedepends="pkg-config flex libxslt>=0 glib-devel" makedepends="pkg-config flex libxslt>=0 glib-devel"
revision=1 subpackages="libvala vala-devel"
short_desc="Compiler for the GObject type system" short_desc="Compiler for the GObject type system"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://live.gnome.org/Vala" homepage="http://live.gnome.org/Vala"
license="LGPL-2.1" license="LGPL-2.1"
checksum=3adb37aa2b35e2e2daed47552e85dbcbf752c0f7768b269d856993620073a657 distfiles="${GNOME_SITE}/vala/0.16/vala-$version.tar.xz"
checksum=8be28ff6347feecb391220ceb4e2209d32b697278e87ed7fc6c9fb1e9345e0d8
long_desc=" long_desc="
Vala is a new programming language that aims to bring modern programming Vala is a new programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional runtime language features to GNOME developers without imposing any additional runtime
requirements and without using a different ABI compared to applications and requirements and without using a different ABI compared to applications and
libraries written in C." libraries written in C."
subpackages="libvala vala-devel"