Magellan Linux

Contents of /trunk/extras/libxcb/libxcb-1.11-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22018 - (show annotations) (download)
Fri Aug 15 09:33:37 2014 UTC (9 years, 10 months ago) by niro
File size: 1063 byte(s)
auto added: ver bump to 1.11-r1
1 # $Id$
2
3 PNAME="libxcb"
4 PVER="1.11"
5 PBUILD="r1"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="X protocol C-language Binding (XCB) library."
10 HOMEPAGE="http://xcb.freedesktop.org/"
11
12 sminclude xorg multilib
13
14 DEPEND=">= x11-libs/libXau-1
15 >= x11-libs/libXdmcp-1"
16
17 SDEPEND=">= x11-proto/xcb-proto-1.10
18 >= dev-libs/libpthread-stubs-0.1
19 >= dev-libs/libxslt-1.1.26"
20
21 if mqueryfeature "check"
22 then
23 # make check needs libcheck
24 SDEPEND+="
25 >= dev-util/check-0.9"
26 fi
27
28 SRC_URI=(
29 http://xcb.freedesktop.org/dist/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 UP2DATE="updatecmd 'http://xcb.freedesktop.org/dist/?C=M;O=A' | grep ${PNAME}- | lasttarball"
34
35 src_compile()
36 {
37 mconfigure --enable-xinput || die
38 mmake || die
39 }
40
41 postinstall()
42 {
43 xorg_postinstall
44
45 echo
46 echo "libxcb-1.1 adds the LIBXCB_ALLOW_SLOPPY_LOCK variable to allow"
47 echo "broken applications to keep running instead of being aborted."
48 echo "Set this variable if you need to use broken packages such as Java"
49 echo "(for example, add LIBXCB_ALLOW_SLOPPY_LOCK=1 to /etc/env.d/00local"
50 echo "and run env-update)."
51 echo
52 }