wok-next rev 20111
glade: typo; disable zip recompression for python, py3k, py3k3.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 30 01:52:44 2017 +0200 (2017-10-30) |
parents | 4eb9bdb1d723 |
children | 526d615b9f76 |
files | glade/receipt py3k/receipt py3k3/receipt python/receipt |
line diff
1.1 --- a/glade/receipt Sun Oct 29 23:32:41 2017 +0100 1.2 +++ b/glade/receipt Mon Oct 30 01:52:44 2017 +0200 1.3 @@ -17,7 +17,7 @@ 1.4 1.5 compile_rules() { 1.6 # sdft can't work with keywords 1.7 - sed -i '/_Keywords=/d' date/glade.desktop.in.in 1.8 + sed -i '/_Keywords=/d' data/glade.desktop.in.in 1.9 1.10 # introspection produces error 1.11 ./configure \
2.1 --- a/py3k/receipt Sun Oct 29 23:32:41 2017 +0100 2.2 +++ b/py3k/receipt Mon Oct 30 01:52:44 2017 +0200 2.3 @@ -16,6 +16,7 @@ 2.4 tk xorg-libXext" 2.5 BUILD_DEPENDS="readline-dev gdbm-dev openssl-dev sqlite3-dev zlib-dev tk-dev \ 2.6 ncurses-dev liblzma-dev bzip2-dev" 2.7 +COOKOPTS="!zip" 2.8 2.9 # Rules to configure and make the package. 2.10 compile_rules()
3.1 --- a/py3k3/receipt Sun Oct 29 23:32:41 2017 +0100 3.2 +++ b/py3k3/receipt Mon Oct 30 01:52:44 2017 +0200 3.3 @@ -16,6 +16,7 @@ 3.4 xorg-libXext" 3.5 BUILD_DEPENDS="readline-dev gdbm-dev openssl-dev sqlite3-dev zlib-dev tk-dev \ 3.6 ncurses-dev liblzma-dev bzip2-dev" 3.7 +COOKOPTS="!zip" 3.8 3.9 # Rules to configure and make the package. 3.10 compile_rules()
4.1 --- a/python/receipt Sun Oct 29 23:32:41 2017 +0100 4.2 +++ b/python/receipt Mon Oct 30 01:52:44 2017 +0200 4.3 @@ -8,7 +8,7 @@ 4.4 LICENSE="PSL" 4.5 WEB_SITE="https://www.python.org/" 4.6 HOST_ARCH="i486 arm" 4.7 -COOKOPTS="!menus" 4.8 +COOKOPTS="!menus !zip" 4.9 4.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 4.11 WGET_URL="https://www.python.org/ftp/python/$VERSION/Python-$VERSION.tar.xz"