diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-01-07 00:33:18 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-01-07 00:33:18 +0800 |
commit | 652fa4007d17b54c8f956b5abf7cd5cb1fe9a2a8 (patch) | |
tree | 9b9b7fdeb4aa06abb562d1dc10b63b5965f739b0 /x11-fm | |
parent | d0e3889069b063c70ca28467c0da1d32ff459137 (diff) | |
download | freebsd-ports-gnome-652fa4007d17b54c8f956b5abf7cd5cb1fe9a2a8.tar.gz freebsd-ports-gnome-652fa4007d17b54c8f956b5abf7cd5cb1fe9a2a8.tar.zst freebsd-ports-gnome-652fa4007d17b54c8f956b5abf7cd5cb1fe9a2a8.zip |
Fix terminal icon with x11/xfce4-terminal
Approved by: rene, miwi (mentors, implicit)
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> |