pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kitty



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Wed Jul 16 14:26:22 UTC 2025

Modified Files:
        pkgsrc/x11/kitty: Makefile PLIST distinfo go-modules.mk

Log Message:
kitty: update to 0.42.2

- A new protocol extension to notify terminal programs that have
  turned on SGR Pixel mouse reporting when the mouse leaves the
  window
- clipboard kitten: Can now optionally take a password to avoid
  repeated permission prompts when accessing the clipboard.
- A new launch --hold-after-ssh to not close a launched window that
  connects directly to a remote host because of launch --cwd=current
  when the connection ends
- Fix remember_window_position not working because of a stupid typo
- A new kitty --grab-keyboard that can be used to grab the keyboard
  so that global shortcuts are sent to kitty instead
- Remote control: Fix holding a remote control socket open causing
  the kitty I/O thread to go into a loop and not respond on other
  remote control sockets
- hints kitten: Preserve line breaks when the hint is over a line
  break
- Fix a segfault when using the copy_ansi_to_clipboard action
- Fix a crash when using linear easing curves for animations
- Graphics protocol: Add a note clarifying image update behavior on
  re-transmission
- Wayland GNOME: Fix incorrect OS Window tracking because GNOME has
  started activating windows on non-current workspaces
- Fix a regression in 0.40.0 that broke rendering of VS15 variation
  selectors in some circumstances
- Fix a regression in 0.40.0 that broke serialization of tab
  characters as ANSI text
- Fix a regression in 0.40.0 that broke erasing of characters in a
  line in the presence of wide characters
- Fix a regression in 0.40.0 that broke hyperlinking of wide
  characters
- Fix a regression that broke using esc to exit visual select window
  mode
- kitten run-shell: Fix SIGINT blocked when execing the shell


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/x11/kitty/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/kitty/PLIST
cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/kitty/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/kitty/go-modules.mk

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

Modified files:

Index: pkgsrc/x11/kitty/Makefile
diff -u pkgsrc/x11/kitty/Makefile:1.68 pkgsrc/x11/kitty/Makefile:1.69
--- pkgsrc/x11/kitty/Makefile:1.68      Fri Jun  6 14:01:43 2025
+++ pkgsrc/x11/kitty/Makefile   Wed Jul 16 14:26:21 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2025/06/06 14:01:43 bsiegert Exp $
+# $NetBSD: Makefile,v 1.69 2025/07/16 14:26:21 ktnb Exp $
 
-DISTNAME=      kitty-0.42.1
-PKGREVISION=   1
+DISTNAME=      kitty-0.42.2
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kovidgoyal/}
 GITHUB_PROJECT=        kitty

Index: pkgsrc/x11/kitty/PLIST
diff -u pkgsrc/x11/kitty/PLIST:1.31 pkgsrc/x11/kitty/PLIST:1.32
--- pkgsrc/x11/kitty/PLIST:1.31 Fri May 16 13:16:11 2025
+++ pkgsrc/x11/kitty/PLIST      Wed Jul 16 14:26:21 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2025/05/16 13:16:11 ktnb Exp $
+@comment $NetBSD: PLIST,v 1.32 2025/07/16 14:26:21 ktnb Exp $
 bin/kitten
 bin/kitty
 lib/kitty/__main__.py
@@ -20,6 +20,12 @@ lib/kitty/kittens/broadcast/__init__.pyo
 lib/kitty/kittens/broadcast/main.py
 lib/kitty/kittens/broadcast/main.pyc
 lib/kitty/kittens/broadcast/main.pyo
+lib/kitty/kittens/choose_files/__init__.py
+lib/kitty/kittens/choose_files/__init__.pyc
+lib/kitty/kittens/choose_files/__init__.pyo
+lib/kitty/kittens/choose_files/main.py
+lib/kitty/kittens/choose_files/main.pyc
+lib/kitty/kittens/choose_files/main.pyo
 lib/kitty/kittens/choose_fonts/__init__.py
 lib/kitty/kittens/choose_fonts/__init__.pyc
 lib/kitty/kittens/choose_fonts/__init__.pyo
@@ -35,6 +41,12 @@ lib/kitty/kittens/clipboard/__init__.pyo
 lib/kitty/kittens/clipboard/main.py
 lib/kitty/kittens/clipboard/main.pyc
 lib/kitty/kittens/clipboard/main.pyo
