summaryrefslogtreecommitdiff
path: root/libs/libxshmfence
diff options
context:
space:
mode:
authorrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
committerrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
commitc82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch)
tree56d864b5a5c6c145edd96178ae219a8f90e191a6 /libs/libxshmfence
downloadports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'libs/libxshmfence')
-rw-r--r--libs/libxshmfence/.footprint11
-rw-r--r--libs/libxshmfence/.signature6
-rw-r--r--libs/libxshmfence/MAKEPKG28
3 files changed, 45 insertions, 0 deletions
diff --git a/libs/libxshmfence/.footprint b/libs/libxshmfence/.footprint
new file mode 100644
index 0000000..6f86e97
--- /dev/null
+++ b/libs/libxshmfence/.footprint
@@ -0,0 +1,11 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/X11/
+-rw-r--r-- root/root usr/include/X11/xshmfence.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libxshmfence.a
+-rwxr-xr-x root/root usr/lib/libxshmfence.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libxshmfence.so -> libxshmfence.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libxshmfence.so.1 -> libxshmfence.so.1.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xshmfence.pc
diff --git a/libs/libxshmfence/.signature b/libs/libxshmfence/.signature
new file mode 100644
index 0000000..ac8a2d6
--- /dev/null
+++ b/libs/libxshmfence/.signature
@@ -0,0 +1,6 @@
+RWTZ9IduCSQ/mFDY9FNydyKfXE/Sfc6jNSPpArTunV/1cttoZOus2c2CM38lM3TMJj5t5N0uLaQfEuglF2dX7ztIt0hBTgMppgQ=
+
+SHA256 (MAKEPKG) = 95fb5e3d732537400d10506a5b119cfacf40bc76fd7fd89d2e5a88b834db9ebf
+SHA256 (.footprint) = 4764d6a77425a75db2f25c778746427463c10ae6f82e24eea41927d3d014594f
+SHA256 (libxshmfence-1.3.3.tar.xz) = d4a4df096aba96fea02c029ee3a44e11a47eb7f7213c1a729be83e85ec3fde10
+SHA256 (libxshmfence#1.3.3-1.pkg.tar.gz) = d005e90973f8828ce1e82c5aa554bd41a3fd163bb83a22f5b83eb859643cf415
diff --git a/libs/libxshmfence/MAKEPKG b/libs/libxshmfence/MAKEPKG
new file mode 100644
index 0000000..6683aed
--- /dev/null
+++ b/libs/libxshmfence/MAKEPKG
@@ -0,0 +1,28 @@
+#!/bin/mkpkg
+# description: X shared memory fences
+# url: https://xorg.freedesktop.org
+
+name=libxshmfence
+version=1.3.3
+release=1
+depends=(xorgproto)
+source=(https://www.x.org/archive/individual/lib/libxshmfence-$version.tar.xz)
+
+sha256sums=(
+ "d4a4df096aba96fea02c029ee3a44e11a47eb7f7213c1a729be83e85ec3fde10"
+)
+
+build() {
+ cd libxshmfence-$version
+
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}
+
+# vim: filetype=sh