vala: update to 0.16.0.

This commit is contained in:
Juan RP 2012-03-26 20:48:05 +02:00
parent cbac168ebc
commit d571ec715c
2 changed files with 10 additions and 9 deletions

View file

@ -1,14 +1,14 @@
# Template file for 'vala' # Template file for 'vala'
pkgname=vala pkgname=vala
version=0.15.2 version=0.16.0
distfiles="${GNOME_SITE}/vala/0.15/vala-$version.tar.xz" distfiles="${GNOME_SITE}/vala/0.16/vala-$version.tar.xz"
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-vapigen" configure_args="--enable-vapigen"
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=1cc5d62714c2e4297cb458d11372f581f0e65070ed3b0e88133ce3db0cfee13c checksum=3adb37aa2b35e2e2daed47552e85dbcbf752c0f7768b269d856993620073a657
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

View file

@ -10,10 +10,11 @@ Add_dependency run glib-devel
Add_dependency run libvala ">=${version}" Add_dependency run libvala ">=${version}"
Add_dependency run vala ">=${version}" Add_dependency run vala ">=${version}"
do_install() noarch=yes
{
install -d ${DESTDIR}/usr/{lib,share} do_install() {
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr vmove usr/include usr
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib vmove usr/lib/pkgconfig usr/lib
mv ${SRCPKGDESTDIR}/usr/share/{aclocal,devhelp} ${DESTDIR}/usr/share vmove usr/share/aclocal usr/share
vmove usr/share/devhelp usr/share
} }