wok-next diff azpainter/receipt @ rev 21078

Update png and Xorg in dependencies.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 22 04:52:35 2018 +0200 (2018-12-22)
parents ac33744dc2c2
children 0fad48cbb7f8
line diff
     1.1 --- a/azpainter/receipt	Thu Sep 06 04:28:48 2018 +0300
     1.2 +++ b/azpainter/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.3 @@ -13,7 +13,7 @@
     1.4  
     1.5  # Use GNU wget because Busybox wget can't follow redirection
     1.6  BUILD_DEPENDS="wget freetype-dev fontconfig-dev libjpeg-turbo-dev \
     1.7 -xorg-libX11-dev xorg-libXext-dev xorg-libXi-dev"
     1.8 +libx11-dev libxext-dev libxi-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	# regenerate translations after patching
    1.12 @@ -33,6 +33,6 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="fontconfig freetype libjpeg-turbo libpng16 xorg-libX11 \
    1.17 -	xorg-libXext xorg-libXi zlib"
    1.18 +	DEPENDS="fontconfig freetype libjpeg-turbo libpng libx11 \
    1.19 +	libxext libxi zlib"
    1.20  }