summaryrefslogtreecommitdiff
path: root/libs/libxrandr
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libxrandr')
-rw-r--r--libs/libxrandr/.footprint30
-rw-r--r--libs/libxrandr/.signature6
-rw-r--r--libs/libxrandr/MAKEPKG28
3 files changed, 64 insertions, 0 deletions
diff --git a/libs/libxrandr/.footprint b/libs/libxrandr/.footprint
new file mode 100644
index 0000000..321f498
--- /dev/null
+++ b/libs/libxrandr/.footprint
@@ -0,0 +1,30 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/X11/
+drwxr-xr-x root/root usr/include/X11/extensions/
+-rw-r--r-- root/root usr/include/X11/extensions/Xrandr.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libXrandr.a
+-rwxr-xr-x root/root usr/lib/libXrandr.so.2.2.0
+lrwxrwxrwx root/root usr/lib/libXrandr.so -> libXrandr.so.2.2.0
+lrwxrwxrwx root/root usr/lib/libXrandr.so.2 -> libXrandr.so.2.2.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xrandr.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man3/
+-rw-r--r-- root/root usr/share/man/man3/XRRConfigCurrentConfiguration.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XRRConfigCurrentRate.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XRRConfigRates.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XRRConfigRotations.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XRRConfigSizes.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XRRConfigTimes.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XRRFreeScreenConfigInfo.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XRRGetScreenInfo.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XRRQueryExtension.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XRRQueryVersion.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XRRRootToScreen.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XRRSelectInput.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XRRSetScreenConfig.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XRRSetScreenConfigAndRate.3.gz
+-rw-r--r-- root/root usr/share/man/man3/Xrandr.3.gz
diff --git a/libs/libxrandr/.signature b/libs/libxrandr/.signature
new file mode 100644
index 0000000..cb904fb
--- /dev/null
+++ b/libs/libxrandr/.signature
@@ -0,0 +1,6 @@
+RWTZ9IduCSQ/mPprgUC7hPn7VP3TE0bwEMJYI2gJTzK9PM7sKIhJV1rmK5oyUFW3kzhAVOGO3sKmHNqzKqwv4f2BYZA7XIfvzgY=
+
+SHA256 (MAKEPKG) = 19b3f682730de04f2aeefd85729cf247fb24e1fb7e5cec07bc1062d16df46189
+SHA256 (.footprint) = d554f290d4d61640f9cb1669f75915bcdc1a259ba0b35c65d08c4a31f1490f60
+SHA256 (libXrandr-1.5.5.tar.xz) = 72b922c2e765434e9e9f0960148070bd4504b288263e2868a4ccce1b7cf2767a
+SHA256 (libxrandr#1.5.5-1.pkg.tar.gz) = 7ffe5ed0f803990b4cc156129be540ebded7e3a12ef6bdd9b3b4a44a636b5af9
diff --git a/libs/libxrandr/MAKEPKG b/libs/libxrandr/MAKEPKG
new file mode 100644
index 0000000..5e3e754
--- /dev/null
+++ b/libs/libxrandr/MAKEPKG
@@ -0,0 +1,28 @@
+#!/bin/mkpkg
+# description: X Resize and Rotate extension library
+# url: https://xorg.freedesktop.org
+
+name=libxrandr
+version=1.5.5
+release=1
+depends=(libxext libxrender)
+source=(https://www.x.org/releases/individual/lib/libXrandr-$version.tar.xz)
+
+sha256sums=(
+ "72b922c2e765434e9e9f0960148070bd4504b288263e2868a4ccce1b7cf2767a"
+)
+
+build() {
+ cd libXrandr-$version
+
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}
+
+# vim: filetype=sh