From b2828e125f9374eefbd49fde4039db57b376ce76 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 27 Feb 2016 07:18:40 +0100 Subject: [PATCH] libinput: update to 1.2.0. --- srcpkgs/libinput/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index b7057d90db6..b06705f0d7a 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,16 +1,19 @@ # Template file for 'libinput' pkgname=libinput -version=1.1.8 +version=1.2.0 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" -makedepends="mtdev-devel libudev-devel libevdev-devel" +makedepends="mtdev-devel libudev-devel libevdev-devel libwacom-devel" short_desc="Provides handling input devices in Wayland compositors and X" maintainer="Juan RP " license="MIT" homepage="http://www.freedesktop.org/wiki/Software/libinput/" distfiles="$FREEDESKTOP_SITE/$pkgname/$pkgname-$version.tar.xz" -checksum=fe0c9639759c4e15e65df180aea6f90df8f84a6df5845980e5f791369df69747 +checksum=1754b917fe675507ea80445b4f2e91d76cb6a6935508fe37234807affb316e2c + +# static_assert() +CFLAGS="-std=c11" libinput-devel_package() { short_desc+=" - development files"