wok-next diff labyrinth/receipt @ rev 19775
Up gdk-pixbuf
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jun 16 01:31:57 2017 +0300 (2017-06-16) |
parents | 81be8b6332d0 |
children | a3c581bf52b8 |
line diff
1.1 --- a/labyrinth/receipt Fri Mar 14 20:40:30 2014 +0000 1.2 +++ b/labyrinth/receipt Fri Jun 16 01:31:57 2017 +0300 1.3 @@ -11,13 +11,12 @@ 1.4 WGET_URL="git|git://github.com/labyrinth-team/labyrinth" 1.5 1.6 DEPENDS="python pygtk gtk+ python-xdg pycairo pygobject python-gconf" 1.7 -BUILD_DEPENDS="bzip2 git python-dev pygtk-dev gtk+-dev pycairo-dev 1.8 +BUILD_DEPENDS="bzip2 git python-dev pygtk-dev gtk+-dev pycairo-dev \ 1.9 pygobject-dev gettext" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 - cd $src 1.15 python setup.py install --root=$DESTDIR 1.16 ./install_data_files.sh DESTDIR=$DESTDIR 1.17 } 1.18 @@ -27,4 +26,3 @@ 1.19 { 1.20 cp -a $install/usr $fs 1.21 } 1.22 -