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:           Tue Oct 25 09:34:15 UTC 2022

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

Log Message:
x11/kitty: update to 0.26.4

0.26.4 [2022-10-17]
 - macOS: Allow changing the kitty icon by placing a custom icon in the kitty
   config folder (#5464)
 - Allow centering the background_image (#5525)
 - X11: Fix a regression in the previous release that caused pasting from GTK
   based applications to have extra newlines (#5528)
 - Tab bar: Improve empty space management when some tabs have short titles,
   allocate the saved space to the active tab (#5548)
 - Fix background_tint not applying to window margins and padding (#3933)
 - Wayland: Fix background image scaling using tiled mode on high DPI screens
 - Wayland: Fix an abort when changing background colors with
   wayland_titlebar_color set to background (#5562)
 - Update to Unicode 15.0 (#5542)
 - GNOME Wayland: Fix a memory leak in gnome-shell when using client side
   decorations


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/x11/kitty/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/kitty/PLIST
cvs rdiff -u -r1.19 -r1.20 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.36 pkgsrc/x11/kitty/Makefile:1.37
--- pkgsrc/x11/kitty/Makefile:1.36      Tue Sep 27 07:45:50 2022
+++ pkgsrc/x11/kitty/Makefile   Tue Oct 25 09:34:15 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2022/09/27 07:45:50 pin Exp $
+# $NetBSD: Makefile,v 1.37 2022/10/25 09:34:15 pin Exp $
 
-DISTNAME=      kitty-0.26.3
+DISTNAME=      kitty-0.26.4
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kovidgoyal/}
 GITHUB_PROJECT=        kitty

Index: pkgsrc/x11/kitty/PLIST
diff -u pkgsrc/x11/kitty/PLIST:1.20 pkgsrc/x11/kitty/PLIST:1.21
--- pkgsrc/x11/kitty/PLIST:1.20 Tue Sep 27 07:45:50 2022
+++ pkgsrc/x11/kitty/PLIST      Tue Oct 25 09:34:15 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2022/09/27 07:45:50 pin Exp $
+@comment $NetBSD: PLIST,v 1.21 2022/10/25 09:34:15 pin Exp $
 bin/kitty
 lib/kitty/__main__.py
 lib/kitty/__main__.pyc
@@ -696,6 +696,7 @@ share/doc/kitty/html/_static/scripts/fur
 share/doc/kitty/html/_static/scripts/furo.js.map
 share/doc/kitty/html/_static/searchtools.js
 share/doc/kitty/html/_static/skeleton.css
+share/doc/kitty/html/_static/sphinx_highlight.js
 share/doc/kitty/html/_static/styles/furo-extensions.css
 share/doc/kitty/html/_static/styles/furo-extensions.css.map
 share/doc/kitty/html/_static/styles/furo.css

Index: pkgsrc/x11/kitty/distinfo
diff -u pkgsrc/x11/kitty/distinfo:1.19 pkgsrc/x11/kitty/distinfo:1.20
--- pkgsrc/x11/kitty/distinfo:1.19      Tue Sep 27 07:45:50 2022
+++ pkgsrc/x11/kitty/distinfo   Tue Oct 25 09:34:15 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2022/09/27 07:45:50 pin Exp $
+$NetBSD: distinfo,v 1.20 2022/10/25 09:34:15 pin Exp $
 
-BLAKE2s (kitty-0.26.3.tar.xz) = a87c68f2f9e3639368155853f5b3a641127226dcd3fac769141a76fa74d9ad8b
-SHA512 (kitty-0.26.3.tar.xz) = 77a518cd3ec4bb059907f16d01068914951cadbbcf803dcbfae13cc9ce144f65a886d7e986c7191019a0be9ccf902f086c72a24287458d083cbd3fd136d2c589
-Size (kitty-0.26.3.tar.xz) = 4730520 bytes
+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
 SHA1 (patch-glfw_wl__init.c) = d3bfa4c4a4b6a524a3a5fddd234368022bcb5c95
 SHA1 (patch-kitty_threading.h) = 04886ab09ac2ab6f4925cd20e739e6b634299d55



Home | Main Index | Thread Index | Old Index