pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xkbutils



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul  8 07:23:20 UTC 2026

Modified Files:
        pkgsrc/x11/xkbutils: Makefile distinfo

Log Message:
xkbutils: update to 1.0.7.

Alan Coopersmith (11):
      Assume target platforms have strcasecmp now
      Use _stricmp() instead of strcasecmp() on Windows
      xkbbell, xkbvleds, xkbwatch: Print usage message for unknown arguments
      xkbwatch: add -help option
      Accept --help & --version as aliases to -help & -version
      Improve man page formatting
      man page: fix warnings from `mandoc -T lint`
      Strip trailing whitespace from source files
      gitlab CI: drop the ci-fairy check-mr job
      meson: Add option to build with meson
      xkbutils 1.0.7

Alexander Ziaee (1):
      documentation: improve utility descriptions

Bjarni Ingi Gislason (1):
      xkbvleds.man: Fix WARNING: skipping paragraph macro: PP empty


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xkbutils/Makefile \
    pkgsrc/x11/xkbutils/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/xkbutils/Makefile
diff -u pkgsrc/x11/xkbutils/Makefile:1.7 pkgsrc/x11/xkbutils/Makefile:1.8
--- pkgsrc/x11/xkbutils/Makefile:1.7    Fri Feb  9 20:51:33 2024
+++ pkgsrc/x11/xkbutils/Makefile        Wed Jul  8 07:23:19 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/02/09 20:51:33 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/07/08 07:23:19 wiz Exp $
 
-DISTNAME=              xkbutils-1.0.6
+DISTNAME=              xkbutils-1.0.7
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.xz
@@ -9,9 +9,9 @@ MAINTAINER=             pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
 COMMENT=               Small utilities utilizing the X11 XKeyboard (XKB) extension
 
-GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
+.include "../../devel/meson/build.mk"
 .include "../../x11/xorgproto/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
 .include "../../x11/libXaw/buildlink3.mk"
Index: pkgsrc/x11/xkbutils/distinfo
diff -u pkgsrc/x11/xkbutils/distinfo:1.7 pkgsrc/x11/xkbutils/distinfo:1.8
--- pkgsrc/x11/xkbutils/distinfo:1.7    Fri Feb  9 20:51:33 2024
+++ pkgsrc/x11/xkbutils/distinfo        Wed Jul  8 07:23:19 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/02/09 20:51:33 wiz Exp $
+$NetBSD: distinfo,v 1.8 2026/07/08 07:23:19 wiz Exp $
 
-BLAKE2s (xkbutils-1.0.6.tar.xz) = 588afa52d2bd0988b2251f5120c42a876df04b019d3393ab443bb680e0ae9961
-SHA512 (xkbutils-1.0.6.tar.xz) = 78fb7ab4ef6642040992529444944080aca7a2ec4118f9a64c45dacc37e4041181df7bcd1f4270e11b9fbc8bd60a131b4702d2aa95741d89c54582ff8a8f896e
-Size (xkbutils-1.0.6.tar.xz) = 130540 bytes
+BLAKE2s (xkbutils-1.0.7.tar.xz) = 54f5de9d09e9918381840865be27624776ceef8a1a0e3157c8c209fb220b4733
+SHA512 (xkbutils-1.0.7.tar.xz) = cc5767fa089b53cfcf43d559b946be9ec338f6bc8610594e1b0e212373d84cfd1382f4bd67071a9167ad3fcee4171bf5dcd62d714a448591628614118b84dd31
+Size (xkbutils-1.0.7.tar.xz) = 137116 bytes



Home | Main Index | Thread Index | Old Index