From e462217556fb6beb632d78965072e0e2b7f680c3 Mon Sep 17 00:00:00 2001 From: sirkhancision Date: Mon, 3 Apr 2023 00:47:37 -0300 Subject: [PATCH] kitty: update to 0.27.1. --- srcpkgs/kitty/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index 90eb7261085c..fe0bcf370a65 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,9 +1,9 @@ # Template file for 'kitty' pkgname=kitty -version=0.26.5 -revision=2 +version=0.27.1 +revision=1 pycompile_dirs="usr/lib/kitty" -hostmakedepends="pkg-config python3 wayland-devel wayland-protocols" +hostmakedepends="go pkg-config python3 wayland-devel wayland-protocols" makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel openssl-devel" depends="kitty-terminfo-${version}_${revision}" @@ -13,14 +13,15 @@ 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=5544a580314fec7711187ce28162909b5ecff6780071444fe96fb97f8be5c9ad +checksum=e57672c5ba1973be139548eb772ff13d79c29b0ed67cbbe4418c87b6f1b1a901 python_version=3 LDFLAGS+=" -Wl,-z,stack-size=2097152" +nopie_files="/usr/bin/kitten" # TIOCSWINSZ on ppc overflows signed int, used in ioctl() # glibc defines it with ulong, musl with int (should be harmless) case "$XBPS_TARGET_MACHINE" in - ppc*-musl) CFLAGS+=" -Wno-error=overflow";; +ppc*-musl) CFLAGS+=" -Wno-error=overflow" ;; esac do_build() {