diff options
-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> |