libinput: update to 1.2.2.

This commit is contained in:
Michael Gehring 2016-03-15 05:54:40 +01:00
parent a00b3eac0f
commit 2496b1ba52
1 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'libinput' # Template file for 'libinput'
pkgname=libinput pkgname=libinput
version=1.2.1 version=1.2.2
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -10,11 +10,15 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT" license="MIT"
homepage="http://www.freedesktop.org/wiki/Software/libinput/" homepage="http://www.freedesktop.org/wiki/Software/libinput/"
distfiles="$FREEDESKTOP_SITE/$pkgname/$pkgname-$version.tar.xz" distfiles="$FREEDESKTOP_SITE/$pkgname/$pkgname-$version.tar.xz"
checksum=e2db8c5357f8859b33c58e583601f50509f085ae9340a58790bcf44f1480c1c3 checksum=08ac5b3620d86df1cdb4970c4137c8746c9f4b9f0c8e7dfab49858dbceb8f367
# static_assert() # static_assert()
CFLAGS="-std=c11" CFLAGS="-std=c11"
post_install() {
vlicense COPYING
}
libinput-devel_package() { libinput-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}" depends="${makedepends} ${sourcepkg}>=${version}_${revision}"