# HG changeset patch # User Christophe Lincoln # Date 1397539316 -7200 # Node ID 964f027206337f7274f067f9e3959b903c926545 # Parent f498b54a20cde529fb3d9d2d9b785a862c5d2356 ARM: add compton, transset-df, xorg-xcompmgr diff -r f498b54a20cd -r 964f02720633 compton/receipt --- a/compton/receipt Tue Apr 15 04:46:37 2014 +0200 +++ b/compton/receipt Tue Apr 15 07:21:56 2014 +0200 @@ -9,10 +9,10 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://github.com/chjj/compton" WGET_URL="https://github.com/chjj/$PACKAGE/archive/v${VERSION}.tar.gz" +HOST_ARCH="i486 arm" DEPENDS="xorg-libXcomposite xorg-libXrandr libdrm xorg-xwininfo xorg-xprop" -BUILD_DEPENDS="xorg-dev xorg-libXcomposite xorg-libXrandr-dev libdrm-dev \ -wget" #asciidoc +BUILD_DEPENDS="xorg-libXcomposite xorg-libXrandr-dev libdrm-dev wget" # Rules to configure and make the package. compile_rules() diff -r f498b54a20cd -r 964f02720633 transset-df/receipt --- a/transset-df/receipt Tue Apr 15 04:46:37 2014 +0200 +++ b/transset-df/receipt Tue Apr 15 07:21:56 2014 +0200 @@ -9,6 +9,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.forchheimer.se/transset-df/" WGET_URL="http://www.forchheimer.se/transset-df/$TARBALL" +HOST_ARCH="i486 arm" DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-xcompmgr xorg-libXrender \ xorg-libXext" @@ -17,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src make } diff -r f498b54a20cd -r 964f02720633 xorg-xcompmgr/receipt --- a/xorg-xcompmgr/receipt Tue Apr 15 04:46:37 2014 +0200 +++ b/xorg-xcompmgr/receipt Tue Apr 15 07:21:56 2014 +0200 @@ -10,6 +10,7 @@ TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" +HOST_ARCH="i486 arm" DEPENDS="xorg-libX11 xorg-libXdamage xorg-libXcomposite xorg-libXrender \ xorg-libXfixes xorg-libXext xorg-libXau xorg-libXdmcp libxcb" @@ -20,7 +21,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ $CONFIGURE_ARGS && make && make install