From 03423e0583057cbe5a16f8439183e2dbc0e8dd7c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Dec 2019 19:17:24 +0300 Subject: secondary commit --- xorg/xkeyboard-config/build | 9 +++++++++ xorg/xkeyboard-config/checksums | 1 + xorg/xkeyboard-config/depends | 2 ++ xorg/xkeyboard-config/sources | 1 + xorg/xkeyboard-config/version | 1 + 5 files changed, 14 insertions(+) create mode 100755 xorg/xkeyboard-config/build create mode 100644 xorg/xkeyboard-config/checksums create mode 100644 xorg/xkeyboard-config/depends create mode 100644 xorg/xkeyboard-config/sources create mode 100644 xorg/xkeyboard-config/version (limited to 'xorg/xkeyboard-config') 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 -- cgit v1.2.3