xev: update to 1.1.0
This commit is contained in:
parent
73b0e18bb4
commit
a0b64c7d32
|
@ -1,11 +1,11 @@
|
|||
# Template build file for 'xev'.
|
||||
pkgname=xev
|
||||
version=1.0.4
|
||||
version=1.1.0
|
||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Display X events"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=7fad9c9755a624e677f44633dee218e9c22b4ba9a83e6709a6cbf8c1a501fde8
|
||||
checksum=3859c268edb26ad0484281a244a567ef2f70ba5f91f4b5dfd37799255ccf01c6
|
||||
long_desc="
|
||||
Xev is an X11 debugging tool. Xev creates a window (or can attach
|
||||
to an existing window) and then asks the X server to send it events
|
||||
|
@ -14,6 +14,7 @@ long_desc="
|
|||
|
||||
This is the version of xev maintained by Xorg."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libX11
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency full glibc
|
||||
Add_dependency full libX11
|
||||
Add_dependency build libX11-devel
|
||||
|
|
Loading…
Reference in New Issue