[PC-BSD Commits] r3221 - in pbibuild/modules/crackattack: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Fri Jan 9 17:55:29 PST 2009
Author: kris
Date: 2009-01-09 17:55:28 -0800 (Fri, 09 Jan 2009)
New Revision: 3221
Modified:
pbibuild/modules/crackattack/build.sh
pbibuild/modules/crackattack/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/crackattack/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/crackattack/pbi.conf
Log:
Crackattack, now with 100% more self-contained good4you goodness!
Modified: pbibuild/modules/crackattack/build.sh
===================================================================
--- pbibuild/modules/crackattack/build.sh 2009-01-10 01:17:20 UTC (rev 3220)
+++ pbibuild/modules/crackattack/build.sh 2009-01-10 01:55:28 UTC (rev 3221)
@@ -9,16 +9,3 @@
# PORTVER = Version number of the port we used to build
##############################################################################
-# Get all the various language files and copy them to the PBI
-LANGFILE="crack-attack.mo"
-mkdir ${PBIDIR}/locale/
-cd /usr/local/share/locale
-for i in `ls`
-do
- if [ -e "/usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE}" ]
- then
- mkdir ${PBIDIR}/locale/${i}
- cp /usr/local/share/locale/${i}/LC_MESSAGES/${LANGFILE} ${PBIDIR}/locale/${i}/
- fi
-done
-
Modified: pbibuild/modules/crackattack/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/crackattack/overlay-dir/PBI.RemoveScript.sh 2009-01-10 01:17:20 UTC (rev 3220)
+++ pbibuild/modules/crackattack/overlay-dir/PBI.RemoveScript.sh 2009-01-10 01:55:28 UTC (rev 3221)
@@ -7,7 +7,3 @@
# TIP: 'kdialog' should be used for user interaction.
#########################################
-rm /usr/local/bin/crack-attack
-rm /usr/local/share/crack-attack
-
-
Modified: pbibuild/modules/crackattack/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/crackattack/overlay-dir/PBI.SetupScript.sh 2009-01-10 01:17:20 UTC (rev 3220)
+++ pbibuild/modules/crackattack/overlay-dir/PBI.SetupScript.sh 2009-01-10 01:55:28 UTC (rev 3221)
@@ -12,9 +12,13 @@
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
-cd /Programs/${PROGDIR}
+# 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
-ln -s /Programs/${PROGDIR}/share/crack-attack /usr/local/share/crack-attack
-ln -s /Programs/${PROGDIR}/.sbin/crack-attack /usr/local/bin/crack-attack
-echo "LAUNCHCLOSE: /usr/local/bin/crack-attack"
+echo "LAUNCHCLOSE: /Programs/bin/crack-attack"
Modified: pbibuild/modules/crackattack/pbi.conf
===================================================================
--- pbibuild/modules/crackattack/pbi.conf 2009-01-10 01:17:20 UTC (rev 3220)
+++ pbibuild/modules/crackattack/pbi.conf 2009-01-10 01:55:28 UTC (rev 3221)
@@ -25,14 +25,14 @@
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="01"
+BUILDKEY="05"
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
More information about the Commits
mailing list