From 5f74db02567aee8140f78cefa6f12304154b1a3c Mon Sep 17 00:00:00 2001 From: blackbeard420 Date: Mon, 11 Apr 2022 18:03:40 -0400 Subject: [PATCH] kitty: update to 0.25.0 --- srcpkgs/kitty/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index 2c012bece18..7f4507a6f0a 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,6 +1,6 @@ # Template file for 'kitty' pkgname=kitty -version=0.24.4 +version=0.25.0 revision=1 pycompile_dirs="usr/lib/kitty" hostmakedepends="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=d8cd0b4967bb61e2a3427b57cb9f45f278813fb6b986f97b370c8c50aa058d18 +checksum=1a2c81bf46687d4141d3182dc984bbc0330791705af152199e5b5815dae933de python_version=3 LDFLAGS+=" -Wl,-z,stack-size=2097152" @@ -27,10 +27,6 @@ do_build() { if [ "$CROSS_BUILD" ]; then CFLAGS+=" -I${XBPS_CROSS_BASE}/${py3_inc}" fi - case "$XBPS_TARGET_MACHINE" in - *-musl) - vsed -e 's/pow10/pow_10/g' -i kitty/parser.c;; - esac python3 setup.py linux-package --prefix=${DESTDIR}/usr --update-check-interval=0 --verbose }