Subject: CVS commit: pkgsrc/x11/libxkbcommon
From: Thomas Klausner
Date: 2016-11-14 15:08:17
Message id: 20161114140817.F1C63FBA6@cvs.NetBSD.org

Log Message:
Updated libxkbcommon to 0.7.0.

libxkbcommon 0.7.0 - 2016-11-11
==================

- Added support for different "modes" of calculating consumed modifiers.
  The existing mode, based on the XKB standard, has proven to be
  unintuitive in various shortcut implementations.

  A new mode, based on the calculation used by the GTK toolkit, is added.
  This mode is less eager to declare a modifier as consumed.

- Added a new interactive demo program using the Wayland protocol.
  See the PACKAGING file for the new (optional) test dependencies.

- Fixed a compilation error on GNU Hurd.

- New API:
  enum xkb_consumed_mode
  XKB_CONSUMED_MODE_XKB
  XKB_CONSUMED_MODE_GTK
  xkb_state_key_get_consumed_mods2
  xkb_state_mod_index_is_consumed2

Files:
RevisionActionfile
1.16modifypkgsrc/x11/libxkbcommon/Makefile
1.9modifypkgsrc/x11/libxkbcommon/distinfo
1.1addpkgsrc/x11/libxkbcommon/patches/patch-src_utils.h