aboutsummaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-08-28 16:09:34 +0300
committerCem Keylan <cem@ckyln.com>2022-08-28 16:09:34 +0300
commit7966962751f77a01a16360cc189cafb7c255e75d (patch)
tree9e9e23ebd086d763c8fdbf325f8a72f51055f202 /extra
parentabb469da975a0eaf7c491abe734458725e863f89 (diff)
downloadrepository-7966962751f77a01a16360cc189cafb7c255e75d.tar.gz
libxcb: move to extra
Diffstat (limited to 'extra')
-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..2c081267
--- /dev/null
+++ b/extra/libxcb/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+b5862c9506fec961b1cbc7fe1d1fc52d849f4545d1b2ce9cfeea2b233e138a54 libxcb-1.15.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..d8dd024a
--- /dev/null
+++ b/extra/libxcb/sources
@@ -0,0 +1 @@
+https://xorg.freedesktop.org/archive/individual/lib/libxcb-1.15.tar.xz
diff --git a/extra/libxcb/version b/extra/libxcb/version
new file mode 100644
index 00000000..b5a3e89c
--- /dev/null
+++ b/extra/libxcb/version
@@ -0,0 +1 @@
+1.15 1