wok-next diff matplotlib/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 5ffe59e2de3a
children
line diff
     1.1 --- a/matplotlib/receipt	Sat Nov 03 17:26:00 2018 +0200
     1.2 +++ b/matplotlib/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="python python-dev zlib-dev libpng16-dev freetype-dev python-numpy \
     1.8 +BUILD_DEPENDS="python python-dev zlib-dev libpng-dev freetype-dev python-numpy \
     1.9  python-pygtk-dev"
    1.10  
    1.11  compile_rules() {
    1.12 @@ -23,8 +23,8 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	cp -a $install/usr $fs
    1.16 -	DEPENDS="python zlib libpng16 freetype python-numpy gtk2 expat xorg-libXau \
    1.17 -	xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \
    1.18 -	xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \
    1.19 +	DEPENDS="python zlib libpng freetype python-numpy gtk2 expat libxau \
    1.20 +	libxcomposite libxcursor libxdmcp libxext \
    1.21 +	libxfixes libxinerama libxrandr libxrender \
    1.22  	python-pygtk gcc-lib-base"
    1.23  }