wok-next diff notify-python/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line diff
     1.1 --- a/notify-python/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/notify-python/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -14,6 +14,10 @@
     1.4  BUILD_DEPENDS="gfortran python-dev libnotify-dev python-pygtk-dev"
     1.5  SPLIT="$PACKAGE-dev"
     1.6  
     1.7 +DEPENDS_std="gdk-pixbuf glib libnotify python   python-pygtk"
     1.8 +
     1.9 +TAGS_std="python"
    1.10 +
    1.11  compile_rules() {
    1.12  #	sed -i 's|, attach||; s| attach[^;]*||; /GtkWidget .attach/d' src/pynotify.c
    1.13  
    1.14 @@ -30,16 +34,3 @@
    1.15  	make &&
    1.16  	make -j1 install
    1.17  }
    1.18 -
    1.19 -genpkg_rules() {
    1.20 -	case $PACKAGE in
    1.21 -		notify-python)
    1.22 -			copy @std
    1.23 -			DEPENDS="gdk-pixbuf glib libnotify python   python-pygtk"
    1.24 -			TAGS="python"
    1.25 -			;;
    1.26 -		*-dev)
    1.27 -			copy @dev
    1.28 -			;;
    1.29 -	esac
    1.30 -}