vala: update to 0.20.0 (soname bump).

This commit is contained in:
Juan RP 2013-03-28 07:52:38 +01:00
parent bb48a89eaa
commit 5b82445200
4 changed files with 8 additions and 16 deletions

View file

@ -682,7 +682,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.18.so.0 libvala-0.18.0_1 libvala-0.20.so.0 libvala-0.20.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

View file

@ -1,12 +1,8 @@
# Template file for 'libvala'. # Template file for 'libvala'.
# #
short_desc="${short_desc} - shared library" short_desc="${short_desc} - shared library"
long_desc="${long_desc}
This package contains the shared library." do_install() {
do_install()
{
install -d ${DESTDIR}/usr/lib install -d ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
} }

View file

@ -1,17 +1,18 @@
# Template file for 'vala' # Template file for 'vala'
pkgname=vala pkgname=vala
version=0.18.1 version=0.20.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 glib-devel" hostmakedepends="pkg-config flex libxslt"
makedepends="libfl-devel libglib-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.18/vala-${version}.tar.xz" distfiles="${GNOME_SITE}/vala/${version%.*}/vala-${version}.tar.xz"
checksum=7f5e2e8ca03f9fa2cf13acaf93bfdc3a7ad0a10b000a337ba9c6bdc021bdca32 checksum=2c464ff5b567861b3116602891ff83439e570ce42d7c9b3b76e36adc17f2848c
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

@ -1,12 +1,7 @@
# Template file for 'vala-devel'. # Template file for 'vala-devel'.
# #
depends="pkg-config glib-devel vala>=${version}" depends="libglib-devel vala>=${version}"
short_desc="${short_desc} - development files" short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
noarch=yes
do_install() { do_install() {
vmove usr/include usr vmove usr/include usr