summaryrefslogtreecommitdiffstats
path: root/main/firefox
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-04-12 07:42:00 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-04-12 07:42:33 -0500
commit55a01fa68b4d5c9e239a71578e61d2236082e47e (patch)
tree07a571329029c5501a7e4c86bd948df262a22543 /main/firefox
parent6288394c61a6a6af98b1eb40e20e1f3ccf6c850e (diff)
downloadaports-55a01fa68b4d5c9e239a71578e61d2236082e47e.tar.bz2
aports-55a01fa68b4d5c9e239a71578e61d2236082e47e.tar.xz
main/firefox: enable official branding
Diffstat (limited to 'main/firefox')
-rw-r--r--main/firefox/APKBUILD4
-rw-r--r--main/firefox/mozconfig2
2 files changed, 3 insertions, 3 deletions
diff --git a/main/firefox/APKBUILD b/main/firefox/APKBUILD
index a033cf12e..3fb80f66f 100644
--- a/main/firefox/APKBUILD
+++ b/main/firefox/APKBUILD
@@ -4,7 +4,7 @@ pkgname=firefox
pkgver=4.0
_pkgver=4.0
_xulver=2.0
-pkgrel=1
+pkgrel=2
pkgdesc="firefox web browser (unofficial branding)"
url="http://www.firefox.com"
arch="all"
@@ -90,7 +90,7 @@ package() {
}
md5sums="3468a2c463b4fc2788ba621e4b511c30 firefox-4.0.source.tar.bz2
-d1ec45f9d953a868483094cce2b3eff5 mozconfig
+36f80035fc44ae4de4319def3dfec026 mozconfig
475a0870730c88f48158a4d4ca9812d0 firefox-defaults.patch
0e296aabf8c2b5fd5ef5b3a989bab03a firefox-version.patch
ba96924ece1d77453e462429037a2ce5 firefox.desktop
diff --git a/main/firefox/mozconfig b/main/firefox/mozconfig
index e68be73fa..2b4dfbf01 100644
--- a/main/firefox/mozconfig
+++ b/main/firefox/mozconfig
@@ -24,7 +24,7 @@ ac_add_options --disable-crashreporter
ac_add_options --disable-updater
ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.2
ac_add_options --enable-safe-browsing
-ac_add_options --with-branding=browser/branding/unofficial
+ac_add_options --with-branding=other-licenses/branding/firefox
ac_add_options --enable-chrome-format=jar
export BUILD_OFFICIAL=1