update to kitty 0.24.4

Changelog: https://sw.kovidgoyal.net/kitty/changelog/
This commit is contained in:
thfr 2022-03-13 16:22:00 +00:00
parent 3f81a9adb4
commit 75dbd5a5f1
4 changed files with 13 additions and 14 deletions

View File

@ -3,7 +3,7 @@ ONLY_FOR_ARCHS = aarch64 amd64 i386
COMMENT = fast, feature full, GPU-based terminal emulator
MODPY_EGG_VERSION = 0.24.1
MODPY_EGG_VERSION = 0.24.4
DISTNAME = kitty-${MODPY_EGG_VERSION}
CATEGORIES = x11
HOMEPAGE = https://sw.kovidgoyal.net/kitty/

View File

@ -1,2 +1,2 @@
SHA256 (kitty-0.24.1.tar.xz) = y+lyRzAHfDwMpS5DH/EVwxexmNv2CchDvkqp80wtVBI=
SIZE (kitty-0.24.1.tar.xz) = 4512652
SHA256 (kitty-0.24.4.tar.xz) = 2M0LSWe7YeKjQntXy59F8niBP7a5hvl7NwyMUKoFjRg=
SIZE (kitty-0.24.4.tar.xz) = 4613232

View File

@ -5,7 +5,7 @@ disable wayland
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -318,7 +318,6 @@ def init_env(
@@ -314,7 +314,6 @@ def init_env(
df += ' -Og'
float_conversion = '-Wfloat-conversion'
fortify_source = '' if sanitize and is_macos else '-D_FORTIFY_SOURCE=2'
@ -13,7 +13,7 @@ Index: setup.py
sanitize_args = get_sanitize_args(cc, ccver) if sanitize else set()
cppflags_ = os.environ.get(
'OVERRIDE_CPPFLAGS', '-D{}DEBUG'.format('' if debug else 'N'),
@@ -332,12 +331,11 @@ def init_env(
@@ -328,12 +327,11 @@ def init_env(
werror = '' if ignore_compiler_warnings else '-pedantic-errors -Werror'
std = '' if is_openbsd else '-std=c11'
sanitize_flag = ' '.join(sanitize_args)
@ -28,7 +28,7 @@ Index: setup.py
)
)
cflags = shlex.split(cflags_) + shlex.split(
@@ -345,7 +343,7 @@ def init_env(
@@ -341,7 +339,7 @@ def init_env(
)
ldflags_ = os.environ.get(
'OVERRIDE_LDFLAGS',
@ -37,7 +37,7 @@ Index: setup.py
)
ldflags = shlex.split(ldflags_)
ldflags.append('-shared')
@@ -736,7 +734,7 @@ def find_c_files() -> Tuple[List[str], List[str]]:
@@ -732,7 +730,7 @@ def find_c_files() -> Tuple[List[str], List[str]]:
def compile_glfw(compilation_database: CompilationDatabase) -> None:
@ -46,7 +46,7 @@ Index: setup.py
for module in modules.split():
try:
genv = glfw.init_env(env, pkg_config, pkg_version, at_least_version, test_compile, module)
@@ -846,8 +844,6 @@ def build_launcher(args: Options, launcher_dir: str =
@@ -842,8 +840,6 @@ def build_launcher(args: Options, launcher_dir: str =
cflags.append('-g')
if args.profile:
libs.append('-lprofiler')
@ -55,7 +55,7 @@ Index: setup.py
if bundle_type.endswith('-freeze'):
cppflags.append('-DFOR_BUNDLE')
cppflags.append(f'-DPYVER="{sysconfig.get_python_version()}"')
@@ -889,7 +885,7 @@ def build_launcher(args: Options, launcher_dir: str =
@@ -885,7 +881,7 @@ def build_launcher(args: Options, launcher_dir: str =
def copy_man_pages(ddir: str) -> None:

View File

@ -788,6 +788,7 @@ lib/kitty/terminfo/
lib/kitty/terminfo/x/
lib/kitty/terminfo/x/xterm-kitty
@man man/man1/kitty.1
share/applications/kitty-open.desktop
share/applications/kitty.desktop
share/doc/kitty/
share/doc/kitty/html/
@ -843,7 +844,6 @@ share/doc/kitty/html/_sources/kittens/query_terminal.rst.txt
share/doc/kitty/html/_sources/kittens/remote_file.rst.txt
share/doc/kitty/html/_sources/kittens/themes.rst.txt
share/doc/kitty/html/_sources/kittens/transfer.rst.txt
share/doc/kitty/html/_sources/kittens/unicode-input.rst.txt
share/doc/kitty/html/_sources/kittens/unicode_input.rst.txt
share/doc/kitty/html/_sources/kittens_intro.rst.txt
share/doc/kitty/html/_sources/launch.rst.txt
@ -853,6 +853,7 @@ share/doc/kitty/html/_sources/open_actions.rst.txt
share/doc/kitty/html/_sources/overview.rst.txt
share/doc/kitty/html/_sources/performance.rst.txt
share/doc/kitty/html/_sources/pipe.rst.txt
share/doc/kitty/html/_sources/press-mentions.rst.txt
share/doc/kitty/html/_sources/protocol-extensions.rst.txt
share/doc/kitty/html/_sources/quickstart.rst.txt
share/doc/kitty/html/_sources/rc_protocol.rst.txt
@ -880,15 +881,13 @@ share/doc/kitty/html/_static/kitty.svg
share/doc/kitty/html/_static/language_data.js
share/doc/kitty/html/_static/minus.png
share/doc/kitty/html/_static/plus.png
share/doc/kitty/html/_static/poster.png
share/doc/kitty/html/_static/pygments.css
share/doc/kitty/html/_static/pygments_dark.css
share/doc/kitty/html/_static/scripts/
share/doc/kitty/html/_static/scripts/furo-extensions.js
share/doc/kitty/html/_static/scripts/furo.js
share/doc/kitty/html/_static/scripts/furo.js.LICENSE.txt
share/doc/kitty/html/_static/scripts/furo.js.map
share/doc/kitty/html/_static/scripts/main.js
share/doc/kitty/html/_static/scripts/main.js.map
share/doc/kitty/html/_static/searchtools.js
share/doc/kitty/html/_static/styles/
share/doc/kitty/html/_static/styles/furo-extensions.css
@ -932,7 +931,6 @@ share/doc/kitty/html/kittens/query_terminal.html
share/doc/kitty/html/kittens/remote_file.html
share/doc/kitty/html/kittens/themes.html
share/doc/kitty/html/kittens/transfer.html
share/doc/kitty/html/kittens/unicode-input.html
share/doc/kitty/html/kittens/unicode_input.html
share/doc/kitty/html/kittens_intro.html
share/doc/kitty/html/launch.html
@ -943,6 +941,7 @@ share/doc/kitty/html/open_actions.html
share/doc/kitty/html/overview.html
share/doc/kitty/html/performance.html
share/doc/kitty/html/pipe.html
share/doc/kitty/html/press-mentions.html
share/doc/kitty/html/protocol-extensions.html
share/doc/kitty/html/quickstart.html
share/doc/kitty/html/rc_protocol.html