mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
libinput: update to 1.10.5.
Closes #13617. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
962a6379bb
commit
a6f7e44938
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libinput'
|
# Template file for 'libinput'
|
||||||
pkgname=libinput
|
pkgname=libinput
|
||||||
version=1.10.4
|
version=1.10.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dtests=false -Ddebug-gui=false -Ddocumentation=false"
|
configure_args="-Dtests=false -Ddebug-gui=false -Ddocumentation=false"
|
||||||
|
@ -9,9 +9,9 @@ makedepends="libevdev-devel libwacom-devel mtdev-devel"
|
||||||
short_desc="Provides handling input devices in Wayland compositors and X"
|
short_desc="Provides handling input devices in Wayland compositors and X"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://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=2330a82f3e4b617a4f9ff0f2bf9cc217b3c4e69d767e61ca59ca07add61f68ac
|
checksum=cbb1c03b8fb4b1d3781db5c8c66cdc1e754c0354037bcf39b2d8d08710077b2e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue