libinput: update to 1.10.4.
Closes #13324. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
5223705d11
commit
cab84a2f1e
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'libinput'
|
||||
pkgname=libinput
|
||||
version=1.10.3
|
||||
version=1.10.4
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dtests=false -Ddebug-gui=false -Ddocumentation=false"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="mtdev-devel eudev-libudev-devel libevdev-devel libwacom-devel"
|
||||
makedepends="libevdev-devel libwacom-devel mtdev-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=0d52909584027ff6fcaba865c4454b77e91a2dba3c6cf520cdf87eccd2ec0200
|
||||
checksum=2330a82f3e4b617a4f9ff0f2bf9cc217b3c4e69d767e61ca59ca07add61f68ac
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
@ -22,7 +22,7 @@ libinput-devel_package() {
|
|||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue