diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:09:34 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-28 16:09:34 +0300 |
commit | 92d7ac74f28d31d73906ac3321d084798203ec86 (patch) | |
tree | 80674bcdbb8fff93b3e934fa6bd1f18656600769 /extra/xcb-proto | |
parent | 7966962751f77a01a16360cc189cafb7c255e75d (diff) | |
download | repository-92d7ac74f28d31d73906ac3321d084798203ec86.tar.gz |
xcb-proto: move to extra
Diffstat (limited to 'extra/xcb-proto')
-rwxr-xr-x | extra/xcb-proto/build | 7 | ||||
-rw-r--r-- | extra/xcb-proto/checksums | 2 | ||||
-rw-r--r-- | extra/xcb-proto/depends | 1 | ||||
-rw-r--r-- | extra/xcb-proto/meta | 3 | ||||
-rw-r--r-- | extra/xcb-proto/sources | 1 | ||||
-rw-r--r-- | extra/xcb-proto/version | 1 |
6 files changed, 15 insertions, 0 deletions
diff --git a/extra/xcb-proto/build b/extra/xcb-proto/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/xcb-proto/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/extra/xcb-proto/checksums b/extra/xcb-proto/checksums new file mode 100644 index 00000000..ab2f919c --- /dev/null +++ b/extra/xcb-proto/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +3d38bb8bf42b0325eabc1b7b726bfd77c0a576a5e5d9367a9c8a3b1f4c37a786 xcb-proto-1.15.2.tar.xz diff --git a/extra/xcb-proto/depends b/extra/xcb-proto/depends new file mode 100644 index 00000000..ecc77727 --- /dev/null +++ b/extra/xcb-proto/depends @@ -0,0 +1 @@ +python make diff --git a/extra/xcb-proto/meta b/extra/xcb-proto/meta new file mode 100644 index 00000000..4d94c36c --- /dev/null +++ b/extra/xcb-proto/meta @@ -0,0 +1,3 @@ +description: XML-XCB protocol descriptions +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/xcb-proto/sources b/extra/xcb-proto/sources new file mode 100644 index 00000000..009e434d --- /dev/null +++ b/extra/xcb-proto/sources @@ -0,0 +1 @@ +https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.15.2.tar.xz diff --git a/extra/xcb-proto/version b/extra/xcb-proto/version new file mode 100644 index 00000000..e37b57e4 --- /dev/null +++ b/extra/xcb-proto/version @@ -0,0 +1 @@ +1.15.2 1 |