UmVirt LFS Package info
DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
libinput
libinput is a library that handles input devices for display servers and other applications that need to directly deal with input devices.Package info
Template:
Codename: libinput
Source file: libinput-1.31.0.tar.gz
Source file size: 1172506
Source file MD5-checkum: e7ab3c744fa3092d31a3c4eb03c15ea1
Source directory: libinput-1.31.0
Package URL: https://umvirt.com/linux/downloads/0.3/packages/l/libinput-1.31.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.3/packages/l/libinput-1.31.0.tar.gz.md5sum
Dependances: libevdev, mtdev.
Dependance of: xfce4-settings, xf86-input-libinput, clutter, vtm, aquamarine, plasma, hyprland.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_DOCS=""
if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then
ARG_DOCS="-Ddocumentation=true"
fi
ARG_TEST="-Dtests=false"
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
ARG_TEST="-Dtests=true"
fi
mkdir build &&
cd build &&
meson setup --prefix=$XORG_PREFIX \
--buildtype=release \
-Ddebug-gui=false \
$ARG_TEST $ARG_DOCS \
-Dlibwacom=false \
-Dudev-dir=/usr/lib/udev \
..
Build script:
cd build
ninja
Install script:
cd build
ninja install
if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then
install -v -dm755 /usr/share/doc/libinput-1.31.0/html &&
cp -rv Documentation/* /usr/share/doc/libinput-1.31.0/html
fi