Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (c13f29697034536131710c480a9581e628efacc6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (c13f29697034536131710c480a9581e628efacc6)
  • Date: Sun, 11 Jan 2009 14:03:14 -0600

GIT changes to master z-rejected grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

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 c13f29697034536131710c480a9581e628efacc6
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

flash: added Midori as a supported web-browser

diff --git a/z-http/flash/CONFIGURE b/z-http/flash/CONFIGURE
index 109c64f..21abb64 100755
--- a/z-http/flash/CONFIGURE
+++ b/z-http/flash/CONFIGURE
@@ -12,6 +12,7 @@ source $GRIMOIRE/REJECTED_MSG &&
echo "Flash works with the following programs:" &&
echo "Mozilla" &&
echo "Firefox/XULRunner" &&
+echo "Midori/WebKit" &&
echo "Seamonkey" &&
echo "Konqueror (KDE 3.x/4.x)" &&
echo "Opera" &&
@@ -20,10 +21,11 @@ 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 ICECAT &&
+persistent_add MOZILLA FIREFOX MIDORI SEAMONKEY FIRE_BIN KDEBASE OPERA
NETSCAPE XULRUNNER ICE_BIN ICECAT &&

ask_spell mozilla Mozilla MOZILLA &&
ask_spell xulrunner "Firefox/XULRunner" FIREFOX &&
+ask_spell midori "Midori/WebKit" MIDORI &&
ask_spell seamonkey Seamonkey SEAMONKEY &&
ask_spell firefox-bin Firefox-bin FIRE_BIN &&
ask_spell kdebase "Konqueror (KDE3)" KDEBASE &&
diff --git a/z-http/flash/HISTORY b/z-http/flash/HISTORY
index 58ccb36..1faaec0 100644
--- a/z-http/flash/HISTORY
+++ b/z-http/flash/HISTORY
@@ -1,3 +1,6 @@
+2009-01-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE, INSTALL: added Midori
+
2008-12-19 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated stable to 10.0.15.3, SECURITY_PATCH++

diff --git a/z-http/flash/INSTALL b/z-http/flash/INSTALL
index 3b4f21c..33d298b 100755
--- a/z-http/flash/INSTALL
+++ b/z-http/flash/INSTALL
@@ -33,6 +33,24 @@ case $FIREFOX in
;;
esac &&

+case $MIDORI in
+ y|Y)
+ if [[ -d /usr/lib/midori/.plugins ]]; then
+ message "${MESSAGE_COLOR}Installing for
Midori/WebKit${DEFAULT_COLOR}\n" &&
+
+ if [[ -e /usr/lib/midori/.plugins/libflashplayer.so
]]; then
+ rm -f
/usr/lib/midori/.plugins/libflashplayer.so
+ fi &&
+ if [[ -e /usr/lib/midori/.plugins/flashplayer.xpt ]];
then
+ rm -f /usr/lib/midori/.plugins/flashplayer.xpt
+ fi &&
+
+ cp libflashplayer.so /usr/lib/midori/.plugins/
+ fi
+ ;;
+esac &&
+
+
case $SEAMONKEY in
y|Y)
if [[ -d /usr/lib/seamonkey/plugins ]]; then



  • [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (c13f29697034536131710c480a9581e628efacc6), Vlad Glagolev, 01/11/2009

Archive powered by MHonArc 2.6.24.

Top of Page