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:   nia
Date:           Wed Jan  8 12:31:45 UTC 2020

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

Log Message:
kitty: Update to 0.15.1

0.15.1 [2019-12-21]

    Fix a crash/incorrect rendering when detaching a window in some circumstances

    hints kitten: Add an option kitty +kitten hints --ascending to control if the hints numbers increase or decrease from top to bottom

    Fix background_opacity incorrectly applying to selected text and reverse video text

    Add a new option tab_bar_background to specify a different color for the tab bar

    Add a new option active_tab_title_template to specify a different template for active tab titles

    Fix lines at the edge of the window at certain windows sizes when drawing images on a transparent window

    Fix window not being rendered for the first time until some input has been received from child process


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/kitty/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/kitty/PLIST
cvs rdiff -u -r1.3 -r1.4 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.10 pkgsrc/x11/kitty/Makefile:1.11
--- pkgsrc/x11/kitty/Makefile:1.10      Sat Dec 14 22:08:10 2019
+++ pkgsrc/x11/kitty/Makefile   Wed Jan  8 12:31:45 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2019/12/14 22:08:10 nia Exp $
+# $NetBSD: Makefile,v 1.11 2020/01/08 12:31:45 nia Exp $
 
-DISTNAME=      kitty-0.15.0
+DISTNAME=      kitty-0.15.1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kovidgoyal/}
 GITHUB_PROJECT=        kitty

Index: pkgsrc/x11/kitty/PLIST
diff -u pkgsrc/x11/kitty/PLIST:1.5 pkgsrc/x11/kitty/PLIST:1.6
--- pkgsrc/x11/kitty/PLIST:1.5  Sat Dec 14 22:08:10 2019
+++ pkgsrc/x11/kitty/PLIST      Wed Jan  8 12:31:45 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/12/14 22:08:10 nia Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/01/08 12:31:45 nia Exp $
 bin/kitty
 lib/kitty/__main__.py
 lib/kitty/kittens/__init__.py
@@ -54,6 +54,7 @@ lib/kitty/kitty/boss.py
 lib/kitty/kitty/cell_fragment.glsl
 lib/kitty/kitty/cell_vertex.glsl
 lib/kitty/kitty/child.py
+lib/kitty/kitty/choose_entry.py
 lib/kitty/kitty/cli.py
 lib/kitty/kitty/client.py
 lib/kitty/kitty/cmds.py
@@ -102,9 +103,7 @@ share/applications/kitty.desktop
 share/doc/kitty/html/.buildinfo
 share/doc/kitty/html/.nojekyll
 share/doc/kitty/html/_downloads/433dadebd0bf504f8b008985378086ce/kitty.conf
-share/doc/kitty/html/_downloads/9af617374336961a2d79624927eb6a8a/diff.conf
 share/doc/kitty/html/_downloads/a489ebbb52d84eeb19a12b2fda7debda/diff.conf
-share/doc/kitty/html/_downloads/fdd5fc58492b70fe2188716f86e7ff87/kitty.conf
 share/doc/kitty/html/_images/diff.png
 share/doc/kitty/html/_images/hints_mode.png
 share/doc/kitty/html/_images/panel.png
@@ -135,19 +134,12 @@ share/doc/kitty/html/_sources/protocol-e
 share/doc/kitty/html/_sources/rc_protocol.rst.txt
 share/doc/kitty/html/_sources/remote-control.rst.txt
 share/doc/kitty/html/_sources/support.rst.txt
-share/doc/kitty/html/_static/ajax-loader.gif
 share/doc/kitty/html/_static/alabaster.css
 share/doc/kitty/html/_static/basic.css
-share/doc/kitty/html/_static/comment-bright.png
-share/doc/kitty/html/_static/comment-close.png
-share/doc/kitty/html/_static/comment.png
 share/doc/kitty/html/_static/custom.css
 share/doc/kitty/html/_static/doctools.js
 share/doc/kitty/html/_static/documentation_options.js
-share/doc/kitty/html/_static/down-pressed.png
-share/doc/kitty/html/_static/down.png
 share/doc/kitty/html/_static/file.png
-share/doc/kitty/html/_static/jquery-3.2.1.js
 share/doc/kitty/html/_static/jquery-3.4.1.js
 share/doc/kitty/html/_static/jquery.js
 share/doc/kitty/html/_static/kitty.png
@@ -158,9 +150,6 @@ share/doc/kitty/html/_static/pygments.cs
 share/doc/kitty/html/_static/searchtools.js
 share/doc/kitty/html/_static/underscore-1.3.1.js
 share/doc/kitty/html/_static/underscore.js
-share/doc/kitty/html/_static/up-pressed.png
-share/doc/kitty/html/_static/up.png
-share/doc/kitty/html/_static/websupport.js
 share/doc/kitty/html/binary.html
 share/doc/kitty/html/build.html
 share/doc/kitty/html/changelog.html

Index: pkgsrc/x11/kitty/distinfo
diff -u pkgsrc/x11/kitty/distinfo:1.3 pkgsrc/x11/kitty/distinfo:1.4
--- pkgsrc/x11/kitty/distinfo:1.3       Sat Dec 14 22:08:10 2019
+++ pkgsrc/x11/kitty/distinfo   Wed Jan  8 12:31:45 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2019/12/14 22:08:10 nia Exp $
+$NetBSD: distinfo,v 1.4 2020/01/08 12:31:45 nia Exp $
 
-SHA1 (kitty-0.15.0.tar.xz) = 8b4f57a4f291de2de047a6905a9c383f9e218589
-RMD160 (kitty-0.15.0.tar.xz) = a116d11f9bb331ce72c0db3781b454b640b76969
-SHA512 (kitty-0.15.0.tar.xz) = 4e546fb9ad0cf34df8aa5ef3787224e8dd820fadb474faddc5f47b987bbc46fb62350a64bcacbdccd7e7cd287df22045ed742b89f613e402f033dc8bb73d8688
-Size (kitty-0.15.0.tar.xz) = 2978152 bytes
+SHA1 (kitty-0.15.1.tar.xz) = dfcf5ce07095dd4c129a47cbac0a5294d1f0d047
+RMD160 (kitty-0.15.1.tar.xz) = 26a367fed4183ebdfabf289808731b69b524cf0b
+SHA512 (kitty-0.15.1.tar.xz) = e32fe719b4fc7c45b324e4372e0dca3e482f81b245b8bf4eb2b643dccc8541a8d1f93b0f73d5777a7b51cd62a720468036bcb848797e0cba2dad71bba005f9e1
+Size (kitty-0.15.1.tar.xz) = 2974348 bytes
 SHA1 (patch-kitty_threading.h) = 04886ab09ac2ab6f4925cd20e739e6b634299d55



Home | Main Index | Thread Index | Old Index