svn commit: r380955 - head/x11-wm/xfce4-desktop

Olivier Duchateau olivierd at FreeBSD.org
Tue Mar 10 18:39:01 UTC 2015


Author: olivierd
Date: Tue Mar 10 18:39:00 2015
New Revision: 380955
URL: https://svnweb.freebsd.org/changeset/ports/380955
QAT: https://qat.redports.org/buildarchive/r380955/

Log:
  Make Thunar optional
  
  Requested by:	Eric Douzet (private email)

Modified:
  head/x11-wm/xfce4-desktop/Makefile

Modified: head/x11-wm/xfce4-desktop/Makefile
==============================================================================
--- head/x11-wm/xfce4-desktop/Makefile	Tue Mar 10 18:24:21 2015	(r380954)
+++ head/x11-wm/xfce4-desktop/Makefile	Tue Mar 10 18:39:00 2015	(r380955)
@@ -25,12 +25,16 @@ USES=	pkgconfig gmake gettext-tools xfce
 USE_XORG=	x11 sm
 
 CONFIGURE_ARGS+=--enable-gio-unix \
-	--enable-notifications \
-	--with-file-manager-fallback=Thunar
+	--enable-notifications
 
-OPTIONS_DEFINE=		NLS
+OPTIONS_DEFINE=		NLS THUNAR
+OPTIONS_DEFAULT=	THUNAR
 NLS_USES=	gettext-runtime
 NLS_CONFIGURE_ENABLE=	nls
+THUNAR_USE=	xfce=thunar
+THUNAR_CONFIGURE_ENABLE=	thunarx
+THUNAR_CONFIGURE_WITH=	file-manager-fallback=Thunar
+THUNAR_DESC=	Thunar file manager support
 OPTIONS_SUB=	yes
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-head mailing list