[PC-BSD Commits] r3263 - in pbibuild/modules: audacious/overlay-dir desmume desmume/overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Wed Jan 14 11:52:58 PST 2009
Author: kris
Date: 2009-01-14 11:52:57 -0800 (Wed, 14 Jan 2009)
New Revision: 3263
Removed:
pbibuild/modules/audacious/overlay-dir/lib
Modified:
pbibuild/modules/desmume/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/desmume/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/desmume/pbi.conf
Log:
Updated desmume to be 100% self-contained, and removed a lib in audacious
Modified: pbibuild/modules/desmume/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/desmume/overlay-dir/PBI.RemoveScript.sh 2009-01-14 19:40:00 UTC (rev 3262)
+++ pbibuild/modules/desmume/overlay-dir/PBI.RemoveScript.sh 2009-01-14 19:52:57 UTC (rev 3263)
@@ -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/desmume
-rm -fR /usr/local/bin/desmume-cli
-rm -fR /usr/local/bin/desmume-glade
if [ ! -z "$DISPLAY" ]
then
# Ask if we want to remove the user profiles
Modified: pbibuild/modules/desmume/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/desmume/overlay-dir/PBI.SetupScript.sh 2009-01-14 19:40:00 UTC (rev 3262)
+++ pbibuild/modules/desmume/overlay-dir/PBI.SetupScript.sh 2009-01-14 19:52:57 UTC (rev 3263)
@@ -14,8 +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/desmume /usr/local/bin/desmume
-ln -s /Programs/${PROGDIR}/.sbin/desmume-cli /usr/local/bin/desmume-cli
-ln -s /Programs/${PROGDIR}/.sbin/desmume-glade /usr/local/bin/desmume-glade
-echo "LAUNCHCLOSE: /usr/local/bin/desmume"
+# 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/desmume"
Modified: pbibuild/modules/desmume/pbi.conf
===================================================================
--- pbibuild/modules/desmume/pbi.conf 2009-01-14 19:40:00 UTC (rev 3262)
+++ pbibuild/modules/desmume/pbi.conf 2009-01-14 19:52:57 UTC (rev 3263)
@@ -25,13 +25,13 @@
PBIUPDATE="http://update.pbidir.com"
# Other Ports we need built (One per line)
-OTHERPORT=""
+OTHERPORT="/usr/ports/x11-themes/qtcurve-gtk2"
# Enter your custom make options here
MAKEOPTS=""
# 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="06"
+BUILDKEY="01"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list