# Contributor: Sören Tempel # Maintainer: Daniel Sabogal pkgname=libinput pkgver=1.10.1 pkgrel=0 pkgdesc="Library for handling input devices" url="http://www.freedesktop.org/wiki/Software/libinput" arch="all" license="MIT" makedepends="mtdev-dev eudev-dev libevdev-dev meson" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" options="!check" source="http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" meson --prefix=/usr \ -Ddocumentation=false \ -Dlibwacom=false \ -Ddebug-gui=false \ -Dtests=false builddir/ ninja -C builddir/ } package() { cd "$builddir" DESTDIR="$pkgdir" ninja -C builddir/ install } sha512sums="69e7cd12f3d686d1b09afd93fe072ddd6f8c9a1f04c0a651c7dd02c5a20b3f8163c5b787b41bf3ae91db0da7d3e2958d315d6c9a2875259c62b0d290ac89d1fb libinput-1.10.1.tar.xz"