# HG changeset patch # User Christophe Lincoln # Date 1394913242 -3600 # Node ID 4ba762f15babc8043e7703c4c8ac393d8097499e # Parent f20bb2aafa21bc86cdeb169940716b314535604e ARM: add xcb-util ttf-dejavu xorg-setxkbmap diff -r f20bb2aafa21 -r 4ba762f15bab ttf-dejavu/receipt --- a/ttf-dejavu/receipt Sat Mar 15 19:56:28 2014 +0100 +++ b/ttf-dejavu/receipt Sat Mar 15 20:54:02 2014 +0100 @@ -11,6 +11,7 @@ TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/dejavu/$TARBALL" TAGS="font" +HOST_ARCH="i486 arm" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r f20bb2aafa21 -r 4ba762f15bab xcb-util-dev/receipt --- a/xcb-util-dev/receipt Sat Mar 15 19:56:28 2014 +0100 +++ b/xcb-util-dev/receipt Sat Mar 15 20:54:02 2014 +0100 @@ -1,3 +1,4 @@ +# SliTaz package receipt. PACKAGE="xcb-util-dev" VERSION="0.3.8" @@ -7,8 +8,9 @@ LICENSE="MIT" WANTED="xcb-util" WEB_SITE="http://xcb.freedesktop.org" +HOST_ARCH="i486 arm" -DEPENDS="xcb-util pkg-config" +DEPENDS="xcb-util" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r f20bb2aafa21 -r 4ba762f15bab xcb-util/receipt --- a/xcb-util/receipt Sat Mar 15 19:56:28 2014 +0100 +++ b/xcb-util/receipt Sat Mar 15 20:54:02 2014 +0100 @@ -9,9 +9,15 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://xcb.freedesktop.org" WGET_URL="$WEB_SITE/dist/$TARBALL" +HOST_ARCH="i486 arm" DEPENDS="libxcb xorg-libXdmcp" -BUILD_DEPENDS="libxcb-dev libxcb gperf" +BUILD_DEPENDS="libxcb-dev xorg-libXdmcp-dev gperf" + +# Handle cross compilation +case "$ARCH" in + arm*) BUILD_DEPENDS="libxcb-dev xorg-libXdmcp-dev" ;; +esac # Rules to configure and make the package. compile_rules() diff -r f20bb2aafa21 -r 4ba762f15bab xorg-setxkbmap/receipt --- a/xorg-setxkbmap/receipt Sat Mar 15 19:56:28 2014 +0100 +++ b/xorg-setxkbmap/receipt Sat Mar 15 20:54:02 2014 +0100 @@ -10,13 +10,13 @@ TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" +HOST_ARCH="i486 arm" DEPENDS="xorg-xkeyboard-config" # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --sysconfdir=/etc \ --mandir=/usr/share/man \