7a29347bcd
libxkbcommon 0.4.3 - 2014-08-19 ================== - Fixed a bug which caused xkb_x11_keymap_new_from_device() to misrepresent modifiers for some keymaps. https://github.com/xkbcommon/libxkbcommon/issues/9 - Fixed a bug which caused xkb_x11_keymap_new_from_device() to ignore XKB PrivateAction's. - Modifiers are now always fully resolved after xkb_state_update_mask(). Previously the given state components were used as-is, without considering virtual modifier mappings. Note: this only affects non-standard uses of xkb_state_update_mask(). - Added a test for xkbcommon-x11, "x11comp". The test uses the system's Xvfb server and xkbcomp. If they do not exist or fail, the test is skipped. - Fixed memory leaks after parse errors in the XKB yacc parser. The fix required changes which are currently incompatible with byacc.
24 lines
650 B
Makefile
24 lines
650 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/08/25 18:25:51 wiz Exp $
|
|
|
|
DISTNAME= libxkbcommon-0.4.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xkbcommon.org/download/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://xkbcommon.org/
|
|
COMMENT= Library to handle keyboard descriptions
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= bison gmake pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= xkbcommon.pc.in
|
|
|
|
.include "options.mk"
|
|
.include "../../devel/xorg-util-macros/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libxcb+= libxcb>=1.10
|
|
.include "../../x11/libxcb/buildlink3.mk"
|
|
.include "../../x11/xkeyboard-config/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|