wok-next diff vala/receipt @ rev 21015
Small updates
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 15 14:02:33 2018 +0300 (2018-10-15) |
parents | 1ff723a6455b |
children | d5aab818505e |
line diff
1.1 --- a/vala/receipt Thu May 03 16:25:23 2018 +0300 1.2 +++ b/vala/receipt Mon Oct 15 14:02:33 2018 +0300 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="vala" 1.7 -VERSION="0.38.8" 1.8 +VERSION="0.40.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Compiler for the GObject type system" 1.11 MAINTAINER="mimas@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 WEB_SITE="https://wiki.gnome.org/Projects/Vala" 1.14 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/vala.html" 1.15 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/vala.html" 1.16 1.17 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.18 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.19 @@ -16,7 +16,7 @@ 1.20 1.21 compile_rules() { 1.22 # if graphviz is not installed 1.23 - sed -i '102d; 108,124d; 126,127d' configure.ac 1.24 + sed -i '115d; 121,137d; 139,140d' configure.ac 1.25 sed -i '/valadoc/d' Makefile.am 1.26 ACLOCAL= autoreconf -fiv 1.27