diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-25 18:25:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-25 18:25:51 +0000 |
commit | 650e6a293aa2ce97a380511e82b3572b27b0159d (patch) | |
tree | b077f093d294d7ae6d0d065d71bde6e0e160e4e8 /x11/libxkbcommon | |
parent | bca86acf55ced7d118cc600029bf7e7407d66d7e (diff) | |
download | pkgsrc-650e6a293aa2ce97a380511e82b3572b27b0159d.tar.gz |
Update to 0.4.3:
libxkbcommon 0.4.3 - 2014-08-19
==================
- Fixed a bug which caused xkb_x11_keymap_new_from_device() to misrepresent
modifiers for some keymaps.
https://github.com/xkbcommon/libxkbcommon/issues/9
- Fixed a bug which caused xkb_x11_keymap_new_from_device() to ignore XKB
PrivateAction's.
- Modifiers are now always fully resolved after xkb_state_update_mask().
Previously the given state components were used as-is, without
considering virtual modifier mappings.
Note: this only affects non-standard uses of xkb_state_update_mask().
- Added a test for xkbcommon-x11, "x11comp". The test uses the system's
Xvfb server and xkbcomp. If they do not exist or fail, the test is
skipped.
- Fixed memory leaks after parse errors in the XKB yacc parser.
The fix required changes which are currently incompatible with byacc.
Diffstat (limited to 'x11/libxkbcommon')
-rw-r--r-- | x11/libxkbcommon/Makefile | 4 | ||||
-rw-r--r-- | x11/libxkbcommon/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/libxkbcommon/Makefile b/x11/libxkbcommon/Makefile index beabac56423..b76d2689c5b 100644 --- a/x11/libxkbcommon/Makefile +++ b/x11/libxkbcommon/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2014/05/20 08:45:44 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/08/25 18:25:51 wiz Exp $ -DISTNAME= libxkbcommon-0.4.2 +DISTNAME= libxkbcommon-0.4.3 CATEGORIES= x11 MASTER_SITES= http://xkbcommon.org/download/ EXTRACT_SUFX= .tar.xz diff --git a/x11/libxkbcommon/distinfo b/x11/libxkbcommon/distinfo index 4f7f3eace53..2e34d839e7a 100644 --- a/x11/libxkbcommon/distinfo +++ b/x11/libxkbcommon/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2014/05/20 08:45:44 wiz Exp $ +$NetBSD: distinfo,v 1.5 2014/08/25 18:25:51 wiz Exp $ -SHA1 (libxkbcommon-0.4.2.tar.xz) = 63eaa8624ec9bcc209e281193fb2db35a28b0246 -RMD160 (libxkbcommon-0.4.2.tar.xz) = 786e497a93cc463d697c833b4304575ff66c1d23 -Size (libxkbcommon-0.4.2.tar.xz) = 552316 bytes +SHA1 (libxkbcommon-0.4.3.tar.xz) = 2251adc7425c816ec7af4f1c3776a619a53293b6 +RMD160 (libxkbcommon-0.4.3.tar.xz) = 8bf67377b48a5c660074a6a36806566803bd4e7c +Size (libxkbcommon-0.4.3.tar.xz) = 556628 bytes |