From c1856d77dd8f970e0b533f779789e236f13c2111 Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 18 Feb 2022 00:39:19 +0000 Subject: added packages needed for xorg --- repo/x11/libxcb.xibuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 repo/x11/libxcb.xibuild (limited to 'repo/x11/libxcb.xibuild') diff --git a/repo/x11/libxcb.xibuild b/repo/x11/libxcb.xibuild new file mode 100644 index 0000000..28048a6 --- /dev/null +++ b/repo/x11/libxcb.xibuild @@ -0,0 +1,21 @@ +#!/bin/bash + +MAKEDEPS=(make doxygen libxslt) +DEPS=(libxau xcb-proto libxdmcp ) + +PKG_VER=1.14 +SOURCE=https://xorg.freedesktop.org/archive/individual/lib/libxcb-$PKG_VER.tar.xz +DESC="X11 client-side library" + +build () { + CFLAGS="${CFLAGS:--O2 -g} -Wno-error=format-extra-args" \ + PYTHON=python3 \ + ./configure $XORG_CONFIG \ + --without-doxygen \ + --docdir='${datadir}'/doc/libxcb-$PKG_VER && + make +} + +package () { + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1