libinput: update to 1.12.6.
This commit is contained in:
parent
b512b13377
commit
00042b7081
1 changed files with 11 additions and 5 deletions
|
@ -1,17 +1,23 @@
|
||||||
# Template file for 'libinput'
|
# Template file for 'libinput'
|
||||||
pkgname=libinput
|
pkgname=libinput
|
||||||
version=1.12.5
|
version=1.12.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Ddebug-gui=false -Ddocumentation=false"
|
configure_args="-Ddebug-gui=false -Ddocumentation=false
|
||||||
hostmakedepends="pkg-config valgrind"
|
-Dtests=false"
|
||||||
makedepends="libevdev-devel libwacom-devel mtdev-devel check-devel"
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libevdev-devel libwacom-devel mtdev-devel"
|
||||||
|
checkdepends="valgrind check-devel"
|
||||||
short_desc="Provides handling input devices in Wayland compositors and X"
|
short_desc="Provides handling input devices in Wayland compositors and X"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.freedesktop.org/wiki/Software/libinput"
|
homepage="https://www.freedesktop.org/wiki/Software/libinput"
|
||||||
distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=7d4b6831010ef3bf69df4b41170047fa4325edef8ff5d2d28e78281af0687123
|
checksum=12b4023a3fc683d3d8127db573bdf925a2ef366615042f69c87e57c32a50f45d
|
||||||
|
|
||||||
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
|
configure_args+=" -Dtests=true"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue