wok-4.x rev 6849
Fix depends: Inverse xorg-xkeyboard-config depend on xorg-xkbcomp. It solves a loop in tazwok-testing, but maybe it's a dirty workaround needed by the not-perfect-method used in this tool.
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Oct 20 13:01:20 2010 +0200 (2010-10-20) |
parents | 840e9f04719f |
children | 00973bd72b33 |
files | xorg-server/receipt xorg-xkbcomp/receipt xorg-xkeyboard-config/receipt |
line diff
1.1 --- a/xorg-server/receipt Wed Oct 20 12:31:54 2010 +0200 1.2 +++ b/xorg-server/receipt Wed Oct 20 13:01:20 2010 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Xorg core server." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="xorg xorg-libxkbfilexorg-xkeyboard-config xorg-xkbcomp xorg-libpciaccess \ 1.8 +DEPENDS="xorg xorg-libxkbfile xorg-xkeyboard-config xorg-libpciaccess \ 1.9 xorg-libXxf86vm libcrypto freetype pixman gcc-lib-basedbus udev hal" 1.10 BUILD_DEPENDS="xorg-dev-proto xorg-libXfont-dev xorg-xtrans xorg-libxkbfile xorg-libxkbfile-dev \ 1.11 xorg-libfontenc-dev xorg-libpciaccess xorg-libpciaccess-dev xorg-libXxf86vm-dev libgcrypt-dev \
2.1 --- a/xorg-xkbcomp/receipt Wed Oct 20 12:31:54 2010 +0200 2.2 +++ b/xorg-xkbcomp/receipt Wed Oct 20 13:01:20 2010 +0200 2.3 @@ -5,7 +5,7 @@ 2.4 CATEGORY="x-window" 2.5 SHORT_DESC="Xorg keyboard composite." 2.6 MAINTAINER="pankso@slitaz.org" 2.7 -DEPENDS="xorg xorg-libX11 xorg-xkeyboard-config xorg-libxkbfile" 2.8 +DEPENDS="xorg xorg-libX11 xorg-libxkbfile" 2.9 SOURCE="xkbcomp" 2.10 TARBALL="$SOURCE-$VERSION.tar.gz" 2.11 WEB_SITE="http://www.x.org/"
3.1 --- a/xorg-xkeyboard-config/receipt Wed Oct 20 12:31:54 2010 +0200 3.2 +++ b/xorg-xkeyboard-config/receipt Wed Oct 20 13:01:20 2010 +0200 3.3 @@ -5,7 +5,7 @@ 3.4 CATEGORY="x-window" 3.5 SHORT_DESC="Xorg server keyboard definition files." 3.6 MAINTAINER="pankso@slitaz.org" 3.7 -DEPENDS="xorg" 3.8 +DEPENDS="xorg xorg-xkbcomp" 3.9 BUILD_DEPENDS="perl-xml-parser xorg-xkbcomp" 3.10 SOURCE="xkeyboard-config" 3.11 TARBALL="$SOURCE-$VERSION.tar.bz2"