commit 3802512

hovercats  ·  2026-02-02 10:01:44 +0000 UTC
parent 45ee8a7
xmodmap: add
5 files changed,  +18, -0
+12, -0
 1@@ -0,0 +1,12 @@
 2+#!/bin/sh -e
 3+
 4+./configure \
 5+    --prefix=/usr \
 6+    LDFLAGS="$LDFLAGS -static -L/usr/lib" \
 7+	LIBS="-lX11 -lpthread -lxcb -lXau"
 8+
 9+make
10+make DESTDIR="$1" install
11+
12+# Compress manpages
13+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1, -0
1@@ -0,0 +1 @@
2+970464de9829a872a93f110741e53e31f0a4f5aa84a970d80988bb71ec283933aa
+3, -0
1@@ -0,0 +1,3 @@
2+libX11 make
3+libXau make
4+libxcb make
+1, -0
1@@ -0,0 +1 @@
2+https://xorg.freedesktop.org/archive/individual/app/xmodmap-1.0.11.tar.gz
+1, -0
1@@ -0,0 +1 @@
2+1.0.11 1