wok-next rev 20520
python-edje, python-gevent-psycopg2, webkitgtk update bdeps ; uclibc-cross-compiler-x86_64 src/install workaround
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 23 09:47:21 2018 +0100 (2018-03-23) |
parents | b19ddba309f9 |
children | 0f638701810b |
files | python-edje/receipt python-gevent-psycopg2/receipt uclibc-cross-compiler-x86_64/receipt webkitgtk/receipt |
line diff
1.1 --- a/python-edje/receipt Fri Mar 23 10:45:35 2018 +0200 1.2 +++ b/python-edje/receipt Fri Mar 23 09:47:21 2018 +0100 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WGET_URL="http://download.enlightenment.org/releases/BINDINGS/python/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="edje-dev python-evas-dev \ 1.8 +BUILD_DEPENDS="edje-dev python-evas-dev shared-mime-info \ 1.9 python-cython autoconf automake git subversion libtool libxml2-dev" 1.10 SPLIT="python-edje-dev" 1.11
2.1 --- a/python-gevent-psycopg2/receipt Fri Mar 23 10:45:35 2018 +0200 2.2 +++ b/python-gevent-psycopg2/receipt Fri Mar 23 09:47:21 2018 +0100 2.3 @@ -12,7 +12,7 @@ 2.4 WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 2.5 2.6 DEPENDS="psycopg2 python-gevent" 2.7 -BUILD_DEPENDS="python-distribute python-dev python" 2.8 +BUILD_DEPENDS="python-distribute python-dev python openssl" 2.9 2.10 # Rules to configure and make the package. 2.11 compile_rules()
3.1 --- a/uclibc-cross-compiler-x86_64/receipt Fri Mar 23 10:45:35 2018 +0200 3.2 +++ b/uclibc-cross-compiler-x86_64/receipt Fri Mar 23 09:47:21 2018 +0100 3.3 @@ -32,6 +32,7 @@ 3.4 wget -P $SRC ${WGET_URL/x86_64/$i} 3.5 busybox tar xf $SRC/${TARBALL/x86_64/$i} 3.6 done 3.7 + ln -s $src $install 3.8 } 3.9 3.10 # Rules to gen a SliTaz package suitable for Tazpkg. 3.11 @@ -42,8 +43,8 @@ 3.12 CAT="development|Toolchain for uclibc/${PACKAGE##*-}." 3.13 SUGGESTED="uclibc-${PACKAGE##*-}" 3.14 mkdir -p $fs/usr/share/$PACKAGE $fs/usr/bin 3.15 - cp -a $src/cross-compiler-${PACKAGE##*-}/. $fs/usr/share/$PACKAGE/ 3.16 - for i in $(cd $src/cross-compiler-${PACKAGE##*-} ; ls bin/${PACKAGE##*-}-*); do 3.17 + cp -a $install/cross-compiler-${PACKAGE##*-}/. $fs/usr/share/$PACKAGE/ 3.18 + for i in $(cd $install/cross-compiler-${PACKAGE##*-} ; ls bin/${PACKAGE##*-}-*); do 3.19 file=$(basename $i) 3.20 ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 3.21 done 3.22 @@ -52,7 +53,7 @@ 3.23 TAZBB_NO_INSTALL="because this is not the right target !" 3.24 CAT="base-system|UcLibc ${PACKAGE##*-} libraries." 3.25 mkdir -p $fs/lib 3.26 - cp -a $src/cross-compiler-${PACKAGE##*-}/lib/*.so* $fs/lib 3.27 + cp -a $install/cross-compiler-${PACKAGE##*-}/lib/*.so* $fs/lib 3.28 ;; 3.29 esac 3.30 }
4.1 --- a/webkitgtk/receipt Fri Mar 23 10:45:35 2018 +0200 4.2 +++ b/webkitgtk/receipt Fri Mar 23 09:47:21 2018 +0100 4.3 @@ -21,7 +21,8 @@ 4.4 BUILD_DEPENDS="perl python ruby-dev gperf libjpeg-turbo-dev libpng16-dev \ 4.5 libwebp-dev glib-dev icu-dev libxml2-dev pango-dev enchant-dev gtk+-dev \ 4.6 xorg-libXt-dev gobject-introspection-dev libsoup-dev libsecret-dev \ 4.7 -harfbuzz-icu-dev libxslt-dev gst1-plugins-base-dev gettext" 4.8 +harfbuzz-icu-dev libxslt-dev gst1-plugins-base-dev gettext \ 4.9 +autoconf automake libtool" 4.10 4.11 compile_rules() { 4.12 fix math