fix dependencies for x11 packages
authorMichael Lauer <mickey@vanille-media.de>
Sun, 28 Mar 2004 12:54:19 +0000 (12:54 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 28 Mar 2004 12:54:19 +0000 (12:54 +0000)
BKrev: 4066cafbSj1GGhLWDSwSyj9_VLpxQA

matchbox-desktop/matchbox-desktop_0.8.oe
matchbox-panel/matchbox-panel_0.8.1.oe
matchbox-wm/matchbox-wm_0.8.1.oe
x11/x11-cvs.oe
xau/xau-cvs.oe
xext/xext-cvs.oe
xrandr/xrandr-cvs.oe
xrender/xrender-cvs.oe
xserver/xserver-cvs.oe

index 7189bb7..241c9dc 100644 (file)
@@ -1,6 +1,5 @@
 LICENSE = "GPL"
 DEPENDS = "virtual/libc libmatchbox"
-RDEPENDS = "libc6 libmatchbox"
 
 SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-desktop/${PV}/matchbox-desktop-${PV}.tar.bz2"
 
index 52f7eab..a9d4c0d 100644 (file)
@@ -1,7 +1,6 @@
 DESCRIPTION = "Matchbox panel"
 LICENSE = "GPL"
 DEPENDS = "virtual/libc libmatchbox x11 xext xpm"
-RDEPENDS = "libc6 libmatchbox x11 xext matchbox-common"
 
 SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/0.8/matchbox-panel-${PV}.tar.bz2"
 S = "${WORKDIR}/matchbox-panel-${PV}"
index b0e1c20..071ac2f 100644 (file)
@@ -1,7 +1,6 @@
 DESCRIPTION = "Matchbox window manager"
 LICENSE = "GPL"
 DEPENDS = "virtual/libc libmatchbox x11 xext xcomposite xfixes xdamage xrender"
-RDEPENDS = "libc6 libmatchbox x11 xext xcomposite xfixes xdamage xrender"
 
 SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-window-manager/0.8/matchbox-window-manager-${PV}.tar.bz2 \
           file://${FILESDIR}/m4.patch;patch=1"
index 62d7c1a..ee7fc64 100644 (file)
@@ -3,10 +3,10 @@ SECTION = "libs"
 PRIORITY = "optional"
 MAINTAINER = "Greg Gilbert <greg@treke.net>"
 RDEPENDS = "libc6"
-DEPENDS = "virtual/libc xproto-cvs xextensions-cvs xau-cvs xtrans-cvs xdmcp-cvs"
+DEPENDS = "virtual/libc xproto xextensions xau xtrans xdmcp"
 PROVIDES = "x11"
 DESCRIPTION = "Base X libs."
-FILES_x11-cvs_append = " ${datadir}/X11"
+FILES_${PN}_append = " ${datadir}/X11"
 
 SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=X11"
 S = "${WORKDIR}/X11"
index dd3f659..513b2fa 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "libs"
 PRIORITY = "optional"
 MAINTAINER = "Greg Gilbert <greg@treke.net>"
 RDEPENDS = "libc6"
-DEPENDS = "virtual/libc xproto-cvs"
+DEPENDS = "virtual/libc xproto"
 PROVIDES = "xau"
 DESCRIPTION = "Authorization Protocol for X."
 
index d47f25a..7142a9e 100644 (file)
@@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}"
 DESCRIPTION = "X Server Extension library"
 SECTION = "libs"
 PRIORITY = "optional"
-DEPENDS = "virtual/libc xproto-cvs x11-cvs xextensions-cvs"
+DEPENDS = "virtual/libc xproto x11 xextensions"
 PROVIDES = "xext"
 
 SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xext"
index 9668477..e41021d 100644 (file)
@@ -1,6 +1,6 @@
 PV = "0.0cvs${CVSDATE}"
 SECTION = "libs"
-DEPENDS = "virtual/libc randr-cvs x11-cvs render-cvs xrender-cvs xext-cvs"
+DEPENDS = "virtual/libc randr x11 render xrender xext"
 PROVIDES = "xrandr"
 DESCRIPTION = "X Resize and Rotate extension library."
 
index 37f2f6c..097343e 100644 (file)
@@ -1,6 +1,6 @@
 PV = "0.0cvs${CVSDATE}"
 SECTION = "libs"
-DEPENDS = "virtual/libc render-cvs x11-cvs"
+DEPENDS = "virtual/libc render x11"
 PROVIDES = "xrender"
 DESCRIPTION = "X Render extension library."
 
index 4e48425..20f7850 100644 (file)
@@ -1,6 +1,6 @@
 PV = "0.0cvs${CVSDATE}"
 RDEPENDS = "libc6"
-DEPENDS = "virtual/libc tslib xproto-cvs xdmcp-cvs xextensions-cvs xtrans-cvs xau-cvs x11-cvs xext-cvs randr-cvs render-cvs xrender-cvs xrandr-cvs fixesext-cvs damageext-cvs xfont-cvs resourceext-cvs compositeext-cvs"
+DEPENDS = "virtual/libc tslib xproto xdmcp xextensions xtrans xau x11 xext randr render xrender xrandr fixesext damageext xfont resourceext compositeext"
 PROVIDES = "xserver"
 PACKAGES = "xserver-kdrive-fbdev xserver-kdrive-ati ${PN}-doc ${PN}-dev ${PN}-locale"
 DESCRIPTION = "X server from freedesktop.org"