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:   wiz
Date:           Wed Jan 10 10:43:27 UTC 2018

Modified Files:
        pkgsrc/x11/libxkbcommon: Makefile distinfo

Log Message:
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()


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/libxkbcommon/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/libxkbcommon/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libxkbcommon/Makefile
diff -u pkgsrc/x11/libxkbcommon/Makefile:1.19 pkgsrc/x11/libxkbcommon/Makefile:1.20
--- pkgsrc/x11/libxkbcommon/Makefile:1.19       Wed Aug 16 20:21:17 2017
+++ pkgsrc/x11/libxkbcommon/Makefile    Wed Jan 10 10:43:27 2018
@@ -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

Index: pkgsrc/x11/libxkbcommon/distinfo
diff -u pkgsrc/x11/libxkbcommon/distinfo:1.12 pkgsrc/x11/libxkbcommon/distinfo:1.13
--- pkgsrc/x11/libxkbcommon/distinfo:1.12       Mon Aug 14 20:35:52 2017
+++ pkgsrc/x11/libxkbcommon/distinfo    Wed Jan 10 10:43:27 2018
@@ -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