[PC-BSD Commits] r18137 - in pbi/modules/editors/emacs-devel: . resources resources/bin scripts xdg-desktop xdg-menu
svn at pcbsd.org
svn at pcbsd.org
Fri Aug 3 10:26:56 PDT 2012
Author: kenmoore
Date: 2012-08-03 17:26:56 +0000 (Fri, 03 Aug 2012)
New Revision: 18137
Added:
pbi/modules/editors/emacs-devel/resources/bin/
pbi/modules/editors/emacs-devel/resources/bin/emacs.sh
pbi/modules/editors/emacs-devel/scripts/post-install.sh
Modified:
pbi/modules/editors/emacs-devel/pbi.conf
pbi/modules/editors/emacs-devel/xdg-desktop/emacs.desktop
pbi/modules/editors/emacs-devel/xdg-menu/emacs.desktop
Log:
Add a wrapper script to editors/emacs-devel to prevent it from crashing on light DE's
Modified: pbi/modules/editors/emacs-devel/pbi.conf
===================================================================
--- pbi/modules/editors/emacs-devel/pbi.conf 2012-08-03 16:47:49 UTC (rev 18136)
+++ pbi/modules/editors/emacs-devel/pbi.conf 2012-08-03 17:26:56 UTC (rev 18137)
@@ -25,6 +25,6 @@
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="x11-themes/qtcurve-gtk2"
-PBI_BUILDKEY="01"; export PBI_BUILDKEY
+PBI_BUILDKEY="02"; export PBI_BUILDKEY
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER
Modified: pbi/modules/editors/emacs-devel/xdg-desktop/emacs.desktop
===================================================================
--- pbi/modules/editors/emacs-devel/xdg-desktop/emacs.desktop 2012-08-03 16:47:49 UTC (rev 18136)
+++ pbi/modules/editors/emacs-devel/xdg-desktop/emacs.desktop 2012-08-03 17:26:56 UTC (rev 18137)
@@ -4,7 +4,7 @@
Type=Application
Name=Emacs
GenericName=Emacs
-Exec=%%PBI_EXEDIR%%/emacs
+Exec=%%PBI_EXEDIR%%/emacs.sh
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/emacs.png
StartupNotify=true
Modified: pbi/modules/editors/emacs-devel/xdg-menu/emacs.desktop
===================================================================
--- pbi/modules/editors/emacs-devel/xdg-menu/emacs.desktop 2012-08-03 16:47:49 UTC (rev 18136)
+++ pbi/modules/editors/emacs-devel/xdg-menu/emacs.desktop 2012-08-03 17:26:56 UTC (rev 18137)
@@ -4,7 +4,7 @@
Type=Application
Name=Emacs
GenericName=Emacs
-Exec=%%PBI_EXEDIR%%/emacs
+Exec=%%PBI_EXEDIR%%/emacs.sh
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/emacs.png
StartupNotify=true
More information about the Commits
mailing list