Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (034788b3d793b3597b309e18cb1286068e3c7fc5)

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 grimoire by Vlad Glagolev (034788b3d793b3597b309e18cb1286068e3c7fc5)
  • Date: Wed, 12 Nov 2008 09:26:24 -0600

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

http/firefox/DETAILS | 2 +-
http/firefox/HISTORY | 5 +++++
http/firefox/INSTALL | 6 ++----
3 files changed, 8 insertions(+), 5 deletions(-)

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

firefox: => 3.0.4

diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 71ac346..1eb8cd7 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -7,7 +7,7 @@ if [[ $FIREFOX_CVS == y ]]; then

SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/$SPELL/releases/$VERSION/source/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.asc
else
- VERSION=3.0.3
+ VERSION=3.0.4
SOURCE=$SPELL-$VERSION-source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG=firefox.gpg:$SOURCE2:UPSTREAM_KEY
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index a35c619..53da0f1 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,8 @@
+2008-11-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.0.4
+ * INSTALL: fixed linking with installed xulrunner plugins' path;
+ quoting paths
+
2008-10-14 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated devel to 3.1b1
* PRE_BUILD: Updated cd since new directory is mozilla-central
diff --git a/http/firefox/INSTALL b/http/firefox/INSTALL
index 6331a9a..21cdb44 100755
--- a/http/firefox/INSTALL
+++ b/http/firefox/INSTALL
@@ -41,7 +41,5 @@ if test -f $INSTALL_ROOT/usr/lib/libnssckbi.so; then
fi
fi &&

-ln -s $INSTALL_ROOT/usr/lib/xulrunner/plugins \
- $INSTALL_ROOT/usr/lib/firefox/plugins
-
-
+ln -vs "$INSTALL_ROOT/usr/lib/xulrunner/plugins" \
+ "$INSTALL_ROOT/usr/lib/$SPELL-$VERSION/plugins"




Archive powered by MHonArc 2.6.24.

Top of Page