diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-01-06 16:33:18 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-01-06 16:33:18 +0000 |
commit | b75250b0f84c775a035711aebdb2ce01b44ea6b7 (patch) | |
tree | 9b9b7fdeb4aa06abb562d1dc10b63b5965f739b0 /x11-fm | |
parent | cdc55ad872963e32699e49a9665f87ab802c933b (diff) | |
download | ports-b75250b0f84c775a035711aebdb2ce01b44ea6b7.tar.gz ports-b75250b0f84c775a035711aebdb2ce01b44ea6b7.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/thunar/Makefile | 1 | ||||
-rw-r--r-- | x11-fm/thunar/files/patch-plugins__thunar-uca__uca.xml.in | 11 |
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> |