From 3032efbe7e9e96f0ed8a9ea3b7cf424800fbbc5a Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 9 Jul 2018 00:04:44 -0500 Subject: user/libinput: well, here you go --- user/libinput/APKBUILD | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 user/libinput/APKBUILD (limited to 'user/libinput/APKBUILD') diff --git a/user/libinput/APKBUILD b/user/libinput/APKBUILD new file mode 100644 index 000000000..284bfeae2 --- /dev/null +++ b/user/libinput/APKBUILD @@ -0,0 +1,37 @@ +# Contributor: Sören Tempel +# Maintainer: A. Wilcox +pkgname=libinput +pkgver=1.11.1 +pkgrel=0 +pkgdesc="Library for handling input devices" +url="https://www.freedesktop.org/wiki/Software/libinput/" +arch="all" +license="MIT" +makedepends="doxygen eudev-dev graphviz libevdev-dev libwacom-dev meson + mtdev-dev" +checkdepends="check-dev valgrind" +subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" +source="https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz" + +build() { + cd "$builddir" + meson --prefix=/usr \ + -Ddocumentation=true \ + -Dlibwacom=true \ + -Ddebug-gui=false \ + -Dtests=true builddir/ + ninja -C builddir/ +} + +check() { + cd "$builddir" + ninja -C builddir/ test +} + +package() { + cd "$builddir" + DESTDIR="$pkgdir" ninja -C builddir/ install + install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING +} + +sha512sums="3dd1a318c89d66f5a66016c6dbfa5277b61a8cb5337d99f85b1eeef40ed894bdc04fd4588a97383988daea0f034df5a72bff318325320a01b857db9deb94a2b0 libinput-1.11.1.tar.xz" -- cgit v1.2.3-60-g2f50