From 7966962751f77a01a16360cc189cafb7c255e75d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 28 Aug 2022 16:09:34 +0300 Subject: libxcb: move to extra --- extra/libxcb/build | 9 +++++++++ extra/libxcb/checksums | 2 ++ extra/libxcb/depends | 4 ++++ extra/libxcb/meta | 3 +++ extra/libxcb/sources | 1 + extra/libxcb/version | 1 + 6 files changed, 20 insertions(+) create mode 100755 extra/libxcb/build create mode 100644 extra/libxcb/checksums create mode 100644 extra/libxcb/depends create mode 100644 extra/libxcb/meta create mode 100644 extra/libxcb/sources create mode 100644 extra/libxcb/version (limited to 'extra') 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 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 -- cgit v1.2.3