Magellan Linux

Contents of /branches/R11-stable/core/xorg/xorg-7.7.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15014 - (show annotations) (download)
Wed Jan 2 09:49:12 2013 UTC (11 years, 5 months ago) by niro
File size: 1410 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="xorg"
4 PVER="7.7.4"
5 PBUILD="r1"
6
7 PCAT="x11-base"
8 PKGTYPE="virtual"
9
10 DESCRIPTION="Xorg is the XOrg Foundation's Public Implementation of the X Window System."
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 # server itself
14 DEPEND=">= x11-base/xorg-server-1.12.4"
15
16 # common apps
17 DEPEND="${DEPEND}
18 >= x11-apps/iceauth-1.0.5
19 >= x11-apps/setxkbmap-1.2
20 >= x11-apps/xauth-1.0.6
21 >= x11-apps/xinput-1.5
22 >= x11-apps/xhost-1.0.4
23 >= x11-apps/xrandr-1.3.4
24 >= x11-apps/xmessage-1.0.3
25 >= x11-apps/xprop-1.2
26 >= x11-apps/xrdb-1.0.9
27 >= x11-apps/xset-1.2
28 >= x11-terms/xterm-269"
29
30 # common libs
31 DEPEND="${DEPEND}
32 >= x11-libs/libSM-1.1.1
33 >= x11-libs/libXcomposite-0.4.1
34 >= x11-libs/libXcursor-1.1.10
35 >= x11-libs/libXdamage-1.1.2
36 >= x11-libs/libXfixes-4.0.4
37 >= x11-libs/libXv-1.0.5
38 >= x11-libs/libXxf86dga-1.1.1
39 >= x11-libs/libXinerama-1.1
40 >= x11-libs/libXScrnSaver-1.2.0"
41
42 # common fonts
43 DEPEND="${DEPEND}
44 >= media-fonts/font-bh-ttf-1
45 >= media-fonts/font-adobe-utopia-type1-1
46 >= media-fonts/font-bitstream-type1-1"
47
48 # docs
49 DEPEND="${DEPEND}
50 >= app-doc/xorg-docs-1.5"
51
52 # some common input drivers
53 DEPEND="${DEPEND}
54 >= x11-drivers/xf86-input-evdev-2.6
55 >= x11-drivers/xf86-input-mouse-1.7
56 >= x11-drivers/xf86-input-keyboard-1.6"
57
58 # some common video drivers
59 DEPEND="${DEPEND}
60 >= x11-drivers/xf86-video-vesa-2.3"
61
62 # want whiteglas as default cursors
63 DEPEND="${DEPEND}
64 >= x11-themes/xcursor-themes-1"