public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jory Pratt" <anarchy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/, eclass/
Date: Tue, 28 Feb 2012 03:47:33 +0000 (UTC)	[thread overview]
Message-ID: <1330400827.9e48ffc86f2462bf97ac6ebb813a45e96d70eb18.anarchy@gentoo> (raw)

commit:     9e48ffc86f2462bf97ac6ebb813a45e96d70eb18
Author:     Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 03:47:07 2012 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 03:47:07 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=9e48ffc8

Fix bindist support

---
 eclass/mozconfig-3.eclass                    |    3 +++
 www-client/firefox/Manifest                  |    2 +-
 www-client/firefox/firefox-11.0_beta4.ebuild |    6 +++---
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass
index 2ba0542..ef81db5 100644
--- a/eclass/mozconfig-3.eclass
+++ b/eclass/mozconfig-3.eclass
@@ -34,6 +34,9 @@ mozconfig_config() {
 
 	if has bindist ${IUSE}; then
 		mozconfig_use_enable !bindist official-branding
+		if [[ ${PN} == firefox ]] ; then
+			mozconfig_annotate '' --with-branding=browser/branding/aurora
+		fi
 	fi
 
 	mozconfig_use_enable alsa ogg

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 947fa00..08f1bb9 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -2,4 +2,4 @@ AUX gentoo-default-prefs.js-1 821 RMD160 13a7be3a165b7059e51fab2cc7fc8d31a82260e
 AUX icon/firefox.desktop 276 RMD160 92a5671cd09e399b3330c4be31b7ac7583747031 SHA1 b757763670a00982f3cb38b8d41d7faa6eee3818 SHA256 06565ade11b6e4b448cf10339696c43f31e73cb6824491094bb6e0ab902c7cf5
 DIST firefox-11.0-patches-0.1.tar.xz 12632 RMD160 2e579ed97910225eb42670b299177128374e9493 SHA1 c1a5a8cc3110406e7b1913cc99e7d1b601e88bf6 SHA256 0e073f0394d631346e273592e2c89879f6d47ecd58e7c8a25ff58d8510db4364
 DIST firefox-11.0b4.source.tar.bz2 78524626 RMD160 4867f46179207cac2cf1195d62cfc59404598060 SHA1 2b06c9191e3e0a8187decb52dad89ea9154e1fc7 SHA256 7338ce84cf1695aef01d15f01c75754bddab2b9d26e2c8e0aa341bece9365a30
-EBUILD firefox-11.0_beta4.ebuild 10545 RMD160 097428136e9bf6f535463cd7e317dc9e9bbeb9bc SHA1 2d5134958fb2a8c1d5e560e04361d83969d8e118 SHA256 c479de822b5768e005222677f85ab21f627e3223ddafff621de67de54c1e0dc8
+EBUILD firefox-11.0_beta4.ebuild 10531 RMD160 f24601557f7ccce79d000aea79ade6f8132f97a2 SHA1 aa9160f9f6814e795492f2fb68c0424530aa91b2 SHA256 f63e1a85a8343d387c634d5b4b27ae4aa4b79606f357f71760b5c656f0beb036

diff --git a/www-client/firefox/firefox-11.0_beta4.ebuild b/www-client/firefox/firefox-11.0_beta4.ebuild
index 27d99dc..01acfa7 100644
--- a/www-client/firefox/firefox-11.0_beta4.ebuild
+++ b/www-client/firefox/firefox-11.0_beta4.ebuild
@@ -273,11 +273,11 @@ src_install() {
 	local size sizes icon_path icon name
 	if use bindist; then
 		sizes="16 32 48"
-		icon_path="${S}/browser/branding/unofficial"
+		icon_path="${S}/browser/branding/aurora"
 		# Firefox's new rapid release cycle means no more codenames
 		# Let's just stick with this one...
-		icon="tumucumaque"
-		name="Tumucumaque"
+		icon="aurora"
+		name="Aurora"
 	else
 		sizes="16 22 24 32 256"
 		icon_path="${S}/browser/branding/official"



             reply	other threads:[~2012-02-28  3:47 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-28  3:47 Jory Pratt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-12-01  3:49 [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/, eclass/ Jory Pratt
2012-12-02 21:11 Jory Pratt
2012-12-03  5:47 Lars Wendler
2014-07-06 18:00 Jory Pratt
2014-07-29 20:40 Ian Stakenvicius
2014-08-25 19:25 ` Ian Stakenvicius
2014-08-25 19:25 Ian Stakenvicius
2014-10-08 19:58 Ian Stakenvicius
2014-10-15 14:22 Ian Stakenvicius
2014-12-04  4:30 Ian Stakenvicius
2015-03-04  0:16 git@oystercatcher mirror+tproxy
2015-04-06 22:13 Ian Stakenvicius
2015-05-27  3:48 Ian Stakenvicius
2015-06-12 23:05 Jory Pratt
2015-07-03 16:25 Ian Stakenvicius
2015-07-23 16:05 Ian Stakenvicius
2015-09-04 15:31 Ian Stakenvicius
2015-12-31 22:57 Jory Pratt
2016-02-07 17:36 Jory Pratt
2016-03-07 17:48 Ian Stakenvicius
2016-04-27 15:07 Ian Stakenvicius
2016-04-27 20:44 Ian Stakenvicius
2016-05-06 20:29 Ian Stakenvicius
2016-06-02 15:19 Ian Stakenvicius
2016-06-02 15:19 Ian Stakenvicius
2016-09-12 14:46 Ian Stakenvicius
2017-01-24 19:24 Ian Stakenvicius
2017-05-19  2:14 Ian Stakenvicius
2017-06-14 16:00 Jory Pratt
2017-07-16 17:02 Jory Pratt
2017-07-25  1:58 Ian Stakenvicius
2017-08-25 11:28 Jory Pratt
2017-09-29 19:00 Ian Stakenvicius
2018-05-02 14:15 Ian Stakenvicius

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1330400827.9e48ffc86f2462bf97ac6ebb813a45e96d70eb18.anarchy@gentoo \
    --to=anarchy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox