[PC-BSD Commits] r13789 - in pbi/modules/games/monkeybubble: . xdg-desktop xdg-menu
svn at pcbsd.org
svn at pcbsd.org
Thu Nov 10 08:02:23 PST 2011
Author: kenmoore
Date: 2011-11-10 08:02:23 -0800 (Thu, 10 Nov 2011)
New Revision: 13789
Modified:
pbi/modules/games/monkeybubble/pbi.conf
pbi/modules/games/monkeybubble/xdg-desktop/monkeybubble.desktop
pbi/modules/games/monkeybubble/xdg-menu/monkeybubble.desktop
Log:
Fix the desktop/menu entries for monkeybubble and rebuild
Modified: pbi/modules/games/monkeybubble/pbi.conf
===================================================================
--- pbi/modules/games/monkeybubble/pbi.conf 2011-11-10 16:01:52 UTC (rev 13788)
+++ pbi/modules/games/monkeybubble/pbi.conf 2011-11-10 16:02:23 UTC (rev 13789)
@@ -7,5 +7,5 @@
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER=""
PBI_MAKEOPTS=""
-PBI_BUILDKEY="01"; export PBI_BUILDKEY
+PBI_BUILDKEY="02"; export PBI_BUILDKEY
export PBI_MAKEOPTS PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_PROGICON PBI_MAKEPORT
Modified: pbi/modules/games/monkeybubble/xdg-desktop/monkeybubble.desktop
===================================================================
--- pbi/modules/games/monkeybubble/xdg-desktop/monkeybubble.desktop 2011-11-10 16:01:52 UTC (rev 13788)
+++ pbi/modules/games/monkeybubble/xdg-desktop/monkeybubble.desktop 2011-11-10 16:02:23 UTC (rev 13789)
@@ -3,6 +3,7 @@
Type=Application
Name=monkeybubble
GenericName=monkeybubble
+Exec=%%PBI_EXEDIR%%/monkey-bubble
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/defaulticon.png
StartupNotify=true
Modified: pbi/modules/games/monkeybubble/xdg-menu/monkeybubble.desktop
===================================================================
--- pbi/modules/games/monkeybubble/xdg-menu/monkeybubble.desktop 2011-11-10 16:01:52 UTC (rev 13788)
+++ pbi/modules/games/monkeybubble/xdg-menu/monkeybubble.desktop 2011-11-10 16:02:23 UTC (rev 13789)
@@ -3,7 +3,8 @@
Type=Application
Name=monkeybubble
GenericName=monkeybubble
+Exec=%%PBI_EXEDIR%%/monkey-bubble
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/defaulticon.png
StartupNotify=true
-Categories=Games
\ No newline at end of file
+Categories=Games
More information about the Commits
mailing list