wok diff jwm/receipt @ rev 16994

mplayer-opt: delete gui
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Aug 10 01:59:37 2014 +0200 (2014-08-10)
parents 9be2dfe2fe72
children 5d53e8ccbc8d
line diff
     1.1 --- a/jwm/receipt	Wed Mar 12 20:54:03 2014 +0100
     1.2 +++ b/jwm/receipt	Sun Aug 10 01:59:37 2014 +0200
     1.3 @@ -14,12 +14,16 @@
     1.4  
     1.5  DEPENDS="xorg-libX11 xorg-libXft xorg-libXrender xorg-libXpm xorg-libXext \
     1.6  xorg-libXmu xorg-libXinerama xorg-libXau xorg-libXdmcp xorg-libXt libjpeg \
     1.7 -libpng slitaz-configs-base xorg-xload xorg-xclock nano imlib2 hsetroot compton"
     1.8 +libpng slitaz-configs-base xorg-xload xorg-xclock imlib2 hsetroot"
     1.9  BUILD_DEPENDS="xorg-libX11-dev xorg-libXft-dev jpeg-dev libpng-dev"
    1.10  
    1.11  # Handle cross compilation
    1.12  case "$ARCH" in
    1.13 -	arm) ARCH_ARGS="--disable-nls" ;;
    1.14 +	arm)
    1.15 +		DEPENDS="$DEPENDS joe lynx ytree"
    1.16 +		ARCH_ARGS="--disable-nls" ;;
    1.17 +	i?86)
    1.18 +		DEPENDS="$DEPENDS compton nano" ;;
    1.19  esac
    1.20  
    1.21  # Rules to configure and make the package.