[PC-BSD Commits] r5590 - in pbibuild/modules/mail: . thunderbird3 thunderbird3/overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Mon Dec 14 07:35:44 PST 2009
Author: kris
Date: 2009-12-14 07:35:44 -0800 (Mon, 14 Dec 2009)
New Revision: 5590
Added:
pbibuild/modules/mail/thunderbird3/
pbibuild/modules/mail/thunderbird3/build.sh
pbibuild/modules/mail/thunderbird3/overlay-dir/PBI.SetupScript.sh
Removed:
pbibuild/modules/mail/thunderbird3/build.sh
pbibuild/modules/mail/thunderbird3/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/mail/thunderbird3/overlay-dir/autolibs/
pbibuild/modules/mail/thunderbird3/overlay-dir/lib/
Modified:
pbibuild/modules/mail/thunderbird3/overlay-dir/PBI.FirstRun.sh
pbibuild/modules/mail/thunderbird3/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/mail/thunderbird3/pbi.conf
Log:
Added thunderbird3 module / PBI
Modified: pbibuild/modules/mail/thunderbird3/overlay-dir/PBI.FirstRun.sh
===================================================================
--- pbibuild/modules/mail/thunderbird/overlay-dir/PBI.FirstRun.sh 2009-12-09 20:01:12 UTC (rev 5517)
+++ pbibuild/modules/mail/thunderbird3/overlay-dir/PBI.FirstRun.sh 2009-12-14 15:35:44 UTC (rev 5590)
@@ -15,9 +15,3 @@
# echo 'SETSTEPS: <num>' # Set the current progress of the progress bar
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
-
-if [ -e "/usr/local/bin/thunderbird" ]
-then
- kdialog --sorry "Thunderbird is already installed, it must be uninstalled before loading this PBI"
- return 2
-fi
Modified: pbibuild/modules/mail/thunderbird3/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/mail/thunderbird/overlay-dir/PBI.RemoveScript.sh 2009-12-09 20:01:12 UTC (rev 5517)
+++ pbibuild/modules/mail/thunderbird3/overlay-dir/PBI.RemoveScript.sh 2009-12-14 15:35:44 UTC (rev 5590)
@@ -6,22 +6,3 @@
# ${2} is the username of person performing the deletion.
# TIP: 'kdialog' should be used for user interaction.
#########################################
-
-rm /usr/local/bin/thunderbird
-
-if [ ! -z "$DISPLAY" ]
-then
- # Ask if we want to remove the user profiles
- kdialog --yesno "Do you want to remove Thunderbird user settings?" --title "Remove user settings"
- if [ "$?" = "0" ]
- then
- cd /home
- for i in `ls`
- do
- if [ -e "/home/${i}/.thunderbird" ]
- then
- rm -rf /home/${i}/.thunderbird
- fi
- done
- fi
-fi
\ No newline at end of file
Modified: pbibuild/modules/mail/thunderbird3/pbi.conf
===================================================================
--- pbibuild/modules/mail/thunderbird/pbi.conf 2009-12-09 20:01:12 UTC (rev 5517)
+++ pbibuild/modules/mail/thunderbird3/pbi.conf 2009-12-14 15:35:44 UTC (rev 5590)
@@ -16,7 +16,7 @@
PROGICON="share/pixmaps/thunderbird-128.png"
# Port we want to build
-PBIPORT="/usr/ports/mail/thunderbird/"
+PBIPORT="/usr/ports/mail/thunderbird3/"
# Set to "Auto or NONE" to have the PBI creator auto-populate libs or not
PROGLIBS="Auto"
@@ -25,10 +25,8 @@
PBIUPDATE="http://update.pbidir.com"
# Other Ports we need built (One per line)
-OTHERPORT="/usr/ports/mail/thunderbird-i18n/
-/usr/ports/devel/gconf2
+OTHERPORT="/usr/ports/devel/gconf2
/usr/ports/audio/esound
-/usr/ports/deskutils/lightning-xpi
/usr/ports/x11-themes/qtcurve-gtk2"
# Enter your custom make options here
@@ -36,6 +34,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="02"
+BUILDKEY="01"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list