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 1.3.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3af2c315c0a8
branches:  trunk
changeset: 451859:3af2c315c0a8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 02 19:20:54 2021 +0000

description:
libxkbcommon: update to 1.3.0.

libxkbcommon 1.3.0 - 2021-05-01
==================

- Change `xkbcli list` to output YAML, instead of the previous ad-hoc format.

  This allows to more easily process the information in a programmetic way, for
  example

    xkbcli list | yq -r ".layouts[].layout"

  Contributed by Peter Hutterer.

- Optimize a certain part of keymap compilation (atom interning).

- Fix segmentation fault in case-insensitive `xkb_keysym_from_name` for certain
  values like the empty string.

  Contributed by Isaac Freund.

- Support building libxkbcommon as a meson subproject.

  Contributed by Adrian Perez de Castro.

- Add `ftruncate` fallback for `posix_fallocate` in `xkbcli interactive-wayland`
  for FreeBSD.

  Contributed by Evgeniy Khramtsov.

- Properly export library symbols in MSVC.

  Contributed by Adrian Perez de Castro.

diffstat:

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

diffs (28 lines):

diff -r e319c8e6c5cc -r 3af2c315c0a8 x11/libxkbcommon/Makefile
--- a/x11/libxkbcommon/Makefile Sun May 02 19:14:49 2021 +0000
+++ b/x11/libxkbcommon/Makefile Sun May 02 19:20:54 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2021/04/21 11:42:58 adam Exp $
+# $NetBSD: Makefile,v 1.36 2021/05/02 19:20:54 wiz Exp $
 
-DISTNAME=      libxkbcommon-1.2.1
-PKGREVISION=   1
+DISTNAME=      libxkbcommon-1.3.0
 CATEGORIES=    x11
 MASTER_SITES=  https://xkbcommon.org/download/
 EXTRACT_SUFX=  .tar.xz
diff -r e319c8e6c5cc -r 3af2c315c0a8 x11/libxkbcommon/distinfo
--- a/x11/libxkbcommon/distinfo Sun May 02 19:14:49 2021 +0000
+++ b/x11/libxkbcommon/distinfo Sun May 02 19:20:54 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2021/04/13 10:11:12 wiz Exp $
+$NetBSD: distinfo,v 1.25 2021/05/02 19:20:54 wiz Exp $
 
-SHA1 (libxkbcommon-1.2.1.tar.xz) = 38480a0a635f3254af76eb4e64a4c89b053777cc
-RMD160 (libxkbcommon-1.2.1.tar.xz) = 66f23e9e159b1f441c0aefda8b4602b92be37074
-SHA512 (libxkbcommon-1.2.1.tar.xz) = 28de91166a289586a78068b725b904da46fca144936ea0677ec9234c7f0499b9ae321d79c57f15782b63c6e7a37b074fe44648673a2294bbde13110195567e3b
-Size (libxkbcommon-1.2.1.tar.xz) = 453172 bytes
+SHA1 (libxkbcommon-1.3.0.tar.xz) = 26434807f1bc420daec2aa2945c07e9227b83f82
+RMD160 (libxkbcommon-1.3.0.tar.xz) = 95772227ee1dd77261c42a63551103ec05997db4
+SHA512 (libxkbcommon-1.3.0.tar.xz) = 9585ab1df7f2d95b991a786ee1f1de0a645aa315edb93cb093f3409fc76ef7b8f8189a6a7bfd179dc01c5d105d9c9eea40a395762eeffe0618b0c3ee116c0d18
+Size (libxkbcommon-1.3.0.tar.xz) = 455256 bytes



Home | Main Index | Thread Index | Old Index