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: Sun May 2 19:20:54 UTC 2021
Modified Files:
pkgsrc/x11/libxkbcommon: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/x11/libxkbcommon/Makefile
cvs rdiff -u -r1.24 -r1.25 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.35 pkgsrc/x11/libxkbcommon/Makefile:1.36
--- pkgsrc/x11/libxkbcommon/Makefile:1.35 Wed Apr 21 11:42:58 2021
+++ pkgsrc/x11/libxkbcommon/Makefile Sun May 2 19:20:54 2021
@@ -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
Index: pkgsrc/x11/libxkbcommon/distinfo
diff -u pkgsrc/x11/libxkbcommon/distinfo:1.24 pkgsrc/x11/libxkbcommon/distinfo:1.25
--- pkgsrc/x11/libxkbcommon/distinfo:1.24 Tue Apr 13 10:11:12 2021
+++ pkgsrc/x11/libxkbcommon/distinfo Sun May 2 19:20:54 2021
@@ -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