UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

libxkbcommon

libxkbcommon is a keymap compiler and support library which processes a reduced subset of keymaps as defined by the XKB specification.

Package info

Template: meson
Codename: libxkbcommon
Source file: libxkbcommon-1.13.1.tar.gz
Source file size: 1234561
Source file MD5-checkum: 11b7276e2be65943765ec05d9f19fee4
Source directory: libxkbcommon-1.13.1
Package URL: https://umvirt.com/linux/downloads/0.3/packages/l/libxkbcommon-1.13.1.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.3/packages/l/libxkbcommon-1.13.1.tar.gz.md5sum
Dependances: libxcb, wayland-protocols, xkeyboard-config.
Dependance of: mangohud, hyprland-qt-support, !libwpe, lxqt-panel, hyprland-qtutils, hyprsysteminfo, SDL3, !mutter, gtk3, clutter, gtk4, plasma, hyprland, qt5, qt6.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

meson setup ..            \
      --prefix=/usr       \
      --buildtype=release \
      -Denable-docs=false 

Build script:
cd    build &&
ninja

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    ninja test
fi

Install script:
cd    build
ninja install

Arch specific instructions

lib32_amd64

Dependances: *** NO DEPENDANCES FOUND ***
Configuration script:
mkdir build
cd build

CC="gcc -m32" \
CXX="g++ -m32" \
PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
meson setup ..            \
      --prefix=/usr       \
      --buildtype=release \
      -Denable-docs=false \
      --libdir lib32

Build script:
cd build

ninja 

Install script:
cd build

DESTDIR=DESTDIR ninja install

cp -rv DESTDIR/usr/lib32 /usr