wok-stable rev 2416

xorg-setxkbmap, xorg-xclock, xorg-xcursorgen, xorg-xkbcomp, xorg-xkill, xorg-xset: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 11 09:24:25 2009 +0000 (2009-03-11)
parents f0649c7e255c
children e9f7584e5ff5
files xorg-setxkbmap/receipt xorg-xclock/receipt xorg-xcursorgen/receipt xorg-xkbcomp/receipt xorg-xkill/receipt xorg-xset/receipt
line diff
     1.1 --- a/xorg-setxkbmap/receipt	Wed Mar 11 09:10:09 2009 +0000
     1.2 +++ b/xorg-setxkbmap/receipt	Wed Mar 11 09:24:25 2009 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Set the keyboard using the X Keyboard Extension."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -DEPENDS="xorg xorg-libX11 xorg-xkeyboard-config"
     1.8 +DEPENDS="xorg xorg-libX11 xorg-xkeyboard-config xorg-libxkbfile"
     1.9  SOURCE="setxkbmap"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.x.org/"
     2.1 --- a/xorg-xclock/receipt	Wed Mar 11 09:10:09 2009 +0000
     2.2 +++ b/xorg-xclock/receipt	Wed Mar 11 09:24:25 2009 +0000
     2.3 @@ -5,7 +5,7 @@
     2.4  CATEGORY="x-window"
     2.5  SHORT_DESC="Simple clock for X."
     2.6  MAINTAINER="pankso@slitaz.org"
     2.7 -DEPENDS="xorg xorg-libxkbfile"
     2.8 +DEPENDS="xorg xorg-libxkbfile expat fontconfig freetype xorg-libXft zlib"
     2.9  BUILD_DEPENDS="xorg-dev xorg-libXft-dev"
    2.10  SOURCE="xclock"
    2.11  TARBALL="$SOURCE-$VERSION.tar.gz"
     3.1 --- a/xorg-xcursorgen/receipt	Wed Mar 11 09:10:09 2009 +0000
     3.2 +++ b/xorg-xcursorgen/receipt	Wed Mar 11 09:24:25 2009 +0000
     3.3 @@ -5,7 +5,7 @@
     3.4  CATEGORY="x-window"
     3.5  SHORT_DESC="X cursor generator."
     3.6  MAINTAINER="pankso@slitaz.org"
     3.7 -DEPENDS="xorg"
     3.8 +DEPENDS="xorg libpng zlib"
     3.9  SOURCE="xcursorgen"
    3.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    3.11  WEB_SITE="http://www.x.org/"
    3.12 @@ -18,8 +18,8 @@
    3.13  	./configure \
    3.14  		--prefix=/usr \
    3.15  		--mandir=/usr/share/man \
    3.16 -		$CONFIGURE_ARGS
    3.17 -	make
    3.18 +		$CONFIGURE_ARGS &&
    3.19 +	make &&
    3.20  	make DESTDIR=$PWD/_pkg install
    3.21  }
    3.22  
     4.1 --- a/xorg-xkbcomp/receipt	Wed Mar 11 09:10:09 2009 +0000
     4.2 +++ b/xorg-xkbcomp/receipt	Wed Mar 11 09:24:25 2009 +0000
     4.3 @@ -5,7 +5,7 @@
     4.4  CATEGORY="x-window"
     4.5  SHORT_DESC="Xorg keyboard composite."
     4.6  MAINTAINER="pankso@slitaz.org"
     4.7 -DEPENDS="xorg xorg-libX11 xorg-xkeyboard-config"
     4.8 +DEPENDS="xorg xorg-libX11 xorg-xkeyboard-config xorg-libxkbfile"
     4.9  SOURCE="xkbcomp"
    4.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    4.11  WEB_SITE="http://www.x.org/"
    4.12 @@ -17,8 +17,8 @@
    4.13      cd $src
    4.14  	./configure --prefix=/usr --sysconfdir=/etc \
    4.15      --mandir=/usr/share/man --localstatedir=/var \
    4.16 -    $CONFIGURE_ARGS
    4.17 -    make
    4.18 +    $CONFIGURE_ARGS &&
    4.19 +    make &&
    4.20      make DESTDIR=$PWD/_pkg install
    4.21  }
    4.22  
     5.1 --- a/xorg-xkill/receipt	Wed Mar 11 09:10:09 2009 +0000
     5.2 +++ b/xorg-xkill/receipt	Wed Mar 11 09:24:25 2009 +0000
     5.3 @@ -6,7 +6,7 @@
     5.4  CATEGORY="x-window"
     5.5  SHORT_DESC="X application killer"
     5.6  MAINTAINER="mallory@sweetpeople.org"
     5.7 -DEPENDS=""
     5.8 +DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXmu"
     5.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    5.10  WEB_SITE="http://www.x.org/"
    5.11  WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL"
     6.1 --- a/xorg-xset/receipt	Wed Mar 11 09:10:09 2009 +0000
     6.2 +++ b/xorg-xset/receipt	Wed Mar 11 09:24:25 2009 +0000
     6.3 @@ -5,7 +5,7 @@
     6.4  CATEGORY="x-window"
     6.5  SHORT_DESC="Xorg user preference utility."
     6.6  MAINTAINER="paul@slitaz.org"
     6.7 -DEPENDS=""
     6.8 +DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXmu"
     6.9  BUILD_DEPENDS="xorg-libXdmcp-dev xorg-kbproto xorg-xproto"
    6.10  SOURCE="xset"
    6.11  TARBALL="$SOURCE-$VERSION.tar.gz"