diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /xorg/xcb-util | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/xcb-util')
-rwxr-xr-x | xorg/xcb-util/build | 8 | ||||
-rw-r--r-- | xorg/xcb-util/checksums | 1 | ||||
-rw-r--r-- | xorg/xcb-util/depends | 2 | ||||
-rw-r--r-- | xorg/xcb-util/sources | 1 | ||||
-rw-r--r-- | xorg/xcb-util/version | 1 |
5 files changed, 13 insertions, 0 deletions
diff --git a/xorg/xcb-util/build b/xorg/xcb-util/build new file mode 100755 index 00000000..7ca84fcf --- /dev/null +++ b/xorg/xcb-util/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-static + +make +make DESTDIR="$1" install diff --git a/xorg/xcb-util/checksums b/xorg/xcb-util/checksums new file mode 100644 index 00000000..8e6359c8 --- /dev/null +++ b/xorg/xcb-util/checksums @@ -0,0 +1 @@ +46e49469cb3b594af1d33176cd7565def2be3fa8be4371d62271fabb5eae50e9 xcb-util-0.4.0.tar.bz2 diff --git a/xorg/xcb-util/depends b/xorg/xcb-util/depends new file mode 100644 index 00000000..90b9d3b0 --- /dev/null +++ b/xorg/xcb-util/depends @@ -0,0 +1,2 @@ +libXau +libxcb diff --git a/xorg/xcb-util/sources b/xorg/xcb-util/sources new file mode 100644 index 00000000..630c1388 --- /dev/null +++ b/xorg/xcb-util/sources @@ -0,0 +1 @@ +https://xcb.freedesktop.org/dist/xcb-util-0.4.0.tar.bz2 diff --git a/xorg/xcb-util/version b/xorg/xcb-util/version new file mode 100644 index 00000000..6f3c0f7f --- /dev/null +++ b/xorg/xcb-util/version @@ -0,0 +1 @@ +0.4.0 1 |