# HG changeset patch # User Pascal Bellard # Date 1236763465 0 # Node ID 170168df8ad14cb8a16f369a78289ce71a52cbbb # Parent f0649c7e255cb572cea1418093884cef4f4884af xorg-setxkbmap, xorg-xclock, xorg-xcursorgen, xorg-xkbcomp, xorg-xkill, xorg-xset: update depends diff -r f0649c7e255c -r 170168df8ad1 xorg-setxkbmap/receipt --- a/xorg-setxkbmap/receipt Wed Mar 11 09:10:09 2009 +0000 +++ b/xorg-setxkbmap/receipt Wed Mar 11 09:24:25 2009 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Set the keyboard using the X Keyboard Extension." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="xorg xorg-libX11 xorg-xkeyboard-config" +DEPENDS="xorg xorg-libX11 xorg-xkeyboard-config xorg-libxkbfile" SOURCE="setxkbmap" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.x.org/" diff -r f0649c7e255c -r 170168df8ad1 xorg-xclock/receipt --- a/xorg-xclock/receipt Wed Mar 11 09:10:09 2009 +0000 +++ b/xorg-xclock/receipt Wed Mar 11 09:24:25 2009 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Simple clock for X." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg xorg-libxkbfile" +DEPENDS="xorg xorg-libxkbfile expat fontconfig freetype xorg-libXft zlib" BUILD_DEPENDS="xorg-dev xorg-libXft-dev" SOURCE="xclock" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r f0649c7e255c -r 170168df8ad1 xorg-xcursorgen/receipt --- a/xorg-xcursorgen/receipt Wed Mar 11 09:10:09 2009 +0000 +++ b/xorg-xcursorgen/receipt Wed Mar 11 09:24:25 2009 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="X cursor generator." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg" +DEPENDS="xorg libpng zlib" SOURCE="xcursorgen" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.x.org/" @@ -18,8 +18,8 @@ ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r f0649c7e255c -r 170168df8ad1 xorg-xkbcomp/receipt --- a/xorg-xkbcomp/receipt Wed Mar 11 09:10:09 2009 +0000 +++ b/xorg-xkbcomp/receipt Wed Mar 11 09:24:25 2009 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg keyboard composite." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg xorg-libX11 xorg-xkeyboard-config" +DEPENDS="xorg xorg-libX11 xorg-xkeyboard-config xorg-libxkbfile" SOURCE="xkbcomp" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.x.org/" @@ -17,8 +17,8 @@ cd $src ./configure --prefix=/usr --sysconfdir=/etc \ --mandir=/usr/share/man --localstatedir=/var \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } diff -r f0649c7e255c -r 170168df8ad1 xorg-xkill/receipt --- a/xorg-xkill/receipt Wed Mar 11 09:10:09 2009 +0000 +++ b/xorg-xkill/receipt Wed Mar 11 09:24:25 2009 +0000 @@ -6,7 +6,7 @@ CATEGORY="x-window" SHORT_DESC="X application killer" MAINTAINER="mallory@sweetpeople.org" -DEPENDS="" +DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXmu" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.x.org/" WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL" diff -r f0649c7e255c -r 170168df8ad1 xorg-xset/receipt --- a/xorg-xset/receipt Wed Mar 11 09:10:09 2009 +0000 +++ b/xorg-xset/receipt Wed Mar 11 09:24:25 2009 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg user preference utility." MAINTAINER="paul@slitaz.org" -DEPENDS="" +DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXmu" BUILD_DEPENDS="xorg-libXdmcp-dev xorg-kbproto xorg-xproto" SOURCE="xset" TARBALL="$SOURCE-$VERSION.tar.gz"