xinput: update to 1.5.2.
This commit is contained in:
parent
ae5ec522f5
commit
aa2f0421a2
1 changed files with 9 additions and 6 deletions
|
@ -1,17 +1,20 @@
|
||||||
# Template build file for 'xinput'.
|
# Template build file for 'xinput'.
|
||||||
pkgname=xinput
|
pkgname=xinput
|
||||||
version=1.5.0
|
version=1.5.2
|
||||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
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=a84728e34bb5edd36ecc1b5489f48ad1467ad5aab1f74f1b7789f826a1ffcaf9
|
checksum=2ce78601dc9289515749ef11d3af9d09d68c93f3efe69701112e95dd0da76390
|
||||||
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 glibc
|
||||||
|
Add_dependency run libX11
|
||||||
|
Add_dependency run libXext
|
||||||
|
Add_dependency run libXi
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency full glibc
|
Add_dependency build libX11-devel
|
||||||
Add_dependency full libX11
|
Add_dependency build libXext-devel
|
||||||
Add_dependency full libXext
|
Add_dependency build libXi-devel
|
||||||
Add_dependency full libXi
|
|
||||||
|
|
Loading…
Reference in a new issue