96de820c23
Closes: #12513 [via git-merge-pr]
28 lines
854 B
Bash
28 lines
854 B
Bash
# Template file for 'libinput'
|
|
pkgname=libinput
|
|
version=1.10.3
|
|
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"
|
|
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
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|
|
|
|
libinput-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|