diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-14 12:44:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-14 12:44:32 +0000 |
commit | 7cc30e4e5bd575e0ac7669938b60d1a88c0aa7eb (patch) | |
tree | 9a5581565d2f8ec546ecec1d8e9cc383bbadcfab /x11/libxkbcommon | |
parent | 58eca437698572ad94f42d15f56e94431c20ee7d (diff) | |
download | pkgsrc-7cc30e4e5bd575e0ac7669938b60d1a88c0aa7eb.tar.gz |
Update libxkbcommon to 0.6.1.
libxkbcommon 0.6.1 - 2016-04-08
==================
- Add LICENSE to distributed files in tarball releases.
- Minor typo fix in xkb_keymap_get_as_string() documentation.
libxkbcommon 0.6.0 - 2016-03-16
==================
- If the XKB_CONFIG_ROOT environment variable is set, it is used as the XKB
configuration root instead of the path determined at build time.
- Tests and benchmarks now build correctly on OSX.
- An XKB keymap provides a name for each key it defines. Traditionally,
these names are limited to at most 4 characters, and are thus somewhat
obscure, but might still be useful (xkbcommon lifts the 4 character limit).
The new functions xkb_keymap_key_get_name() and xkb_keymap_key_by_name()
can be used to get the name of a key or find a key by name. Note that
a key may have aliases.
- Documentation improvements.
- New API:
xkb_keymap_key_by_name()
xkb_keymap_key_get_name()
Diffstat (limited to 'x11/libxkbcommon')
-rw-r--r-- | x11/libxkbcommon/Makefile | 4 | ||||
-rw-r--r-- | x11/libxkbcommon/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/libxkbcommon/Makefile b/x11/libxkbcommon/Makefile index 5809b6291b6..c9de96b8fd2 100644 --- a/x11/libxkbcommon/Makefile +++ b/x11/libxkbcommon/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2016/02/26 12:15:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.15 2016/04/14 12:44:32 wiz Exp $ -DISTNAME= libxkbcommon-0.5.0 +DISTNAME= libxkbcommon-0.6.1 CATEGORIES= x11 MASTER_SITES= http://xkbcommon.org/download/ EXTRACT_SUFX= .tar.xz diff --git a/x11/libxkbcommon/distinfo b/x11/libxkbcommon/distinfo index b0b349abb89..e099ccf4643 100644 --- a/x11/libxkbcommon/distinfo +++ b/x11/libxkbcommon/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2015/11/04 03:28:48 agc Exp $ +$NetBSD: distinfo,v 1.8 2016/04/14 12:44:32 wiz Exp $ -SHA1 (libxkbcommon-0.5.0.tar.xz) = 7127993bfb69e13cdff25fb8b3c8f26ce6be5bfa -RMD160 (libxkbcommon-0.5.0.tar.xz) = 3ac8966d98d8afb786cc7d8bc7d19b36d7055655 -SHA512 (libxkbcommon-0.5.0.tar.xz) = 63ef6b586743a1fbee1e4a92dd9709eedfd66d4ed1f342976534a2c818b896aaab7712ea6871abb19845439cae4b17b2e624f1ae279da151ddead53f22a48c2e -Size (libxkbcommon-0.5.0.tar.xz) = 615504 bytes +SHA1 (libxkbcommon-0.6.1.tar.xz) = 85175bd3baa2cb6207beb5ac980568b70e1a6a3d +RMD160 (libxkbcommon-0.6.1.tar.xz) = 296890c6eebaae9a76f705dbd2705579b8ba8055 +SHA512 (libxkbcommon-0.6.1.tar.xz) = 5eab309d711ef3f4ce6d98ddd72f7f67fb6374eeea5fa13d37019830847a48a100d5b61b0312787966020c85b180b3ee8a5fd8e7acd3a8a9220ca53dcc411370 +Size (libxkbcommon-0.6.1.tar.xz) = 722288 bytes |