wok-next diff xbattle/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents d5aab818505e
children
line diff
     1.1 --- a/xbattle/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/xbattle/receipt	Thu May 07 07:51:56 2020 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="${PACKAGE}_$VERSION.orig.tar.gz"
     1.5  WGET_URL="$WEB_SITE/downloads/$VERSION/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="xorg-imake xorg-dev"
     1.8 +BUILD_DEPENDS="imake xorg-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	xmkmf
    1.12 @@ -22,5 +22,5 @@
    1.13  genpkg_rules() {
    1.14  	copy @std
    1.15  	DEPENDS="xorg"
    1.16 -	SUGGESTED="xorg-xhost"
    1.17 +	SUGGESTED="xhost"
    1.18  }