# Contributor: Sören Tempel # Maintainer: Daniel Sabogal pkgname=libinput pkgver=1.9.4 pkgrel=0 pkgdesc="Library for handling input devices" url="http://www.freedesktop.org/wiki/Software/libinput/" arch="all" license="MIT" depends="" 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="302f9497ea9ffb2163c643e9ca2f0a773ea141f6fe0a3aa3d8e86eb11a5d11e75d858b1e679ebfd3f913c645beac059cfd356b37c4ea17a8853068f79a740a4b libinput-1.9.4.tar.xz"