aboutsummaryrefslogtreecommitdiff
path: root/extra/libxcb
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libxcb')
-rwxr-xr-xextra/libxcb/build9
-rw-r--r--extra/libxcb/checksums2
-rw-r--r--extra/libxcb/depends4
-rw-r--r--extra/libxcb/meta3
-rw-r--r--extra/libxcb/sources1
-rw-r--r--extra/libxcb/version1
6 files changed, 20 insertions, 0 deletions
diff --git a/extra/libxcb/build b/extra/libxcb/build
new file mode 100755
index 00000000..7ef0193f
--- /dev/null
+++ b/extra/libxcb/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+clsed 's/pthread-stubs //' configure
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install
diff --git a/extra/libxcb/checksums b/extra/libxcb/checksums
new file mode 100644
index 00000000..0598e59c
--- /dev/null
+++ b/extra/libxcb/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+597735a1e180e58a647fcc3758a3076c0922ff46ec2dbbdf4223d1d6b06b1a54 libxcb-1.16.tar.xz
diff --git a/extra/libxcb/depends b/extra/libxcb/depends
new file mode 100644
index 00000000..4298110e
--- /dev/null
+++ b/extra/libxcb/depends
@@ -0,0 +1,4 @@
+libXau
+python make
+xcb-proto
+xorg-util-macros
diff --git a/extra/libxcb/meta b/extra/libxcb/meta
new file mode 100644
index 00000000..190c35e2
--- /dev/null
+++ b/extra/libxcb/meta
@@ -0,0 +1,3 @@
+description: C-language bindings for X protocol
+license: MIT
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/libxcb/sources b/extra/libxcb/sources
new file mode 100644
index 00000000..0f392e18
--- /dev/null
+++ b/extra/libxcb/sources
@@ -0,0 +1 @@
+https://xorg.freedesktop.org/archive/individual/lib/libxcb-1.16.tar.xz
diff --git a/extra/libxcb/version b/extra/libxcb/version
new file mode 100644
index 00000000..d1d913ed
--- /dev/null
+++ b/extra/libxcb/version
@@ -0,0 +1 @@
+1.16 1