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 Oct 26 22:44:29 UTC 2025

Modified Files:
        pkgsrc/x11/libxkbcommon: Makefile PLIST distinfo

Log Message:
libxkbcommon: update to 1.12.2.

## API

### Fixes

- Context: Added fallback to the legacy X11 path for misconfigured setups where
  the canonical XKB root is not available.

  Some setups use the assumption that the canonical XKB root is always the
  legacy X11 one, but this is no longer true since [xkeyboard-config 2.45],
  where the X11 path is now a mere symlink to a dedicated xkeyboard-config
  data directory (usually `/usr/share/xkeyboard-config-2`).
- Compose: Fixed some C standard libraries such as musl not detecting missing locales.
  ([#879](https://github.com/xkbcommon/libxkbcommon/issues/879))


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/x11/libxkbcommon/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/libxkbcommon/PLIST
cvs rdiff -u -r1.35 -r1.36 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.56 pkgsrc/x11/libxkbcommon/Makefile:1.57
--- pkgsrc/x11/libxkbcommon/Makefile:1.56       Sun Oct 19 18:18:42 2025
+++ pkgsrc/x11/libxkbcommon/Makefile    Sun Oct 26 22:44:29 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2025/10/19 18:18:42 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2025/10/26 22:44:29 wiz Exp $
 
-DISTNAME=      xkbcommon-1.12.1
+DISTNAME=      xkbcommon-1.12.2
 PKGNAME=       lib${DISTNAME}
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=xkbcommon/}

Index: pkgsrc/x11/libxkbcommon/PLIST
diff -u pkgsrc/x11/libxkbcommon/PLIST:1.16 pkgsrc/x11/libxkbcommon/PLIST:1.17
--- pkgsrc/x11/libxkbcommon/PLIST:1.16  Sun Oct 19 18:18:42 2025
+++ pkgsrc/x11/libxkbcommon/PLIST       Sun Oct 26 22:44:29 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2025/10/19 18:18:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.17 2025/10/26 22:44:29 wiz Exp $
 bin/xkbcli
 include/xkbcommon/xkbcommon-compat.h
 include/xkbcommon/xkbcommon-compose.h
@@ -9,13 +9,13 @@ include/xkbcommon/xkbcommon.h
 include/xkbcommon/xkbregistry.h
 lib/libxkbcommon-x11.so
 lib/libxkbcommon-x11.so.0
-lib/libxkbcommon-x11.so.0.12.1
+lib/libxkbcommon-x11.so.0.12.2
 lib/libxkbcommon.so
 lib/libxkbcommon.so.0
-lib/libxkbcommon.so.0.12.1
+lib/libxkbcommon.so.0.12.2
 lib/libxkbregistry.so
 lib/libxkbregistry.so.0
-lib/libxkbregistry.so.0.12.1
+lib/libxkbregistry.so.0.12.2
 lib/pkgconfig/xkbcommon-x11.pc
 lib/pkgconfig/xkbcommon.pc
 lib/pkgconfig/xkbregistry.pc

Index: pkgsrc/x11/libxkbcommon/distinfo
diff -u pkgsrc/x11/libxkbcommon/distinfo:1.35 pkgsrc/x11/libxkbcommon/distinfo:1.36
--- pkgsrc/x11/libxkbcommon/distinfo:1.35       Sun Oct 19 18:18:42 2025
+++ pkgsrc/x11/libxkbcommon/distinfo    Sun Oct 26 22:44:29 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2025/10/19 18:18:42 wiz Exp $
+$NetBSD: distinfo,v 1.36 2025/10/26 22:44:29 wiz Exp $
 
-BLAKE2s (xkbcommon-1.12.1.tar.gz) = d47798436d44606c5733f4b2dc91ac109468dd9760037002189827bc5efe19f0
-SHA512 (xkbcommon-1.12.1.tar.gz) = d51b71ffbf3843a6af6548d61766e9cb253d50e17e437d23896334a41a98567c8f8da5af1818c12fbb704ef1ffea939f9f709915c80aeadc5dc6627672756263
-Size (xkbcommon-1.12.1.tar.gz) = 1219255 bytes
+BLAKE2s (xkbcommon-1.12.2.tar.gz) = 5d27f05425c0335fd784c68bf846a435816328b76b8ca48129a1902a7b07d818
+SHA512 (xkbcommon-1.12.2.tar.gz) = 54baa6dc2627ee741b50600ace46fe97f7b60abb93618abfaf2861f92f5400e96ee16b82ba008c100e69dd8869f612e8907c80c16128bbb5f14a56e1ec8bd013
+Size (xkbcommon-1.12.2.tar.gz) = 1221068 bytes



Home | Main Index | Thread Index | Old Index