wok-next diff matchbox-keyboard/receipt @ rev 21127

Update xarchiver (0.5.4.14), xcursorgen (1.0.7)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 18 11:29:09 2019 +0200 (2019-01-18)
parents 5ffe59e2de3a
children
line diff
     1.1 --- a/matchbox-keyboard/receipt	Sat Nov 03 17:26:00 2018 +0200
     1.2 +++ b/matchbox-keyboard/receipt	Fri Jan 18 11:29:09 2019 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WGET_URL="http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-keyboard/snapshot/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="automake libtool libfakekey-dev xorg-libXft-dev expat-dev"
     1.8 +BUILD_DEPENDS="automake libtool libfakekey-dev libxft-dev expat-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./autogen.sh \
    1.12 @@ -22,6 +22,6 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="expat libfakekey libpng16 xorg-libX11 xorg-libXft xorg-libXrender"
    1.17 +	DEPENDS="expat libfakekey libpng libx11 libxft libxrender"
    1.18  	TAGS="matchbox"
    1.19  }