aboutsummaryrefslogtreecommitdiff
path: root/xorg/xkeyboard-config
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xkeyboard-config')
-rwxr-xr-xxorg/xkeyboard-config/build9
-rw-r--r--xorg/xkeyboard-config/checksums1
-rw-r--r--xorg/xkeyboard-config/depends2
-rw-r--r--xorg/xkeyboard-config/sources1
-rw-r--r--xorg/xkeyboard-config/version1
5 files changed, 14 insertions, 0 deletions
diff --git a/xorg/xkeyboard-config/build b/xorg/xkeyboard-config/build
new file mode 100755
index 00000000..abfcca36
--- /dev/null
+++ b/xorg/xkeyboard-config/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --with-xkb-rules-symlink=xfree86,xorg \
+ --enable-compat-rules
+
+make
+make DESTDIR="$1" install
diff --git a/xorg/xkeyboard-config/checksums b/xorg/xkeyboard-config/checksums
new file mode 100644
index 00000000..59234a3b
--- /dev/null
+++ b/xorg/xkeyboard-config/checksums
@@ -0,0 +1 @@
+69adb25b0fc64e4075f8ec0eab8d869892419f474f91fb69db1713de2062bdce xkeyboard-config-2.28.tar.bz2
diff --git a/xorg/xkeyboard-config/depends b/xorg/xkeyboard-config/depends
new file mode 100644
index 00000000..0f146e0c
--- /dev/null
+++ b/xorg/xkeyboard-config/depends
@@ -0,0 +1,2 @@
+libX11 make
+xkbcomp
diff --git a/xorg/xkeyboard-config/sources b/xorg/xkeyboard-config/sources
new file mode 100644
index 00000000..2139e9dc
--- /dev/null
+++ b/xorg/xkeyboard-config/sources
@@ -0,0 +1 @@
+https://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.28.tar.bz2
diff --git a/xorg/xkeyboard-config/version b/xorg/xkeyboard-config/version
new file mode 100644
index 00000000..61245cf1
--- /dev/null
+++ b/xorg/xkeyboard-config/version
@@ -0,0 +1 @@
+2.28 1