wok diff vala/receipt @ rev 9979

xfprint: fix bdeps
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu May 19 00:23:47 2011 +0200 (2011-05-19)
parents fa3740a5c4fc
children 6b3ee86041ea
line diff
     1.1 --- a/vala/receipt	Fri Mar 18 13:05:26 2011 +0100
     1.2 +++ b/vala/receipt	Thu May 19 00:23:47 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="vala"
     1.7 -VERSION="0.11.6"
     1.8 +VERSION="0.12.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Compiler for the GObject type system"
    1.11  MAINTAINER="mimas@slitaz.org"
    1.12 @@ -9,7 +9,7 @@
    1.13  BUILD_DEPENDS="flex bison glib-dev pkg-config"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://live.gnome.org/Vala"
    1.16 -WGET_URL="http://download.gnome.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.17 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.18  TAGS="compiler"
    1.19  
    1.20  # Rules to configure and make the package.