wok diff labyrinth/receipt @ rev 20283
security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Tue Mar 27 11:09:07 2018 +0000 (2018-03-27) |
parents | 81be8b6332d0 |
children | eeba7ab1dffe |
line diff
1.1 --- a/labyrinth/receipt Fri Mar 14 20:40:30 2014 +0000 1.2 +++ b/labyrinth/receipt Tue Mar 27 11:09:07 2018 +0000 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 -