wok-next diff labyrinth/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 f48456621a9d
children
line diff
     1.1 --- a/labyrinth/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/labyrinth/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="labyrinth"
     1.5  VERSION="0.7a1"
     1.6  CATEGORY="office"
     1.7 -SHORT_DESC="Labyrinth is a lightweight mind-mapping tool."
     1.8 +SHORT_DESC="Lightweight mind-mapping tool"
     1.9  MAINTAINER="paul@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  WEB_SITE="https://github.com/labyrinth-team/labyrinth"
    1.12 @@ -11,12 +11,12 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WGET_URL="git|git://github.com/labyrinth-team/labyrinth"
    1.15  
    1.16 -BUILD_DEPENDS="bzip2 git python-dev python-pygtk-dev gtk2-dev python-pycairo-dev \
    1.17 -python-pygobject2-dev gettext"
    1.18 +BUILD_DEPENDS="bzip2 git python-dev python-pygtk-dev gtk2-dev \
    1.19 +python-pycairo-dev python-pygobject2-dev gettext-dev"
    1.20  
    1.21  compile_rules() {
    1.22 -	python setup.py install --root=$DESTDIR &&
    1.23 -	./install_data_files.sh DESTDIR=$DESTDIR
    1.24 +	python -B setup.py install --root=$install &&
    1.25 +	./install_data_files.sh DESTDIR=$install
    1.26  }
    1.27  
    1.28  genpkg_rules() {