2009-03-27 04:30:26 +00:00
|
|
|
# Template build file for 'xev'.
|
|
|
|
pkgname=xev
|
2011-02-19 09:50:07 +00:00
|
|
|
version=1.1.0
|
2009-03-27 04:30:26 +00:00
|
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-03-31 07:52:30 +00:00
|
|
|
revision=2
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config libX11-devel"
|
2009-03-27 04:30:26 +00:00
|
|
|
short_desc="Display X events"
|
2013-03-31 07:52:30 +00:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2009-03-27 04:30:26 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-02-19 09:50:07 +00:00
|
|
|
checksum=3859c268edb26ad0484281a244a567ef2f70ba5f91f4b5dfd37799255ccf01c6
|
2009-03-27 04:30:26 +00:00
|
|
|
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
|
|
|
|
whenever anything happens to the window (such as it being moved,
|
|
|
|
resized, typed in, clicked in, etc cetera).
|
|
|
|
|
|
|
|
This is the version of xev maintained by Xorg."
|
|
|
|
|