mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
x11/kitty: Update to 0.36.2
- Pet port(clippy|fmt) Release changes: https://sw.kovidgoyal.net/kitty/changelog/#detailed-list-of-changes Reported by: Kovid Goyal <notifications@github.com>
This commit is contained in:
parent
f0a1b800e3
commit
f6534c4e53
@ -1,6 +1,6 @@
|
||||
PORTNAME= kitty
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.36.1
|
||||
DISTVERSION= 0.36.2
|
||||
CATEGORIES= x11 wayland
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
@ -16,9 +16,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sphinx-inline-tabs>0:textproc/py-sphinx-inline-tabs@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sphinxext-opengraph>0:textproc/py-sphinxext-opengraph@${PY_FLAVOR} \
|
||||
nerd-fonts>=3.1.1:x11-fonts/nerd-fonts \
|
||||
urw-base35-fonts>=20200910:x11-fonts/urw-base35-fonts \
|
||||
simde>=0.7.6:devel/simde \
|
||||
sphinx-build:textproc/py-sphinx@${PY_FLAVOR} \
|
||||
urw-base35-fonts>=20200910:x11-fonts/urw-base35-fonts \
|
||||
wayland-protocols>=0:graphics/wayland-protocols
|
||||
LIB_DEPENDS= libcanberra.so:audio/libcanberra \
|
||||
libdbus-1.so:devel/dbus \
|
||||
@ -34,8 +34,6 @@ LIB_DEPENDS= libcanberra.so:audio/libcanberra \
|
||||
libxkbcommon.so:x11/libxkbcommon \
|
||||
libxxhash.so:devel/xxhash
|
||||
|
||||
DOCS_BUILD_DEPENDS= roboto-fonts-ttf>=2.134:x11-fonts/roboto-fonts-ttf
|
||||
|
||||
USES= compiler:c11 cpe desktop-file-utils gettext-runtime gl gmake \
|
||||
go:1.22,modules magick pkgconfig python shebangfix ssl tar:xz \
|
||||
terminfo xorg
|
||||
@ -67,8 +65,9 @@ _STRIP_TARGETS= kitty/fast_data_types.so kitty/glfw-x11.so \
|
||||
|
||||
_EMPTY_DIRS= kittens/choose kittens/diff kittens/unicode_input kittens kitty
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
DOCS_MAKE_ENV= BUILD_DOCS=yes
|
||||
OPTIONS_DEFINE= DOCS
|
||||
DOCS_BUILD_DEPENDS= roboto-fonts-ttf>=2.134:x11-fonts/roboto-fonts-ttf
|
||||
DOCS_MAKE_ENV= BUILD_DOCS=yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
@ -95,6 +94,8 @@ post-patch:
|
||||
${WRKSRC}/setup.py
|
||||
${REINPLACE_CMD} -e "s:%%DATADIR%%:${DATADIR}:1" \
|
||||
${WRKSRC}/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish
|
||||
${REINPLACE_CMD} -e "s:^\(go \)1.23:\1${GO_VERSION}:1" \
|
||||
${WRKSRC}/go.mod
|
||||
|
||||
# For librsync, we need to set header and library path
|
||||
do-build:
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1724487404
|
||||
SHA256 (go/x11_kitty/kitty-v0.36.1/v0.36.1.mod) = 860e13b69a20309f1b32c4d6c9c9890e069a9fc679d74f8740029081cac6498f
|
||||
SIZE (go/x11_kitty/kitty-v0.36.1/v0.36.1.mod) = 1237
|
||||
SHA256 (go/x11_kitty/kitty-v0.36.1/v0.36.1.zip) = b89ff7e165a3fce4bf9006f92b32b6e00f8613c603ea9812bf5f911c2d6de867
|
||||
SIZE (go/x11_kitty/kitty-v0.36.1/v0.36.1.zip) = 9034953
|
||||
TIMESTAMP = 1725608513
|
||||
SHA256 (go/x11_kitty/kitty-v0.36.2/v0.36.2.mod) = 17369e7c78b63b7256090b5fb8b3688c272232acaea5af910c348f5099f97cee
|
||||
SIZE (go/x11_kitty/kitty-v0.36.2/v0.36.2.mod) = 1237
|
||||
SHA256 (go/x11_kitty/kitty-v0.36.2/v0.36.2.zip) = ea726fbd1c774372ccf9de91da353b7c4dc1dd7a123aa96fc80ada694629b1d1
|
||||
SIZE (go/x11_kitty/kitty-v0.36.2/v0.36.2.zip) = 9036831
|
||||
|
Loading…
Reference in New Issue
Block a user