+lib/kitty/kittens/desktop_ui/__init__.py
+lib/kitty/kittens/desktop_ui/__init__.pyc
+lib/kitty/kittens/desktop_ui/__init__.pyo
+lib/kitty/kittens/desktop_ui/main.py
+lib/kitty/kittens/desktop_ui/main.pyc
+lib/kitty/kittens/desktop_ui/main.pyo
 lib/kitty/kittens/diff/__init__.py
 lib/kitty/kittens/diff/__init__.pyc
 lib/kitty/kittens/diff/__init__.pyo
@@ -602,9 +614,18 @@ man/man1/kitten-@-signal-child.1
 man/man1/kitten-@.1
 man/man1/kitten-ask.1
 man/man1/kitten-broadcast.1
+man/man1/kitten-choose-files.1
 man/man1/kitten-choose-fonts.1
 man/man1/kitten-choose_fonts.1
 man/man1/kitten-clipboard.1
+man/man1/kitten-desktop-ui-enable-portal.1
+man/man1/kitten-desktop-ui-run-server.1
+man/man1/kitten-desktop-ui-set-accent-color.1
+man/man1/kitten-desktop-ui-set-color-scheme.1
+man/man1/kitten-desktop-ui-set-contrast.1
+man/man1/kitten-desktop-ui-set-setting.1
+man/man1/kitten-desktop-ui-show-settings.1
+man/man1/kitten-desktop-ui.1
 man/man1/kitten-diff.1
 man/man1/kitten-edit-in-kitty.1
 man/man1/kitten-hints.1
@@ -667,9 +688,11 @@ share/doc/kitty/html/_images/social_prev
 share/doc/kitty/html/_images/social_previews/summary_invocation_05c40da8.png
 share/doc/kitty/html/_images/social_previews/summary_keyboard-protocol_37967379.png
 share/doc/kitty/html/_images/social_previews/summary_kittens_broadcast_4dfe59be.png
+share/doc/kitty/html/_images/social_previews/summary_kittens_choose-files_08a7d242.png
 share/doc/kitty/html/_images/social_previews/summary_kittens_choose-fonts_14869f23.png
 share/doc/kitty/html/_images/social_previews/summary_kittens_clipboard_93006611.png
 share/doc/kitty/html/_images/social_previews/summary_kittens_custom_264d6309.png
+share/doc/kitty/html/_images/social_previews/summary_kittens_desktop-ui_4b8fd2af.png
 share/doc/kitty/html/_images/social_previews/summary_kittens_developing-builtin-kittens_70cf5f2d.png
 share/doc/kitty/html/_images/social_previews/summary_kittens_diff_56ec1326.png
 share/doc/kitty/html/_images/social_previews/summary_kittens_hints_cf0d0da9.png
@@ -734,9 +757,11 @@ share/doc/kitty/html/_sources/intro_vid.
 share/doc/kitty/html/_sources/invocation.rst.txt
 share/doc/kitty/html/_sources/keyboard-protocol.rst.txt
 share/doc/kitty/html/_sources/kittens/broadcast.rst.txt
+share/doc/kitty/html/_sources/kittens/choose-files.rst.txt
 share/doc/kitty/html/_sources/kittens/choose-fonts.rst.txt
 share/doc/kitty/html/_sources/kittens/clipboard.rst.txt
 share/doc/kitty/html/_sources/kittens/custom.rst.txt
+share/doc/kitty/html/_sources/kittens/desktop-ui.rst.txt
 share/doc/kitty/html/_sources/kittens/developing-builtin-kittens.rst.txt
 share/doc/kitty/html/_sources/kittens/diff.rst.txt
 share/doc/kitty/html/_sources/kittens/hints.rst.txt
@@ -830,9 +855,11 @@ share/doc/kitty/html/intro_vid.html
 share/doc/kitty/html/invocation.html
 share/doc/kitty/html/keyboard-protocol.html
 share/doc/kitty/html/kittens/broadcast.html
+share/doc/kitty/html/kittens/choose-files.html
 share/doc/kitty/html/kittens/choose-fonts.html
 share/doc/kitty/html/kittens/clipboard.html
 share/doc/kitty/html/kittens/custom.html
