UmVirt LFS Package info

DB commit: f64c98382982c764c3ba140bfcbbc73d93096acd
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

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.27.1.tar.gz
Source file size: 1057073
Source file MD5-checkum: 3b311d8953f8717f711a78b60087997e
Source directory: libinput-1.27.1
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/Xorg/libinput-1.27.1.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/Xorg/libinput-1.27.1.tar.gz.md5sum
Dependances: libevdev, mtdev.
Dependance of: xfce4-settings, vtm, xf86-input-libinput, clutter, 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.27.1/html &&
cp -rv Documentation/* /usr/share/doc/libinput-1.27.1/html

fi