Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by George Sherwood (7856a7b3039c9205b182e6a9fac520442b85e3ab)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by George Sherwood (7856a7b3039c9205b182e6a9fac520442b85e3ab)
  • Date: Fri, 25 Mar 2011 17:32:35 -0500

GIT changes to master binary grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

bin-http/firefox-bin/DETAILS | 14 ++++++++++++--
bin-http/firefox-bin/HISTORY | 3 +++
2 files changed, 15 insertions(+), 2 deletions(-)

New commits:
commit 7856a7b3039c9205b182e6a9fac520442b85e3ab
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

firefox-bin: Added 64-bit version

diff --git a/bin-http/firefox-bin/DETAILS b/bin-http/firefox-bin/DETAILS
index f6f2f07..8a3e526 100755
--- a/bin-http/firefox-bin/DETAILS
+++ b/bin-http/firefox-bin/DETAILS
@@ -1,18 +1,28 @@
SPELL=firefox-bin
-if [ "$FIREFOX_DEVEL" == "y" ]; then
+if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
+ VERSION=4.0
+ SOURCE=firefox-$VERSION.tar.bz2
+ SOURCE2=$SOURCE.asc
+ SOURCE_GPG="firefox.gpg:$SOURCE2"
+
SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-x86_64/en-US/$SOURCE
+
SOURCE2_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-x86_64/en-US/$SOURCE2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+else
+ if [ "$FIREFOX_DEVEL" == "y" ]; then
VERSION=4.0
SOURCE=firefox-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="firefox.gpg:$SOURCE2"

SOURCE_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/en-US/$SOURCE

SOURCE2_URL[0]=http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/en-US/$SOURCE2
-else
+ else
VERSION=4.0
SOURCE=firefox-${VERSION}.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="firefox.gpg:$SOURCE2"

SOURCE_URL[0]=http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/en-US/${SOURCE}

SOURCE2_URL[0]=http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/en-US/${SOURCE}.asc
+ fi
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/firefox
WEB_SITE=http://www.mozilla.org/firefox
diff --git a/bin-http/firefox-bin/HISTORY b/bin-http/firefox-bin/HISTORY
index 7e2c2cd..9e924ea 100644
--- a/bin-http/firefox-bin/HISTORY
+++ b/bin-http/firefox-bin/HISTORY
@@ -1,3 +1,6 @@
+2011-03-25 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Added 64-bit version
+
2011-03-23 Julien "_kaze_" ROZO <julien AT rozo.org>
* PREPARE: renamed "4.0 version" to "devel version" and switched
default
answer to 'n' in order not to get people wrong



  • [SM-Commit] GIT changes to master binary grimoire by George Sherwood (7856a7b3039c9205b182e6a9fac520442b85e3ab), George Sherwood, 03/25/2011

Archive powered by MHonArc 2.6.24.

Top of Page