wok-next diff bmpanel2/receipt @ rev 21045

Up cookutils (1094)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 26 12:14:47 2018 +0200 (2018-11-26)
parents c022997c7a57
children 5669e8b3be70
line diff
     1.1 --- a/bmpanel2/receipt	Thu Aug 23 10:22:21 2018 +0300
     1.2 +++ b/bmpanel2/receipt	Mon Nov 26 12:14:47 2018 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="2.1pre1"
     1.5  CATEGORY="misc"
     1.6  SHORT_DESC="Nice NETWM-compatible panel for X11"
     1.7 -MAINTAINER="jozee@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="MIT"
    1.10  WEB_SITE="https://github.com/nsf/bmpanel2"
    1.11  
    1.12 @@ -12,11 +12,11 @@
    1.13  WGET_URL="https://github.com/nsf/bmpanel2/archive/$VERSION.tar.gz"
    1.14  
    1.15  BUILD_DEPENDS="cmake xorg-libX11-dev cairo-dev pango-dev"
    1.16 -SPLIT="bmpanel2-themes bmpanel2cfg"
    1.17 +SPLIT="$PACKAGE-themes bmpanel2cfg"
    1.18  
    1.19  compile_rules() {
    1.20  	# fix "with" statement for python 2.5
    1.21 -	sed -i "s/import sys, os/from __future__ import with_statement \nimport sys, os /" extra/py/${PACKAGE}.py
    1.22 +	sed -i "s/import sys, os/from __future__ import with_statement \nimport sys, os /" extra/py/$PACKAGE.py
    1.23  
    1.24  	mkdir build; cd build
    1.25  	cmake \