wok-next rev 20745

Up cookutils (1062); up bdeps: enigma, libxklavier, pluma, s3ql; add python-contextlib2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 30 16:36:23 2018 +0300 (2018-05-30)
parents 7c58fc50c430
children e3f6f9426156
files cookutils/receipt enigma/receipt libxklavier/receipt pluma/receipt python-contextlib2/receipt s3ql/receipt tuxpaint/receipt
line diff
     1.1 --- a/cookutils/receipt	Wed May 30 01:07:54 2018 +0300
     1.2 +++ b/cookutils/receipt	Wed May 30 16:36:23 2018 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="cookutils"
     1.7 -VERSION="1059"
     1.8 +VERSION="1062"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz packages builder new generation"
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/enigma/receipt	Wed May 30 01:07:54 2018 +0300
     2.2 +++ b/enigma/receipt	Wed May 30 16:36:23 2018 +0300
     2.3 @@ -15,7 +15,7 @@
     2.4  WGET_URL="$SF_MIRROR/enigma-game/$TARBALL"
     2.5  
     2.6  BUILD_DEPENDS="gettext libsdl-ttf-dev libsdl-mixer-dev libsdl-image-dev \
     2.7 -libsdl-dev xerces-c-dev"
     2.8 +libsdl-dev xerces-c-dev curl-dev"
     2.9  
    2.10  compile_rules() {
    2.11  	sed -i 's/stdexcept>/&\n#include <stddef.h>/' lib-src/zipios++/src/directory.h
     3.1 --- a/libxklavier/receipt	Wed May 30 01:07:54 2018 +0300
     3.2 +++ b/libxklavier/receipt	Wed May 30 16:36:23 2018 +0300
     3.3 @@ -13,7 +13,8 @@
     3.4  WGET_URL="https://people.freedesktop.org/~svu/$TARBALL"
     3.5  
     3.6  BUILD_DEPENDS="gettext gobject-introspection-dev vala gtk-doc xorg-libX11-dev \
     3.7 -xorg-server-dev xorg-xkbcomp-dev xorg-libxkbfile-dev xorg-libXi-dev iso-codes"
     3.8 +xorg-server-dev xorg-xkbcomp-dev xorg-libxkbfile-dev xorg-libXi-dev \
     3.9 +iso-codes-dev"
    3.10  SPLIT="libxklavier-dev"
    3.11  
    3.12  compile_rules() {
     4.1 --- a/pluma/receipt	Wed May 30 01:07:54 2018 +0300
     4.2 +++ b/pluma/receipt	Wed May 30 16:36:23 2018 +0300
     4.3 @@ -12,7 +12,7 @@
     4.4  WGET_URL="https://github.com/mate-desktop/pluma/archive/v$VERSION.tar.gz"
     4.5  
     4.6  BUILD_DEPENDS="mate-common yelp-tools gtk-doc gobject-introspection-dev \
     4.7 -enchant-dev iso-codes gtk+3-dev gtksourceview3-dev libpeas-dev itstool \
     4.8 +enchant-dev iso-codes-dev gtk+3-dev gtksourceview3-dev libpeas-dev itstool \
     4.9  xorg-libSM-dev"
    4.10  SPLIT="pluma-dev pluma-plugins pluma"
    4.11  
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/python-contextlib2/receipt	Wed May 30 16:36:23 2018 +0300
     5.3 @@ -0,0 +1,21 @@
     5.4 +# SliTaz package receipt v2.
     5.5 +
     5.6 +PACKAGE="python-contextlib2"
     5.7 +VERSION="latest"
     5.8 +CATEGORY="python"
     5.9 +SHORT_DESC="Backports and enhancements for the contextlib module"
    5.10 +MAINTAINER="al.bobylev@gmail.com"
    5.11 +LICENSE="BSD"
    5.12 +WEB_SITE="https://pypi.python.org/pypi/contextlib2"
    5.13 +
    5.14 +BUILD_DEPENDS="python"
    5.15 +
    5.16 +compile_rules() {
    5.17 +	pip install --no-compile --root=$DESTDIR contextlib2
    5.18 +}
    5.19 +
    5.20 +genpkg_rules() {
    5.21 +	VERSION=$(sed -n '/^Successfully installed/ s|.*contextlib2-||p' $LOGS/$PACKAGE.log)
    5.22 +	copy @std
    5.23 +	DEPENDS="python"
    5.24 +}
     6.1 --- a/s3ql/receipt	Wed May 30 01:07:54 2018 +0300
     6.2 +++ b/s3ql/receipt	Wed May 30 16:36:23 2018 +0300
     6.3 @@ -13,7 +13,7 @@
     6.4  
     6.5  BUILD_DEPENDS="python-dev sqlite3-dev xz-dev fuse2-dev attr-dev rsync \
     6.6  python-distribute python-llfuse python-pyliblzma python-pycryptopp python-apsw \
     6.7 -python-pytest python-py python-unittest2"
     6.8 +python-pytest python-py python-unittest2 python-contextlib2"
     6.9  
    6.10  compile_rules() {
    6.11  	sed -i 's|http:|https:|' util/distribute_setup.py
     7.1 --- a/tuxpaint/receipt	Wed May 30 01:07:54 2018 +0300
     7.2 +++ b/tuxpaint/receipt	Wed May 30 16:36:23 2018 +0300
     7.3 @@ -17,7 +17,7 @@
     7.4  
     7.5  compile_rules() {
     7.6  	make PREFIX=/usr &&
     7.7 -	make PREFIX=/usr DESTDIR=$DESTDIR install
     7.8 +	make PREFIX=/usr DESTDIR=$DESTDIR -j1 install
     7.9  }
    7.10  
    7.11  genpkg_rules() {