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/xrandr | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/xrandr')
-rwxr-xr-x | xorg/xrandr/build | 9 | ||||
-rw-r--r-- | xorg/xrandr/checksums | 1 | ||||
-rw-r--r-- | xorg/xrandr/depends | 2 | ||||
-rw-r--r-- | xorg/xrandr/sources | 1 | ||||
-rw-r--r-- | xorg/xrandr/version | 1 |
5 files changed, 14 insertions, 0 deletions
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 |