pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/libxkbcommon libxkbcommon: update to 0.8.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc37dcfd5340
branches:  trunk
changeset: 373806:dc37dcfd5340
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 10 10:43:27 2018 +0000

description:
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()

diffstat:

 x11/libxkbcommon/Makefile |   4 ++--
 x11/libxkbcommon/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3bc52eb4b0e7 -r dc37dcfd5340 x11/libxkbcommon/Makefile
--- a/x11/libxkbcommon/Makefile Wed Jan 10 10:41:40 2018 +0000
+++ b/x11/libxkbcommon/Makefile Wed Jan 10 10:43:27 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2017/08/16 20:21:17 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2018/01/10 10:43:27 wiz Exp $
 
-DISTNAME=      libxkbcommon-0.7.2
+DISTNAME=      libxkbcommon-0.8.0
 CATEGORIES=    x11
 MASTER_SITES=  https://xkbcommon.org/download/
 EXTRACT_SUFX=  .tar.xz
diff -r 3bc52eb4b0e7 -r dc37dcfd5340 x11/libxkbcommon/distinfo
--- a/x11/libxkbcommon/distinfo Wed Jan 10 10:41:40 2018 +0000
+++ b/x11/libxkbcommon/distinfo Wed Jan 10 10:43:27 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/08/14 20:35:52 wiz Exp $
+$NetBSD: distinfo,v 1.13 2018/01/10 10:43:27 wiz Exp $
 
-SHA1 (libxkbcommon-0.7.2.tar.xz) = 782c8eab3f5daaccc151e2a9f234456997b57d04
-RMD160 (libxkbcommon-0.7.2.tar.xz) = 635d6503936cca3eae8619a101f4d6e6e5ec90cb
-SHA512 (libxkbcommon-0.7.2.tar.xz) = 4a06f9d719393a34689fdd74b0cce80af20e26cc5bd6e1b34fff4093a4f8f103704bdc54f0245b62903cdd7529cd8d59864924b9f4ddab314d152804da4da649
-Size (libxkbcommon-0.7.2.tar.xz) = 630276 bytes
+SHA1 (libxkbcommon-0.8.0.tar.xz) = 2bdd5871e5e76f2fc427911f137aa46e91abbcf3
+RMD160 (libxkbcommon-0.8.0.tar.xz) = 440bdd2d824bc37481240e60c9122f50e09c644f
+SHA512 (libxkbcommon-0.8.0.tar.xz) = ad64baa03685b72e1047f9fdfc95661acf5bace59280a95d3defaca73c91fb77c31ecde00b430726e3521ff90cf8dd93ecbc816c18be0971cb616e00b81cf163
+Size (libxkbcommon-0.8.0.tar.xz) = 643456 bytes



Home | Main Index | Thread Index | Old Index