[PC-BSD Commits] r3155 - in pbibuild/modules/thunderbird: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Mon Dec 29 14:43:16 PST 2008
Author: kris
Date: 2008-12-29 14:43:16 -0800 (Mon, 29 Dec 2008)
New Revision: 3155
Modified:
pbibuild/modules/thunderbird/copy-files
pbibuild/modules/thunderbird/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/thunderbird/pbi.conf
Log:
Updated Thunderbird to respect new LOCALBASE and run entirely self-contained
Modified: pbibuild/modules/thunderbird/copy-files
===================================================================
--- pbibuild/modules/thunderbird/copy-files 2008-12-29 22:25:10 UTC (rev 3154)
+++ pbibuild/modules/thunderbird/copy-files 2008-12-29 22:43:16 UTC (rev 3155)
@@ -45,3 +45,4 @@
/usr/local/lib/libsoftokn3* autolibs/
/usr/local/lib/libsssl3* autolibs/
/usr/local/share/idl/thunderbird* share/idl/
+/usr/local/share/themes share/
Modified: pbibuild/modules/thunderbird/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/thunderbird/overlay-dir/PBI.SetupScript.sh 2008-12-29 22:25:10 UTC (rev 3154)
+++ pbibuild/modules/thunderbird/overlay-dir/PBI.SetupScript.sh 2008-12-29 22:43:16 UTC (rev 3155)
@@ -16,6 +16,15 @@
#########################################
ln -s /Programs/${PROGDIR}/.sbin/thunderbird /usr/local/bin/thunderbird
+# 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
+
+
if [ ! -z "$DISPLAY" ]
then
Modified: pbibuild/modules/thunderbird/pbi.conf
===================================================================
--- pbibuild/modules/thunderbird/pbi.conf 2008-12-29 22:25:10 UTC (rev 3154)
+++ pbibuild/modules/thunderbird/pbi.conf 2008-12-29 22:43:16 UTC (rev 3155)
@@ -26,13 +26,14 @@
# Other Ports we need built (One per line)
OTHERPORT="/usr/ports/mail/thunderbird-i18n/
-/usr/ports/audio/esound"
+/usr/ports/audio/esound
+/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="02"
+BUILDKEY="05"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list