wok diff w3m/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 17e313b5b9c1
children 86c657b651d4
line diff
     1.1 --- a/w3m/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.2 +++ b/w3m/receipt	Tue Oct 22 12:55:54 2019 +0300
     1.3 @@ -11,8 +11,8 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$TARBALL"
     1.5  TAGS="web-browser"
     1.6  
     1.7 -DEPENDS="gc libcrypto libssl ncurses"
     1.8 -BUILD_DEPENDS="gc gc-dev libcrypto-dev openssl-dev"
     1.9 +DEPENDS="gc libcrypto libssl ncurses imlib2"
    1.10 +BUILD_DEPENDS="gc gc-dev libcrypto-dev openssl-dev imlib2-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14 @@ -26,7 +26,8 @@
    1.15  		       patch -p0 < $i && touch done.$(basename $i) || return 1
    1.16  	        fi
    1.17  	done
    1.18 -       ./configure $CONFIGURE_ARGS && make && make install
    1.19 +       ./configure --enable-image=x11,fb --with-imagelib=imlib2 $CONFIGURE_ARGS
    1.20 +	make && make install
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.