Skip to Content.
Sympa Menu

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

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 (c534321add2cfd32426feab7f1fc4befa27862fb)
  • Date: Mon, 22 Oct 2007 13:37:45 -0500

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

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

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

z-http/flash:

CONFIGURE, INSTALL: added iceweasel support

diff --git a/z-http/flash/CONFIGURE b/z-http/flash/CONFIGURE
index 11bf841..b9b2895 100755
--- a/z-http/flash/CONFIGURE
+++ b/z-http/flash/CONFIGURE
@@ -21,7 +21,7 @@ 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 ICE_BIN &&
+persistent_add MOZILLA FIREFOX SEAMONKEY FIRE_BIN KDEBASE OPERA NETSCAPE
XULRUNNER ICE_BIN ICEWEASEL &&

ask_spell mozilla Mozilla MOZILLA
ask_spell firefox Firefox FIREFOX
@@ -31,4 +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
diff --git a/z-http/flash/HISTORY b/z-http/flash/HISTORY
index d2393c9..0763927 100644
--- a/z-http/flash/HISTORY
+++ b/z-http/flash/HISTORY
@@ -1,3 +1,6 @@
+2007-10-22 Pol Vinogradov <vin.public AT gmail.com>
+ * CONFIGURE, INSTALL: added iceweasel support
+
2007-10-20 Alexander Tsamutali <astsmtl AT gmail.com>
* CONFIGURE, INSTALL: added support for iceweasel-bin

diff --git a/z-http/flash/INSTALL b/z-http/flash/INSTALL
index 33ee2d9..3adbea4 100755
--- a/z-http/flash/INSTALL
+++ b/z-http/flash/INSTALL
@@ -154,6 +154,24 @@ case $XULRUNNER in
;;
esac &&

+case $ICEWEASEL 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
+ fi
+ if [ -e /usr/lib/iceweasel/plugins/flashplayer.xpt ];
then
+ rm -f
/usr/lib/iceweasel/plugins/flashplayer.xpt
+ fi
+ cp libflashplayer.so /usr/lib/iceweasel/plugins/ &&
+ if [[ "${FLASH_BETA}" == "n" ]]; then
+ cp flashplayer.xpt /usr/lib/iceweasel/plugins/
+ fi
+ fi
+ ;;
+esac &&
+
case $ICE_BIN in
y|Y)
if [ -d /opt/iceweasel/plugins ]; then



  • [SM-Commit] GIT changes to master z-rejected grimoire by Pol Vinogradov (c534321add2cfd32426feab7f1fc4befa27862fb), Pol Vinogradov, 10/22/2007

Archive powered by MHonArc 2.6.24.

Top of Page