wok-next diff gtkglext/receipt @ rev 21693

updated go-bin (1.10.2 -> 1.14.4)
author Hans-G?nter Theisgen
date Tue Jun 30 15:23:03 2020 +0100 (2020-06-30)
parents 5669e8b3be70
children
line diff
     1.1 --- a/gtkglext/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.2 +++ b/gtkglext/receipt	Tue Jun 30 15:23:03 2020 +0100
     1.3 @@ -15,6 +15,11 @@
     1.4  util-linux-uuid-dev autoconf pangox-compat-dev expat-dev libxshmfence-dev"
     1.5  SPLIT="$PACKAGE-dev"
     1.6  
     1.7 +DEPENDS_std="gtk2 mesa glu pangox-compat"
     1.8 +DEPENDS_dev="$PACKAGE pangox-compat-dev"
     1.9 +
    1.10 +SUGGESTED_std="nvidia"
    1.11 +
    1.12  compile_rules() {
    1.13  	autoconf --force
    1.14  	./configure $CONFIGURE_ARGS &&
    1.15 @@ -22,17 +27,3 @@
    1.16  	make &&
    1.17  	make DESTDIR=$install install
    1.18  }
    1.19 -
    1.20 -genpkg_rules() {
    1.21 -	case $PACKAGE in
    1.22 -		gtkglext)
    1.23 -			copy @std
    1.24 -			DEPENDS="gtk2 mesa glu pangox-compat"
    1.25 -			SUGGESTED="nvidia"
    1.26 -			;;
    1.27 -		*-dev)
    1.28 -			copy @dev
    1.29 -			DEPENDS="gtkglext pangox-compat-dev"
    1.30 -			;;
    1.31 -	esac
    1.32 -}