wok-next diff xinput-calibrator/receipt @ rev 21678

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
parents d5aab818505e
children
line diff
     1.1 --- a/xinput-calibrator/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/xinput-calibrator/receipt	Mon Jun 29 13:44:08 2020 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="xinput_calibrator-$VERSION.tar.gz"
     1.5  WGET_URL="http://cloud.github.com/downloads/tias/xinput_calibrator/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="xorg-libX11-dev xorg-libXext-dev xorg-libXi-dev xorg-xorgproto"
     1.8 +BUILD_DEPENDS="libx11-dev libxext-dev libxi-dev xorgproto"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure $CONFIGURE_ARGS &&
    1.12 @@ -22,5 +22,5 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="xorg-libX11"
    1.17 +	DEPENDS="libx11"
    1.18  }