From de196c8550dfd3317043fcc71de1506ac076e14f Mon Sep 17 00:00:00 2001 From: zorz Date: Fri, 27 Feb 2026 17:37:23 +0200 Subject: Initial commit: xorg/x11 ports --- libxkbfile/MAKEPKG | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 libxkbfile/MAKEPKG (limited to 'libxkbfile') diff --git a/libxkbfile/MAKEPKG b/libxkbfile/MAKEPKG new file mode 100644 index 0000000..d25adfb --- /dev/null +++ b/libxkbfile/MAKEPKG @@ -0,0 +1,31 @@ +#!/bin/mkpkg +# *** OpenTUX *** +# description: X keyboard file library +# url: https://xorg.freedesktop.org + +name=libxkbfile +version=1.2.0 +release=1 +depends=(libx11) +makedeps=(meson) +source=(https://www.x.org/releases/individual/lib/$name-$version.tar.xz) + +sha256sums=( + "7f71884e5faf56fb0e823f3848599cf9b5a9afce51c90982baeb64f635233ebf" +) + +build() { + meson setup $name-$version build \ + --prefix=/usr \ + --buildtype=plain + + meson compile -C build + DESTDIR=$PKG meson install -C build +} + +signify() { + untrusted comment: *** OpenTUX *** public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh -- cgit v1.2.3