[PC-BSD Commits] r14645 - in pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components: . chromium firefox opera thunderbird
svn at pcbsd.org
svn at pcbsd.org
Wed Jan 4 08:49:55 PST 2012
Author: kris
Date: 2012-01-04 16:49:55 +0000 (Wed, 04 Jan 2012)
New Revision: 14645
Added:
pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/chromium/
Removed:
pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/amarok/
pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/filezilla/
pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/gimp/
pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/k3b/
pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/openoffice/
pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/pidgin/
pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/thewarden/
pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/vlc/
pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/wine/
Modified:
pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/chromium/component.cfg
pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/chromium/component.cfg.uk
pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/chromium/component.png
pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/chromium/install.sh
pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/firefox/install.sh
pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/opera/install.sh
pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/thunderbird/install.sh
Log:
Update our optional PBI modules on the install DVD
Modified: pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/chromium/component.cfg
===================================================================
--- pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/firefox/component.cfg 2011-12-27 15:38:21 UTC (rev 14470)
+++ pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/chromium/component.cfg 2012-01-04 16:49:55 UTC (rev 14645)
@@ -1,4 +1,4 @@
-# Firefox component file
-name: Firefox
-description: Mozilla's popular web browser
+# Chromium component file
+name: Chromium
+description: Google's popular web-browser
type: PBI
Modified: pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/chromium/component.cfg.uk
===================================================================
--- pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/firefox/component.cfg.uk 2011-12-27 15:38:21 UTC (rev 14470)
+++ pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/chromium/component.cfg.uk 2012-01-04 16:49:55 UTC (rev 14645)
@@ -1,4 +1,4 @@
# Firefox component file
-name: Firefox
-description: Популярний веб браузер від Mozilla
+name: Chromium
+description: Google's Web Browser
type: PBI
Modified: pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/chromium/component.png
===================================================================
(Binary files differ)
Modified: pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/chromium/install.sh
===================================================================
--- pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/firefox/install.sh 2011-12-27 15:38:21 UTC (rev 14470)
+++ pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/chromium/install.sh 2012-01-04 16:49:55 UTC (rev 14645)
@@ -1,8 +1,7 @@
#!/bin/sh
# This script installs the PBI
-
+PATH="${PATH}:/usr/local/bin:/usr/local/sbin" ; export PATH
DISPLAY=""; export DISPLAY
-echo "Installing Firefox PBI"
-chmod 755 ${COMPTMPDIR}/${CFILE}
-${COMPTMPDIR}/${CFILE} -text -accept
+echo "Installing Chromium PBI"
+pbi_add ${COMPTMPDIR}/${CFILE}
Modified: pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/firefox/install.sh
===================================================================
--- pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/firefox/install.sh 2012-01-04 16:26:19 UTC (rev 14644)
+++ pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/firefox/install.sh 2012-01-04 16:49:55 UTC (rev 14645)
@@ -1,8 +1,7 @@
#!/bin/sh
# This script installs the PBI
-
+PATH="${PATH}:/usr/local/bin:/usr/local/sbin" ; export PATH
DISPLAY=""; export DISPLAY
echo "Installing Firefox PBI"
-chmod 755 ${COMPTMPDIR}/${CFILE}
-${COMPTMPDIR}/${CFILE} -text -accept
+pbi_add ${COMPTMPDIR}/${CFILE}
Modified: pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/opera/install.sh
===================================================================
--- pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/opera/install.sh 2012-01-04 16:26:19 UTC (rev 14644)
+++ pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/opera/install.sh 2012-01-04 16:49:55 UTC (rev 14645)
@@ -1,8 +1,7 @@
#!/bin/sh
# This script installs the PBI
-
+PATH="${PATH}:/usr/local/bin:/usr/local/sbin" ; export PATH
DISPLAY=""; export DISPLAY
echo "Installing Opera PBI"
-chmod 755 ${COMPTMPDIR}/${CFILE}
-${COMPTMPDIR}/${CFILE} -text -accept
+pbi_add ${COMPTMPDIR}/${CFILE}
Modified: pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/thunderbird/install.sh
===================================================================
--- pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/thunderbird/install.sh 2012-01-04 16:26:19 UTC (rev 14644)
+++ pcbsd/current/installcd-overlay/usr/share/pc-sysinstall/components/thunderbird/install.sh 2012-01-04 16:49:55 UTC (rev 14645)
@@ -1,8 +1,7 @@
#!/bin/sh
# This script installs the PBI
-
+PATH="${PATH}:/usr/local/bin:/usr/local/sbin" ; export PATH
DISPLAY=""; export DISPLAY
echo "Installing Thunderbird PBI"
-chmod 755 ${COMPTMPDIR}/${CFILE}
-${COMPTMPDIR}/${CFILE} -text -accept
+pbi_add ${COMPTMPDIR}/${CFILE}
More information about the Commits
mailing list