Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jan 2013 16:33:19 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309999 - in head/x11-fm/thunar: . files
Message-ID:  <201301061633.r06GXJh5073911@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Sun Jan  6 16:33:18 2013
New Revision: 309999
URL: http://svnweb.freebsd.org/changeset/ports/309999

Log:
  Fix terminal icon with x11/xfce4-terminal
  
  Approved by:	rene, miwi (mentors, implicit)

Added:
  head/x11-fm/thunar/files/patch-plugins__thunar-uca__uca.xml.in   (contents, props changed)
Modified:
  head/x11-fm/thunar/Makefile

Modified: head/x11-fm/thunar/Makefile
==============================================================================
--- head/x11-fm/thunar/Makefile	Sun Jan  6 16:26:53 2013	(r309998)
+++ head/x11-fm/thunar/Makefile	Sun Jan  6 16:33:18 2013	(r309999)
@@ -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}

Added: head/x11-fm/thunar/files/patch-plugins__thunar-uca__uca.xml.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fm/thunar/files/patch-plugins__thunar-uca__uca.xml.in	Sun Jan  6 16:33:18 2013	(r309999)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301061633.r06GXJh5073911>