Magellan Linux

Annotation of /branches/R11-stable/extras/xorg/xorg-7.7.1.15.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21422 - (hide annotations) (download)
Fri Jun 20 10:38:59 2014 UTC (9 years, 10 months ago) by niro
Original Path: trunk/extras/xorg/xorg-7.7.1.15.1-r1.smage2
File size: 1533 byte(s)
-ver bump to 7.7.1.15.1-r1
1 niro 21422 # $Id$
2    
3     PNAME="xorg"
4     # upstream xorg-release number
5     _PVER_major="7.7"
6     # corresponding to xorg-server!
7     _PVER_minor="1.15.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.6
23     >= x11-apps/setxkbmap-1.3
24     >= x11-apps/xauth-1.0.9
25     >= x11-apps/xinput-1.6
26     >= x11-apps/xhost-1.0.6
27     >= x11-apps/xrandr-1.4
28     >= x11-apps/xmessage-1.0.4
29     >= x11-apps/xprop-1.2
30     >= x11-apps/xrdb-1.1
31     >= x11-apps/xset-1.2
32     >= x11-terms/xterm-306"
33    
34     # common libs
35     DEPEND="${DEPEND}
36     >= x11-libs/libSM-1.2
37     >= x11-libs/libXcomposite-0.4.4
38     >= x11-libs/libXcursor-1.1.14
39     >= x11-libs/libXdamage-1.1.4
40     >= x11-libs/libXfixes-5
41     >= x11-libs/libXv-1.0.10
42     >= x11-libs/libXxf86dga-1.1.4
43     >= x11-libs/libXinerama-1.1
44     >= x11-libs/libXScrnSaver-1.2"
45    
46     # common fonts
47     DEPEND="${DEPEND}
48     >= media-fonts/font-bh-ttf-1
49     >= media-fonts/font-adobe-utopia-type1-1
50     >= media-fonts/font-bitstream-type1-1"
51    
52     # docs
53     DEPEND="${DEPEND}
54     >= app-doc/xorg-docs-1.7"
55    
56     # some common input drivers
57     DEPEND="${DEPEND}
58     >= x11-drivers/xf86-input-evdev-2.9
59     >= x11-drivers/xf86-input-mouse-1.9
60     >= x11-drivers/xf86-input-keyboard-1.8"
61    
62     # some common video drivers
63     DEPEND="${DEPEND}
64     >= x11-drivers/xf86-video-vesa-2.3"
65    
66     # want whiteglas as default cursors
67     DEPEND="${DEPEND}
68     >= x11-themes/xcursor-themes-1"