Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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