wok-next diff transset-df/receipt @ rev 21465

updated stuntman (1.2.13 -> 1.2.15)
author Hans-G?nter Theisgen
date Tue May 12 09:08:36 2020 +0100 (2020-05-12)
parents d5aab818505e
children
line diff
     1.1 --- a/transset-df/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/transset-df/receipt	Tue May 12 09:08:36 2020 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="http://www.forchheimer.se/transset-df/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev xorg-libXrender-dev"
     1.8 +BUILD_DEPENDS="libxdamage-dev libxcomposite-dev libxrender-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	make &&
    1.12 @@ -20,6 +20,6 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-xcompmgr xorg-libXrender \
    1.17 -	xorg-libXext"
    1.18 +	DEPENDS="libxdamage libxcomposite xcompmgr libxrender \
    1.19 +	libxext"
    1.20  }