wok-6.x diff idesk/receipt @ rev 18343
Up: bash (4.3.42)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Fri Sep 11 11:59:50 2015 +0000 (2015-09-11) |
parents | de49f29b101e |
children | ba7cbdb5749c |
line diff
1.1 --- a/idesk/receipt Thu Dec 05 15:25:09 2013 +0000 1.2 +++ b/idesk/receipt Fri Sep 11 11:59:50 2015 +0000 1.3 @@ -9,6 +9,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://idesk.sourceforge.net/" 1.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="imlib2 xorg-libXft" 1.10 BUILD_DEPENDS="imlib2-dev xorg-libXft-dev" 1.11 @@ -16,7 +17,6 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 patch -p 0 < $stuff/DesktopConfig.patch || exit 1 1.17 ./configure \ 1.18 --enable-xft \