1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

x11/wezterm: expose nautilus menu after b4e52f9bbe

https://github.com/wez/wezterm/commit/8020e094bbd9
This commit is contained in:
Jan Beich 2022-04-09 17:12:50 +00:00
parent 5333878076
commit ad122b33a4

View File

@ -36,6 +36,7 @@ PLIST_FILES= bin/strip-ansi-escapes \
share/icons/hicolor/128x128/apps/org.wezfurlong.wezterm.png \
share/icons/hicolor/scalable/apps/org.wezfurlong.wezterm.svg \
share/metainfo/org.wezfurlong.wezterm.appdata.xml \
share/nautilus-python/extensions/${PORTNAME}-nautilus.py \
${NULL}
.if exists(/usr/bin/tic)
@ -551,7 +552,7 @@ do-install-DOCS-on:
post-install:
# Install assets similar to ci/deploy.sh
.for f in ${PORTNAME}.desktop ${PORTNAME}.appdata.xml \
.for f in ${PORTNAME}.desktop ${PORTNAME}.appdata.xml ${PORTNAME}-nautilus.py \
icon/terminal.png icon/${PORTNAME}-icon.svg shell-integration/${PORTNAME}.sh
${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_FILES:M*.${f:E}:H}
${INSTALL_DATA} ${WRKSRC}/assets/${f:R}.${f:E} \