vala: update to 0.14.1.
This commit is contained in:
parent
88cef56dfb
commit
d9005e6af0
|
@ -1,12 +1,10 @@
|
|||
# Template file for 'libvala'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="${short_desc} - shared library"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the shared library."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
install -d ${DESTDIR}/usr/lib
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
# Template file for 'vala'
|
||||
pkgname=vala
|
||||
version=0.14.0
|
||||
version=0.14.1
|
||||
distfiles="${GNOME_SITE}/vala/0.14/vala-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-vapigen"
|
||||
revision=1
|
||||
short_desc="Compiler for the GObject type system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://live.gnome.org/Vala"
|
||||
license="LGPL-2.1"
|
||||
checksum=3830a30b54738ddfb29ab7819a4ac2370392f52fde090742a8a304fadaec747c
|
||||
checksum=bef8c803e6e84d6dd2c6e771b72245ae268f49f554f3d00b2c4a0b7a28f4a439
|
||||
long_desc="
|
||||
Vala is a new programming language that aims to bring modern programming
|
||||
language features to GNOME developers without imposing any additional runtime
|
||||
|
@ -18,7 +17,6 @@ long_desc="
|
|||
|
||||
subpackages="libvala vala-devel"
|
||||
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build flex
|
||||
Add_dependency build libxslt ">=0"
|
||||
|
|
Loading…
Reference in New Issue