Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2019 18:41:56 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499111 - head/archivers/thunar-archive-plugin
Message-ID:  <201904161841.x3GIfuGV072275@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Tue Apr 16 18:41:56 2019
New Revision: 499111
URL: https://svnweb.freebsd.org/changeset/ports/499111

Log:
  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.

Modified:
  head/archivers/thunar-archive-plugin/Makefile
  head/archivers/thunar-archive-plugin/pkg-plist

Modified: head/archivers/thunar-archive-plugin/Makefile
==============================================================================
--- head/archivers/thunar-archive-plugin/Makefile	Tue Apr 16 18:39:58 2019	(r499110)
+++ head/archivers/thunar-archive-plugin/Makefile	Tue Apr 16 18:41:56 2019	(r499111)
@@ -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
@@ -27,5 +27,9 @@ 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>

Modified: head/archivers/thunar-archive-plugin/pkg-plist
==============================================================================
--- head/archivers/thunar-archive-plugin/pkg-plist	Tue Apr 16 18:39:58 2019	(r499110)
+++ head/archivers/thunar-archive-plugin/pkg-plist	Tue Apr 16 18:41:56 2019	(r499111)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904161841.x3GIfuGV072275>