ports/168070: [PATCH] archivers/squeeze, fix thunar-vfs

Olivier Duchateau duchateau.olivier at gmail.com
Thu May 17 20:30:13 UTC 2012


>Number:         168070
>Category:       ports
>Synopsis:       [PATCH] archivers/squeeze, fix thunar-vfs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 17 20:30:03 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Duchateau
>Release:        
>Organization:
>Environment:
>Description:
As x11-fm/thunar-vfs is obsolete, I delete it in Mk/bsd.xfce.mk (PR168068).

- Add LIB_DEPENDS macro for thunar-vfs
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/archivers/squeeze/Makefile squeeze/Makefile
--- /usr/ports/archivers/squeeze/Makefile	2011-11-09 16:25:23.000000000 +0100
+++ squeeze/Makefile	2012-05-16 22:05:38.000000000 +0200
@@ -7,7 +7,7 @@
 
 PORTNAME=	squeeze
 PORTVERSION=	0.2.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	archivers xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/apps/${PORTNAME}/${PORTVERSION:R}
@@ -20,12 +20,14 @@
 
 LICENSE=	GPLv2
 
+LIB_DEPENDS=	thunar-vfs-1.5:${PORTSDIR}/x11-fm/thunar-vfs
+
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 
-USE_XFCE=	configenv panel thunar thunarvfs
+USE_XFCE=	configenv libutil thunar
 USE_XORG=	x11
-USE_GNOME=	gnomehack gtk20 glib20 intltool intlhack pkgconfig
+USE_GNOME=	gnomehack gtk20 glib20 intltool intlhack pkgconfig desktopfileutils
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
diff -urN /usr/ports/archivers/squeeze/pkg-plist squeeze/pkg-plist
--- /usr/ports/archivers/squeeze/pkg-plist	2010-08-13 07:55:54.000000000 +0200
+++ squeeze/pkg-plist	2012-05-16 22:05:38.000000000 +0200
@@ -55,3 +55,5 @@
 @dirrmtry libexec/thunar-archive-plugin
 @dirrmtry include/libsqueeze-0.2/libsqueeze
 @dirrmtry include/libsqueeze-0.2
+ at exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
+ at unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list