wok-next diff xorg-xf86-video-trident/receipt @ rev 20549

gimp: tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 04 17:32:49 2018 +0300 (2018-04-04)
parents 757d032c55c7
children 10df65db91ad
line diff
     1.1 --- a/xorg-xf86-video-trident/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.2 +++ b/xorg-xf86-video-trident/receipt	Wed Apr 04 17:32:49 2018 +0300
     1.3 @@ -12,8 +12,6 @@
     1.4  WGET_URL="$XORG_MIRROR/driver/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="xorg-server-dev xorg-xf86dgaproto"
     1.7 -SPLIT="xorg-xf86-video-trident-dev"
     1.8 -PKG_RULE="std-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./configure $CONFIGURE_ARGS &&
    1.12 @@ -22,15 +20,7 @@
    1.13  }
    1.14  
    1.15  genpkg_rules() {
    1.16 -	case $PACKAGE in
    1.17 -		*-trident)
    1.18 -			copy @std
    1.19 -			DEPENDS="xorg-server"
    1.20 -			TAGS="xorg display"
    1.21 -			;;
    1.22 -		*-dev)
    1.23 -			copy @dev
    1.24 -			DEPENDS="xorg-xf86-video-trident xorg-server-dev"
    1.25 -			;;
    1.26 -	esac
    1.27 +	copy @std
    1.28 +	DEPENDS="xorg-server"
    1.29 +	TAGS="xorg display"
    1.30  }