diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-21 13:59:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-21 13:59:14 +0000 |
commit | 3bca79f876478eb90cb4845e652fcb05abe65f10 (patch) | |
tree | f71f9cea19b8851503afbd3e2837cc6bd332d197 | |
parent | 6369309c47f116798ceb9b537276c0069a98cee6 (diff) | |
download | pkgsrc-3bca79f876478eb90cb4845e652fcb05abe65f10.tar.gz |
Update to 1.6.2:
Two man page fixes and a fix to enable generic event copying for raw touch
events (using in e.g. XPeekEvent())
Benjamin Tissoires (1):
Add missing XI_RawTouch* in XInputCopyCookie
Peter Hutterer (3):
man: fix formatting issues in XGetDeviceControl(3)
man: add generation of missing man pages for XIGrabTouchBegin
libXi 1.6.2
-rw-r--r-- | x11/libXi/Makefile | 4 | ||||
-rw-r--r-- | x11/libXi/PLIST | 4 | ||||
-rw-r--r-- | x11/libXi/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 158a598e519..6797373e686 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2012/10/29 05:06:35 asau Exp $ +# $NetBSD: Makefile,v 1.19 2013/01/21 13:59:14 wiz Exp $ # -DISTNAME= libXi-1.6.1 +DISTNAME= libXi-1.6.2 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXi/PLIST b/x11/libXi/PLIST index 043f064c888..97606b744df 100644 --- a/x11/libXi/PLIST +++ b/x11/libXi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2012/07/13 15:14:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2013/01/21 13:59:14 wiz Exp $ include/X11/extensions/XInput.h include/X11/extensions/XInput2.h lib/libXi.la @@ -44,6 +44,7 @@ man/man3/XIGrabDevice.3 man/man3/XIGrabEnter.3 man/man3/XIGrabFocusIn.3 man/man3/XIGrabKeycode.3 +man/man3/XIGrabTouchBegin.3 man/man3/XIListProperties.3 man/man3/XIQueryDevice.3 man/man3/XIQueryPointer.3 @@ -57,6 +58,7 @@ man/man3/XIUngrabDevice.3 man/man3/XIUngrabEnter.3 man/man3/XIUngrabFocusIn.3 man/man3/XIUngrabKeycode.3 +man/man3/XIUngrabTouchBegin.3 man/man3/XIWarpPointer.3 man/man3/XListDeviceProperties.3 man/man3/XListInputDevices.3 diff --git a/x11/libXi/distinfo b/x11/libXi/distinfo index 459a9e40ae7..f7b30ab31c1 100644 --- a/x11/libXi/distinfo +++ b/x11/libXi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2012/07/13 15:14:42 wiz Exp $ +$NetBSD: distinfo,v 1.16 2013/01/21 13:59:14 wiz Exp $ -SHA1 (libXi-1.6.1.tar.bz2) = 4b53b41fdaa3acc86606c696c68d5eed11454612 -RMD160 (libXi-1.6.1.tar.bz2) = 2e368991d370d5696f55ef4bfa25306a5b44c214 -Size (libXi-1.6.1.tar.bz2) = 427062 bytes +SHA1 (libXi-1.6.2.tar.bz2) = ac00cf9790648c17815860b10c9a6abbe32bb175 +RMD160 (libXi-1.6.2.tar.bz2) = 3e7c9f36ef6aa6be6af355b8f64f31c1b9823e10 +Size (libXi-1.6.2.tar.bz2) = 428938 bytes |