Date: Sun, 8 Mar 2015 17:44:52 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380780 - head/x11-fm/thunar Message-ID: <201503081744.t28HiqE9054402@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Sun Mar 8 17:44:52 2015 New Revision: 380780 URL: https://svnweb.freebsd.org/changeset/ports/380780 QAT: https://qat.redports.org/buildarchive/r380780/ Log: - Remove GVFS option - devel/gvfs is necessary for Trash panel plugin (PLUG_TPA option) - Bump PORTREVISION Modified: head/x11-fm/thunar/Makefile Modified: head/x11-fm/thunar/Makefile ============================================================================== --- head/x11-fm/thunar/Makefile Sun Mar 8 17:33:11 2015 (r380779) +++ head/x11-fm/thunar/Makefile Sun Mar 8 17:44:52 2015 (r380780) @@ -3,6 +3,7 @@ PORTNAME= Thunar PORTVERSION= 1.6.6 +PORTREVISION= 1 CATEGORIES= x11-fm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -27,10 +28,10 @@ USE_XORG= sm x11 USES= desktop-file-utils gmake pathfix perl5 libtool pkgconfig \ gettext-tools xfce tar:bzip2 -OPTIONS_DEFINE= GVFS NLS NOTIFY STARTUP +OPTIONS_DEFINE= NLS NOTIFY STARTUP OPTIONS_GROUP= PLUGINS OPTIONS_GROUP_PLUGINS= PLUG_APR PLUG_SBR PLUG_TPA PLUG_UCA PLUG_WALL -OPTIONS_DEFAULT= GVFS NOTIFY PLUG_APR PLUG_SBR PLUG_UCA PLUG_TPA PLUG_WALL STARTUP +OPTIONS_DEFAULT= NOTIFY PLUG_APR PLUG_SBR PLUG_UCA PLUG_TPA PLUG_WALL STARTUP # Override NOTIFY_DESC NOTIFY_DESC= Display notifications @@ -52,7 +53,7 @@ PLUG_APR_LIB_DEPENDS= libexif.so:${PORTS PLUG_APR_CONFIGURE_ENABLE= apr-plugin exif PLUG_SBR_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre PLUG_SBR_CONFIGURE_ENABLE= sbr-plugin pcre -PLUG_TPA_USE= xfce=panel +PLUG_TPA_USE= gnome=gvfs xfce=panel PLUG_TPA_CONFIGURE_ENABLE= tpa-plugin PLUG_UCA_CONFIGURE_ENABLE= uca-plugin PLUG_WALL_CONFIGURE_ENABLE= wallpaper-plugin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503081744.t28HiqE9054402>