diff options
author | bjs <bjs> | 2008-05-09 04:01:55 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-05-09 04:01:55 +0000 |
commit | c57f1051b7d826543bfed19114deff3876eefdd2 (patch) | |
tree | 160e0083a00743da39c14c3d77ba9b0bb480d056 /x11/xkbcomp | |
parent | 2d2f03744d9404eae2da01ae195ddc07c6b1285b (diff) | |
download | pkgsrc-c57f1051b7d826543bfed19114deff3876eefdd2.tar.gz |
Update to xkbcomp 1.0.5.
commit 1aecdffaa0db7bbf85bc0aae9043e9437b25c30d
Author: Daniel Stone <daniel@fooishbar.org>
Date: Thu Apr 17 00:52:29 2008 +0300
Don't scan paths which make NO SENSE WHATSOEVER TO SCAN
Hey, I wonder if we have XKB files in our directory! I wonder if we
haven't bothered with a structure, and let's try to open a file called
'misc' in someone's home directory! What a surprise, it's not a valid
XKB file! Let's fail miserably!
SURPRISINGLY, THIS IS NOT USEFUL BEHAVIOUR.
commit a3a05fd489a9a35942a4419c537634e796dbebd1
Author: Daniel Stone <daniel@fooishbar.org>
Date: Thu Apr 17 00:50:07 2008 +0300
xkbcomp: Take a device ID argument
Allows the user to set maps (or whatever) on arbitrary devices.
Diffstat (limited to 'x11/xkbcomp')
-rw-r--r-- | x11/xkbcomp/Makefile | 4 | ||||
-rw-r--r-- | x11/xkbcomp/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xkbcomp/Makefile b/x11/xkbcomp/Makefile index 47610eb001c..aeec36648cb 100644 --- a/x11/xkbcomp/Makefile +++ b/x11/xkbcomp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2008/04/16 22:11:30 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/05/09 04:01:55 bjs Exp $ # -DISTNAME= xkbcomp-1.0.4 +DISTNAME= xkbcomp-1.0.5 CATEGORIES= x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xkbcomp/distinfo b/x11/xkbcomp/distinfo index f40c8d0f243..272745f168d 100644 --- a/x11/xkbcomp/distinfo +++ b/x11/xkbcomp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/04/16 22:11:30 wiz Exp $ +$NetBSD: distinfo,v 1.4 2008/05/09 04:01:55 bjs Exp $ -SHA1 (xkbcomp-1.0.4.tar.bz2) = c6a1772f36499387cdb72ab72b58b3bd8709a195 -RMD160 (xkbcomp-1.0.4.tar.bz2) = bd85f480d831e1105e45944d14aaa89c984bcf9c -Size (xkbcomp-1.0.4.tar.bz2) = 202320 bytes +SHA1 (xkbcomp-1.0.5.tar.bz2) = 9485bb7763ae06e48f12638deeed5b42abe61cbd +RMD160 (xkbcomp-1.0.5.tar.bz2) = 09af0ab2c714066846ede7317564b658623d3c9e +Size (xkbcomp-1.0.5.tar.bz2) = 201382 bytes |