Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Alexander Tsamutali (2e6bb6584c4af5d1f14791ba871fb096b95ffc01)
  • Date: Wed, 15 Nov 2006 11:07:40 -0600

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

z-http/flash/CONFIGURE | 13 ++++++++++++-
z-http/flash/DEPENDS | 2 +-
z-http/flash/HISTORY | 5 +++++
z-http/flash/INSTALL | 16 ++++++++++++++++
4 files changed, 34 insertions(+), 2 deletions(-)

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

flash: depends on NS-PLUGIN-COMPATIBLE, support for xulrunner

diff --git a/z-http/flash/CONFIGURE b/z-http/flash/CONFIGURE
index ea5ca19..473ba92 100755
--- a/z-http/flash/CONFIGURE
+++ b/z-http/flash/CONFIGURE
@@ -9,10 +9,11 @@ echo "Seamonkey" &&
echo "Konqueror" &&
echo "Opera" &&
echo "Netscape (not version 4.x)" &&
+echo "XULRunner" &&

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

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

if spell_ok mozilla
then
@@ -82,4 +83,14 @@ then
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
diff --git a/z-http/flash/DEPENDS b/z-http/flash/DEPENDS
index 3637254..18468b8 100755
--- a/z-http/flash/DEPENDS
+++ b/z-http/flash/DEPENDS
@@ -1 +1 @@
-depends GRAPHICAL-WEB-BROWSER
+depends NS-PLUGIN-COMPATIBLE
diff --git a/z-http/flash/HISTORY b/z-http/flash/HISTORY
index 53b17cb..eed952d 100644
--- a/z-http/flash/HISTORY
+++ b/z-http/flash/HISTORY
@@ -1,3 +1,8 @@
+2006-11-15 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DEPENDS: now depends on NS-PLUGIN-COMPATIBLE
+ instead of GRAPHICAL-WEB-BROWSER
+ * CONFIGURE, INSTALL: added support for xulrunner
+
2006-09-14 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 7.0r68, SECURITY_PATCH=2, removed UPDATED
http://www.adobe.com/support/security/bulletins/apsb06-11.html
diff --git a/z-http/flash/INSTALL b/z-http/flash/INSTALL
index 44505ea..c0135bc 100755
--- a/z-http/flash/INSTALL
+++ b/z-http/flash/INSTALL
@@ -120,4 +120,20 @@ case $NETSCAPE in
cp flashplayer.xpt /usr/lib/netscape4/plugins/
fi
;;
+esac &&
+
+case $XULRUNNER in
+ y|Y)
+ if [ -d /usr/lib/xulrunner/plugins ]; then
+ message "${MESSAGE_COLOR}Installing for
XULRunner${DEFAULT_COLOR}\n"
+ if [ -e /usr/lib/xulrunner/plugins/libflashplayer.so
]; then
+ rm -f
/usr/lib/xulrunner/plugins/libflashplayer.so
+ fi
+ if [ -e /usr/lib/xulrunner/plugins/flashplayer.xpt ];
then
+ rm -f
/usr/lib/xulrunner/plugins/flashplayer.xpt
+ fi
+ cp libflashplayer.so /usr/lib/xulrunner/plugins/ &&
+ cp flashplayer.xpt /usr/lib/xulrunner/plugins/
+ fi
+ ;;
esac



  • [SM-Commit] GIT changes to master z-rejected grimoire by Alexander Tsamutali (2e6bb6584c4af5d1f14791ba871fb096b95ffc01), Alexander Tsamutali, 11/15/2006

Archive powered by MHonArc 2.6.24.

Top of Page