diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-03-18 00:57:36 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-03-18 00:57:36 -0500 |
commit | af6da52dc2893b7708e2dbdcb2e33540e618e512 (patch) | |
tree | efcb250d153268f50955cb54463be34a1cc91488 /main/firefox | |
parent | ded5ce1d44fbbc94a1a6740f8f32f9d1f27841f1 (diff) | |
download | aports-af6da52dc2893b7708e2dbdcb2e33540e618e512.tar.bz2 aports-af6da52dc2893b7708e2dbdcb2e33540e618e512.tar.xz |
main/firefox: restore firefox 3 tab behaviour (tabs at bottom as default)
Diffstat (limited to 'main/firefox')
-rw-r--r-- | main/firefox/APKBUILD | 4 | ||||
-rw-r--r-- | main/firefox/firefox-restore-fx3-tab-behaviour-as-default.patch | 11 |
2 files changed, 14 insertions, 1 deletions
diff --git a/main/firefox/APKBUILD b/main/firefox/APKBUILD index 2e6a382b6e..3618aea8df 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=0 +pkgrel=1 pkgdesc="firefox web browser (unofficial branding)" url="http://www.firefox.com" arch="all" @@ -45,6 +45,7 @@ subpackages="" source="http://releases.mozilla.org/pub/mozilla.org/${pkgname}/releases/${pkgver}/source/${pkgname}-${_pkgver}.source.tar.bz2 mozconfig + firefox-restore-fx3-tab-behaviour-as-default.patch firefox-defaults.patch firefox-version.patch @@ -91,6 +92,7 @@ package() { md5sums="511828dcc226f38602c6c67bd192ef40 firefox-4.0rc1.source.tar.bz2 d1ec45f9d953a868483094cce2b3eff5 mozconfig +7cddbb1c76b9038ad1d85311dda81c95 firefox-restore-fx3-tab-behaviour-as-default.patch 475a0870730c88f48158a4d4ca9812d0 firefox-defaults.patch 0e296aabf8c2b5fd5ef5b3a989bab03a firefox-version.patch ba96924ece1d77453e462429037a2ce5 firefox.desktop diff --git a/main/firefox/firefox-restore-fx3-tab-behaviour-as-default.patch b/main/firefox/firefox-restore-fx3-tab-behaviour-as-default.patch new file mode 100644 index 0000000000..a9102a65ba --- /dev/null +++ b/main/firefox/firefox-restore-fx3-tab-behaviour-as-default.patch @@ -0,0 +1,11 @@ +--- mozilla-2.0.orig/browser/base/content/browser.xul ++++ mozilla-2.0/browser/base/content/browser.xul +@@ -470,7 +470,7 @@ + #else + iconsize="large" + #endif +- tabsontop="true" ++ tabsontop="false" + persist="tabsontop"> + <!-- Menu --> + <toolbar type="menubar" id="toolbar-menubar" class="chromeclass-menubar" customizable="true" |