summaryrefslogtreecommitdiff
path: root/libs/xkbcomp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/xkbcomp')
-rw-r--r--libs/xkbcomp/.footprint9
-rw-r--r--libs/xkbcomp/.signature6
-rw-r--r--libs/xkbcomp/MAKEPKG28
3 files changed, 43 insertions, 0 deletions
diff --git a/libs/xkbcomp/.footprint b/libs/xkbcomp/.footprint
new file mode 100644
index 0000000..eb99a30
--- /dev/null
+++ b/libs/xkbcomp/.footprint
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xkbcomp
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/xkbcomp.1.gz
+drwxr-xr-x root/root usr/share/pkgconfig/
+-rw-r--r-- root/root usr/share/pkgconfig/xkbcomp.pc
diff --git a/libs/xkbcomp/.signature b/libs/xkbcomp/.signature
new file mode 100644
index 0000000..6acddeb
--- /dev/null
+++ b/libs/xkbcomp/.signature
@@ -0,0 +1,6 @@
+RWTZ9IduCSQ/mOnXkf6TvZRL+HQTZ9nCYVbgNBIvzDycZouFNtCUi4CkeYggMFIGenh8LYqaG00kzUWfC2XkQUWLYm3/rZdpSg8=
+
+SHA256 (MAKEPKG) = 58d378cda5bd7fb19459f9f6490fab62205ff362a709fdf4f110f15d7633d337
+SHA256 (.footprint) = 6a7d0798ef14935d3b06d6b2ba7cbd5705b3e64752a5141dc6af6b28ae7dde43
+SHA256 (xkbcomp-1.5.0.tar.xz) = 2ac31f26600776db6d9cd79b3fcd272263faebac7eb85fb2f33c7141b8486060
+SHA256 (xkbcomp#1.5.0-1.pkg.tar.gz) = d14034029428b2f9ab83899d33e336bdaf50dae976f8e313211c552ac922ea20
diff --git a/libs/xkbcomp/MAKEPKG b/libs/xkbcomp/MAKEPKG
new file mode 100644
index 0000000..4953c79
--- /dev/null
+++ b/libs/xkbcomp/MAKEPKG
@@ -0,0 +1,28 @@
+#!/bin/mkpkg
+# description: XKB keyboard description compiler
+# url: https://xorg.freedesktop.org
+
+name=xkbcomp
+version=1.5.0
+release=1
+depends=(libxkbfile)
+source=(https://www.x.org/releases/individual/app/xkbcomp-$version.tar.xz)
+
+sha256sums=(
+ "2ac31f26600776db6d9cd79b3fcd272263faebac7eb85fb2f33c7141b8486060"
+)
+
+build() {
+ cd xkbcomp-$version
+
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG pkgconfigdir=/usr/share/pkgconfig install
+}
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}
+
+# vim: filetype=sh