From 9c165c4912dd42757a03d51d30a0c61664aafb3c Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Wed, 15 Nov 2017 23:01:08 -0200 Subject: [PATCH] libinput: update to 1.9.2. (#9229) --- srcpkgs/libinput/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index 7b312374a07..32db6350e64 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,6 +1,6 @@ # Template file for 'libinput' pkgname=libinput -version=1.9.1 +version=1.9.2 revision=1 build_style=meson configure_args="-Dtests=false -Ddebug-gui=false -Ddocumentation=false" @@ -11,7 +11,11 @@ maintainer="Juan RP " license="MIT" homepage="http://www.freedesktop.org/wiki/Software/libinput/" distfiles="$FREEDESKTOP_SITE/$pkgname/$pkgname-$version.tar.xz" -checksum=f0780de4211b3d09f86c17f619f936261a213ca532f8c9ec8f8e7e43422a65f8 +checksum=dd6853241ffe1f1d83b5a375a2f1c17b2901fdbba5d302c67987cc0f4101de3b + +do_check() { + ninja -C build test +} post_install() { vlicense COPYING