diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-20 10:50:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-20 10:50:20 +0000 |
commit | 6cb341d130288d6157abe6590e8087eaf3e73545 (patch) | |
tree | ae8e285d09973ec0d2afbb925661e377c91c6ad9 /x11/libxkbcommon | |
parent | 043be0052f503cd2d3fbf8df8495c6d43dcb4271 (diff) | |
download | pkgsrc-6cb341d130288d6157abe6590e8087eaf3e73545.tar.gz |
Update to 0.5.0:
libxkbcommon 0.5.0 - 2014-10-18
==================
- Added support for Compose/dead keys in a new module (included in
libxkbcommon). See the documentation or the
xkbcommon/xkbcommon-compose.h header file for more details.
- Improved and reordered some sections of the documentation.
- The doxygen HTML pages were made nicer to read.
- Most tests now run also on non-linux platforms.
- A warning is emitted by default about RMLVO values which are not used
during keymap compilation, which are most often a user misconfiguration.
For example, "terminate:ctrl_alt_backspace" instead of
"terminate:ctrl_alt_bksp".
- Added symbol versioning for libxkbcommon and libxkbcommon-x11.
Note: binaries compiled against this and future versions will not be
able to link against the previous versions of the library.
- Removed several compatablity symbols from the binary (the API isn't
affected). This affects binaries which
1. Were compiled against a pre-stable (<0.2.0) version of libxkbcommon, and
2. Are linked against the this or later version of libxkbcommon.
Such a scenario is likely to fail already.
- If Xvfb is not available, the x11comp test is now correctly skipped
instead of hanging.
- Benchmarks were moved to a separate bench/ directory.
- Build fixes from OpenBSD.
- Fixed a bug where key type entries such as "map[None] = Level2;" were
ignored.
- New API:
XKB_COMPOSE_*
xkb_compose_*
Diffstat (limited to 'x11/libxkbcommon')
-rw-r--r-- | x11/libxkbcommon/Makefile | 4 | ||||
-rw-r--r-- | x11/libxkbcommon/PLIST | 3 | ||||
-rw-r--r-- | x11/libxkbcommon/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/x11/libxkbcommon/Makefile b/x11/libxkbcommon/Makefile index b76d2689c5b..51506daacfa 100644 --- a/x11/libxkbcommon/Makefile +++ b/x11/libxkbcommon/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2014/08/25 18:25:51 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/10/20 10:50:20 wiz Exp $ -DISTNAME= libxkbcommon-0.4.3 +DISTNAME= libxkbcommon-0.5.0 CATEGORIES= x11 MASTER_SITES= http://xkbcommon.org/download/ EXTRACT_SUFX= .tar.xz diff --git a/x11/libxkbcommon/PLIST b/x11/libxkbcommon/PLIST index fce1e364b32..a358116b4d6 100644 --- a/x11/libxkbcommon/PLIST +++ b/x11/libxkbcommon/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.5 2014/02/03 16:11:31 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.6 2014/10/20 10:50:20 wiz Exp $ include/xkbcommon/xkbcommon-compat.h +include/xkbcommon/xkbcommon-compose.h include/xkbcommon/xkbcommon-keysyms.h include/xkbcommon/xkbcommon-names.h include/xkbcommon/xkbcommon-x11.h diff --git a/x11/libxkbcommon/distinfo b/x11/libxkbcommon/distinfo index 2e34d839e7a..e7e1d46d96d 100644 --- a/x11/libxkbcommon/distinfo +++ b/x11/libxkbcommon/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2014/08/25 18:25:51 wiz Exp $ +$NetBSD: distinfo,v 1.6 2014/10/20 10:50:20 wiz Exp $ -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 +SHA1 (libxkbcommon-0.5.0.tar.xz) = 7127993bfb69e13cdff25fb8b3c8f26ce6be5bfa +RMD160 (libxkbcommon-0.5.0.tar.xz) = 3ac8966d98d8afb786cc7d8bc7d19b36d7055655 +Size (libxkbcommon-0.5.0.tar.xz) = 615504 bytes |