+share/doc/kitty/html/kittens/desktop-ui.html
 share/doc/kitty/html/kittens/developing-builtin-kittens.html
 share/doc/kitty/html/kittens/diff.html
 share/doc/kitty/html/kittens/hints.html

Index: pkgsrc/x11/kitty/distinfo
diff -u pkgsrc/x11/kitty/distinfo:1.33 pkgsrc/x11/kitty/distinfo:1.34
--- pkgsrc/x11/kitty/distinfo:1.33      Mon May 19 13:43:32 2025
+++ pkgsrc/x11/kitty/distinfo   Wed Jul 16 14:26:21 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.33 2025/05/19 13:43:32 ktnb Exp $
+$NetBSD: distinfo,v 1.34 2025/07/16 14:26:21 ktnb Exp $
 
 BLAKE2s (github.com__a_l_tree_bigfloat_@v_v0.2.0.mod) = ed554d44b1070ae79986f3ff61e6ad4ed12060fb78fe6f2273733f762721d1e0
 SHA512 (github.com__a_l_tree_bigfloat_@v_v0.2.0.mod) = 09bbd28b9ce42a919f22339bdeb2b798a728cf3b7f5f7fd61bec418fa360893c4ebd72f0957be4c855621f96d9a146ef8f0074f5ac4154c04f537ae3ad3592c4
