diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-03 18:12:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-03 18:12:53 +0000 |
commit | 5c78fcf2d2bafed58de1de3e112aa8c751c6aaa8 (patch) | |
tree | 3856daea0d7155520ffc08ab27e2ee61539e96c8 /x11/xev | |
parent | c54c030b845d99924c80e51c566802c258dc59d8 (diff) | |
download | pkgsrc-5c78fcf2d2bafed58de1de3e112aa8c751c6aaa8.tar.gz |
Update to 1.2.0:
1.2.0:
This feature release adds support for displaying RandR extension events,
contributed by Michael Thayer of the VirtualBox team. It also contains
various code cleanups and build configuration improvements to aid future
maintainability.
1.1.0:
This release adds the -root option to specify monitoring root window events.
Diffstat (limited to 'x11/xev')
-rw-r--r-- | x11/xev/Makefile | 6 | ||||
-rw-r--r-- | x11/xev/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11/xev/Makefile b/x11/xev/Makefile index 1db7d5ba4dc..5ae93edd082 100644 --- a/x11/xev/Makefile +++ b/x11/xev/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2009/11/09 18:59:19 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2012/06/03 18:12:53 wiz Exp $ # -DISTNAME= xev-1.0.4 +DISTNAME= xev-1.2.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 @@ -18,5 +18,7 @@ USE_TOOLS+= pkg-config CONFIGURE_ENV+= APP_MAN_SUFFIX=1 .include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXrandr/buildlink3.mk" +.include "../../x11/xproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xev/distinfo b/x11/xev/distinfo index e10f7f3af82..469d654a3ca 100644 --- a/x11/xev/distinfo +++ b/x11/xev/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/11/09 18:59:19 tnn Exp $ +$NetBSD: distinfo,v 1.4 2012/06/03 18:12:53 wiz Exp $ -SHA1 (xev-1.0.4.tar.bz2) = 4f62e131ba96842eef1660e8869533cd3923ac35 -RMD160 (xev-1.0.4.tar.bz2) = 926167bbbdc3aec1adc4d22bc98cc6f146a520f6 -Size (xev-1.0.4.tar.bz2) = 101286 bytes +SHA1 (xev-1.2.0.tar.bz2) = 6b05706ed39382b5d08c5351c00ba7e127709eec +RMD160 (xev-1.2.0.tar.bz2) = c1fe193a888b0b52ec3ea144e75b1b28d2a45db3 +Size (xev-1.2.0.tar.bz2) = 122329 bytes |