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/libXcursor/build | 7 +++++++ xorg/libXcursor/checksums | 1 + xorg/libXcursor/depends | 3 +++ xorg/libXcursor/sources | 1 + xorg/libXcursor/version | 1 + 5 files changed, 13 insertions(+) create mode 100755 xorg/libXcursor/build create mode 100644 xorg/libXcursor/checksums create mode 100644 xorg/libXcursor/depends create mode 100644 xorg/libXcursor/sources create mode 100644 xorg/libXcursor/version (limited to 'xorg/libXcursor') diff --git a/xorg/libXcursor/build b/xorg/libXcursor/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/xorg/libXcursor/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/libXcursor/checksums b/xorg/libXcursor/checksums new file mode 100644 index 00000000..0b7031a9 --- /dev/null +++ b/xorg/libXcursor/checksums @@ -0,0 +1 @@ +3ad3e9f8251094af6fe8cb4afcf63e28df504d46bfa5a5529db74a505d628782 libXcursor-1.2.0.tar.bz2 diff --git a/xorg/libXcursor/depends b/xorg/libXcursor/depends new file mode 100644 index 00000000..0f2bada9 --- /dev/null +++ b/xorg/libXcursor/depends @@ -0,0 +1,3 @@ +xorgproto make +libXrender +libXfixes diff --git a/xorg/libXcursor/sources b/xorg/libXcursor/sources new file mode 100644 index 00000000..4f3aa121 --- /dev/null +++ b/xorg/libXcursor/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/libXcursor-1.2.0.tar.bz2 diff --git a/xorg/libXcursor/version b/xorg/libXcursor/version new file mode 100644 index 00000000..9d7d10ab --- /dev/null +++ b/xorg/libXcursor/version @@ -0,0 +1 @@ +1.2.0 2 -- cgit v1.2.3