Magellan Linux

Contents of /smage/trunk/core/libxcb/libxcb-1.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 842 - (show annotations) (download)
Thu Oct 21 21:16:08 2010 UTC (13 years, 6 months ago) by niro
File size: 970 byte(s)
auto added: ver bump to 1.7-r1
1 # $Id: libxcb-1.5-r1.smage2 5282 2010-04-20 18:48:43Z niro $
2
3 PNAME="libxcb"
4 PVER="1.7"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION="X protocol C-language Binding (XCB) library."
11 HOMEPAGE="http://xcb.freedesktop.org/"
12
13 sminclude xorg multilib
14
15 DEPEND=">= x11-libs/libXau-1
16 >= x11-libs/libXdmcp-1"
17
18 SDEPEND=">= x11-proto/xcb-proto-1.6
19 >= dev-libs/libpthread-stubs-0.1
20 >= dev-libs/libxslt-1.1.26"
21
22 SRC_URI=(
23 http://xcb.freedesktop.org/dist/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd 'http://xcb.freedesktop.org/dist/?C=M;O=A' | grep ${PNAME}- | lasttarball"
28
29 postinstall()
30 {
31 xorg_postinstall
32
33 echo
34 echo "libxcb-1.1 adds the LIBXCB_ALLOW_SLOPPY_LOCK variable to allow"
35 echo "broken applications to keep running instead of being aborted."
36 echo "Set this variable if you need to use broken packages such as Java"
37 echo "(for example, add LIBXCB_ALLOW_SLOPPY_LOCK=1 to /etc/env.d/00local"
38 echo "and run env-update)."
39 echo
40 }