wok diff xorg-server/receipt @ rev 1480

update BUILD_DEPENDS for claws-mail-attremover claws-mail-notification claws-mail-vcalendar edje efreet ewl imlib2 xorg-server xorg-xf86-input-evdev xorg-xf86-input-keyboard xorg-xf86-input-mouse xorg-xf86-video-ati xorg-xf86-video-nv xorg-xf86-video-vesa xorg-xkeyboard-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 17:10:38 2008 +0000 (2008-10-04)
parents 51159e05b560
children 52dc4b48ed81
line diff
     1.1 --- a/xorg-server/receipt	Thu Jul 24 12:34:08 2008 +0000
     1.2 +++ b/xorg-server/receipt	Sat Oct 04 17:10:38 2008 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Xorg core server."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="xorg xorg-libxkbfile xorg-xf86-input-mouse xorg-xf86-input-keyboard
     1.7 -             xorg-xf86-video-vesa xorg-xkeyboard-config xorg-xkbcomp"
     1.8 +    xorg-xf86-video-vesa xorg-xkeyboard-config xorg-xkbcomp xorg-libxkbfile"
     1.9  BUILD_DEPENDS="xorg-dev-proto xorg-libXfont-dev xorg-xtrans"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.x.org/"
    1.12 @@ -51,8 +51,8 @@
    1.13  		--with-builder-addr=$MAINTAINER \
    1.14  		--disable-dri \
    1.15  		--disable-xorgcfg \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22