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:           Tue Feb 15 09:34:29 UTC 2022

Modified Files:
        pkgsrc/x11/libxkbcommon: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/x11/libxkbcommon/Makefile
cvs rdiff -u -r1.28 -r1.29 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.38 pkgsrc/x11/libxkbcommon/Makefile:1.39
--- pkgsrc/x11/libxkbcommon/Makefile:1.38       Wed Dec  8 16:07:07 2021
+++ pkgsrc/x11/libxkbcommon/Makefile    Tue Feb 15 09:34:29 2022
@@ -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 @@ USE_TOOLS+=   bison pkg-config
 
 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 @@ BUILDLINK_API_DEPENDS.libxcb+=        libxcb>=1
 .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"

Index: pkgsrc/x11/libxkbcommon/distinfo
diff -u pkgsrc/x11/libxkbcommon/distinfo:1.28 pkgsrc/x11/libxkbcommon/distinfo:1.29
--- pkgsrc/x11/libxkbcommon/distinfo:1.28       Tue Oct 26 11:34:10 2021
+++ pkgsrc/x11/libxkbcommon/distinfo    Tue Feb 15 09:34:29 2022
@@ -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