wok-next diff hsetroot/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line diff
     1.1 --- a/hsetroot/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/hsetroot/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="http://thegraveyard.org/files/$TARBALL" # FIXME
     1.6  
     1.7 -BUILD_DEPENDS="imlib2-dev libpng16-dev xorg-libX11-dev"
     1.8 +BUILD_DEPENDS="imlib2-dev libpng-dev libx11-dev"
     1.9  # ARM: imlib2-dev must be installed in build chroot
    1.10  
    1.11  compile_rules() {
    1.12 @@ -24,7 +24,7 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="imlib2 libpng16 freetype xorg-libX11 xorg-libXau xorg-libXdmcp \
    1.17 -	xorg-libXext"
    1.18 +	DEPENDS="imlib2 libpng freetype libx11 libxau libxdmcp \
    1.19 +	libxext"
    1.20  	TAGS="wallpaper"
    1.21  }