From 03423e0583057cbe5a16f8439183e2dbc0e8dd7c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Dec 2019 19:17:24 +0300 Subject: secondary commit --- xorg/libxcb/build | 9 +++++++++ xorg/libxcb/checksums | 1 + xorg/libxcb/depends | 3 +++ xorg/libxcb/sources | 1 + xorg/libxcb/version | 1 + 5 files changed, 15 insertions(+) create mode 100755 xorg/libxcb/build create mode 100644 xorg/libxcb/checksums create mode 100644 xorg/libxcb/depends create mode 100644 xorg/libxcb/sources create mode 100644 xorg/libxcb/version (limited to 'xorg/libxcb') 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 -- cgit v1.2.3