diff options
Diffstat (limited to 'extra/libX11')
-rwxr-xr-x | extra/libX11/build | 13 | ||||
-rw-r--r-- | extra/libX11/checksums | 2 | ||||
-rw-r--r-- | extra/libX11/depends | 4 | ||||
-rw-r--r-- | extra/libX11/meta | 3 | ||||
-rw-r--r-- | extra/libX11/sources | 1 | ||||
-rw-r--r-- | extra/libX11/version | 1 |
6 files changed, 24 insertions, 0 deletions
diff --git a/extra/libX11/build b/extra/libX11/build new file mode 100755 index 00000000..a7d53475 --- /dev/null +++ b/extra/libX11/build @@ -0,0 +1,13 @@ +#!/bin/sh -e + +CFLAGS_FOR_BUILD=-fPIC \ +./configure \ + --prefix=/usr \ + --enable-static + +make +make DESTDIR="$1" install + +# This will be removed once 'xorgproto' 2019.2 +# is released. +rm -f "$1/usr/include/X11/extensions/XKBgeom.h" diff --git a/extra/libX11/checksums b/extra/libX11/checksums new file mode 100644 index 00000000..8ac9913b --- /dev/null +++ b/extra/libX11/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +6a202c737779fe53673c90ee972cf0301114dd8dd31f8f9c79d4c271bdaac3ce libX11-1.8.3.tar.xz diff --git a/extra/libX11/depends b/extra/libX11/depends new file mode 100644 index 00000000..dd5bf5e3 --- /dev/null +++ b/extra/libX11/depends @@ -0,0 +1,4 @@ +libXau +libxcb +xorgproto +xtrans make diff --git a/extra/libX11/meta b/extra/libX11/meta new file mode 100644 index 00000000..898cab96 --- /dev/null +++ b/extra/libX11/meta @@ -0,0 +1,3 @@ +description: Base X libraries +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/libX11/sources b/extra/libX11/sources new file mode 100644 index 00000000..5b898453 --- /dev/null +++ b/extra/libX11/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/libX11-1.8.3.tar.xz diff --git a/extra/libX11/version b/extra/libX11/version new file mode 100644 index 00000000..bab0ba79 --- /dev/null +++ b/extra/libX11/version @@ -0,0 +1 @@ +1.8.3 1 |