Magellan Linux

Annotation of /branches/magellan-next/core/libxcb/libxcb-1.7-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9125 - (hide annotations) (download)
Mon Nov 7 14:54:44 2011 UTC (12 years, 7 months ago) by niro
File size: 967 byte(s)
-rebuild
1 niro 9125 # $Id$
2    
3     PNAME="libxcb"
4     PVER="1.7"
5     PBUILD="r3"
6    
7     PCATEGORIE="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.6
18     >= dev-libs/libpthread-stubs-0.1
19     >= dev-libs/libxslt-1.1.26"
20    
21     SRC_URI=(
22     http://xcb.freedesktop.org/dist/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd 'http://xcb.freedesktop.org/dist/?C=M;O=A' | grep ${PNAME}- | lasttarball"
27    
28     src_compile()
29     {
30     mconfigure --enable-xinput || die
31     mmake || die
32     }
33    
34     postinstall()
35     {
36     xorg_postinstall
37    
38     echo
39     echo "libxcb-1.1 adds the LIBXCB_ALLOW_SLOPPY_LOCK variable to allow"
40     echo "broken applications to keep running instead of being aborted."
41     echo "Set this variable if you need to use broken packages such as Java"
42     echo "(for example, add LIBXCB_ALLOW_SLOPPY_LOCK=1 to /etc/env.d/00local"
43     echo "and run env-update)."
44     echo
45     }