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:   pin
Date:           Sun Nov 13 15:44:52 UTC 2022

Modified Files:
        pkgsrc/x11/kitty: Makefile distinfo

Log Message:
x11/kitty: update to 0.26.5

0.26.5 [2022-11-07]

 - Splits layout: Add a new mappable action to move the active window to the
   screen edge (#5643)

 - ssh kitten: Allow using absolute paths for the location of transferred data
   (#5607)

 - Fix a regression in the previous release that caused a resize_draw_strategy
   of static to not work (#5601)

 - Wayland KDE: Fix abort when pasting into Firefox (#5603)

 - Wayland GNOME: Fix ghosting when using background_tint (#5605)

 - Fix cursor position at x=0 changing to x=1 on resize (#5635)

 - Wayland GNOME: Fix incorrect window size in some circumstances when switching
   between windows with window decorations disabled (#4802)

 - Wayland: Fix high CPU usage when using some input methods (#5369)

 - Remote control: When matching window by state:focused and no window currently
  has keyboard focus, match the window belonging to the OS window that was last
  focused (#5602)


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/kitty/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/kitty/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/kitty/Makefile
diff -u pkgsrc/x11/kitty/Makefile:1.37 pkgsrc/x11/kitty/Makefile:1.38
--- pkgsrc/x11/kitty/Makefile:1.37      Tue Oct 25 09:34:15 2022
+++ pkgsrc/x11/kitty/Makefile   Sun Nov 13 15:44:52 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2022/10/25 09:34:15 pin Exp $
+# $NetBSD: Makefile,v 1.38 2022/11/13 15:44:52 pin Exp $
 
-DISTNAME=      kitty-0.26.4
+DISTNAME=      kitty-0.26.5
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kovidgoyal/}
 GITHUB_PROJECT=        kitty

Index: pkgsrc/x11/kitty/distinfo
diff -u pkgsrc/x11/kitty/distinfo:1.20 pkgsrc/x11/kitty/distinfo:1.21
--- pkgsrc/x11/kitty/distinfo:1.20      Tue Oct 25 09:34:15 2022
+++ pkgsrc/x11/kitty/distinfo   Sun Nov 13 15:44:52 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.20 2022/10/25 09:34:15 pin Exp $
+$NetBSD: distinfo,v 1.21 2022/11/13 15:44:52 pin Exp $
 
-BLAKE2s (kitty-0.26.4.tar.xz) = cb23750fd8b3f64842e06d98e19bcfdf68e5f58f27825b6e3db7f9f6e5c03557
-SHA512 (kitty-0.26.4.tar.xz) = 4d3ef5ba2ca54d0f5cd84ece771297c19c05bd276fc235f92c76d469ad17e55b54de696dce38c9039ae9825c7609e03e937536261c4fb680e936865ee0e4441e
-Size (kitty-0.26.4.tar.xz) = 4749148 bytes
+BLAKE2s (kitty-0.26.5.tar.xz) = a005df9473ddc1bd45ce7af9b515e76f168033bdbd62d7082168fda39568c2dd
+SHA512 (kitty-0.26.5.tar.xz) = 086ae03d0e382afbe3001e357ef51388c7a8e81fa5b4bf9ce8b123a7fc8bfff3bd68d074e926f540a1f2b83062baa831e44d29c017cabfe8221bebe49b64e808
+Size (kitty-0.26.5.tar.xz) = 4749988 bytes
 SHA1 (patch-glfw_wl__init.c) = d3bfa4c4a4b6a524a3a5fddd234368022bcb5c95
 SHA1 (patch-kitty_threading.h) = 04886ab09ac2ab6f4925cd20e739e6b634299d55



Home | Main Index | Thread Index | Old Index