Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Arwed (196266bb4c9439ab539381380af723764177af7c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Arwed (196266bb4c9439ab539381380af723764177af7c)
  • Date: Mon, 5 Feb 2007 14:05:34 -0600

GIT changes to master z-rejected grimoire by Arwed <arwed@Otherland.(none)>:

z-http/flash/CONFIGURE | 94
+++++++------------------------------------------
z-http/flash/HISTORY | 4 ++
2 files changed, 19 insertions(+), 79 deletions(-)

New commits:
commit 196266bb4c9439ab539381380af723764177af7c
Author: Arwed <arwed@Otherland.(none)>
Commit: Arwed <arwed@Otherland.(none)>

flash: made CONFIGURE remember previous answers

diff --git a/z-http/flash/CONFIGURE b/z-http/flash/CONFIGURE
index 473ba92..524f29d 100755
--- a/z-http/flash/CONFIGURE
+++ b/z-http/flash/CONFIGURE
@@ -1,3 +1,10 @@
+function ask_spell()
+{
+ if spell_ok $1; then
+ config_query $3 "Do you wish to install the plugin for $2?" y
+ fi
+}
+
# Standard rejected warnings.
#
source $GRIMOIRE/REJECTED_MSG &&
@@ -15,82 +22,11 @@ echo "Select which currently installed a

persistent_add MOZILLA FIREFOX SEAMONKEY FIRE_BIN KDEBASE OPERA NETSCAPE
XULRUNNER &&

-if spell_ok mozilla
-then
- if query "Do you wish to install the plugin for Mozilla?" y
- then
- MOZILLA=y
- else
- MOZILLA=n
- fi
-fi &&
-
-if spell_ok firefox
-then
- if query "Do you wish to install the plugin for Firefox?" y
- then
- FIREFOX=y
- else
- FIREFOX=n
- fi
-fi &&
-
-if spell_ok seamonkey
-then
- if query "Do you wish to install the plugin for Seamonkey?" y
- then
- SEAMONKEY=y
- else
- SEAMONKEY=n
- fi
-fi &&
-
-if spell_ok firefox-bin
-then
- if query "Do you with to install the plugin for Firefox-bin?" y
- then
- FIRE_BIN=y
- else
- FIRE_BIN=n
- fi
-fi &&
-
-if spell_ok kdebase
-then
- if query "Do you wish to install the plugin for Konqueror?" y
- then
- KDEBASE=y
- else
- KDEBASE=n
- fi
-fi &&
-
-if spell_ok opera
-then
- if query "Do you wish to install the plugin for Opera?" y
- then
- OPERA=y
- else
- OPERA=n
- fi
-fi &&
-
-if spell_ok netscape4
-then
- if query "Do you wish to install the plugin for Netscape?" y
- then
- NETSCAPE=y
- else
- NETSCAPE=n
- fi
-fi &&
-
-if spell_ok xulrunner
-then
- if query "Do you wish to install the plugin for XULRunner?" y
- then
- XULRUNNER=y
- else
- XULRUNNER=n
- fi
-fi
+ask_spell mozilla Mozilla MOZILLA
+ask_spell firefox Firefox FIREFOX
+ask_spell seamonkey Seamonkey SEAMONKEY
+ask_spell firefox-bin Firefox-bin FIRE_BIN
+ask_spell kdebase Konqueror KDEBASE
+ask_spell opera Opera OPERA
+ask_spell netscape4 Netscape NETSCAPE
+ask_spell xulrunner XULRunner XULRUNNER
diff --git a/z-http/flash/HISTORY b/z-http/flash/HISTORY
index e901cc8..430a66c 100644
--- a/z-http/flash/HISTORY
+++ b/z-http/flash/HISTORY
@@ -1,3 +1,7 @@
+2007-02-05 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * CONFIGURE: remember previous answers to the questions about
+ installing plugins
+
2007-01-17 Eric Sandall <eric AT sandall.us>
* DETAILS: Updated to 9.0.31.0
Added FORCE_DOWNLOAD="on" as the SOURCE is unversioned



  • [SM-Commit] GIT changes to master z-rejected grimoire by Arwed (196266bb4c9439ab539381380af723764177af7c), Arwed, 02/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page