From 2496b1ba524d2874785541f7811008fe6548438f Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 15 Mar 2016 05:54:40 +0100 Subject: [PATCH] libinput: update to 1.2.2. --- srcpkgs/libinput/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index b2a1e5e8dae..f6c9ee76d72 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,6 +1,6 @@ # Template file for 'libinput' pkgname=libinput -version=1.2.1 +version=1.2.2 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" @@ -10,11 +10,15 @@ maintainer="Juan RP " license="MIT" homepage="http://www.freedesktop.org/wiki/Software/libinput/" distfiles="$FREEDESKTOP_SITE/$pkgname/$pkgname-$version.tar.xz" -checksum=e2db8c5357f8859b33c58e583601f50509f085ae9340a58790bcf44f1480c1c3 +checksum=08ac5b3620d86df1cdb4970c4137c8746c9f4b9f0c8e7dfab49858dbceb8f367 # static_assert() CFLAGS="-std=c11" +post_install() { + vlicense COPYING +} + libinput-devel_package() { short_desc+=" - development files" depends="${makedepends} ${sourcepkg}>=${version}_${revision}"