Skip to content

Commit

Permalink
x11/wezterm: expose nautilus menu after b4e52f9
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Apr 9, 2022
1 parent 5333878 commit ad122b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x11/wezterm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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} \
Expand Down

0 comments on commit ad122b3

Please sign in to comment.