From 24635e0d85d5af31a3c97a1dd5d76044c3574b0a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 12 Jan 2023 17:47:27 +0100 Subject: xkbcomp: move to extra --- extra/xkbcomp/build | 10 ++++++++++ extra/xkbcomp/checksums | 2 ++ extra/xkbcomp/depends | 2 ++ extra/xkbcomp/meta | 3 +++ extra/xkbcomp/sources | 1 + extra/xkbcomp/version | 1 + 6 files changed, 19 insertions(+) create mode 100755 extra/xkbcomp/build create mode 100644 extra/xkbcomp/checksums create mode 100644 extra/xkbcomp/depends create mode 100644 extra/xkbcomp/meta create mode 100644 extra/xkbcomp/sources create mode 100644 extra/xkbcomp/version (limited to 'extra') diff --git a/extra/xkbcomp/build b/extra/xkbcomp/build new file mode 100755 index 00000000..75e3546c --- /dev/null +++ b/extra/xkbcomp/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export LDFLAGS="$LDFLAGS -static" +export PKG_CONFIG="pkgconf --static" + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/extra/xkbcomp/checksums b/extra/xkbcomp/checksums new file mode 100644 index 00000000..627389af --- /dev/null +++ b/extra/xkbcomp/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +4012e83cec9a3b54bd899e6d9b664275633d50d1523ff2e428e5fdf932cf3713 xkbcomp-1.4.6.tar.xz diff --git a/extra/xkbcomp/depends b/extra/xkbcomp/depends new file mode 100644 index 00000000..6d64af8e --- /dev/null +++ b/extra/xkbcomp/depends @@ -0,0 +1,2 @@ +libX11 make +libxkbfile make diff --git a/extra/xkbcomp/meta b/extra/xkbcomp/meta new file mode 100644 index 00000000..1ea9f6b5 --- /dev/null +++ b/extra/xkbcomp/meta @@ -0,0 +1,3 @@ +description: XKBG keymap compiler +license: MIT +maintainer: Cem Keylan diff --git a/extra/xkbcomp/sources b/extra/xkbcomp/sources new file mode 100644 index 00000000..63579cac --- /dev/null +++ b/extra/xkbcomp/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/app/xkbcomp-1.4.6.tar.xz diff --git a/extra/xkbcomp/version b/extra/xkbcomp/version new file mode 100644 index 00000000..ef2ab5a0 --- /dev/null +++ b/extra/xkbcomp/version @@ -0,0 +1 @@ +1.4.6 1 -- cgit v1.2.3