diff options
author | wiz <wiz@pkgsrc.org> | 2008-01-15 23:46:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-01-15 23:46:13 +0000 |
commit | 8f8bd0c8a80c0a68da7b4b55e32ccde1a5781705 (patch) | |
tree | d75d960310295c0e86538cb213e649619372be93 | |
parent | a24deaabb7e500a6f0f777dea480e577480471f3 (diff) | |
download | pkgsrc-8f8bd0c8a80c0a68da7b4b55e32ccde1a5781705.tar.gz |
Update to 1.2.2:
This release fixes the driver for the new input-hotplug support in
xserver 1.4. The two interim releases (1.2.0 and 1.2.1) never got
tagged and released, so this is the next version after 1.1.1.
Alan Coopersmith (6):
Update Solaris port to work with os layer move into kbd driver
renamed: .cvsignore -> .gitignore
Update key mappings before we walk them looking for modifiers, not after
Remove old wrappers used for sharing code between keyboard & kbd drivers
Sun bug 6312042: Preserve NumLock & CapsLock state on Xorg startup
Remove unused variables
Daniel Stone (5):
move os keyboard layer into kbd driver, remove legacy keyboard driver
add xf86OSKbd.h to build system, _SOURCES -> _SRCS
bump to 1.2.1
add xf86Keymap.h, fix _SOURCES -> _SRCS in Makefile.am
don't release keys on newer servers
Eric Anholt (2):
Bug #9748: Include GPL license by Rik Faith for some lnx_kbd.c contents.
Bump version to 1.2.2 for release.
Julien Cristau (1):
Keep module version up-to-date using PACKAGE_VERSION_*
Samuel Thibault (1):
Fix key led update
-rw-r--r-- | x11/xf86-input-keyboard/Makefile | 4 | ||||
-rw-r--r-- | x11/xf86-input-keyboard/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xf86-input-keyboard/Makefile b/x11/xf86-input-keyboard/Makefile index e921f87bc13..fe181d3113c 100644 --- a/x11/xf86-input-keyboard/Makefile +++ b/x11/xf86-input-keyboard/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2007/08/05 23:32:47 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/01/15 23:46:13 wiz Exp $ -DISTNAME= xf86-input-keyboard-1.2.0 +DISTNAME= xf86-input-keyboard-1.2.2 CATEGORIES= x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/driver/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xf86-input-keyboard/distinfo b/x11/xf86-input-keyboard/distinfo index a050c0445fb..194c4d1994b 100644 --- a/x11/xf86-input-keyboard/distinfo +++ b/x11/xf86-input-keyboard/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2007/08/05 23:32:47 joerg Exp $ +$NetBSD: distinfo,v 1.3 2008/01/15 23:46:13 wiz Exp $ -SHA1 (xf86-input-keyboard-1.2.0.tar.bz2) = 9c482d0a30702a6a178d3e8bee577d1aa53363fb -RMD160 (xf86-input-keyboard-1.2.0.tar.bz2) = 2c6b8bd8340d2dcb583f6a7b181f267f45f00b76 -Size (xf86-input-keyboard-1.2.0.tar.bz2) = 243204 bytes +SHA1 (xf86-input-keyboard-1.2.2.tar.bz2) = 4dd6de50ac468d585629ea8c76b1119b2d588796 +RMD160 (xf86-input-keyboard-1.2.2.tar.bz2) = e29d18f0ea97a33ac6dd5b0480fd5f8e0e188629 +Size (xf86-input-keyboard-1.2.2.tar.bz2) = 245665 bytes SHA1 (patch-aa) = 78756a648ba8d2550eda9795e81fd45d8ab0835f SHA1 (patch-ab) = 3e6d25832b10d86588dd458d81356001bb93f860 |