Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kitty: Update to 0.39.0 #4869

Merged
merged 1 commit into from
Jan 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions packages/k/kitty/abi_used_symbols
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
UNKNOWN:bind
UNKNOWN:calloc
UNKNOWN:ceil
UNKNOWN:chdir
Expand Down Expand Up @@ -52,14 +51,12 @@ UNKNOWN:regfree
UNKNOWN:roundf
UNKNOWN:send
UNKNOWN:setsid
UNKNOWN:setsockopt
UNKNOWN:shutdown
UNKNOWN:sigaction
UNKNOWN:signal
UNKNOWN:sigprocmask
UNKNOWN:sigqueue
UNKNOWN:snprintf
UNKNOWN:socket
UNKNOWN:sqrt
UNKNOWN:stat
UNKNOWN:stpcpy
Expand Down
6 changes: 3 additions & 3 deletions packages/k/kitty/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : kitty
version : 0.38.1
release : 77
version : 0.39.0
release : 78
source :
- https://github.com/kovidgoyal/kitty/releases/download/v0.38.1/kitty-0.38.1.tar.xz : 81b81fb4640588dc630871d48243c0e704535412e66ec500ecec3e436673b643
- https://github.com/kovidgoyal/kitty/releases/download/v0.39.0/kitty-0.39.0.tar.xz : c3f5d2371ce78ae29475d21d31264d41478357024f267d9f6038bb4bcdbc972b
- git|https://github.com/simd-everywhere/simde.git : v0.7.6
- https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/NerdFontsSymbolsOnly.tar.xz : b7a3eee24d2b0910f3a07705f1e053221d2535f07c5a13614c4dead2620e9978
license :
Expand Down
10 changes: 7 additions & 3 deletions packages/k/kitty/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@ Kitty is designed from the ground up to support all modern terminal features, su
<Path fileType="library">/usr/lib/kitty/kitty/__pycache__/os_window_size.cpython-311.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/kitty/kitty/__pycache__/os_window_size.cpython-311.opt-2.pyc</Path>
<Path fileType="library">/usr/lib/kitty/kitty/__pycache__/os_window_size.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/kitty/kitty/__pycache__/progress.cpython-311.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/kitty/kitty/__pycache__/progress.cpython-311.opt-2.pyc</Path>
<Path fileType="library">/usr/lib/kitty/kitty/__pycache__/progress.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/kitty/kitty/__pycache__/remote_control.cpython-311.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/kitty/kitty/__pycache__/remote_control.cpython-311.opt-2.pyc</Path>
<Path fileType="library">/usr/lib/kitty/kitty/__pycache__/remote_control.cpython-311.pyc</Path>
Expand Down Expand Up @@ -541,6 +544,7 @@ Kitty is designed from the ground up to support all modern terminal features, su
<Path fileType="library">/usr/lib/kitty/kitty/options/types.py</Path>
<Path fileType="library">/usr/lib/kitty/kitty/options/utils.py</Path>
<Path fileType="library">/usr/lib/kitty/kitty/os_window_size.py</Path>
<Path fileType="library">/usr/lib/kitty/kitty/progress.py</Path>
<Path fileType="library">/usr/lib/kitty/kitty/rc/__init__.py</Path>
<Path fileType="library">/usr/lib/kitty/kitty/rc/__pycache__/__init__.cpython-311.opt-1.pyc</Path>
<Path fileType="library">/usr/lib/kitty/kitty/rc/__pycache__/__init__.cpython-311.opt-2.pyc</Path>
Expand Down Expand Up @@ -823,9 +827,9 @@ Kitty is designed from the ground up to support all modern terminal features, su
</Files>
</Package>
<History>
<Update release="77">
<Date>2024-12-29</Date>
<Version>0.38.1</Version>
<Update release="78">
<Date>2025-01-19</Date>
<Version>0.39.0</Version>
<Comment>Packaging update</Comment>
<Name>Nazar Stasiv</Name>
<Email>[email protected]</Email>
Expand Down
Loading