libinput: update to 1.2.0.
This commit is contained in:
parent
d0b301b485
commit
b2828e125f
1 changed files with 6 additions and 3 deletions
|
@ -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 <xtraeme@voidlinux.eu>"
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue