aboutsummaryrefslogtreecommitdiff
path: root/extra/libXrandr
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-25 14:07:54 +0100
committerCem Keylan <cem@ckyln.com>2023-01-25 14:07:54 +0100
commit8fcd412fe6db69a3daa7a68b42805653c5153763 (patch)
treea1fcac17abc2b8196c43b79611690a5b506bdf11 /extra/libXrandr
parent5d4aef73d55227cbf9268dbfbb903d309f885fb3 (diff)
parent5ee0305949e7a98eb79e4943c0af1f42e871e235 (diff)
downloadrepository-8fcd412fe6db69a3daa7a68b42805653c5153763.tar.gz
Merge branch 'xorg-removal'
Diffstat (limited to 'extra/libXrandr')
-rwxr-xr-xextra/libXrandr/build7
-rw-r--r--extra/libXrandr/checksums2
-rw-r--r--extra/libXrandr/depends3
-rw-r--r--extra/libXrandr/meta3
-rw-r--r--extra/libXrandr/sources1
-rw-r--r--extra/libXrandr/version1
6 files changed, 17 insertions, 0 deletions
diff --git a/extra/libXrandr/build b/extra/libXrandr/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/extra/libXrandr/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install
diff --git a/extra/libXrandr/checksums b/extra/libXrandr/checksums
new file mode 100644
index 00000000..9c2ec42f
--- /dev/null
+++ b/extra/libXrandr/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+2314d3ac7992756a3bd9dd2c08694fc52b86018824bc0339cfbb1f38fc971b63 libXrandr-1.5.3.tar.xz
diff --git a/extra/libXrandr/depends b/extra/libXrandr/depends
new file mode 100644
index 00000000..d6cc170c
--- /dev/null
+++ b/extra/libXrandr/depends
@@ -0,0 +1,3 @@
+xorgproto make
+libXext make
+libXrender make
diff --git a/extra/libXrandr/meta b/extra/libXrandr/meta
new file mode 100644
index 00000000..54d0e26c
--- /dev/null
+++ b/extra/libXrandr/meta
@@ -0,0 +1,3 @@
+description: X RandR library
+license: MIT
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/libXrandr/sources b/extra/libXrandr/sources
new file mode 100644
index 00000000..7ea73371
--- /dev/null
+++ b/extra/libXrandr/sources
@@ -0,0 +1 @@
+https://www.x.org/releases/individual/lib/libXrandr-1.5.3.tar.xz
diff --git a/extra/libXrandr/version b/extra/libXrandr/version
new file mode 100644
index 00000000..dae12545
--- /dev/null
+++ b/extra/libXrandr/version
@@ -0,0 +1 @@
+1.5.3 1