From 3e741cddcad37e8ea71e057ee1f057aa695bd6f1 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 25 Sep 2019 10:56:04 +0300 Subject: [PATCH] xrandr: new package at 1.5.1 --- xorg/xrandr/build | 9 +++++++++ xorg/xrandr/checksums | 1 + xorg/xrandr/depends | 2 ++ xorg/xrandr/sources | 1 + xorg/xrandr/version | 1 + 5 files changed, 14 insertions(+) create mode 100755 xorg/xrandr/build create mode 100644 xorg/xrandr/checksums create mode 100644 xorg/xrandr/depends create mode 100644 xorg/xrandr/sources create mode 100644 xorg/xrandr/version diff --git a/xorg/xrandr/build b/xorg/xrandr/build new file mode 100755 index 00000000..373bceed --- /dev/null +++ b/xorg/xrandr/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --localstatedir=/var + +make +make DESTDIR="$1" install diff --git a/xorg/xrandr/checksums b/xorg/xrandr/checksums new file mode 100644 index 00000000..f64563e2 --- /dev/null +++ b/xorg/xrandr/checksums @@ -0,0 +1 @@ +7bc76daf9d72f8aff885efad04ce06b90488a1a169d118dea8a2b661832e8762 xrandr-1.5.1.tar.xz diff --git a/xorg/xrandr/depends b/xorg/xrandr/depends new file mode 100644 index 00000000..6a84a73f --- /dev/null +++ b/xorg/xrandr/depends @@ -0,0 +1,2 @@ +libXrandr +xorg-util-macros make diff --git a/xorg/xrandr/sources b/xorg/xrandr/sources new file mode 100644 index 00000000..597a5258 --- /dev/null +++ b/xorg/xrandr/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/app/xrandr-1.5.1.tar.xz diff --git a/xorg/xrandr/version b/xorg/xrandr/version new file mode 100644 index 00000000..0872adad --- /dev/null +++ b/xorg/xrandr/version @@ -0,0 +1 @@ +1.5.1 1