diff options
author | wiz <wiz@pkgsrc.org> | 2009-06-10 09:35:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-06-10 09:35:10 +0000 |
commit | db5cb2a9c3f4e475f55bce3e8f24cde37af4ccaa (patch) | |
tree | 8e6c062c4fa8c6e960a191e56d82789982b7f040 /x11/xinput | |
parent | 17ebccb3b084f5d3dce2fdde8683f43541758421 (diff) | |
download | pkgsrc-db5cb2a9c3f4e475f55bce3e8f24cde37af4ccaa.tar.gz |
Update to 1.4.2:
This release brings mainly 64-bit fixes.
Also, the device list now prints out the type (MOUSE, KEYBOARD, etc.).
Peter Hutterer (7):
fix 64 bit issues with set-int-prop and list-props.
Fix set-float-prop on 64-bit architectures.
The float_atom should actually be an Atom
If there's multiple null-terminated strings in the property, print all.
Create the float property if it doesn't exist.
XCloseDisplay when we're done.
xinput 1.4.2
Simon Thum (2):
xinput: mention set-float-prop in manpage
xinput: include device type in device list
Diffstat (limited to 'x11/xinput')
-rw-r--r-- | x11/xinput/Makefile | 4 | ||||
-rw-r--r-- | x11/xinput/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile index f6ff0d4e0ce..665c08e37bb 100644 --- a/x11/xinput/Makefile +++ b/x11/xinput/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2009/02/25 16:10:17 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2009/06/10 09:35:10 wiz Exp $ # -DISTNAME= xinput-1.4.0 +DISTNAME= xinput-1.4.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} diff --git a/x11/xinput/distinfo b/x11/xinput/distinfo index 7966cb1ed01..d160113237f 100644 --- a/x11/xinput/distinfo +++ b/x11/xinput/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/02/25 16:10:17 wiz Exp $ +$NetBSD: distinfo,v 1.3 2009/06/10 09:35:10 wiz Exp $ -SHA1 (xinput-1.4.0.tar.gz) = ac89977347df97a1ea72cb2ce1fb52c66edee25c -RMD160 (xinput-1.4.0.tar.gz) = 94a2462c308d3c0ebec63aefc579c245e54e6792 -Size (xinput-1.4.0.tar.gz) = 126397 bytes +SHA1 (xinput-1.4.2.tar.gz) = 74ec8088a51e46fa9efa43dcda2237e5e3fbffaf +RMD160 (xinput-1.4.2.tar.gz) = 64a25b885f581b042190b19b65beec71231f5693 +Size (xinput-1.4.2.tar.gz) = 132014 bytes |