@@ -6,18 +6,18 @@ Size (github.com__a_l_tree_bigfloat_@v_v
 BLAKE2s (github.com__a_l_tree_bigfloat_@v_v0.2.0.zip) = 43a4e377b90b6738b5e045c2e2a221a40055216d838fdde321c0b9f0667bef32
 SHA512 (github.com__a_l_tree_bigfloat_@v_v0.2.0.zip) = c0f87e9f291dc775b95a41216664480416a8025c95811f313dd8b17529310dd85f7756ce720393f7a5e54f461af9a66a3ae1223842432921d50498ac1e623be7
 Size (github.com__a_l_tree_bigfloat_@v_v0.2.0.zip) = 16636 bytes
-BLAKE2s (github.com_alecthomas_chroma_v2_@v_v2.17.2.mod) = b0d0c3cf0a24a57356fbe5c75a186991e66c70aa92b3c171c79a4244add66d9d
-SHA512 (github.com_alecthomas_chroma_v2_@v_v2.17.2.mod) = 4d60490c15f1338d7f0414c8e26f2cfa48690e05140327f924178398a240476a8fb7f3120a877f3f117b5caa46ee2c9658bf58255b341401ee38dbb23f613f2d
-Size (github.com_alecthomas_chroma_v2_@v_v2.17.2.mod) = 230 bytes
-BLAKE2s (github.com_alecthomas_chroma_v2_@v_v2.17.2.zip) = 3a87c7dc4d6544933137284154072a3affa45a18c75354860b4ea064ee35ee4b
-SHA512 (github.com_alecthomas_chroma_v2_@v_v2.17.2.zip) = 621843617b2738b6d3cd5f90565b4257579352755646ce0762bcd9d0d271ddd95a0f02c09c7705bc5148c8436a45eb4cc38fb5df92017405d8500b941168e6ff
-Size (github.com_alecthomas_chroma_v2_@v_v2.17.2.zip) = 1520350 bytes
-BLAKE2s (github.com_bmatcuk_doublestar_v4_@v_v4.8.1.mod) = e205ae79e7a61aeb6dfbab69a666bb662eb0af2302ed12a6bada3fc11bda1b53
-SHA512 (github.com_bmatcuk_doublestar_v4_@v_v4.8.1.mod) = 4a9d86964802ae0545c6d9125387aa04a59f190f85d13719158a4aea07f9bb9b0e05cbe23101fb8a3c5b90e78488a671e2d274740e0db08a852f2dfeff3a8eec
-Size (github.com_bmatcuk_doublestar_v4_@v_v4.8.1.mod) = 49 bytes
-BLAKE2s (github.com_bmatcuk_doublestar_v4_@v_v4.8.1.zip) = a5cbd7a02d9fb02d8abea848047342894619975f48a5050d3f88463f9bd00a8d
-SHA512 (github.com_bmatcuk_doublestar_v4_@v_v4.8.1.zip) = 0d0b4ab0b5e51ab3aa9a2c89dbec0021b9f640b749ed8ffb8072de358688ba9f46d1fa016d6fa934be355e9ba130736694fa3f60d42132cf389c71353f8ea864
-Size (github.com_bmatcuk_doublestar_v4_@v_v4.8.1.zip) = 35337 bytes
+BLAKE2s (github.com_alecthomas_chroma_v2_@v_v2.19.0.mod) = b0d0c3cf0a24a57356fbe5c75a186991e66c70aa92b3c171c79a4244add66d9d
+SHA512 (github.com_alecthomas_chroma_v2_@v_v2.19.0.mod) = 4d60490c15f1338d7f0414c8e26f2cfa48690e05140327f924178398a240476a8fb7f3120a877f3f117b5caa46ee2c9658bf58255b341401ee38dbb23f613f2d
+Size (github.com_alecthomas_chroma_v2_@v_v2.19.0.mod) = 230 bytes
+BLAKE2s (github.com_alecthomas_chroma_v2_@v_v2.19.0.zip) = 8c2963c458e7f4e26a3379bf27ba6ce8ee9d2d88decb181635c77b5c3bf7fefa
+SHA512 (github.com_alecthomas_chroma_v2_@v_v2.19.0.zip) = 6c02df042ffef6908c888b1e4b14104d7665d7d1d6232130f15282c5489f37dc916b25de17c2f176130546499f3300fa69880017a37c6d2f90da992b374bfcd4
+Size (github.com_alecthomas_chroma_v2_@v_v2.19.0.zip) = 1540474 bytes
+BLAKE2s (github.com_bmatcuk_doublestar_v4_@v_v4.9.0.mod) = e205ae79e7a61aeb6dfbab69a666bb662eb0af2302ed12a6bada3fc11bda1b53
+SHA512 (github.com_bmatcuk_doublestar_v4_@v_v4.9.0.mod) = 4a9d86964802ae0545c6d9125387aa04a59f190f85d13719158a4aea07f9bb9b0e05cbe23101fb8a3c5b90e78488a671e2d274740e0db08a852f2dfeff3a8eec
+Size (github.com_bmatcuk_doublestar_v4_@v_v4.9.0.mod) = 49 bytes
+BLAKE2s (github.com_bmatcuk_doublestar_v4_@v_v4.9.0.zip) = 0f38142ac25168c70b8b40da3ffd864b767577e3f1928ebd750fe7888420d71f
+SHA512 (github.com_bmatcuk_doublestar_v4_@v_v4.9.0.zip) = 223a7588fe9151fb7e88105c6750958298c62f4b8b18f2b2dacac066e78dbdbfb084cee23c46e894d79ae21db576314c8bc7e21b2672859eb929853a370bd1c8
+Size (github.com_bmatcuk_doublestar_v4_@v_v4.9.0.zip) = 36015 bytes
 BLAKE2s (github.com_disintegration_imaging_@v_v1.6.2.mod) = 6eb5e1045f5eadfaacb613b9b574e741de68e71cf329ba5e28de283fa2f6402c
 SHA512 (github.com_disintegration_imaging_@v_v1.6.2.mod) = 68ffa1636c92bcaf09bf5e22ca6929837a0c01f60f294282b3136c578287263d93af997e47efc1e2d03653c91b1da1cfbd11f1259a6f3764b9e6f1755c8ce477
 Size (github.com_disintegration_imaging_@v_v1.6.2.mod) = 104 bytes
@@ -66,6 +66,12 @@ Size (github.com_klauspost_cpuid_v2_@v_v
 BLAKE2s (github.com_klauspost_cpuid_v2_@v_v2.2.5.zip) = 5e9acf1d318325da6b641de3225205266f8248ed82bf229fda51da134c5f31cf
 SHA512 (github.com_klauspost_cpuid_v2_@v_v2.2.5.zip) = b046d34661fb1712ff3b96945653cb3832f5e4c4c5266464a2e2baed8d7d97fae4b53598299157bae978dd5a5f12e55986cc4afc18129199bd956c2d668c33cf
 Size (github.com_klauspost_cpuid_v2_@v_v2.2.5.zip) = 49137 bytes
+BLAKE2s (github.com_kovidgoyal_dbus_@v_v0.0.0-20250519011319-e811c41c0bc1.mod) = a1b03e477e127827cd6c4113f01e332e97e3016ac71b6a6a975c223eb8f5918f
+SHA512 (github.com_kovidgoyal_dbus_@v_v0.0.0-20250519011319-e811c41c0bc1.mod) = 
781a910f572a7f4d45ce8c5c9b884b21b3495a9f8b79b3c331997d6dd652e584745b230da9d0206e7c115aa9193f99e4b8c21531aa9012d9975c8edd12d79351
+Size (github.com_kovidgoyal_dbus_@v_v0.0.0-20250519011319-e811c41c0bc1.mod) = 77 bytes
+BLAKE2s (github.com_kovidgoyal_dbus_@v_v0.0.0-20250519011319-e811c41c0bc1.zip) = 6b1d98152cdbcda71edd1bbb639e9286675b87ec6d807d50d12abc6efe7a62fc
+SHA512 (github.com_kovidgoyal_dbus_@v_v0.0.0-20250519011319-e811c41c0bc1.zip) = 
4c67e54d74e8c6c321a523b9f1678aa1ac70b5e881a35336b77c31c13f73a8734a7450ff5b0682ae3845f0d19f244867eaf3cdc45997cdba2277ce4fac1931f0
+Size (github.com_kovidgoyal_dbus_@v_v0.0.0-20250519011319-e811c41c0bc1.zip) = 118885 bytes
 BLAKE2s (github.com_kovidgoyal_imaging_@v_v1.6.4.mod) = 7cf9ff016e5a2a66fc330a7d582521cfe8733e66de0f4cd95ac95d014d8c4a7e
 SHA512 (github.com_kovidgoyal_imaging_@v_v1.6.4.mod) = 554dd45d0e78552f9488b571d99c503f31e2893ade3afaccfc8ed00ccd413cf83e8b857d3c6686a3fa3bc9d1ba6d9d8a95c5b2b0d864217c92ec6f7a63add31e
 Size (github.com_kovidgoyal_imaging_@v_v1.6.4.mod) = 82 bytes
@@ -147,12 +153,12 @@ Size (golang.org_x_exp_@v_v0.0.0-2023080
 BLAKE2s (golang.org_x_image_@v_v0.0.0-20191009234506-e7c1f5e7dbb8.mod) = 297087ef09942848072b3c6604fab5592d25e4781e5f33cffe1258204e307a5f
 SHA512 (golang.org_x_image_@v_v0.0.0-20191009234506-e7c1f5e7dbb8.mod) = 
d463167481b44386a011b867d6e26eaf2fe81c750325ea89f631af7b065c5152249084c45e7195a662d9b9ddde0e81a5273d8110f73a18c4d841c155c67ea0f6
 Size (golang.org_x_image_@v_v0.0.0-20191009234506-e7c1f5e7dbb8.mod) = 69 bytes
-BLAKE2s (golang.org_x_image_@v_v0.27.0.mod) = 5928d3a852c3fb92900bcf6a9aa30e55c7d2ae7eedb5509976cabe2e3cf49458
-SHA512 (golang.org_x_image_@v_v0.27.0.mod) = 7ef49f77abb7e1e816efc38667bcc38d1b063c3ecdab945fa46f72c74a2d740447520624f567b1b080379b81f1294065402c1258802bf4214bf898e023aeb237
-Size (golang.org_x_image_@v_v0.27.0.mod) = 72 bytes
-BLAKE2s (golang.org_x_image_@v_v0.27.0.zip) = 9fa409187a00b06ee1c5e48f69b43a686f750bb6ad8618bdebd998aba715ced6
-SHA512 (golang.org_x_image_@v_v0.27.0.zip) = 85f68e754fe9ae7bd5bb16b43a02141c0df89d5f9dc67a6590d5a71a89dcd7ff6de744047db455abcc07feae07a209ffa82d764824b3ffd27fcaf188fd656ca8
-Size (golang.org_x_image_@v_v0.27.0.zip) = 5301108 bytes
+BLAKE2s (golang.org_x_image_@v_v0.29.0.mod) = b04bf9205211bd17a5cc101381c6faba20559707d28e3ba85eeced786aca2d69
+SHA512 (golang.org_x_image_@v_v0.29.0.mod) = 8dbbb6d0ada7825e57fd788234bdc663e28bbd5c9974d4081e92f68e4aa1d11e91f0dfbf1d9abebe70e588be4f8e2f8b7043cc1c9b041509902d020cd453c287
+Size (golang.org_x_image_@v_v0.29.0.mod) = 72 bytes
+BLAKE2s (golang.org_x_image_@v_v0.29.0.zip) = 1e0c12da5444c56f9d8e43eaef8a042b31f4ce15f8f9ff5fc170e59c1eb09610
+SHA512 (golang.org_x_image_@v_v0.29.0.zip) = d82355289c779286f4042a7e4cec04dad57dd732979e97562a821850e257c935c5bb3f4d44f44ed86054242c73179e5f2c180389780c535697bd4cbc55fd8718
+Size (golang.org_x_image_@v_v0.29.0.zip) = 5301108 bytes
 BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190916202348-b4ddaad3f8a3.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f
 SHA512 (golang.org_x_sys_@v_v0.0.0-20190916202348-b4ddaad3f8a3.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab
 Size (golang.org_x_sys_@v_v0.0.0-20190916202348-b4ddaad3f8a3.mod) = 33 bytes
@@ -162,18 +168,24 @@ Size (golang.org_x_sys_@v_v0.0.0-2020120
 BLAKE2s (golang.org_x_sys_@v_v0.11.0.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
 SHA512 (golang.org_x_sys_@v_v0.11.0.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
 Size (golang.org_x_sys_@v_v0.11.0.mod) = 33 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.33.0.mod) = c94ce63eceb9253dc5d1a070e3fa771530ff544b079a2884c19237aa14c84694
-SHA512 (golang.org_x_sys_@v_v0.33.0.mod) = 21521eb5c402c14bba401110f692ac94dfd9c9f2d2d1965631875d67aa1bfc0763a21437b7b5782dcb61d1a759618e5701cff27ee2d00a2820240bcf69286b4f
-Size (golang.org_x_sys_@v_v0.33.0.mod) = 35 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.33.0.zip) = 05ca6966ecf92221df71c61c7a60e9c983445c7fd0c4872676446ac858979e8f
-SHA512 (golang.org_x_sys_@v_v0.33.0.zip) = 1c7de7866bc12cab5e42a385cebad90fb85f348a6779d625bd6f4e65208c315c07de0f8b6bddf820f5df7fa64a88657457cca4cd5b136db362cc57c40553ce63
-Size (golang.org_x_sys_@v_v0.33.0.zip) = 1994091 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.34.0.mod) = c94ce63eceb9253dc5d1a070e3fa771530ff544b079a2884c19237aa14c84694
+SHA512 (golang.org_x_sys_@v_v0.34.0.mod) = 21521eb5c402c14bba401110f692ac94dfd9c9f2d2d1965631875d67aa1bfc0763a21437b7b5782dcb61d1a759618e5701cff27ee2d00a2820240bcf69286b4f
+Size (golang.org_x_sys_@v_v0.34.0.mod) = 35 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.34.0.zip) = a75e391da120b72c5ae38413461da39a55b0ce7f6df5c912ff3f37aa42812191
+SHA512 (golang.org_x_sys_@v_v0.34.0.zip) = 8bb740e842a03d8ebfedd2b2d3a2184f0c6ef561d845617c035bcee3e22dbdff1dfdcada409d749940a934fa0fbe2381f91bb78baa224fc2f3f0a2ee9e19945b
+Size (golang.org_x_sys_@v_v0.34.0.zip) = 1997322 bytes
 BLAKE2s (golang.org_x_sys_@v_v0.5.0.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
 SHA512 (golang.org_x_sys_@v_v0.5.0.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
 Size (golang.org_x_sys_@v_v0.5.0.mod) = 33 bytes
 BLAKE2s (golang.org_x_sys_@v_v0.8.0.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
 SHA512 (golang.org_x_sys_@v_v0.8.0.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
 Size (golang.org_x_sys_@v_v0.8.0.mod) = 33 bytes
+BLAKE2s (golang.org_x_text_@v_v0.27.0.mod) = cb805335a991a0e04028b75eb5d7a684608858f1570b501754e34e7e8de70091
+SHA512 (golang.org_x_text_@v_v0.27.0.mod) = 5c6327c83c18884f58bfb91eeb1e5b0891f7af2c8d1b39defbbe946516ce952090a699e4f8a281d46430bce89eb7807d4f259a3e2362b8f0b734e6672cbc1212
+Size (golang.org_x_text_@v_v0.27.0.mod) = 190 bytes
+BLAKE2s (golang.org_x_text_@v_v0.27.0.zip) = 28f4015ea2f36fa24db749a531aaddac5787e3246365a071c1e8c12260005f0f
+SHA512 (golang.org_x_text_@v_v0.27.0.zip) = 98f2cb2b5487dd3711b4b4a838effa934c1603f240a1272ed2ae277c9c95d0eab06f644863fdad5e3721b026ff24ff4391613e4eae32a70ee1f65158a6ac253a
+Size (golang.org_x_text_@v_v0.27.0.zip) = 9234222 bytes
 BLAKE2s (golang.org_x_text_@v_v0.3.0.mod) = 080036087ec663fb318320442bf68fad98da28e3ea33a1e5a3acf697a0527460
 SHA512 (golang.org_x_text_@v_v0.3.0.mod) = ca081ef7cccd7bbedc6843fbe0c452352661a07e1298cd02ff338ed79d807c6401d613a3cf20011189d2f98a794ffa410547b3e352eb58a6f0a84822285d391d
 Size (golang.org_x_text_@v_v0.3.0.mod) = 25 bytes
@@ -189,9 +201,9 @@ Size (howett.net_plist_@v_v1.0.1.mod) = 
 BLAKE2s (howett.net_plist_@v_v1.0.1.zip) = 43dd213cd6f655b89cb6074acf972bc2e134c71fb991af59c14ebaf6747c2545
 SHA512 (howett.net_plist_@v_v1.0.1.zip) = 4f8b07bebf808ff4bbc1b2fdcf501d60731e26e048c1e7e2f21cfb9816fab8937e9f1915b44ff693a6a5b0f91cff470f40c4d7a71d7728afe2d0a3bca99432cd
 Size (howett.net_plist_@v_v1.0.1.zip) = 72046 bytes
-BLAKE2s (kitty-0.42.1.tar.xz) = 85ff744096d6cb65c98c6f432f83893147687e83c07afa9e88727ee67643da59
-SHA512 (kitty-0.42.1.tar.xz) = 07dc2c1d814e40c1c39dc4275e6118efabbf8cbaae59a746996e310127d6e13297614f6b12406da3241f6b55e164bc675e157d5a2831ace248e78095d74cc430
-Size (kitty-0.42.1.tar.xz) = 12371156 bytes
+BLAKE2s (kitty-0.42.2.tar.xz) = be4012b102bd5e3b253ea82719bea1337d8db2f7bd37494b199ae482b303eab4
+SHA512 (kitty-0.42.2.tar.xz) = 29e17ee3e4709b90d8d945ecd1737440bc88ad276cde4f5d159fd094de571bf7a10ccb86dfe9e0f8e213e36e59f7c62e2045f411d199ec729722a6462279d949
+Size (kitty-0.42.2.tar.xz) = 12534304 bytes
 SHA1 (patch-glfw_wl__client__side__decorations.c) = 37c5ff491d8c9690d6e0291edb6c55388101edf0
 SHA1 (patch-glfw_wl__init.c) = 3dc143fba1a5fa5c15563aecc027cd6af872a0e0
 SHA1 (patch-kitty_binary.h) = e8e6e9b16a1bd7d0304bca919ad10dd932142da5

Index: pkgsrc/x11/kitty/go-modules.mk
diff -u pkgsrc/x11/kitty/go-modules.mk:1.12 pkgsrc/x11/kitty/go-modules.mk:1.13
--- pkgsrc/x11/kitty/go-modules.mk:1.12 Mon May 19 13:43:32 2025
+++ pkgsrc/x11/kitty/go-modules.mk      Wed Jul 16 14:26:22 2025
@@ -1,11 +1,11 @@
-# $NetBSD: go-modules.mk,v 1.12 2025/05/19 13:43:32 ktnb Exp $
+# $NetBSD: go-modules.mk,v 1.13 2025/07/16 14:26:22 ktnb Exp $
 
 GO_MODULE_FILES+=      github.com/!a!l!tree/bigfloat/@v/v0.2.0.mod
 GO_MODULE_FILES+=      github.com/!a!l!tree/bigfloat/@v/v0.2.0.zip
-GO_MODULE_FILES+=      github.com/alecthomas/chroma/v2/@v/v2.17.2.mod
-GO_MODULE_FILES+=      github.com/alecthomas/chroma/v2/@v/v2.17.2.zip
-GO_MODULE_FILES+=      github.com/bmatcuk/doublestar/v4/@v/v4.8.1.mod
-GO_MODULE_FILES+=      github.com/bmatcuk/doublestar/v4/@v/v4.8.1.zip
+GO_MODULE_FILES+=      github.com/alecthomas/chroma/v2/@v/v2.19.0.mod
+GO_MODULE_FILES+=      github.com/alecthomas/chroma/v2/@v/v2.19.0.zip
+GO_MODULE_FILES+=      github.com/bmatcuk/doublestar/v4/@v/v4.9.0.mod
+GO_MODULE_FILES+=      github.com/bmatcuk/doublestar/v4/@v/v4.9.0.zip
 GO_MODULE_FILES+=      github.com/disintegration/imaging/@v/v1.6.2.mod
 GO_MODULE_FILES+=      github.com/disintegration/imaging/@v/v1.6.2.zip
 GO_MODULE_FILES+=      github.com/dlclark/regexp2/@v/v1.11.5.mod
@@ -22,6 +22,8 @@ GO_MODULE_FILES+=     github.com/google/uuid
 GO_MODULE_FILES+=      github.com/jessevdk/go-flags/@v/v1.4.0.mod
 GO_MODULE_FILES+=      github.com/klauspost/cpuid/v2/@v/v2.2.5.mod
 GO_MODULE_FILES+=      github.com/klauspost/cpuid/v2/@v/v2.2.5.zip
+GO_MODULE_FILES+=      github.com/kovidgoyal/dbus/@v/v0.0.0-20250519011319-e811c41c0bc1.mod
+GO_MODULE_FILES+=      github.com/kovidgoyal/dbus/@v/v0.0.0-20250519011319-e811c41c0bc1.zip
 GO_MODULE_FILES+=      github.com/kovidgoyal/imaging/@v/v1.6.4.mod
 GO_MODULE_FILES+=      github.com/kovidgoyal/imaging/@v/v1.6.4.zip
 GO_MODULE_FILES+=      github.com/lufia/plan9stats/@v/v0.0.0-20230326075908-cb1d2100619a.mod
@@ -49,15 +51,17 @@ GO_MODULE_FILES+=   github.com/zeebo/xxh3/
 GO_MODULE_FILES+=      golang.org/x/exp/@v/v0.0.0-20230801115018-d63ba01acd4b.mod
 GO_MODULE_FILES+=      golang.org/x/exp/@v/v0.0.0-20230801115018-d63ba01acd4b.zip
 GO_MODULE_FILES+=      golang.org/x/image/@v/v0.0.0-20191009234506-e7c1f5e7dbb8.mod
-GO_MODULE_FILES+=      golang.org/x/image/@v/v0.27.0.mod
-GO_MODULE_FILES+=      golang.org/x/image/@v/v0.27.0.zip
+GO_MODULE_FILES+=      golang.org/x/image/@v/v0.29.0.mod
+GO_MODULE_FILES+=      golang.org/x/image/@v/v0.29.0.zip
 GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.0.0-20190916202348-b4ddaad3f8a3.mod
 GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.0.0-20201204225414-ed752295db88.mod
 GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.11.0.mod
-GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.33.0.mod
-GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.33.0.zip
+GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.34.0.mod
+GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.34.0.zip
 GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.5.0.mod
 GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.8.0.mod
+GO_MODULE_FILES+=      golang.org/x/text/@v/v0.27.0.mod
+GO_MODULE_FILES+=      golang.org/x/text/@v/v0.27.0.zip
 GO_MODULE_FILES+=      golang.org/x/text/@v/v0.3.0.mod
 GO_MODULE_FILES+=      gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod
 GO_MODULE_FILES+=      gopkg.in/yaml.v1/@v/v1.0.0-20140924161607-9f9df34309c0.mod



Home | Main Index | Thread Index | Old Index