# $Id$ PNAME="xorg" # upstream xorg-release number _PVER_major="7.7" # corresponding to xorg-server! _PVER_minor="1.15.1" PVER="${_PVER_major}.${_PVER_minor}" PBUILD="r1" PCAT="x11-base" PKGTYPE="virtual" DESCRIPTION="Xorg is the XOrg Foundation's Public Implementation of the X Window System." HOMEPAGE="http://xorg.freedesktop.org" # server itself DEPEND=">= x11-base/xorg-server-${_PVER_minor}" # common apps DEPEND="${DEPEND} >= x11-apps/iceauth-1.0.6 >= x11-apps/setxkbmap-1.3 >= x11-apps/xauth-1.0.9 >= x11-apps/xinput-1.6 >= x11-apps/xhost-1.0.6 >= x11-apps/xrandr-1.4 >= x11-apps/xmessage-1.0.4 >= x11-apps/xprop-1.2 >= x11-apps/xrdb-1.1 >= x11-apps/xset-1.2 >= x11-terms/xterm-306" # common libs DEPEND="${DEPEND} >= x11-libs/libSM-1.2 >= x11-libs/libXcomposite-0.4.4 >= x11-libs/libXcursor-1.1.14 >= x11-libs/libXdamage-1.1.4 >= x11-libs/libXfixes-5 >= x11-libs/libXv-1.0.10 >= x11-libs/libXxf86dga-1.1.4 >= x11-libs/libXinerama-1.1 >= x11-libs/libXScrnSaver-1.2" # common fonts DEPEND="${DEPEND} >= media-fonts/font-bh-ttf-1 >= media-fonts/font-adobe-utopia-type1-1 >= media-fonts/font-bitstream-type1-1" # docs DEPEND="${DEPEND} >= app-doc/xorg-docs-1.7" # some common input drivers DEPEND="${DEPEND} >= x11-drivers/xf86-input-evdev-2.9 >= x11-drivers/xf86-input-mouse-1.9 >= x11-drivers/xf86-input-keyboard-1.8" # some common video drivers DEPEND="${DEPEND} >= x11-drivers/xf86-video-vesa-2.3" # want whiteglas as default cursors DEPEND="${DEPEND} >= x11-themes/xcursor-themes-1"