Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 2015 17:18:07 +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: r386230 - in head/x11-fm/thunar: . files
Message-ID:  <201505131718.t4DHI72A097291@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Wed May 13 17:18:06 2015
New Revision: 386230
URL: https://svnweb.freebsd.org/changeset/ports/386230

Log:
  - Fix Trash panel plugin (PLUG_TPA), now receives good signal during monitoring
  trash folder
  - Bump PORTREVISION
  
  Obtained from:	Upstream git repo

Added:
  head/x11-fm/thunar/files/patch-thunar_thunar-file.c   (contents, props changed)
Modified:
  head/x11-fm/thunar/Makefile

Modified: head/x11-fm/thunar/Makefile
==============================================================================
--- head/x11-fm/thunar/Makefile	Wed May 13 17:14:00 2015	(r386229)
+++ head/x11-fm/thunar/Makefile	Wed May 13 17:18:06 2015	(r386230)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Thunar
 PORTVERSION=	1.6.8
+PORTREVISION=	1
 CATEGORIES=	x11-fm xfce
 MASTER_SITES=	XFCE/src/xfce/${PORTNAME:tl}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4

Added: head/x11-fm/thunar/files/patch-thunar_thunar-file.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fm/thunar/files/patch-thunar_thunar-file.c	Wed May 13 17:18:06 2015	(r386230)
@@ -0,0 +1,12 @@
+Fix Trash panel plugin (PLUG_TPA), now receives right signal (bug #11896)
+
+--- thunar/thunar-file.c.orig	2015-05-05 17:25:29 UTC
++++ thunar/thunar-file.c
+@@ -661,6 +661,7 @@ thunar_file_monitor_update (GFile       
+       switch (event_type)
+         {
+         case G_FILE_MONITOR_EVENT_CREATED:
++        case G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED:
+         case G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT:
+         case G_FILE_MONITOR_EVENT_PRE_UNMOUNT:
+         case G_FILE_MONITOR_EVENT_DELETED:



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