wok-next diff xautomation/receipt @ rev 21332

updated libvirt (4.3.0 -> 5.10.0)
author Hans-G?nter Theisgen
date Thu Dec 12 17:26:25 2019 +0100 (2019-12-12)
parents 5ffe59e2de3a
children
line diff
     1.1 --- a/xautomation/receipt	Sat Nov 03 17:26:00 2018 +0200
     1.2 +++ b/xautomation/receipt	Thu Dec 12 17:26:25 2019 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="http://hoopajoo.net/static/projects/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="xorg-libX11-dev libpng16-dev xorg-libXtst-dev"
     1.8 +BUILD_DEPENDS="libx11-dev libpng-dev libxtst-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure $CONFIGURE_ARGS &&
    1.12 @@ -22,5 +22,5 @@
    1.13  genpkg_rules() {
    1.14  	mkdir -p $fs/usr
    1.15  	cp -a $install/usr/bin $fs/usr
    1.16 -	DEPENDS="xorg-libX11 libpng16"
    1.17 +	DEPENDS="libx11 libpng"
    1.18  }