Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Alexander Tsamutali (e31e479220270b79acb6ef5ea2c88b7f19b53af5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Alexander Tsamutali (e31e479220270b79acb6ef5ea2c88b7f19b53af5)
  • Date: Sat, 20 Oct 2007 05:31:27 -0500

GIT changes to master z-rejected grimoire by Alexander Tsamutali
<astsmtl AT gmail.com>:

z-http/flash/CONFIGURE | 4 +++-
z-http/flash/HISTORY | 3 +++
z-http/flash/INSTALL | 18 ++++++++++++++++++
3 files changed, 24 insertions(+), 1 deletion(-)

New commits:
commit e31e479220270b79acb6ef5ea2c88b7f19b53af5
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

z-http/flash: added support for iceweasel-bin

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

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

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

ask_spell mozilla Mozilla MOZILLA
ask_spell firefox Firefox FIREFOX
@@ -30,3 +31,4 @@ ask_spell kdebase Konqueror KDEBASE
ask_spell opera Opera OPERA
ask_spell netscape4 Netscape NETSCAPE
ask_spell xulrunner XULRunner XULRUNNER
+ask_spell iceweasel-bin Iceweasel-bin ICE_BIN
diff --git a/z-http/flash/HISTORY b/z-http/flash/HISTORY
index 94aafbb..d2393c9 100644
--- a/z-http/flash/HISTORY
+++ b/z-http/flash/HISTORY
@@ -1,3 +1,6 @@
+2007-10-20 Alexander Tsamutali <astsmtl AT gmail.com>
+ * CONFIGURE, INSTALL: added support for iceweasel-bin
+
2007-10-02 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0]
fixed version in the descriptions
diff --git a/z-http/flash/INSTALL b/z-http/flash/INSTALL
index 4129d47..33ee2d9 100755
--- a/z-http/flash/INSTALL
+++ b/z-http/flash/INSTALL
@@ -152,4 +152,22 @@ case $XULRUNNER in
fi
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
+ fi
+ if [ -e /opt/iceweasel/plugins/flashplayer.xpt ]; then
+ rm -f /opt/iceweasel/plugins/flashplayer.xpt
+ fi
+ cp libflashplayer.so /opt/iceweasel/plugins/ &&
+ if [[ "${FLASH_BETA}" == "n" ]]; then
+ cp flashplayer.xpt /opt/iceweasel/plugins/
+ fi
+ fi
+ ;;
esac



  • [SM-Commit] GIT changes to master z-rejected grimoire by Alexander Tsamutali (e31e479220270b79acb6ef5ea2c88b7f19b53af5), Alexander Tsamutali, 10/20/2007

Archive powered by MHonArc 2.6.24.

Top of Page