[PC-BSD Commits] r5952 - in pbibuild/modules/x11-wm/enlightenment: . kmenu-dir overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Mon Jan 11 08:14:07 PST 2010
Author: kris
Date: 2010-01-11 08:14:06 -0800 (Mon, 11 Jan 2010)
New Revision: 5952
Added:
pbibuild/modules/x11-wm/enlightenment/kmenu-dir/enlightenment_start
Removed:
pbibuild/modules/x11-wm/enlightenment/kmenu-dir/starte16
Modified:
pbibuild/modules/x11-wm/enlightenment/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/x11-wm/enlightenment/pbi.conf
Log:
Updated enlightenment, use correct startup binary now
Modified: pbibuild/modules/x11-wm/enlightenment/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/x11-wm/enlightenment/overlay-dir/PBI.SetupScript.sh 2010-01-11 15:20:17 UTC (rev 5951)
+++ pbibuild/modules/x11-wm/enlightenment/overlay-dir/PBI.SetupScript.sh 2010-01-11 16:14:06 UTC (rev 5952)
@@ -18,9 +18,9 @@
if [ -d "/PCBSD/local/bin" ]
then
- ln -fs /Programs/${PROGDIR}/.sbin/starte16 /PCBSD/local/bin/starte16
+ ln -fs /Programs/${PROGDIR}/.sbin/enlightenment_start /PCBSD/local/bin/enlightenment_start
else
- ln -fs /Programs/${PROGDIR}/.sbin/starte16 /usr/local/bin/starte16
+ ln -fs /Programs/${PROGDIR}/.sbin/enlightenment_start /usr/local/bin/enlightenment_start
fi
kdialog --msgbox "${PROGDIR} has been installed. To use Enlightenment, logout, and at the login manager, select Session -> Enlightenment"
Modified: pbibuild/modules/x11-wm/enlightenment/pbi.conf
===================================================================
--- pbibuild/modules/x11-wm/enlightenment/pbi.conf 2010-01-11 15:20:17 UTC (rev 5951)
+++ pbibuild/modules/x11-wm/enlightenment/pbi.conf 2010-01-11 16:14:06 UTC (rev 5952)
@@ -32,7 +32,7 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="02"
+BUILDKEY="01"
# Dont prune python files, we need them
PBIPRUNEPYTHON="NO" ; export PBIPRUNEPYTHON
More information about the Commits
mailing list