[PC-BSD Commits] r13311 - in pbi/modules/games/py-mnemosyne: . xdg-desktop xdg-menu
svn at pcbsd.org
svn at pcbsd.org
Tue Oct 11 07:57:46 PDT 2011
Author: kenmoore
Date: 2011-10-11 07:57:46 -0700 (Tue, 11 Oct 2011)
New Revision: 13311
Modified:
pbi/modules/games/py-mnemosyne/pbi.conf
pbi/modules/games/py-mnemosyne/xdg-desktop/py-mnemosyne.desktop
pbi/modules/games/py-mnemosyne/xdg-menu/py-mnemosyne.desktop
Log:
Fix the desktop/menu entries for py-mnemosyne as well as add the graphics/py-imaging port and rebuild
Modified: pbi/modules/games/py-mnemosyne/pbi.conf
===================================================================
--- pbi/modules/games/py-mnemosyne/pbi.conf 2011-10-11 14:46:06 UTC (rev 13310)
+++ pbi/modules/games/py-mnemosyne/pbi.conf 2011-10-11 14:57:46 UTC (rev 13311)
@@ -5,6 +5,7 @@
PBI_PROGICON="defaulticon.png"
PBI_MAKEPORT="games/py-mnemosyne"
PBI_MKPORTBEFORE=""
-PBI_MKPORTAFTER=""
+PBI_MKPORTAFTER="graphics/py-imaging"
PBI_MAKEOPTS=""
+PBI_BUILDKEY="01"; export PBI_BUILDKEY
export PBI_MAKEOPTS PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_PROGICON PBI_MAKEPORT
Modified: pbi/modules/games/py-mnemosyne/xdg-desktop/py-mnemosyne.desktop
===================================================================
--- pbi/modules/games/py-mnemosyne/xdg-desktop/py-mnemosyne.desktop 2011-10-11 14:46:06 UTC (rev 13310)
+++ pbi/modules/games/py-mnemosyne/xdg-desktop/py-mnemosyne.desktop 2011-10-11 14:57:46 UTC (rev 13311)
@@ -1,8 +1,9 @@
[Desktop Entry]
Value=1.0
Type=Application
-Name=py-mnemosyne
+Name=Mnemosyne
GenericName=py-mnemosyne
+Exec=%%PBI_APPDIR%%/mnemosyne
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/defaulticon.png
StartupNotify=true
Modified: pbi/modules/games/py-mnemosyne/xdg-menu/py-mnemosyne.desktop
===================================================================
--- pbi/modules/games/py-mnemosyne/xdg-menu/py-mnemosyne.desktop 2011-10-11 14:46:06 UTC (rev 13310)
+++ pbi/modules/games/py-mnemosyne/xdg-menu/py-mnemosyne.desktop 2011-10-11 14:57:46 UTC (rev 13311)
@@ -1,9 +1,10 @@
[Desktop Entry]
Value=1.0
Type=Application
-Name=py-mnemosyne
+Name=Mnemosyne
GenericName=py-mnemosyne
+Exec=%%PBI_APPDIR%%/mnemosyne
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