Lines 1-5
Link Here
|
1 |
PORTNAME= kitty |
1 |
PORTNAME= kitty |
2 |
DISTVERSION= 0.25.0 |
2 |
DISTVERSION= 0.25.0 |
|
|
3 |
PORTREVISION= 1 |
3 |
CATEGORIES= x11 wayland |
4 |
CATEGORIES= x11 wayland |
4 |
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${DISTVERSION}/ |
5 |
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${DISTVERSION}/ |
5 |
|
6 |
|
Lines 24-32
LIB_DEPENDS= libdbus-1.so:devel/dbus \
Link Here
|
24 |
librsync.so:net/librsync \ |
25 |
librsync.so:net/librsync \ |
25 |
libwayland-client.so:graphics/wayland \ |
26 |
libwayland-client.so:graphics/wayland \ |
26 |
libwayland-cursor.so:graphics/wayland \ |
27 |
libwayland-cursor.so:graphics/wayland \ |
27 |
libxkbcommon.so:x11/libxkbcommon |
28 |
libxkbcommon.so:x11/libxkbcommon \ |
|
|
29 |
libepoll-shim-interpose.so:devel/libepoll-shim |
28 |
|
30 |
|
29 |
USES= compiler:c11 cpe gettext-runtime gl gmake pkgconfig \ |
31 |
USES= compiler:c11 cpe desktop-file-utils gettext-runtime gl gmake pkgconfig \ |
30 |
python:3.5+ shebangfix tar:xz terminfo xorg |
32 |
python:3.5+ shebangfix tar:xz terminfo xorg |
31 |
GH_ACCOUNT= kovidgoyal |
33 |
GH_ACCOUNT= kovidgoyal |
32 |
USE_GL= gl |
34 |
USE_GL= gl |
Lines 40-45
SHEBANG_GLOB= *.py
Link Here
|
40 |
TEST_ENV= PATH="${STAGEDIR}${PREFIX}/bin:${PATH}" |
42 |
TEST_ENV= PATH="${STAGEDIR}${PREFIX}/bin:${PATH}" |
41 |
TEST_TARGET= test |
43 |
TEST_TARGET= test |
42 |
|
44 |
|
|
|
45 |
CPPFLAGS+= `pkg-config --cflags epoll-shim-interpose` |
46 |
LDFLAGS+= `pkg-config --libs epoll-shim-interpose` |
47 |
|
43 |
BINARY_ALIAS= python3=${PYTHON_CMD} python=${PYTHON_CMD} |
48 |
BINARY_ALIAS= python3=${PYTHON_CMD} python=${PYTHON_CMD} |
44 |
|
49 |
|
45 |
INSTALL_WRKSRC= ${WRKSRC}/linux-package |
50 |
INSTALL_WRKSRC= ${WRKSRC}/linux-package |