Magellan Linux

Contents of /smage/branches/alx08x-stable/core/libxcb/libxcb-1.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17631 - (show annotations) (download)
Wed Dec 13 12:55:27 2023 UTC (5 months, 2 weeks ago) by niro
File size: 1048 byte(s)
-release branches/alx08x-stable
1 # $Id$
2
3 PNAME="libxcb"
4 PVER="1.16"
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.1"
14
15 ALX_LIB32_DEPEND=">= x11-libs/libXau-lib32-1
16 >= x11-libs/libXdmcp-lib32-1.1"
17
18 ALX_DEV_DEPEND=">= x11-proto/xcb-proto-1.14
19 >= x11-libs/libXau-dev-1
20 >= x11-libs/libXdmcp-dev-1"
21
22 SDEPEND=">= dev-libs/libxslt-1.1.38
23 ${ALX_DEV_DEPEND}"
24
25 if mqueryfeature "check"
26 then
27 # make check needs libcheck
28 SDEPEND+="
29 >= dev-util/check-0.15"
30 fi
31
32 sminclude xorg multilib mbuild lib32-split alx-split
33
34 src_compile()
35 {
36 mconfigure --enable-xinput || die
37 mmake || die
38 }
39
40 postinstall()
41 {
42 xorg_postinstall
43
44 echo
45 echo "libxcb-1.1 adds the LIBXCB_ALLOW_SLOPPY_LOCK variable to allow"
46 echo "broken applications to keep running instead of being aborted."
47 echo "Set this variable if you need to use broken packages such as Java"
48 echo "(for example, add LIBXCB_ALLOW_SLOPPY_LOCK=1 to /etc/env.d/00local"
49 echo "and run env-update)."
50 echo
51 }