# Contributor: Andreas Radke _pkgname=libinput pkgname=static-compat-$_pkgname pkgver=1.22.1 pkgrel=1 pkgdesc="Input device management and event handling library" url="https://gitlab.freedesktop.org/libinput" arch=(x86_64) license=(custom:X11) depends=('static-compat-mtdev' 'static-compat-systemd-libs' 'static-compat-libevdev' 'static-compat-libwacom') # upstream doesn't recommend building docs makedepends=('static-compat-meson' 'static-compat-wayland') # 'check' 'doxygen' 'graphviz' 'python-sphinx' 'python-recommonmark' options=(staticlibs !emptydirs) source=(https://gitlab.freedesktop.org/libinput/libinput/-/archive/$pkgver/$_pkgname-$pkgver.tar.bz2) sha256sums=('e13f6f118cfbbdc0b6e0edd5e3504abd96a8d0e33dc67cba31c6942c449f77af') #validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) prepare() { sed -i 's|shared_library|library|g' $_pkgname-$pkgver/meson.build } build() { export LDFLAGS+=' -lrt -pthread' source static-compat-environment static-compat-meson $_pkgname-$pkgver build \ -D udev-dir="$static_compat_prefix"/lib/udev \ -D documentation=false \ -D debug-gui=false \ -D tests=false # requires check # Print config meson configure build meson compile -C build } check() { source static-compat-environment meson test -C build --print-errorlogs } package() { source static-compat-environment meson install -C build --destdir "$pkgdir" install -Dvm644 $_pkgname-$pkgver/COPYING \ "$pkgdir/usr/share/licenses/$pkgname/LICENSE" rm -r "$pkgdir/$static_compat_prefix"/share/{man,zsh} }