[PC-BSD Commits] r15456 - in pbi/modules/devel/tortoisehg2: . xdg-menu
svn at pcbsd.org
svn at pcbsd.org
Thu Feb 16 12:36:42 PST 2012
Author: kenmoore
Date: 2012-02-16 20:36:42 +0000 (Thu, 16 Feb 2012)
New Revision: 15456
Modified:
pbi/modules/devel/tortoisehg2/pbi.conf
pbi/modules/devel/tortoisehg2/xdg-menu/thg.desktop
Log:
Fix the icons for tortoishg2, do not rebuild - port needs to be updated before it will work with the current version of mercurial
Modified: pbi/modules/devel/tortoisehg2/pbi.conf
===================================================================
--- pbi/modules/devel/tortoisehg2/pbi.conf 2012-02-16 20:27:29 UTC (rev 15455)
+++ pbi/modules/devel/tortoisehg2/pbi.conf 2012-02-16 20:36:42 UTC (rev 15456)
@@ -2,7 +2,7 @@
PBI_PROGNAME="TortoiseHg"
PBI_PROGWEB="http://tortoisehg.bitbucket.org/"
PBI_PROGAUTHOR="6yearold at gmail.com"
-PBI_PROGICON="thg_icon.png"
+PBI_PROGICON="thg_logo.png"
PBI_MAKEPORT="devel/tortoisehg2"
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER=""
Modified: pbi/modules/devel/tortoisehg2/xdg-menu/thg.desktop
===================================================================
--- pbi/modules/devel/tortoisehg2/xdg-menu/thg.desktop 2012-02-16 20:27:29 UTC (rev 15455)
+++ pbi/modules/devel/tortoisehg2/xdg-menu/thg.desktop 2012-02-16 20:36:42 UTC (rev 15456)
@@ -6,6 +6,6 @@
Comment=GUI application for using Mercurial
Exec=%%PBI_EXEDIR%%/thg --nofork
Path=%%PBI_APPDIR%%
-Icon=%%PBI_APPDIR%%/thg_icon.png
+Icon=%%PBI_APPDIR%%/thg_logo.png
StartupNotify=true
Categories=Development;RevisionControl;
More information about the Commits
mailing list