From 5dfaae835db6c31f49dab540654d3b1c2e64f0f8 Mon Sep 17 00:00:00 2001 From: SolitudeSF Date: Fri, 24 May 2019 14:20:01 +0300 Subject: [PATCH] kitty: update to 0.14.0 --- srcpkgs/kitty/patches/comparison.patch | 11 ----------- srcpkgs/kitty/patches/python-compile-workers.patch | 12 ------------ srcpkgs/kitty/template | 6 +++--- 3 files changed, 3 insertions(+), 26 deletions(-) delete mode 100644 srcpkgs/kitty/patches/comparison.patch delete mode 100644 srcpkgs/kitty/patches/python-compile-workers.patch diff --git a/srcpkgs/kitty/patches/comparison.patch b/srcpkgs/kitty/patches/comparison.patch deleted file mode 100644 index 9251655c1bb..00000000000 --- a/srcpkgs/kitty/patches/comparison.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- kitty/keys.c 2018-05-05 06:33:02.268283599 -0700 -+++ kitty/keys.c 2018-05-05 06:32:45.995284267 -0700 -@@ -77,7 +77,7 @@ - } - - static inline bool --is_ascii_control_char(char c) { -+is_ascii_control_char(signed char c) { - return c == 0 || (1 <= c && c <= 31) || c == 127; - } - diff --git a/srcpkgs/kitty/patches/python-compile-workers.patch b/srcpkgs/kitty/patches/python-compile-workers.patch deleted file mode 100644 index 2ea8d8ebe74..00000000000 --- a/srcpkgs/kitty/patches/python-compile-workers.patch +++ /dev/null @@ -1,12 +0,0 @@ -Reason: Apparently doesn't work with more build jobs ---- setup.py.orig 2019-01-16 07:04:11.515988522 +0100 -+++ setup.py 2019-01-16 07:04:24.905987494 +0100 -@@ -594,7 +594,7 @@ - for f in files: - if f.rpartition('.')[-1] in ('pyc', 'pyo'): - os.remove(os.path.join(root, f)) -- kwargs = dict(ddir='', force=True, optimize=1, quiet=1, workers=num_workers) -+ kwargs = dict(ddir='', force=True, optimize=1, quiet=1, workers=1) - if hasattr(py_compile, 'PycInvalidationMode'): - kwargs['invalidation_mode'] = py_compile.PycInvalidationMode.UNCHECKED_HASH - compileall.compile_dir(base_path, **kwargs) \ No newline at end of file diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index 3261c8cd108..bb5bc975a12 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,7 +1,7 @@ # Template file for 'kitty' pkgname=kitty -version=0.13.3 -revision=2 +version=0.14.0 +revision=1 pycompile_dirs="usr/lib/kitty" hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols" makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel @@ -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=37b90f3467c31ee9f0338c066563ab2ec2eac56267286bc4ef6d9850f97f1507 +checksum=8f5a3262ce41e90b6ce316e0ef54879e8593fd7ea71790d1c55b039bdc34b2f4 pycompile_version="$py3_ver" LDFLAGS+=" -Wl,-z,stack-size=2097152"