summaryrefslogtreecommitdiff
path: root/libs/libxdamage
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libxdamage')
-rw-r--r--libs/libxdamage/.footprint12
-rw-r--r--libs/libxdamage/.signature6
-rw-r--r--libs/libxdamage/MAKEPKG28
3 files changed, 46 insertions, 0 deletions
diff --git a/libs/libxdamage/.footprint b/libs/libxdamage/.footprint
new file mode 100644
index 0000000..18dd4f6
--- /dev/null
+++ b/libs/libxdamage/.footprint
@@ -0,0 +1,12 @@
+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/Xdamage.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libXdamage.a
+-rwxr-xr-x root/root usr/lib/libXdamage.so.1.1.0
+lrwxrwxrwx root/root usr/lib/libXdamage.so -> libXdamage.so.1.1.0
+lrwxrwxrwx root/root usr/lib/libXdamage.so.1 -> libXdamage.so.1.1.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xdamage.pc
diff --git a/libs/libxdamage/.signature b/libs/libxdamage/.signature
new file mode 100644
index 0000000..761ea7e
--- /dev/null
+++ b/libs/libxdamage/.signature
@@ -0,0 +1,6 @@
+RWTZ9IduCSQ/mHOi5lmgO+WVGqV3QHeTDj7nFKvGhlFYUAfYAcPSEw5WIcbxqu0zI6QSsCxRinfbFXc6ZvzkF6Kp5MiJi4b7CQI=
+
+SHA256 (MAKEPKG) = b6db560913988c0eb796872de969cd9bc40eebe94c284d22fcc21db943a1a23e
+SHA256 (.footprint) = 57c0d0d488e055d162a7f1d64372cc1e322c4e0c9aac13897f59aeb589674af5
+SHA256 (libXdamage-1.1.7.tar.xz) = 127067f521d3ee467b97bcb145aeba1078e2454d448e8748eb984d5b397bde24
+SHA256 (libxdamage#1.1.7-1.pkg.tar.gz) = 85fc3a7d632abd7f89fc43d497114dc6842c490a7966de049d39490adf7c28b0
diff --git a/libs/libxdamage/MAKEPKG b/libs/libxdamage/MAKEPKG
new file mode 100644
index 0000000..3ac0472
--- /dev/null
+++ b/libs/libxdamage/MAKEPKG
@@ -0,0 +1,28 @@
+#!/bin/mkpkg
+# description: X Damage extension library
+# url: https://xorg.freedesktop.org
+
+name=libxdamage
+version=1.1.7
+release=1
+depends=(libxfixes)
+source=(https://www.x.org/releases/individual/lib/libXdamage-$version.tar.xz)
+
+sha256sums=(
+ "127067f521d3ee467b97bcb145aeba1078e2454d448e8748eb984d5b397bde24"
+)
+
+build() {
+ cd libXdamage-$version
+
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}
+
+# vim: filetype=sh