pkgsrc-Changes archive

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

CVS commit: pkgsrc/wayland/wvkbd



Module Name:    pkgsrc
Committed By:   kikadf
Date:           Mon Jul 27 08:41:30 UTC 2026

Modified Files:
        pkgsrc/wayland/wvkbd: Makefile distinfo

Log Message:
wvkbd: update to 0.20

This release implements automatic focus-based visibility toggling,
thanks to Christian Duerr. Start wvkbd with the --auto parameter to
opt-in for this feature (it is not the default yet). It also implements
the ability to define different text colours for pressed and swiped keys
(thanks to Pachulke and to Christoph Butz for fixes).

There are also new flags that are using for users of wvkbd in privacy
sensitive use cases (e.g. for as a lock screens): --no-popup, --no-highlight,
--supress-feedback.

[Christoph Butz]
Added flags to suppress key-press feedback
Fixed issue on deskintl layout with text_press and text_swipe scheme colors

[Christian Duerr]
Fix CLI option alignment
Add automatic focus-based visibility toggling (pass the --auto parameter)

[Justin Lovinger]
Fix keys with multi-character labels causing issues when swiping

[Pachulke]
Add arguments to define different text color for pressed and swiped keys

[Maarten van Gompel]
Documentation updates and added a changelog


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/wayland/wvkbd/Makefile \
    pkgsrc/wayland/wvkbd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wayland/wvkbd/Makefile
diff -u pkgsrc/wayland/wvkbd/Makefile:1.1 pkgsrc/wayland/wvkbd/Makefile:1.2
--- pkgsrc/wayland/wvkbd/Makefile:1.1   Wed Apr 15 08:47:51 2026
+++ pkgsrc/wayland/wvkbd/Makefile       Mon Jul 27 08:41:30 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2026/04/15 08:47:51 kikadf Exp $
+# $NetBSD: Makefile,v 1.2 2026/07/27 08:41:30 kikadf Exp $
 
-DISTNAME=      wvkbd-0.19.4
+DISTNAME=      wvkbd-0.20
 CATEGORIES=    wayland
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jjsullivan5196/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
Index: pkgsrc/wayland/wvkbd/distinfo
diff -u pkgsrc/wayland/wvkbd/distinfo:1.1 pkgsrc/wayland/wvkbd/distinfo:1.2
--- pkgsrc/wayland/wvkbd/distinfo:1.1   Wed Apr 15 08:47:51 2026
+++ pkgsrc/wayland/wvkbd/distinfo       Mon Jul 27 08:41:30 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2026/04/15 08:47:51 kikadf Exp $
+$NetBSD: distinfo,v 1.2 2026/07/27 08:41:30 kikadf Exp $
 
-BLAKE2s (wvkbd-0.19.4.tar.gz) = 29bd1a0e9ebfd5703f503a775458d870bd90b4d0558c4b0d89c8fd58881dee5e
-SHA512 (wvkbd-0.19.4.tar.gz) = 097343c632f53217a6ff4e590692b2037beead8895572d8471e2fefcf9ae96ac844d1b0958e420ae8467eb362cb62c67b96cc0125400cafd24d84fbca2e9dfaf
-Size (wvkbd-0.19.4.tar.gz) = 1476675 bytes
+BLAKE2s (wvkbd-0.20.tar.gz) = 217f0cf069824ea986f5690a2327816a06679301884902fd43d193d34293589f
+SHA512 (wvkbd-0.20.tar.gz) = 1595885af2844c12b3ee238dfac9ba2c8934443b3f477936a15bba8dc12919f86c9dbad74c19c732744b7d914c2cdfa800df8585df38deba73991f87a642dbdb
+Size (wvkbd-0.20.tar.gz) = 1491184 bytes



Home | Main Index | Thread Index | Old Index