Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Pol Vinogradov (458c2fc1362861a87d0cd97b47b4708696a8038b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Pol Vinogradov (458c2fc1362861a87d0cd97b47b4708696a8038b)
  • Date: Tue, 1 Jan 2008 18:20:29 -0600

GIT changes to master z-rejected grimoire by Pol Vinogradov
<vin.public AT gmail.com>:

z-http/flash/CONFIGURE | 8 ++++----
z-http/flash/HISTORY | 3 +++
z-http/flash/INSTALL | 30 +++++++++++++++---------------
3 files changed, 22 insertions(+), 19 deletions(-)

New commits:
commit 458c2fc1362861a87d0cd97b47b4708696a8038b
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

z-http/flash:

CONFIGURE, INSTALL: replaced iceweasel to icecat

diff --git a/z-http/flash/CONFIGURE b/z-http/flash/CONFIGURE
index b9b2895..e62931f 100755
--- a/z-http/flash/CONFIGURE
+++ b/z-http/flash/CONFIGURE
@@ -17,11 +17,11 @@ echo "Konqueror" &&
echo "Opera" &&
echo "Netscape (not version 4.x)" &&
echo "XULRunner" &&
-echo "Iceweasel" &&
+echo "Icecat" &&

echo "Select which currently installed applications you wish to install
Flash for." &&

-persistent_add MOZILLA FIREFOX SEAMONKEY FIRE_BIN KDEBASE OPERA NETSCAPE
XULRUNNER ICE_BIN ICEWEASEL &&
+persistent_add MOZILLA FIREFOX SEAMONKEY FIRE_BIN KDEBASE OPERA NETSCAPE
XULRUNNER ICE_BIN ICECAT &&

ask_spell mozilla Mozilla MOZILLA
ask_spell firefox Firefox FIREFOX
@@ -31,5 +31,5 @@ ask_spell kdebase Konqueror KDEBASE
ask_spell opera Opera OPERA
ask_spell netscape4 Netscape NETSCAPE
ask_spell xulrunner XULRunner XULRUNNER
-ask_spell iceweasel Iceweasel ICEWEASEL
-ask_spell iceweasel-bin Iceweasel-bin ICE_BIN
+ask_spell icecat Icecat ICECAT
+ask_spell icecat-bin Icecat-bin ICE_BIN
diff --git a/z-http/flash/HISTORY b/z-http/flash/HISTORY
index 40b5cf7..2364950 100644
--- a/z-http/flash/HISTORY
+++ b/z-http/flash/HISTORY
@@ -1,3 +1,6 @@
+2008-01-02 Pol Vinogradov <vin.public AT gmail.com>
+ * CONFIGURE, INSTALL: replaced iceweasel to icecat
+
2007-12-06 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated stable to 9.0.115.0
* INSTALL: No more .xpt to install
diff --git a/z-http/flash/INSTALL b/z-http/flash/INSTALL
index 5e82a74..dde1b39 100755
--- a/z-http/flash/INSTALL
+++ b/z-http/flash/INSTALL
@@ -130,32 +130,32 @@ case $XULRUNNER in
;;
esac &&

-case $ICEWEASEL in
+case $ICECAT in
y|Y)
- if [ -d /usr/lib/iceweasel/plugins ]; then
- message "${MESSAGE_COLOR}Installing for
Iceweasel${DEFAULT_COLOR}\n"
- if [ -e /usr/lib/iceweasel/plugins/libflashplayer.so
]; then
- rm -f
/usr/lib/iceweasel/plugins/libflashplayer.so
+ if [ -d /usr/lib/icecat/plugins ]; then
+ message "${MESSAGE_COLOR}Installing for
Icecat${DEFAULT_COLOR}\n"
+ if [ -e /usr/lib/icecat/plugins/libflashplayer.so ];
then
+ rm -f
/usr/lib/icecat/plugins/libflashplayer.so
fi
- if [ -e /usr/lib/iceweasel/plugins/flashplayer.xpt ];
then
- rm -f
/usr/lib/iceweasel/plugins/flashplayer.xpt
+ if [ -e /usr/lib/icecat/plugins/flashplayer.xpt ];
then
+ rm -f /usr/lib/icecat/plugins/flashplayer.xpt
fi
- cp libflashplayer.so /usr/lib/iceweasel/plugins/
+ cp libflashplayer.so /usr/lib/icecat/plugins/
fi
;;
esac &&

case $ICE_BIN in
y|Y)
- if [ -d /opt/iceweasel/plugins ]; then
- message "${MESSAGE_COLOR}Installing for
Iceweasel-bin${DEFAULT_COLOR}\n"
- if [ -e /opt/iceweasel/plugins/libflashplayer.so ];
then
- rm -f /opt/iceweasel/plugins/libflashplayer.so
+ if [ -d /opt/icecat/plugins ]; then
+ message "${MESSAGE_COLOR}Installing for
Icecat-bin${DEFAULT_COLOR}\n"
+ if [ -e /opt/icecat/plugins/libflashplayer.so ]; then
+ rm -f /opt/icecat/plugins/libflashplayer.so
fi
- if [ -e /opt/iceweasel/plugins/flashplayer.xpt ]; then
- rm -f /opt/iceweasel/plugins/flashplayer.xpt
+ if [ -e /opt/icecat/plugins/flashplayer.xpt ]; then
+ rm -f /opt/icecat/plugins/flashplayer.xpt
fi
- cp libflashplayer.so /opt/iceweasel/plugins/
+ cp libflashplayer.so /opt/icecat/plugins/
fi
;;
esac



  • [SM-Commit] GIT changes to master z-rejected grimoire by Pol Vinogradov (458c2fc1362861a87d0cd97b47b4708696a8038b), Pol Vinogradov, 01/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page