Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bmf.git;a=commitdiff;h=8b83c6732ba98f4bd687f0ccca2a9638d66a7def
commit 8b83c6732ba98f4bd687f0ccca2a9638d66a7def Author: crazy <[email protected]> Date: Wed Dec 23 03:26:40 2015 +0100 vala-0.30.0-2-x86_64 * rebuild with ffi * depends() fix * disabled docs for now diff --git a/source/devel-extra/vala/FrugalBuild b/source/devel-extra/vala/FrugalBuild index e618d4f..4d56b4f 100644 --- a/source/devel-extra/vala/FrugalBuild +++ b/source/devel-extra/vala/FrugalBuild @@ -3,16 +3,16 @@ # Contributor: bouleetbil <[email protected]> # Contributor: jedifox <[email protected]> -options+=('asneeded') - -USE_DOC=${USE_DOC:-"y"} +USE_DOC=${USE_DOC:-"n"} pkgname=vala pkgver=0.30.0 -pkgrel=1 +pkgrel=2 pkgdesc="Vala is a prgramming language that aims to bring modern programming language features to GNOME developers" -depends=('glib2>=2.45.7') -makedepends=('libxslt' 'gobject-introspection') +depends=('glib2>=2.46.2-2' 'libffi>=3.2.1') +if Fuse $USE_DOC; then + makedepends=('libxslt' 'gobject-introspection') +fi groups=('devel-extra') archs=('i686' 'x86_64' 'arm') _F_gnome_ext=".tar.xz" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
