Magellan Linux

Contents of /branches/magellan-next/core/libxcb/libxcb-1.7-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7684 - (show annotations) (download)
Mon May 30 10:07:33 2011 UTC (12 years, 11 months ago) by niro
File size: 916 byte(s)
auto added: ver bump to 1.7-r2
1 # $Id$
2
3 PNAME="libxcb"
4 PVER="1.7"
5 PBUILD="r2"
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 }