aboutsummaryrefslogtreecommitdiff
path: root/xorg/libxcb
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/libxcb')
-rwxr-xr-xxorg/libxcb/build9
-rw-r--r--xorg/libxcb/checksums1
-rw-r--r--xorg/libxcb/depends3
-rw-r--r--xorg/libxcb/sources1
-rw-r--r--xorg/libxcb/version1
5 files changed, 15 insertions, 0 deletions
diff --git a/xorg/libxcb/build b/xorg/libxcb/build
new file mode 100755
index 00000000..285ad906
--- /dev/null
+++ b/xorg/libxcb/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+sed -i 's/pthread-stubs //' configure
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install
diff --git a/xorg/libxcb/checksums b/xorg/libxcb/checksums
new file mode 100644
index 00000000..66eac30c
--- /dev/null
+++ b/xorg/libxcb/checksums
@@ -0,0 +1 @@
+a89fb7af7a11f43d2ce84a844a4b38df688c092bf4b67683aef179cdf2a647c4 libxcb-1.13.1.tar.bz2
diff --git a/xorg/libxcb/depends b/xorg/libxcb/depends
new file mode 100644
index 00000000..142b0470
--- /dev/null
+++ b/xorg/libxcb/depends
@@ -0,0 +1,3 @@
+libXau
+xcb-proto
+xorg-util-macros
diff --git a/xorg/libxcb/sources b/xorg/libxcb/sources
new file mode 100644
index 00000000..18298461
--- /dev/null
+++ b/xorg/libxcb/sources
@@ -0,0 +1 @@
+https://xcb.freedesktop.org/dist/libxcb-1.13.1.tar.bz2
diff --git a/xorg/libxcb/version b/xorg/libxcb/version
new file mode 100644
index 00000000..eb6ce0e2
--- /dev/null
+++ b/xorg/libxcb/version
@@ -0,0 +1 @@
+1.13.1 5