From 03423e0583057cbe5a16f8439183e2dbc0e8dd7c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Dec 2019 19:17:24 +0300 Subject: secondary commit --- xorg/xcb-util-cursor/build | 8 ++++++++ xorg/xcb-util-cursor/checksums | 1 + xorg/xcb-util-cursor/depends | 5 +++++ xorg/xcb-util-cursor/sources | 1 + xorg/xcb-util-cursor/version | 1 + 5 files changed, 16 insertions(+) create mode 100755 xorg/xcb-util-cursor/build create mode 100644 xorg/xcb-util-cursor/checksums create mode 100644 xorg/xcb-util-cursor/depends create mode 100644 xorg/xcb-util-cursor/sources create mode 100644 xorg/xcb-util-cursor/version (limited to 'xorg/xcb-util-cursor') 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 -- cgit v1.2.3