diff options
author | wiz <wiz> | 2009-01-07 21:58:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-01-07 21:58:09 +0000 |
commit | f0e094c3d7751cfb444c48fd1f2db1367d49f7be (patch) | |
tree | f949eaa4c6ee241d6338316c8e0fbcca16c2bad4 | |
parent | 43f83406f3c11f0c36bdbdfe207d72a065c7aa4f (diff) | |
download | pkgsrc-f0e094c3d7751cfb444c48fd1f2db1367d49f7be.tar.gz |
Update to 1.2.0:
Following the inputproto 1.5 release adding input device properties,
here's the matching client-side libraries.
Peter Hutterer (4):
Bump to 1.1.99.2.
Add XI_JOYSTICK to list of defined types.
Add support for XI 1.5 device properties.
libXi 1.2.0
-rw-r--r-- | x11/libXi/Makefile | 5 | ||||
-rw-r--r-- | x11/libXi/PLIST | 6 | ||||
-rw-r--r-- | x11/libXi/distinfo | 8 |
3 files changed, 12 insertions, 7 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 3c87aa4b9e0..66ffbfc1b72 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2008/11/17 11:30:31 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2009/01/07 21:58:09 wiz Exp $ # -DISTNAME= libXi-1.1.4 +DISTNAME= libXi-1.2.0 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 @@ -26,6 +26,7 @@ PKGCONFIG_OVERRIDE+= xi.pc.in CONFIGURE_ARGS+= --disable-malloc0returnsnull .endif +BUILDLINK_API_DEPENDS.inputproto+= inputproto>=1.5 .include "../../x11/inputproto/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" diff --git a/x11/libXi/PLIST b/x11/libXi/PLIST index 66cc56f5444..269612aea1c 100644 --- a/x11/libXi/PLIST +++ b/x11/libXi/PLIST @@ -1,14 +1,16 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 18:24:38 joerg Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/01/07 21:58:09 wiz Exp $ lib/libXi.la lib/pkgconfig/xi.pc man/man3/XAllowDeviceEvents.3 man/man3/XChangeDeviceControl.3 man/man3/XChangeDeviceDontPropagateList.3 man/man3/XChangeDeviceKeyMapping.3 +man/man3/XChangeDeviceProperty.3 man/man3/XChangeFeedbackControl.3 man/man3/XChangeKeyboardDevice.3 man/man3/XChangePointerDevice.3 man/man3/XCloseDevice.3 +man/man3/XDeleteDeviceProperty.3 man/man3/XDeviceBell.3 man/man3/XDeviceTimeCoord.3 man/man3/XFreeDeviceList.3 @@ -19,12 +21,14 @@ man/man3/XGetDeviceFocus.3 man/man3/XGetDeviceKeyMapping.3 man/man3/XGetDeviceModifierMapping.3 man/man3/XGetDeviceMotionEvents.3 +man/man3/XGetDeviceProperty.3 man/man3/XGetExtensionVersion.3 man/man3/XGetFeedbackControl.3 man/man3/XGetSelectedExtensionEvents.3 man/man3/XGrabDevice.3 man/man3/XGrabDeviceButton.3 man/man3/XGrabDeviceKey.3 +man/man3/XListDeviceProperties.3 man/man3/XListInputDevices.3 man/man3/XOpenDevice.3 man/man3/XQueryDeviceState.3 diff --git a/x11/libXi/distinfo b/x11/libXi/distinfo index 42b41207b92..68a8329e9de 100644 --- a/x11/libXi/distinfo +++ b/x11/libXi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2008/11/17 11:30:31 wiz Exp $ +$NetBSD: distinfo,v 1.10 2009/01/07 21:58:09 wiz Exp $ -SHA1 (libXi-1.1.4.tar.bz2) = ee9fdfc55b44926d76b39c5ee58670f5ab0fafef -RMD160 (libXi-1.1.4.tar.bz2) = 25069b7e4519d2170b63b1832b28cca6c77ca984 -Size (libXi-1.1.4.tar.bz2) = 272734 bytes +SHA1 (libXi-1.2.0.tar.bz2) = 2395265b87556bd60216d0e5b56080380d0a3bd5 +RMD160 (libXi-1.2.0.tar.bz2) = ddece023214031fde872da707d0ffeeec9996fc7 +Size (libXi-1.2.0.tar.bz2) = 278230 bytes |