Skip to content

Commit

Permalink
kitty: Update to 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
judaew committed Dec 2, 2024
1 parent 9150414 commit 6774979
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions aqua/kitty/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PortGroup python 1.0
# TODO: Test port on the macOS 10.12 - macOS 10.15. Because kitty replaces the
# librsync with libxxhash, new versions can work
# correctly again.
github.setup kovidgoyal kitty 0.35.2 v
github.setup kovidgoyal kitty 0.37.0 v
github.tarball_from releases
revision 0

Expand All @@ -23,9 +23,9 @@ homepage https://sw.kovidgoyal.net/kitty/
use_xz yes

checksums ${distfiles} \
rmd160 2cd7af55c93f9d2590f72540482c0df6f4df5d44 \
sha256 b48ac902643bc225ec6ed830f496253ce4522dbe1d4b44fedc3106314c4fade2 \
size 8220608
rmd160 fe2cfd468cbfc2857222c07740783070f446346a \
sha256 efbf933dfe930abd7c88ad0860997633c9c23b46c5000c5872ae3859dfbc50ff \
size 8881224

if {${os.major} <= 15} {
# See https://github.com/kovidgoyal/kitty/issues/2700
Expand All @@ -48,7 +48,7 @@ patchfiles-append patch-kitty-no-deprecated-declarations.diff
patchfiles-append patch-kitty-incorrect-prefix-in-arm-neon-vshrn-intrinsic.diff

python.default_version \
311
313

depends_build-append \
path:lib/pkgconfig/librsvg-2.0.pc:librsvg \
Expand All @@ -73,6 +73,8 @@ build.args-append --ignore-compiler-warnings \
compiler.c_standard 2011

pre-build {
file mkdir ${worksrcpath}/fonts
copy ${filespath}/SymbolsNerdFontMono-Regular.ttf ${worksrcpath}/fonts/
system -W ${worksrcpath} "${python.bin} logo/make.py"
}

Expand Down
Binary file added aqua/kitty/files/SymbolsNerdFontMono-Regular.ttf
Binary file not shown.

0 comments on commit 6774979

Please sign in to comment.