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()
This commit is contained in:
parent
05051be145
commit
218ed9cfa2
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue