wok-next diff mate-menus/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 9102678083fb
children
line diff
     1.1 --- a/mate-menus/receipt	Sun Aug 26 05:08:11 2018 +0300
     1.2 +++ b/mate-menus/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="https://github.com/mate-desktop/mate-menus/archive/v$VERSION.tar.gz"
     1.5  
     1.6  BUILD_DEPENDS="mate-common gobject-introspection-dev python-dev"
     1.7 -SPLIT="mate-menus-python mate-menus mate-menus-dev"
     1.8 +SPLIT="$PACKAGE-python $PACKAGE $PACKAGE-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	./autogen.sh \
    1.12 @@ -25,7 +25,7 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	case $PACKAGE in
    1.16 -		mate-menus-python)
    1.17 +		*-python)
    1.18  			copy python*/*.so *.py
    1.19  			DEPENDS="glib mate-menus python"
    1.20  			CAT="python|Python bindings"