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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27b5e25c839c
branches:  trunk
changeset: 373926:27b5e25c839c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 15 09:34:29 2022 +0000

description:
libxkbcommon: update to 1.4.0.

libxkbcommon 1.4.0 - 2022-02-04
==================

- Add `enable-tools` option to Meson build (on by default) to allow disabling
  the `xkbcli` tools.

  Contributed by Alex Xu (Hello71).

- In `xkbcli list`, fix "YAML Norway problem" in output.

  Contributed by Peter Hutterer.

- In libxkbregistry, variants now inherit iso639, iso3166 and brief from parent
  layout if omitted.

  Contributed by M Hickford.

- In libxkbregistry, don't call `xmlCleanupParser()` - it's not supposed to
  be called by libraries.

  Contributed by Peter Hutterer.

- In libxkbregistry, skip over invalid ISO-639 or ISO-3166 entries.

  Contributed by Peter Hutterer.

diffstat:

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

diffs (42 lines):

diff -r 47b3fe867f2b -r 27b5e25c839c x11/libxkbcommon/Makefile
--- a/x11/libxkbcommon/Makefile Tue Feb 15 09:30:25 2022 +0000
+++ b/x11/libxkbcommon/Makefile Tue Feb 15 09:34:29 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2021/12/08 16:07:07 adam Exp $
+# $NetBSD: Makefile,v 1.39 2022/02/15 09:34:29 wiz Exp $
 
-DISTNAME=      libxkbcommon-1.3.1
-PKGREVISION=   1
+DISTNAME=      libxkbcommon-1.4.0
 CATEGORIES=    x11
 MASTER_SITES=  https://xkbcommon.org/download/
 EXTRACT_SUFX=  .tar.xz
@@ -15,6 +14,8 @@
 
 MESON_ARGS+=   -Denable-wayland=false
 
+MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output
+
 PYTHON_FOR_BUILD_ONLY= tool
 
 PKGCONFIG_OVERRIDE+=           output/meson-private/xkbcommon.pc
@@ -34,4 +35,6 @@
 .include "../../x11/xkeyboard-config/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../devel/meson/build.mk"
+# for tests
+.include "../../lang/python/tool.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 47b3fe867f2b -r 27b5e25c839c x11/libxkbcommon/distinfo
--- a/x11/libxkbcommon/distinfo Tue Feb 15 09:30:25 2022 +0000
+++ b/x11/libxkbcommon/distinfo Tue Feb 15 09:34:29 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2021/10/26 11:34:10 nia Exp $
+$NetBSD: distinfo,v 1.29 2022/02/15 09:34:29 wiz Exp $
 
-BLAKE2s (libxkbcommon-1.3.1.tar.xz) = 67ecd14ebf5778ed8d243f694a01ae0bfd29e2ef8c36aa6fe6b528b5f7032aca
-SHA512 (libxkbcommon-1.3.1.tar.xz) = 3b2cf6ae9ba4dc8b6fe702ac1fa700034fbc9bd147c73bd2cd93546bcfb71865734b3e46bad35a8fd618ed97266a02dad1dc966c63e6b10404a64919459d933e
-Size (libxkbcommon-1.3.1.tar.xz) = 471036 bytes
+BLAKE2s (libxkbcommon-1.4.0.tar.xz) = 87ff9c325ad135acfbf263c6e955c2038ebf3bb5ed48c7bdcae9965391ff4d3f
+SHA512 (libxkbcommon-1.4.0.tar.xz) = 7dd86952c036a6a78455b1ba05b53fcff9d6f133bb01c83fa860b4eaec3fc26bb0b5535948bcc2dafbd27204c3c91d01404ca9fc52896cc36af509384797d4f1
+Size (libxkbcommon-1.4.0.tar.xz) = 471948 bytes



Home | Main Index | Thread Index | Old Index