Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Thomas Orgis (b94b8962f333c305d1fa2b3b317659d8167ea64b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Thomas Orgis (b94b8962f333c305d1fa2b3b317659d8167ea64b)
  • Date: Mon, 30 Apr 2012 16:57:41 -0500

GIT changes to master binary grimoire by Thomas Orgis
<sobukus AT sourcemage.org>:

bin-http/firefox-bin/DETAILS | 17 ++---------------
bin-http/firefox-bin/HISTORY | 4 ++++
bin-http/firefox-bin/PREPARE | 1 -
3 files changed, 6 insertions(+), 16 deletions(-)

New commits:
commit b94b8962f333c305d1fa2b3b317659d8167ea64b
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

firefox-bin: bump to 12.0, drop devel version

commit 16e9140bd5a3b7834fd315fb01411b606ff28992
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

firefox-bin: remove outdated description hint

diff --git a/bin-http/firefox-bin/DETAILS b/bin-http/firefox-bin/DETAILS
index f915031..c2a4d6e 100755
--- a/bin-http/firefox-bin/DETAILS
+++ b/bin-http/firefox-bin/DETAILS
@@ -1,6 +1,6 @@
SPELL=firefox-bin
if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
- VERSION=10.0.2
+ VERSION=12.0
SOURCE=firefox-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="firefox.gpg:$SOURCE2"
@@ -8,21 +8,12 @@ if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then

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=10.0.2
- 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
- VERSION=10.0.2
+ VERSION=12.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
@@ -35,8 +26,4 @@ Mozilla firefox, formerly known as Mozilla Firebird,
formerly known
as Phoenix, is a redesign of the Mozilla browser component, similar
to Galeon, K-Meleon and Camino, but written using the XUL user
interface language and designed to be cross-platform.
-
-If you choose a gtk+ build you should visit
-http://wiki.sourcemage.org/index.php?page=FaqUsage#mozfonts
-to learn how to add font anti-aliasing in prefs.js
EOF
diff --git a/bin-http/firefox-bin/HISTORY b/bin-http/firefox-bin/HISTORY
index 7785045..ad876ef 100644
--- a/bin-http/firefox-bin/HISTORY
+++ b/bin-http/firefox-bin/HISTORY
@@ -1,3 +1,7 @@
+2012-04-30 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: remove outdated passage, update to 12.0
+ * PREPARE: gone, there is no devel version in the spell
+
2012-03-02 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: 10.0.2

diff --git a/bin-http/firefox-bin/PREPARE b/bin-http/firefox-bin/PREPARE
deleted file mode 100755
index 95a2dad..0000000
--- a/bin-http/firefox-bin/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query FIREFOX_DEVEL "Install the devel version?" n



  • [SM-Commit] GIT changes to master binary grimoire by Thomas Orgis (b94b8962f333c305d1fa2b3b317659d8167ea64b), Thomas Orgis, 04/30/2012

Archive powered by MHonArc 2.6.24.

Top of Page