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-cursor | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/xcb-util-cursor')
-rwxr-xr-x | xorg/xcb-util-cursor/build | 8 | ||||
-rw-r--r-- | xorg/xcb-util-cursor/checksums | 1 | ||||
-rw-r--r-- | xorg/xcb-util-cursor/depends | 5 | ||||
-rw-r--r-- | xorg/xcb-util-cursor/sources | 1 | ||||
-rw-r--r-- | xorg/xcb-util-cursor/version | 1 |
5 files changed, 16 insertions, 0 deletions
diff --git a/xorg/xcb-util-cursor/build b/xorg/xcb-util-cursor/build new file mode 100755 index 00000000..7ca84fcf --- /dev/null +++ b/xorg/xcb-util-cursor/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-static + +make +make DESTDIR="$1" install diff --git a/xorg/xcb-util-cursor/checksums b/xorg/xcb-util-cursor/checksums new file mode 100644 index 00000000..b5b43252 --- /dev/null +++ b/xorg/xcb-util-cursor/checksums @@ -0,0 +1 @@ +a322332716a384c94d3cbf98f2d8fe2ce63c2fe7e2b26664b6cea1d411723df8 xcb-util-cursor-0.1.3.tar.gz diff --git a/xorg/xcb-util-cursor/depends b/xorg/xcb-util-cursor/depends new file mode 100644 index 00000000..9a1bd190 --- /dev/null +++ b/xorg/xcb-util-cursor/depends @@ -0,0 +1,5 @@ +libXau +libxcb +xcb-util +xcb-util-image +xcb-util-renderutil diff --git a/xorg/xcb-util-cursor/sources b/xorg/xcb-util-cursor/sources new file mode 100644 index 00000000..272f3902 --- /dev/null +++ b/xorg/xcb-util-cursor/sources @@ -0,0 +1 @@ +https://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.3.tar.gz diff --git a/xorg/xcb-util-cursor/version b/xorg/xcb-util-cursor/version new file mode 100644 index 00000000..f8721162 --- /dev/null +++ b/xorg/xcb-util-cursor/version @@ -0,0 +1 @@ +0.1.3 1 |