[PC-BSD Commits] r13133 - in pbi/modules/graphics/gnash: . xdg-desktop xdg-menu
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 5 05:14:28 PDT 2011
Author: kenmoore
Date: 2011-10-05 05:14:27 -0700 (Wed, 05 Oct 2011)
New Revision: 13133
Modified:
pbi/modules/graphics/gnash/pbi.conf
pbi/modules/graphics/gnash/xdg-desktop/gnash.desktop
pbi/modules/graphics/gnash/xdg-menu/gnash.desktop
Log:
Fix the desktop/menu icons for gnash and rebuild
Modified: pbi/modules/graphics/gnash/pbi.conf
===================================================================
--- pbi/modules/graphics/gnash/pbi.conf 2011-10-05 11:29:38 UTC (rev 13132)
+++ pbi/modules/graphics/gnash/pbi.conf 2011-10-05 12:14:27 UTC (rev 13133)
@@ -24,5 +24,7 @@
# Ports to build before / after
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER=""
+
+PBI_BUILDKEY="01"; export PBI_BUILDKEY
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER
Modified: pbi/modules/graphics/gnash/xdg-desktop/gnash.desktop
===================================================================
--- pbi/modules/graphics/gnash/xdg-desktop/gnash.desktop 2011-10-05 11:29:38 UTC (rev 13132)
+++ pbi/modules/graphics/gnash/xdg-desktop/gnash.desktop 2011-10-05 12:14:27 UTC (rev 13133)
@@ -4,7 +4,7 @@
Type=Application
Name=Gnash
GenericName=Gnash
-Exec=%%PBI_EXEDIR%%/gnash
+Exec=%%PBI_EXEDIR%%/gnash-gtk-launcher
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/gnash.png
StartupNotify=true
Modified: pbi/modules/graphics/gnash/xdg-menu/gnash.desktop
===================================================================
--- pbi/modules/graphics/gnash/xdg-menu/gnash.desktop 2011-10-05 11:29:38 UTC (rev 13132)
+++ pbi/modules/graphics/gnash/xdg-menu/gnash.desktop 2011-10-05 12:14:27 UTC (rev 13133)
@@ -4,7 +4,7 @@
Type=Application
Name=Gnash
GenericName=Gnash
-Exec=%%PBI_EXEDIR%%/gnash
+Exec=%%PBI_EXEDIR%%/gnash-gtk-launcher
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/gnash.png
StartupNotify=true
More information about the Commits
mailing list