Skip to content

Commit

Permalink
x11/kitty: Update to 0.26.2
Browse files Browse the repository at this point in the history
PR:	266458
  • Loading branch information
apraga authored and neelchauhan committed Sep 19, 2022
1 parent 20530b0 commit ed4ae91
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions x11/kitty/Makefile
@@ -1,6 +1,5 @@
PORTNAME= kitty
DISTVERSION= 0.25.2
PORTREVISION= 1
DISTVERSION= 0.26.2
CATEGORIES= x11 wayland
MASTER_SITES= https://github.com/kovidgoyal/${PORTNAME}/releases/download/v${DISTVERSION}/

Expand All @@ -15,6 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx-copybutton>0:textproc/py-sphinx-copybutton@${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} \
openssl>0:security/openssl \
sphinx-build:textproc/py-sphinx@${PY_FLAVOR} \
wayland-protocols>=0:graphics/wayland-protocols
LIB_DEPENDS= libdbus-1.so:devel/dbus \
Expand All @@ -30,7 +30,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \
libxkbcommon.so:x11/libxkbcommon

USES= compiler:c11 cpe desktop-file-utils gettext-runtime gl gmake \
pkgconfig python:3.5+ shebangfix tar:xz terminfo xorg
pkgconfig python:3.5+ shebangfix ssl tar:xz terminfo xorg
CPE_VENDOR= kitty_project
USE_GL= gl
USE_XORG= x11 xcb xcursor xi xinerama xrandr
Expand Down
6 changes: 3 additions & 3 deletions x11/kitty/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1660419246
SHA256 (kitty-0.25.2.tar.xz) = a20a470490fee05bd4bd0ce0964b5b87df1fabe51f05fa076364bbfe2ee4e03c
SIZE (kitty-0.25.2.tar.xz) = 4681940
TIMESTAMP = 1663399175
SHA256 (kitty-0.26.2.tar.xz) = 586ff599c5a3f31831b2a32dd9faafacb6c3581f2561f8ddcab0ba815bc7dab4
SIZE (kitty-0.26.2.tar.xz) = 4716932
3 changes: 1 addition & 2 deletions x11/kitty/pkg-plist
Expand Up @@ -36,8 +36,7 @@ lib/kitty/kittens/mouse_demo/__init__.py
lib/kitty/kittens/mouse_demo/main.py
lib/kitty/kittens/panel/__init__.py
lib/kitty/kittens/panel/main.py
lib/kitty/kittens/prewarm/__init__.py
lib/kitty/kittens/prewarm/main.py
lib/kitty/kitty/prewarm.py
lib/kitty/kittens/query_terminal/__init__.py
lib/kitty/kittens/query_terminal/main.py
lib/kitty/kittens/remote_file/__init__.py
Expand Down

0 comments on commit ed4ae91

Please sign in to comment.