[PC-BSD Commits] r3279 - in pbibuild/modules/filezilla: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Fri Jan 16 12:25:39 PST 2009
Author: kris
Date: 2009-01-16 12:25:39 -0800 (Fri, 16 Jan 2009)
New Revision: 3279
Modified:
pbibuild/modules/filezilla/overlay-dir/PBI.FirstRun.sh
pbibuild/modules/filezilla/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/filezilla/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/filezilla/pbi.conf
Log:
Updated filezilla, now 100% self-contained, with proper QT theme
Modified: pbibuild/modules/filezilla/overlay-dir/PBI.FirstRun.sh
===================================================================
--- pbibuild/modules/filezilla/overlay-dir/PBI.FirstRun.sh 2009-01-16 20:19:29 UTC (rev 3278)
+++ pbibuild/modules/filezilla/overlay-dir/PBI.FirstRun.sh 2009-01-16 20:25:39 UTC (rev 3279)
@@ -17,8 +17,3 @@
#########################################
-if [ -e "/usr/local/share/filezilla" ]
-then
- kdialog -error "FileZilla is already installed! Please remove it before re-installing!"
- exit 2
-fi
\ No newline at end of file
Modified: pbibuild/modules/filezilla/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/filezilla/overlay-dir/PBI.RemoveScript.sh 2009-01-16 20:19:29 UTC (rev 3278)
+++ pbibuild/modules/filezilla/overlay-dir/PBI.RemoveScript.sh 2009-01-16 20:25:39 UTC (rev 3279)
@@ -7,8 +7,6 @@
# TIP: 'kdialog' should be used for user interaction.
#########################################
-rm /usr/local/share/filezilla
-
if [ ! -z "$DISPLAY" ]
then
# Ask if we want to remove the user profiles
Modified: pbibuild/modules/filezilla/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/filezilla/overlay-dir/PBI.SetupScript.sh 2009-01-16 20:19:29 UTC (rev 3278)
+++ pbibuild/modules/filezilla/overlay-dir/PBI.SetupScript.sh 2009-01-16 20:25:39 UTC (rev 3279)
@@ -15,5 +15,13 @@
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
-ln -s /Programs/${PROGDIR}/share/filezilla /usr/local/share/filezilla
-echo "LAUNCHCLOSE: /Programs/${PROGDIR}/.sbin/filezilla"
\ No newline at end of file
+# 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/filezilla"
Modified: pbibuild/modules/filezilla/pbi.conf
===================================================================
--- pbibuild/modules/filezilla/pbi.conf 2009-01-16 20:19:29 UTC (rev 3278)
+++ pbibuild/modules/filezilla/pbi.conf 2009-01-16 20:25:39 UTC (rev 3279)
@@ -25,7 +25,7 @@
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=""
More information about the Commits
mailing list