wok-next diff nicotine+/receipt @ rev 21010

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 12 16:40:30 2018 +0300 (2018-10-12)
parents d43bf7aae921
children f48456621a9d
line diff
     1.1 --- a/nicotine+/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/nicotine+/receipt	Fri Oct 12 16:40:30 2018 +0300
     1.3 @@ -11,7 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="$SF_MIRROR/nicotine-plus/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="python-dev pygtk-dev"
     1.8 +BUILD_DEPENDS="python-dev python-pygtk-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	python setup.py install --root=$DESTDIR || return 1
    1.12 @@ -21,6 +21,6 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std *.mo
    1.16 -	DEPENDS="gtk+ python pygtk"
    1.17 +	DEPENDS="gtk+ python python-pygtk"
    1.18  	TAGS="fileshare p2p peer-to-peer"
    1.19  }