pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libxkbcommon
Module Name: pkgsrc
Committed By: ryoon
Date: Mon Feb 3 16:01:19 UTC 2014
Modified Files:
pkgsrc/x11/libxkbcommon: Makefile PLIST buildlink3.mk distinfo
Added Files:
pkgsrc/x11/libxkbcommon/patches: patch-configure
Log Message:
Update to 0.4.0
CHangelog:
libxkbcommon 0.4.0
==================
- Add a new add-on library, xkbcommon-x11, to support creating keymaps
with the XKB X11 protocol, by querying the X server directly.
See the xkbcommon/xkbcommon-x11.h header file for more details.
This library requires libxcb-xkb >= 1.10, and is enabled by default.
It can be disabled with the --disable-x11 configure switch.
Distributions are encouraged to split the necessary files for this
library (libxkbcommon-x11.so, xkbcommon-x11.pc, xkbcommon/xkbcommon-x11.h)
to a separate package, such that the main package does not depend on
X11 libraries.
- Fix the keysym <-> name lookup table to not require huge amounts of
relocations.
- Fix a bug in the keysym <-> name lookup, whereby lookup might fail in
some rare cases.
- Reduce memory usage during keymap compilation.
- New API:
New keysyms from xproto 7.0.25 (German T3 layout keysyms).
XKB_MOD_NAME_NUM for the usual NumLock modifier.
xkb_x11_* types and functions, XKB_X11_* constants.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/libxkbcommon/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/libxkbcommon/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/libxkbcommon/buildlink3.mk \
pkgsrc/x11/libxkbcommon/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/libxkbcommon/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index