vala: update to 0.18.0.
This commit is contained in:
parent
abbda91149
commit
d1675fcc13
4 changed files with 7 additions and 8 deletions
|
@ -648,7 +648,7 @@ libjasper.so.1 libjasper-1.900.1_1
|
||||||
librecode.so.0 librecode-3.6_1
|
librecode.so.0 librecode-3.6_1
|
||||||
libenca.so.0 libenca-1.13_1
|
libenca.so.0 libenca-1.13_1
|
||||||
libwavpack.so.1 libwavpack-4.60.1_1
|
libwavpack.so.1 libwavpack-4.60.1_1
|
||||||
libvala-0.16.so.0 libvala-0.15.2_1
|
libvala-0.18.so.0 libvala-0.18.0_1
|
||||||
libSDL_net-1.2.so.0 SDL_net-1.2.7_1
|
libSDL_net-1.2.so.0 SDL_net-1.2.7_1
|
||||||
libmodplug.so.1 libmodplug-0.8.8_1
|
libmodplug.so.1 libmodplug-0.8.8_1
|
||||||
libfetch.so libfetch-2.33_1
|
libfetch.so libfetch-2.33_1
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'vala'
|
# Template file for 'vala'
|
||||||
pkgname=vala
|
pkgname=vala
|
||||||
version=0.16.1
|
version=0.18.0
|
||||||
revision=1
|
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 glib-devel"
|
||||||
subpackages="libvala vala-devel"
|
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"
|
||||||
distfiles="${GNOME_SITE}/vala/0.16/vala-$version.tar.xz"
|
distfiles="${GNOME_SITE}/vala/0.18/vala-${version}.tar.xz"
|
||||||
checksum=8be28ff6347feecb391220ceb4e2209d32b697278e87ed7fc6c9fb1e9345e0d8
|
checksum=18cb2220ce7352a9dd71be058530f7d4a6c8215a1d9c471430af60a04496a60b
|
||||||
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
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'vala-devel'.
|
# Template file for 'vala-devel'.
|
||||||
#
|
#
|
||||||
depends="pkg-config glib-devel libvala>=0.16.0 vala>=0.16.0"
|
depends="pkg-config glib-devel vala>=${version}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
|
@ -4,4 +4,4 @@ libglib-2.0.so.0
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libgthread-2.0.so.0
|
libgthread-2.0.so.0
|
||||||
libvala-0.16.so.0
|
libvala-0.18.so.0
|
||||||
|
|
Loading…
Reference in a new issue