wok rev 16082

ARM: add xcb-util ttf-dejavu xorg-setxkbmap
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 15 20:54:02 2014 +0100 (2014-03-15)
parents f20bb2aafa21
children 6d8a4be89f3d
files ttf-dejavu/receipt xcb-util-dev/receipt xcb-util/receipt xorg-setxkbmap/receipt
line diff
     1.1 --- a/ttf-dejavu/receipt	Sat Mar 15 19:56:28 2014 +0100
     1.2 +++ b/ttf-dejavu/receipt	Sat Mar 15 20:54:02 2014 +0100
     1.3 @@ -11,6 +11,7 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.5  WGET_URL="$SF_MIRROR/dejavu/$TARBALL"
     1.6  TAGS="font"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.10  genpkg_rules()
     2.1 --- a/xcb-util-dev/receipt	Sat Mar 15 19:56:28 2014 +0100
     2.2 +++ b/xcb-util-dev/receipt	Sat Mar 15 20:54:02 2014 +0100
     2.3 @@ -1,3 +1,4 @@
     2.4 +# SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xcb-util-dev"
     2.7  VERSION="0.3.8"
     2.8 @@ -7,8 +8,9 @@
     2.9  LICENSE="MIT"
    2.10  WANTED="xcb-util"
    2.11  WEB_SITE="http://xcb.freedesktop.org"
    2.12 +HOST_ARCH="i486 arm"
    2.13  
    2.14 -DEPENDS="xcb-util pkg-config"
    2.15 +DEPENDS="xcb-util"
    2.16  
    2.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.18  genpkg_rules()
     3.1 --- a/xcb-util/receipt	Sat Mar 15 19:56:28 2014 +0100
     3.2 +++ b/xcb-util/receipt	Sat Mar 15 20:54:02 2014 +0100
     3.3 @@ -9,9 +9,15 @@
     3.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     3.5  WEB_SITE="http://xcb.freedesktop.org"
     3.6  WGET_URL="$WEB_SITE/dist/$TARBALL"
     3.7 +HOST_ARCH="i486 arm"
     3.8  
     3.9  DEPENDS="libxcb xorg-libXdmcp"
    3.10 -BUILD_DEPENDS="libxcb-dev libxcb gperf"
    3.11 +BUILD_DEPENDS="libxcb-dev xorg-libXdmcp-dev gperf"
    3.12 +
    3.13 +# Handle cross compilation
    3.14 +case "$ARCH" in
    3.15 +	arm*) BUILD_DEPENDS="libxcb-dev xorg-libXdmcp-dev" ;;
    3.16 +esac
    3.17  
    3.18  # Rules to configure and make the package.
    3.19  compile_rules()
     4.1 --- a/xorg-setxkbmap/receipt	Sat Mar 15 19:56:28 2014 +0100
     4.2 +++ b/xorg-setxkbmap/receipt	Sat Mar 15 20:54:02 2014 +0100
     4.3 @@ -10,13 +10,13 @@
     4.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     4.5  WEB_SITE="http://www.x.org/"
     4.6  WGET_URL="$XORG_MIRROR/app/$TARBALL"
     4.7 +HOST_ARCH="i486 arm"
     4.8  
     4.9  DEPENDS="xorg-xkeyboard-config"
    4.10  
    4.11  # Rules to configure and make the package.
    4.12  compile_rules()
    4.13  {
    4.14 -	cd $src
    4.15  	./configure \
    4.16  		--sysconfdir=/etc \
    4.17  		--mandir=/usr/share/man \