🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536373839404142
pkgname: libxcb
pkgver: '1.17.0'
pkgrel: '2'
pkgdesc: 'Interface to the X Window System protocol, which replaces the current Xlib interface.'
url: 'https://xcb.freedesktop.org'
arch: x86_64
license:
- Custom
depends: []
makedepends:
- 'xcb-proto'
- 'xorg-libxdmcp'
- 'xorg-libxau'
- libxslt
source:
- 'https://xorg.freedesktop.org/archive/individual/lib/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
sed -e "s/pthread-stubs//" -i configure
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--docdir='${datadir}'/doc/libxcb-${pkgver} \
--enable-xinput \
--enable-xkb
make
make DESTDIR=${PKGDIR} install
rm -f ${PKGDIR}/usr/lib/*.la
install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
package: |
true