svn commit: r386230 - in head/x11-fm/thunar: . files
Olivier Duchateau
olivierd at FreeBSD.org
Wed May 13 17:18:08 UTC 2015
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:
More information about the svn-ports-all
mailing list