Wed Jan 10 10:43:27 2018 UTC ()
libxkbcommon: update to 0.8.0.

libxkbcommon 0.8.0 - 2017-12-15
==================

- Added xkb_keysym_to_{upper,lower} to perform case-conversion directly on
  keysyms. This is useful in some odd cases, but working with the Unicode
  representations should be preferred when possible.

- Added Unicode conversion rules for the signifblank and permille keysyms.

- Fixed a bug in the parsing of XKB key type definitions where the number
  of levels were determined by the number of level *names*. Keymaps which
  omit level names were hence miscompiled.

  This regressed in version 0.4.3. Keymaps from xkeyboard-config were not
  affected since they don't omit level names.

- New API:
  xkb_keysym_to_upper()
  xkb_keysym_to_lower()


(wiz)
diff -r1.19 -r1.20 pkgsrc/x11/libxkbcommon/Makefile
diff -r1.12 -r1.13 pkgsrc/x11/libxkbcommon/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/x11/libxkbcommon/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/libxkbcommon/Makefile 2017/08/16 20:21:17 1.19
+++ pkgsrc/x11/libxkbcommon/Makefile 2018/01/10 10:43:27 1.20
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.19 2017/08/16 20:21:17 wiz Exp $ 1# $NetBSD: Makefile,v 1.20 2018/01/10 10:43:27 wiz Exp $
2 2
3DISTNAME= libxkbcommon-0.7.2 3DISTNAME= libxkbcommon-0.8.0
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= https://xkbcommon.org/download/ 5MASTER_SITES= https://xkbcommon.org/download/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= ryoon@NetBSD.org 8MAINTAINER= ryoon@NetBSD.org
9HOMEPAGE= https://xkbcommon.org/ 9HOMEPAGE= https://xkbcommon.org/
10COMMENT= Library to handle keyboard descriptions 10COMMENT= Library to handle keyboard descriptions
11LICENSE= mit 11LICENSE= mit
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS+= bison gmake pkg-config 14USE_TOOLS+= bison gmake pkg-config
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16 16

cvs diff -r1.12 -r1.13 pkgsrc/x11/libxkbcommon/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/libxkbcommon/distinfo 2017/08/14 20:35:52 1.12
+++ pkgsrc/x11/libxkbcommon/distinfo 2018/01/10 10:43:27 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2017/08/14 20:35:52 wiz Exp $ 1$NetBSD: distinfo,v 1.13 2018/01/10 10:43:27 wiz Exp $
2 2
3SHA1 (libxkbcommon-0.7.2.tar.xz) = 782c8eab3f5daaccc151e2a9f234456997b57d04 3SHA1 (libxkbcommon-0.8.0.tar.xz) = 2bdd5871e5e76f2fc427911f137aa46e91abbcf3
4RMD160 (libxkbcommon-0.7.2.tar.xz) = 635d6503936cca3eae8619a101f4d6e6e5ec90cb 4RMD160 (libxkbcommon-0.8.0.tar.xz) = 440bdd2d824bc37481240e60c9122f50e09c644f
5SHA512 (libxkbcommon-0.7.2.tar.xz) = 4a06f9d719393a34689fdd74b0cce80af20e26cc5bd6e1b34fff4093a4f8f103704bdc54f0245b62903cdd7529cd8d59864924b9f4ddab314d152804da4da649 5SHA512 (libxkbcommon-0.8.0.tar.xz) = ad64baa03685b72e1047f9fdfc95661acf5bace59280a95d3defaca73c91fb77c31ecde00b430726e3521ff90cf8dd93ecbc816c18be0971cb616e00b81cf163
6Size (libxkbcommon-0.7.2.tar.xz) = 630276 bytes 6Size (libxkbcommon-0.8.0.tar.xz) = 643456 bytes