xinput: update to 1.6.0.
This commit is contained in:
parent
3a1167fc6f
commit
b4ee8a4aaf
|
@ -1,18 +1,19 @@
|
||||||
# Template build file for 'xinput'.
|
# Template build file for 'xinput'.
|
||||||
pkgname=xinput
|
pkgname=xinput
|
||||||
version=1.5.3
|
version=1.6.0
|
||||||
|
homepage="http://www.x.org"
|
||||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=1
|
|
||||||
short_desc="Utility to configure and test X input devices"
|
short_desc="Utility to configure and test X input devices"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=6aade131cecddaeefc39ddce1dd5e8473f6039c2e4efbfd9fbb5ee2a75885c76
|
license="MIT"
|
||||||
|
checksum=4ab007d952c76665603bcb82ceb15fd3929d10faf0580fc4873ac16f5f63847e
|
||||||
long_desc="
|
long_desc="
|
||||||
xinput is a utility to list available input devices, query information about
|
xinput is a utility to list available input devices, query information about
|
||||||
a device and change input device settings."
|
a device and change input device settings."
|
||||||
|
|
||||||
Add_dependency run libXext
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build libX11-devel
|
|
||||||
Add_dependency build libXext-devel
|
Add_dependency build libXext-devel
|
||||||
Add_dependency build libXi-devel
|
Add_dependency build libXi-devel
|
||||||
|
Add_dependency build libXrandr-devel
|
||||||
|
Add_dependency build libXinerama-devel
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
libX11.so.6
|
libX11.so.6
|
||||||
libXi.so.6
|
libXi.so.6
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libXrandr.so.2
|
||||||
|
libXinerama.so.1
|
||||||
|
|
Loading…
Reference in New Issue