xf86-input-libinput: update to 0.8.0.
This commit is contained in:
parent
787b25c06f
commit
a7206a9382
srcpkgs/xf86-input-libinput
|
@ -1,18 +1,18 @@
|
||||||
# Template build file for 'xf86-input-libinput'.
|
# Template build file for 'xf86-input-libinput'.
|
||||||
pkgname=xf86-input-libinput
|
pkgname=xf86-input-libinput
|
||||||
version=0.7.0
|
version=0.8.0
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="xorg-server-devel>=1.17<1.18 libinput-devel>=0.10"
|
makedepends="xorg-server-devel>=1.17<1.18 libinput-devel>=0.12"
|
||||||
depends="virtual?xserver-abi-input-21_1"
|
depends="virtual?xserver-abi-input-21_1"
|
||||||
short_desc="Generic input driver for the X.Org server based on libinput"
|
short_desc="Generic input driver for the X.Org server based on libinput"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://xorg.freedesktop.org/"
|
homepage="http://xorg.freedesktop.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||||
checksum=9392129d9598ddc108faa74e8eb311dc59b81c083da0c4804210ed2a7b4abb84
|
checksum=2152b0984feffe8151934ad9af29bde7fc621e0a54b0cdedbaf1abc367dea43a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/90-libinput.conf 644 usr/share/X11/xorg.conf.d
|
vinstall ${FILESDIR}/90-libinput.conf 644 usr/share/X11/xorg.conf.d
|
||||||
|
|
Loading…
Reference in New Issue