# HG changeset patch # User Christophe Lincoln # Date 1399175161 -7200 # Node ID 8bdba6bcdf42bb100210cae5f9f5ae451ff61005 # Parent c2c48e06bc0a17de1fc367049ca93e59bb481887 Fix python-rpi-adafruit PACKAGE name diff -r c2c48e06bc0a -r 8bdba6bcdf42 cairo-gl/receipt --- a/cairo-gl/receipt Sun May 04 05:33:27 2014 +0200 +++ b/cairo-gl/receipt Sun May 04 05:46:01 2014 +0200 @@ -10,7 +10,7 @@ TARBALL="$SOURCE-$VERSION.tar.xz" WEB_SITE="http://www.cairographics.org/" WGET_URL="http://cairographics.org/releases/$TARBALL" -HOST_ARCH="i486" +HOST_ARCH="arm i486" DEPENDS="glib pixman libpng zlib expat fontconfig freetype xorg-libX11 \ xorg-libXau xorg-libXdmcp xorg-libXrender xcb-util libxcb mesa-wayland" diff -r c2c48e06bc0a -r 8bdba6bcdf42 lesstif/receipt --- a/lesstif/receipt Sun May 04 05:33:27 2014 +0200 +++ b/lesstif/receipt Sun May 04 05:46:01 2014 +0200 @@ -9,16 +9,15 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://sourceforge.net/projects/lesstif/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +HOST_ARCH="arm i486" DEPENDS="glibc-base xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \ -xorg-libXdmcp xorg-libXext xorg-libXt util-linux-uuid freetype \ -xorg-libXp" -BUILD_DEPENDS="xorg-dev xorg-xextproto util-linux-uuid-dev automake" +xorg-libXdmcp xorg-libXext xorg-libXt util-linux-uuid freetype xorg-libXp" +BUILD_DEPENDS="xorg-xextproto util-linux-uuid-dev automake" # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ diff -r c2c48e06bc0a -r 8bdba6bcdf42 libxml2-python/receipt --- a/libxml2-python/receipt Sun May 04 05:33:27 2014 +0200 +++ b/libxml2-python/receipt Sun May 04 05:46:01 2014 +0200 @@ -17,4 +17,3 @@ mkdir -p $fs/usr/lib cp -a $install/usr/lib/python* $fs/usr/lib } - diff -r c2c48e06bc0a -r 8bdba6bcdf42 mesa-wayland/receipt --- a/mesa-wayland/receipt Sun May 04 05:33:27 2014 +0200 +++ b/mesa-wayland/receipt Sun May 04 05:46:01 2014 +0200 @@ -11,6 +11,7 @@ TARBALL="${SOURCE}Lib-$VERSION.tar.bz2" WEB_SITE="http://www.mesa3d.org/" WGET_URL="ftp://ftp.freedesktop.org/pub/mesa/$VERSION/$TARBALL" +HOST_ARCH="arm i486" # Have Wayland support by default ? PROVIDE="libgl libegl-mesa libglw-mesa libglu-mesa" @@ -19,9 +20,14 @@ wayland" BUILD_DEPENDS="expat-dev libdrm-dev xorg-libXdamage-dev pkg-config \ xorg-libXxf86vm-dev xorg-libXt-dev xorg-dri2proto xorg-glproto \ -talloc xorg-makedepend lesstif libxml2-python xorg-imake lesstif-dev \ -xorg-server-dev udev-dev file libdrm-nouveau llvm libtool automake \ -autoconf libpthread-stubs-dev wayland-dev" +lesstif libxml2-python lesstif-dev xorg-server-dev udev-dev wayland-dev" + +# Use some build system tools +case "$ARCH" in + i?86) + BUILD_DEPENDS="BUILD_DEPENDS talloc xorg-makedepend xorg-imake \ + file libdrm-nouveau llvm libtool automake autoconf libpthread-stubs-dev" ;; +esac # Rules to configure and make the package. compile_rules() diff -r c2c48e06bc0a -r 8bdba6bcdf42 python-rpi-adafruit/receipt --- a/python-rpi-adafruit/receipt Sun May 04 05:33:27 2014 +0200 +++ b/python-rpi-adafruit/receipt Sun May 04 05:46:01 2014 +0200 @@ -1,10 +1,10 @@ # SliTaz package receipt. -PACKAGE="python-rpi-adafruit-leds" +PACKAGE="python-rpi-adafruit" GITHASH="99a2955eb6ddc81998ade7359ebb505fb70919d0" VERSION=${GITHASH:0:6} CATEGORY="system-tools" -SHORT_DESC="Adafruit Industries Python code for the RPi (7segment, 8x8 LED)" +SHORT_DESC="Adafruit Industries Python code for the RPi" MAINTAINER="pankso@slitaz.org" LICENSE="BSD" SOURCE="python-adafruit-code" @@ -13,6 +13,7 @@ WGET_URL="https://codeload.github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code/zip/$GITHASH" HOST_ARCH="arm" +# Leds support for now DEPENDS="python python-smbus ic2-tools slitaz-arm-rpi" # Rules to gen a SliTaz package suitable for Tazpkg.