wok-next diff vala/receipt @ rev 21540

updated cantarell-fonts (0.111 -> 0.201)
author Hans-G?nter Theisgen
date Sun Jun 21 16:26:44 2020 +0100 (2020-06-21)
parents d5aab818505e
children
line diff
     1.1 --- a/vala/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/vala/receipt	Sun Jun 21 16:26:44 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="vala"
     1.7 -VERSION="0.40.3"
     1.8 +VERSION="0.42.4"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Compiler for the GObject type system"
    1.11  MAINTAINER="devel@slitaz.org"
    1.12 @@ -11,13 +11,18 @@
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.16 +TARBALL_SHA1="9b1b0c282e895d2e979749cf991805d5fba09032"
    1.17  
    1.18  BUILD_DEPENDS="automake libtool glib-dev libxslt-dev"
    1.19 +SPLIT="$PACKAGE-common $PACKAGE" # arch-less split
    1.20 +
    1.21 +COPY_common="@dev vapi/"
    1.22 +
    1.23 +DEPENDS_std="$PACKAGE-common glib-dev"
    1.24 +
    1.25 +TAGS_std="compiler"
    1.26  
    1.27  compile_rules() {
    1.28 -	# if graphviz is not installed
    1.29 -	sed -i '115d; 121,137d; 139,140d' configure.ac
    1.30 -	sed -i '/valadoc/d' Makefile.am
    1.31  	ACLOCAL= autoreconf -fiv
    1.32  
    1.33  	./configure $CONFIGURE_ARGS &&
    1.34 @@ -25,9 +30,3 @@
    1.35  	make &&
    1.36  	make install
    1.37  }
    1.38 -
    1.39 -genpkg_rules() {
    1.40 -	copy @std @dev
    1.41 -	DEPENDS="glib-dev"
    1.42 -	TAGS="compiler"
    1.43 -}