aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/thunar
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2013-01-06 16:33:18 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2013-01-06 16:33:18 +0000
commitb75250b0f84c775a035711aebdb2ce01b44ea6b7 (patch)
tree9b9b7fdeb4aa06abb562d1dc10b63b5965f739b0 /x11-fm/thunar
parentcdc55ad872963e32699e49a9665f87ab802c933b (diff)
downloadports-b75250b0f84c775a035711aebdb2ce01b44ea6b7.tar.gz
ports-b75250b0f84c775a035711aebdb2ce01b44ea6b7.zip
Fix terminal icon with x11/xfce4-terminal
Approved by: rene, miwi (mentors, implicit)
Notes
Notes: svn path=/head/; revision=309999
Diffstat (limited to 'x11-fm/thunar')
-rw-r--r--x11-fm/thunar/Makefile1
-rw-r--r--x11-fm/thunar/files/patch-plugins__thunar-uca__uca.xml.in11
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile
index 0f07d2b2f2d0..7916789df5fc 100644
--- a/x11-fm/thunar/Makefile
+++ b/x11-fm/thunar/Makefile
@@ -4,6 +4,7 @@
PORTNAME= Thunar
PORTVERSION= 1.6.2
+PORTREVISION= 1
CATEGORIES= x11-fm xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/xfce/${PORTNAME:L}/${PORTVERSION:R}
diff --git a/x11-fm/thunar/files/patch-plugins__thunar-uca__uca.xml.in b/x11-fm/thunar/files/patch-plugins__thunar-uca__uca.xml.in
new file mode 100644
index 000000000000..8b906984b9d0
--- /dev/null
+++ b/x11-fm/thunar/files/patch-plugins__thunar-uca__uca.xml.in
@@ -0,0 +1,11 @@
+--- ./plugins/thunar-uca/uca.xml.in.orig 2012-12-27 12:27:54.000000000 +0000
++++ ./plugins/thunar-uca/uca.xml.in 2013-01-03 20:31:59.000000000 +0000
+@@ -36,7 +36,7 @@
+ <actions>
+
+ <action>
+- <icon>Terminal</icon>
++ <icon>utilities-terminal</icon>
+ <patterns>*</patterns>
+ <_name>Open Terminal Here</_name>
+ <command>exo-open --working-directory %f --launch TerminalEmulator</command>