kitty: update to 0.19.0

Closes: #25338 [via git-merge-pr]
This commit is contained in:
SolitudeSF 2020-10-04 17:43:29 +03:00 committed by Andrew J. Hesford
parent 1a2b4e4749
commit 75ac83af14

View file

@ -1,6 +1,6 @@
# Template file for 'kitty'
pkgname=kitty
version=0.18.3
version=0.19.0
revision=1
pycompile_dirs="usr/lib/kitty"
hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
@ -13,7 +13,7 @@ license="GPL-3.0-or-later"
homepage="https://sw.kovidgoyal.net/kitty/"
changelog="https://sw.kovidgoyal.net/kitty/changelog.html"
distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz"
checksum=8fc923793e37a9a6c638076556c8fbaa3224da1356ff185e544e32d59d4a67a4
checksum=c4307c95610423d8ebadd0a903217ef0951db2b054dfef2831d319d5133e02e7
patch_args="-Np1"
python_version=3
LDFLAGS+=" -Wl,-z,stack-size=2097152"
@ -41,7 +41,6 @@ do_install() {
kitty-terminfo_package() {
short_desc+=" - terminfo data"
archs=noarch
pkg_install() {
vmove usr/share/terminfo
}