From ad122b33a42e2cc81fca5b02c164ad1792cb356b Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 9 Apr 2022 17:12:50 +0000 Subject: [PATCH] x11/wezterm: expose nautilus menu after b4e52f9bbec0 https://github.com/wez/wezterm/commit/8020e094bbd9 --- x11/wezterm/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/wezterm/Makefile b/x11/wezterm/Makefile index 0282bcf070ec0..1e9a89662a0fe 100644 --- a/x11/wezterm/Makefile +++ b/x11/wezterm/Makefile @@ -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} \