Magellan Linux

Contents of /smage/trunk/core/xorg/xorg-7.7.1.14.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4882 - (show annotations) (download)
Tue May 28 11:00:49 2013 UTC (11 years ago) by niro
File size: 1956 byte(s)
-ver bump to 7.7.1.14.1-r1; use upstream versioning scheme
1 # $Id$
2
3 PNAME="xorg"
4 # upstream xorg-release number
5 _PVER_major="7.7"
6 # corresponding to xorg-server!
7 _PVER_minor="1.14.1"
8 PVER="${_PVER_major}.${_PVER_minor}"
9 PBUILD="r1"
10
11 PCAT="x11-base"
12 PKGTYPE="virtual"
13
14 DESCRIPTION="Xorg is the XOrg Foundation's Public Implementation of the X Window System."
15 HOMEPAGE="http://xorg.freedesktop.org"
16
17 # server itself
18 DEPEND=">= x11-base/xorg-server-${_PVER_minor}"
19
20 # common apps
21 DEPEND="${DEPEND}
22 >= x11-apps/iceauth-1.0.5
23 >= x11-apps/setxkbmap-1.3
24 >= x11-apps/xauth-1.0.7
25 >= x11-apps/xinput-1.6
26 >= x11-apps/xhost-1.0.5
27 >= x11-apps/xrandr-1.4
28 >= x11-apps/xmessage-1.0.4
29 >= x11-apps/xprop-1.2
30 >= x11-apps/xrdb-1.0.9
31 >= x11-apps/xset-1.2
32 >= x11-terms/rxvt-2.7.10
33 >= x11-misc/numlockx-1.2"
34
35 # common libs
36 DEPEND="${DEPEND}
37 >= x11-libs/libSM-1.2
38 >= x11-libs/libXcomposite-0.4.4
39 >= x11-libs/libXdamage-1.1.4
40 >= x11-libs/libXfixes-5
41 >= x11-libs/libXinerama-1.1
42 >= x11-libs/libXScrnSaver-1.2
43 >= x11-libs/libXft-2.3"
44
45 # common fonts
46 DEPEND="${DEPEND}
47 >= media-fonts/font-adobe-75dpi-1.0.3
48 >= media-fonts/corefonts-2"
49
50 # some common input drivers
51 DEPEND="${DEPEND}
52 >= x11-drivers/xf86-input-evdev-2.8
53 >= x11-drivers/xf86-input-mouse-1.9
54 >= x11-drivers/xf86-input-keyboard-1.7"
55
56 # some common video drivers
57 DEPEND="${DEPEND}
58 >= x11-drivers/xf86-video-vesa-2.3
59 >= x11-drivers/xf86-video-ati-7.1
60 >= x11-drivers/xf86-video-i128-1.3
61 >= x11-drivers/xf86-video-i740-1.3
62 >= x11-drivers/xf86-video-intel-2.21
63 >= x11-drivers/xf86-video-mach64-6.9
64 >= x11-drivers/xf86-video-mga-1.6
65 >= x11-drivers/xf86-video-modesetting-0.7
66 >= x11-drivers/xf86-video-nv-2.1
67 >= x11-drivers/xf86-video-nouveau-1.0.7
68 >= x11-drivers/xf86-video-openchrome-0.3
69 >= x11-drivers/xf86-video-r128-6.9
70 >= x11-drivers/xf86-video-s3-0.6.5
71 >= x11-drivers/xf86-video-s3virge-1.10
72 >= x11-drivers/xf86-video-savage-2.3
73 >= x11-drivers/xf86-video-sis-0.10
74 >= x11-drivers/xf86-video-trident-1.3
75 >= x11-drivers/xf86-video-vmware-13.0"