diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-03-17 22:19:54 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-03-17 22:19:54 -0500 |
commit | ded5ce1d44fbbc94a1a6740f8f32f9d1f27841f1 (patch) | |
tree | 14122710a90e49d81d2f0cf57e67f67055ec25e2 /main/firefox | |
parent | b4bd23a34506acce8841423c4ed191c30cb8720a (diff) | |
download | aports-ded5ce1d44fbbc94a1a6740f8f32f9d1f27841f1.tar.bz2 aports-ded5ce1d44fbbc94a1a6740f8f32f9d1f27841f1.tar.xz |
main/firefox: use new omni.jar stuff
Diffstat (limited to 'main/firefox')
-rw-r--r-- | main/firefox/APKBUILD | 4 | ||||
-rw-r--r-- | main/firefox/mozconfig | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/main/firefox/APKBUILD b/main/firefox/APKBUILD index aa3ff650c8..2e6a382b6e 100644 --- a/main/firefox/APKBUILD +++ b/main/firefox/APKBUILD @@ -4,7 +4,7 @@ pkgname=firefox pkgver=4.0_rc1 _pkgver=4.0rc1 _xulver=2.0_rc1 -pkgrel=3 +pkgrel=0 pkgdesc="firefox web browser (unofficial branding)" url="http://www.firefox.com" arch="all" @@ -90,7 +90,7 @@ package() { } md5sums="511828dcc226f38602c6c67bd192ef40 firefox-4.0rc1.source.tar.bz2 -7938f0054456f3767d2427dff137ab34 mozconfig +d1ec45f9d953a868483094cce2b3eff5 mozconfig 475a0870730c88f48158a4d4ca9812d0 firefox-defaults.patch 0e296aabf8c2b5fd5ef5b3a989bab03a firefox-version.patch ba96924ece1d77453e462429037a2ce5 firefox.desktop diff --git a/main/firefox/mozconfig b/main/firefox/mozconfig index e6ec2d1c27..e68be73fac 100644 --- a/main/firefox/mozconfig +++ b/main/firefox/mozconfig @@ -25,6 +25,7 @@ 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 --enable-chrome-format=jar export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 |