mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Make thunar-archive-plugin work with file-roller, if installed.
This allows "extract-here" menu entry in xfce4-desktop and thunar to work again when file-roller is the only archive manager installed.
This commit is contained in:
parent
35202fb302
commit
48c4c9fdc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499111
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= thunar-archive-plugin
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= archivers xfce
|
||||
MASTER_SITES= XFCE/src/thunar-plugins/${PORTNAME}/${PORTVERSION:R}
|
||||
DIST_SUBDIR= xfce4
|
||||
@ -28,4 +28,8 @@ OPTIONS_SUB= yes
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
NLS_USES= gettext-runtime
|
||||
|
||||
post-install:
|
||||
${RLN} ${STAGEDIR}${PREFIX}/libexec/thunar-archive-plugin/file-roller.tap \
|
||||
${STAGEDIR}${PREFIX}/libexec/thunar-archive-plugin/org.gnome.FileRoller.tap
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,6 +2,7 @@ lib/thunarx-2/thunar-archive-plugin.so
|
||||
libexec/thunar-archive-plugin/ark.tap
|
||||
libexec/thunar-archive-plugin/file-roller.tap
|
||||
libexec/thunar-archive-plugin/gnome-file-roller.tap
|
||||
libexec/thunar-archive-plugin/org.gnome.FileRoller.tap
|
||||
share/icons/hicolor/16x16/apps/tap-create.png
|
||||
share/icons/hicolor/16x16/apps/tap-extract.png
|
||||
share/icons/hicolor/16x16/apps/tap-extract-to.png
|
||||
|
Loading…
Reference in New Issue
Block a user