# $Id$ PNAME="libxcb" PVER="1.7" PBUILD="r2" PCATEGORIE="x11-libs" STATE="unstable" DESCRIPTION="X protocol C-language Binding (XCB) library." HOMEPAGE="http://xcb.freedesktop.org/" sminclude xorg multilib DEPEND=">= x11-libs/libXau-1 >= x11-libs/libXdmcp-1" SDEPEND=">= x11-proto/xcb-proto-1.6 >= dev-libs/libpthread-stubs-0.1 >= dev-libs/libxslt-1.1.26" SRC_URI=( http://xcb.freedesktop.org/dist/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd 'http://xcb.freedesktop.org/dist/?C=M;O=A' | grep ${PNAME}- | lasttarball" postinstall() { xorg_postinstall echo echo "libxcb-1.1 adds the LIBXCB_ALLOW_SLOPPY_LOCK variable to allow" echo "broken applications to keep running instead of being aborted." echo "Set this variable if you need to use broken packages such as Java" echo "(for example, add LIBXCB_ALLOW_SLOPPY_LOCK=1 to /etc/env.d/00local" echo "and run env-update)." echo }