[PC-BSD Commits] r18664 - in pbi/modules/editors/tpad: . resources resources/bin scripts xdg-desktop xdg-menu
svn at pcbsd.org
svn at pcbsd.org
Tue Aug 28 09:05:56 PDT 2012
Author: kenmoore
Date: 2012-08-28 16:05:56 +0000 (Tue, 28 Aug 2012)
New Revision: 18664
Added:
pbi/modules/editors/tpad/resources/bin/
pbi/modules/editors/tpad/resources/bin/tpad.sh
pbi/modules/editors/tpad/scripts/post-install.sh
Modified:
pbi/modules/editors/tpad/pbi.conf
pbi/modules/editors/tpad/xdg-desktop/tpad.desktop
pbi/modules/editors/tpad/xdg-menu/tpad.desktop
Log:
Fix the editors/tpad module by adding a wrapper script and extra script to set the program directory properly
Modified: pbi/modules/editors/tpad/pbi.conf
===================================================================
--- pbi/modules/editors/tpad/pbi.conf 2012-08-28 15:20:56 UTC (rev 18663)
+++ pbi/modules/editors/tpad/pbi.conf 2012-08-28 16:05:56 UTC (rev 18664)
@@ -17,7 +17,7 @@
PBI_REQUIRESROOT="NO"
# -- Auto-build Configuration Options --
-PBI_BUILDKEY="00"
+PBI_BUILDKEY="01"
PBI_AB_PRIORITY="00"
PBI_AB_NOTMPFS="NO"
Modified: pbi/modules/editors/tpad/xdg-desktop/tpad.desktop
===================================================================
--- pbi/modules/editors/tpad/xdg-desktop/tpad.desktop 2012-08-28 15:20:56 UTC (rev 18663)
+++ pbi/modules/editors/tpad/xdg-desktop/tpad.desktop 2012-08-28 16:05:56 UTC (rev 18664)
@@ -4,7 +4,7 @@
Type=Application
Name=tpad
GenericName=tpad
-Exec=%%PBI_EXEDIR%%/tpad
+Exec=%%PBI_EXEDIR%%/tpad.sh
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/tpad.png
StartupNotify=true
Modified: pbi/modules/editors/tpad/xdg-menu/tpad.desktop
===================================================================
--- pbi/modules/editors/tpad/xdg-menu/tpad.desktop 2012-08-28 15:20:56 UTC (rev 18663)
+++ pbi/modules/editors/tpad/xdg-menu/tpad.desktop 2012-08-28 16:05:56 UTC (rev 18664)
@@ -4,7 +4,7 @@
Type=Application
Name=tpad
GenericName=tpad
-Exec=%%PBI_EXEDIR%%/tpad
+Exec=%%PBI_EXEDIR%%/tpad.sh
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/tpad.png
StartupNotify=true
More information about the Commits
mailing list