Skip to Content.
Sympa Menu

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

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 (e09952d0a953ca2890ab7ff51adb65ab88a407db)
  • Date: Sat, 25 Jul 2015 19:35:36 +0000

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

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

New commits:
commit e09952d0a953ca2890ab7ff51adb65ab88a407db
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

flash: added Pale Moon support

diff --git a/z-http/flash/CONFIGURE b/z-http/flash/CONFIGURE
index 875ca81..e9af98a 100755
--- a/z-http/flash/CONFIGURE
+++ b/z-http/flash/CONFIGURE
@@ -18,10 +18,11 @@ echo "Konqueror (KDE 3.x/4.x)" &&
echo "Opera" &&
echo "Netscape (not version 4.x)" &&
echo "Icecat" &&
+echo "Pale Moon" &&

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

-persistent_add MOZILLA FIREFOX MIDORI SEAMONKEY FIRE_BIN KDEBASE OPERA
NETSCAPE XULRUNNER ICE_BIN ICECAT &&
+persistent_add MOZILLA FIREFOX MIDORI SEAMONKEY FIRE_BIN KDEBASE KDEBASE4
OPERA NETSCAPE XULRUNNER ICE_BIN ICECAT PALEMOON &&

ask_spell mozilla Mozilla MOZILLA &&
ask_spell xulrunner "XULRunner" XULRUNNER &&
@@ -35,6 +36,7 @@ ask_spell opera Opera OPERA &&
ask_spell netscape4 Netscape NETSCAPE &&
ask_spell icecat Icecat ICECAT &&
ask_spell icecat-bin Icecat-bin ICE_BIN &&
+ask_spell palemoon "Pale Moon" PALEMOON &&

#not required for flash 11. Issue #20
if [[ ! ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
diff --git a/z-http/flash/HISTORY b/z-http/flash/HISTORY
index c0dd743..7c27815 100644
--- a/z-http/flash/HISTORY
+++ b/z-http/flash/HISTORY
@@ -1,3 +1,7 @@
+2015-07-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: added Pale Moon support, fixed KDE4 persistent variable
+ * INSTALL: added installation for Pale Moon
+
2015-07-16 Jeremy Blosser <jbloser AT sourcemage.org>
* DETAILS: version 11.2.202.491
SECURITY_PATCH=56
diff --git a/z-http/flash/INSTALL b/z-http/flash/INSTALL
index 20b03f2..57fc825 100755
--- a/z-http/flash/INSTALL
+++ b/z-http/flash/INSTALL
@@ -68,6 +68,27 @@ case $MIDORI in
;;
esac &&

+case $PALEMOON in
+ y|Y)
+ local
PALEMOON_PLUGINS_DIR=${INSTALL_ROOT}/usr/lib/palemoon/plugins &&
+
+ if [[ ! -d ${PALEMOON_PLUGINS_DIR} ]]; then
+ mkdir -vp ${PALEMOON_PLUGINS_DIR}
+ fi &&
+
+ message "${MESSAGE_COLOR}Installing for Pale
Moon${DEFAULT_COLOR}\n" &&
+
+ if [[ -e ${PALEMOON_PLUGINS_DIR}/libflashplayer.so ]]; then
+ rm -f ${PALEMOON_PLUGINS_DIR}/libflashplayer.so
+ fi &&
+
+ if [[ -e ${PALEMOON_PLUGINS_DIR}/flashplayer.xpt ]]; then
+ rm -f ${PALEMOON_PLUGINS_DIR}/flashplayer.xpt
+ fi &&
+
+ cp libflashplayer.so ${PALEMOON_PLUGINS_DIR}/
+ ;;
+esac &&

case $SEAMONKEY in
y|Y)



  • [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (e09952d0a953ca2890ab7ff51adb65ab88a407db), Vlad Glagolev, 07/25/2015

Archive powered by MHonArc 2.6.24.

Top of Page