Skip to content

Commit

Permalink
kitty: Update to 0.36.4
Browse files Browse the repository at this point in the history
**Summary**
- [changelog](https://sw.kovidgoyal.net/kitty/changelog/#id1)

**Test Plan**
- kitty -v

**Checklist**
- [X] Package was built and tested against unstable
  • Loading branch information
nazar-stasiv committed Sep 28, 2024
1 parent 1535ab1 commit 708c5d8
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 33 deletions.
1 change: 1 addition & 0 deletions packages/k/kitty/abi_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ kitty:__data_start
kitty:_edata
kitty:_end
kitty:_start
kitty:cleanup_entries
kitty:log_error
kitty:main
kitty:single_instance_main
Expand Down
1 change: 1 addition & 0 deletions packages/k/kitty/abi_used_libs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ libfreetype.so.6
libharfbuzz.so.0
liblcms2.so.2
libm.so.6
libpng16.so.16
libpython3.11.so.1.0
libwayland-client.so.0
libxkbcommon-x11.so.0
Expand Down
56 changes: 29 additions & 27 deletions packages/k/kitty/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ UNKNOWN:fcntl
UNKNOWN:fcntl64
UNKNOWN:feof
UNKNOWN:ferror
UNKNOWN:fgets
UNKNOWN:fileno
UNKNOWN:fopen64
UNKNOWN:fork
Expand All @@ -37,31 +36,6 @@ UNKNOWN:open
UNKNOWN:open64
UNKNOWN:opendir
UNKNOWN:pipe2
UNKNOWN:png_create_info_struct
UNKNOWN:png_create_read_struct
UNKNOWN:png_destroy_read_struct
UNKNOWN:png_get_bit_depth
UNKNOWN:png_get_color_type
UNKNOWN:png_get_error_ptr
UNKNOWN:png_get_gAMA
UNKNOWN:png_get_iCCP
UNKNOWN:png_get_image_height
UNKNOWN:png_get_image_width
UNKNOWN:png_get_io_ptr
UNKNOWN:png_get_rowbytes
UNKNOWN:png_get_sRGB
UNKNOWN:png_get_valid
UNKNOWN:png_read_image
UNKNOWN:png_read_info
UNKNOWN:png_read_update_info
UNKNOWN:png_set_expand_gray_1_2_4_to_8
UNKNOWN:png_set_filler
UNKNOWN:png_set_gamma
UNKNOWN:png_set_gray_to_rgb
UNKNOWN:png_set_palette_to_rgb
UNKNOWN:png_set_read_fn
UNKNOWN:png_set_strip_16
UNKNOWN:png_set_tRNS_to_alpha
UNKNOWN:poll
UNKNOWN:posix_memalign
UNKNOWN:pread64
Expand All @@ -72,7 +46,6 @@ UNKNOWN:reallocarray
UNKNOWN:recv
UNKNOWN:regcomp
UNKNOWN:regfree
UNKNOWN:round
UNKNOWN:roundf
UNKNOWN:send
UNKNOWN:setsid
Expand Down Expand Up @@ -228,6 +201,7 @@ libc.so.6:fclose
libc.so.6:fcntl
libc.so.6:feof
libc.so.6:ferror
libc.so.6:fgets
libc.so.6:fileno
libc.so.6:fopen
libc.so.6:fprintf
Expand Down Expand Up @@ -256,6 +230,7 @@ libc.so.6:inotify_rm_watch
libc.so.6:isatty
libc.so.6:killpg
libc.so.6:listen
libc.so.6:lockf
libc.so.6:malloc
libc.so.6:memchr
libc.so.6:memcmp
Expand All @@ -267,6 +242,7 @@ libc.so.6:mlock
libc.so.6:mmap
libc.so.6:munmap
libc.so.6:nanosleep
libc.so.6:open
libc.so.6:perror
libc.so.6:posix_fallocate
libc.so.6:ppoll
Expand Down Expand Up @@ -486,6 +462,31 @@ libm.so.6:fminf
libm.so.6:powf
libm.so.6:round
libm.so.6:roundf
libpng16.so.16:png_create_info_struct
libpng16.so.16:png_create_read_struct
libpng16.so.16:png_destroy_read_struct
libpng16.so.16:png_get_bit_depth
libpng16.so.16:png_get_color_type
libpng16.so.16:png_get_error_ptr
libpng16.so.16:png_get_gAMA
libpng16.so.16:png_get_iCCP
libpng16.so.16:png_get_image_height
libpng16.so.16:png_get_image_width
libpng16.so.16:png_get_io_ptr
libpng16.so.16:png_get_rowbytes
libpng16.so.16:png_get_sRGB
libpng16.so.16:png_get_valid
libpng16.so.16:png_read_image
libpng16.so.16:png_read_info
libpng16.so.16:png_read_update_info
libpng16.so.16:png_set_expand_gray_1_2_4_to_8
libpng16.so.16:png_set_filler
libpng16.so.16:png_set_gamma
libpng16.so.16:png_set_gray_to_rgb
libpng16.so.16:png_set_palette_to_rgb
libpng16.so.16:png_set_read_fn
libpng16.so.16:png_set_strip_16
libpng16.so.16:png_set_tRNS_to_alpha
libpython3.11.so.1.0:PyBuffer_Release
libpython3.11.so.1.0:PyByteArray_Type
libpython3.11.so.1.0:PyBytes_FromStringAndSize
Expand Down Expand Up @@ -539,6 +540,7 @@ libpython3.11.so.1.0:PyFrozenSet_New
libpython3.11.so.1.0:PyImport_ImportModule
libpython3.11.so.1.0:PyIter_Next
libpython3.11.so.1.0:PyList_Append
libpython3.11.so.1.0:PyList_AsTuple
libpython3.11.so.1.0:PyList_New
libpython3.11.so.1.0:PyList_Type
libpython3.11.so.1.0:PyLong_AsLong
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.36.2
release : 73
version : 0.36.4
release : 74
source :
- https://github.com/kovidgoyal/kitty/releases/download/v0.36.2/kitty-0.36.2.tar.xz : 16db7fba5541f322ecc35f15755bc5dc0b4ab3d02156778317f541c44447fb62
- https://github.com/kovidgoyal/kitty/releases/download/v0.36.4/kitty-0.36.4.tar.xz : 10ebf00a8576bca34ae683866c5be307a35f3c517906d6441923fd740db059bd
- 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
6 changes: 3 additions & 3 deletions packages/k/kitty/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -817,9 +817,9 @@ Kitty is designed from the ground up to support all modern terminal features, su
</Files>
</Package>
<History>
<Update release="73">
<Date>2024-09-07</Date>
<Version>0.36.2</Version>
<Update release="74">
<Date>2024-09-28</Date>
<Version>0.36.4</Version>
<Comment>Packaging update</Comment>
<Name>Nazar Stasiv</Name>
<Email>[email protected]</Email>
Expand Down

0 comments on commit 708c5d8

Please sign in to comment.