[PC-BSD Commits] r3299 - in pbibuild/modules/glest: . overlay-dir overlay-dir/autolibs
svn at pcbsd.org
svn at pcbsd.org
Tue Jan 20 12:57:13 PST 2009
Author: kris
Date: 2009-01-20 12:57:12 -0800 (Tue, 20 Jan 2009)
New Revision: 3299
Removed:
pbibuild/modules/glest/overlay-dir/autolibs/libSDL-1.2.so.11
Modified:
pbibuild/modules/glest/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/glest/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/glest/pbi.conf
Log:
Updated glest, now 100% self-contained
Modified: pbibuild/modules/glest/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/glest/overlay-dir/PBI.RemoveScript.sh 2009-01-20 19:46:30 UTC (rev 3298)
+++ pbibuild/modules/glest/overlay-dir/PBI.RemoveScript.sh 2009-01-20 20:57:12 UTC (rev 3299)
@@ -6,9 +6,6 @@
# ${2} is the username of person performing the deletion.
# TIP: 'kdialog' should be used for user interaction.
#########################################
-rm -fR /usr/local/bin/glest
-rm -fR /usr/local/share/glest
-rm -fR /usr/local/share/doc/glest
if [ ! -z "$DISPLAY" ]
then
# Ask if we want to remove the user profiles
Modified: pbibuild/modules/glest/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/glest/overlay-dir/PBI.SetupScript.sh 2009-01-20 19:46:30 UTC (rev 3298)
+++ pbibuild/modules/glest/overlay-dir/PBI.SetupScript.sh 2009-01-20 20:57:12 UTC (rev 3299)
@@ -14,7 +14,14 @@
# echo 'SETSTEPS: <num>' # Set the current progress of the progress bar
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
-ln -s /Programs/${PROGDIR}/.sbin/glest /usr/local/bin/glest
-ln -s /Programs/${PROGDIR}/share/glest /usr/local/share/glest
-ln -s /Programs/${PROGDIR}/share/doc/glest /usr/local/share/doc/glest
-echo "LAUNCHCLOSE: /usr/local/bin/glest"
+
+# Check which font config we want to link to
+if [ -d "/PCBSD/local/etc/fonts" ]
+then
+ ln -s /PCBSD/local/etc/fonts /Programs/${PROGDIR}/etc/fonts
+else
+ ln -s /usr/local/etc/fonts /Programs/${PROGDIR}/etc/fonts
+fi
+
+
+echo "LAUNCHCLOSE: /Programs/bin/glest"
Modified: pbibuild/modules/glest/pbi.conf
===================================================================
--- pbibuild/modules/glest/pbi.conf 2009-01-20 19:46:30 UTC (rev 3298)
+++ pbibuild/modules/glest/pbi.conf 2009-01-20 20:57:12 UTC (rev 3299)
@@ -32,6 +32,6 @@
# 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="22"
+BUILDKEY="01"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list