wok-next diff vte-gtk2/receipt @ rev 20709

cdrdao: add patch.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 26 17:09:29 2018 +0300 (2018-05-26)
parents 757d032c55c7
children 342b30daff76
line diff
     1.1 --- a/vte-gtk2/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.2 +++ b/vte-gtk2/receipt	Sat May 26 17:09:29 2018 +0300
     1.3 @@ -7,6 +7,7 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="GPL2"
     1.6  WEB_SITE="https://www.gnome.org/"
     1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/gnome/vte.html" # (for gtk+3 version)
     1.8  
     1.9  TARBALL="vte-$VERSION.tar.xz"
    1.10  WGET_URL="$GNOME_MIRROR/vte/0.28/$TARBALL"
    1.11 @@ -16,8 +17,6 @@
    1.12  SPLIT="vte-gtk2-terminal vte-gtk2-python vte-gtk2 vte-gtk2-dev"
    1.13  
    1.14  compile_rules() {
    1.15 -	# http://www.linuxfromscratch.org/blfs/view/stable/gnome/vte.html (for gtk+3 version)
    1.16 -
    1.17  	case "$ARCH" in
    1.18  		arm*) ARCH_ARGS="--enable-introspection=no";;
    1.19  		*)    ARCH_ARGS="--enable-introspection=yes";;
    1.20 @@ -27,6 +26,7 @@
    1.21  		--disable-static \
    1.22  		$ARCH_ARGS \
    1.23  		$CONFIGURE_ARGS &&
    1.24 +	fix libtool &&
    1.25  	make -j1 &&
    1.26  	make install
    1.27