firefox: update to 17.0.
This commit is contained in:
parent
edc7385802
commit
a90c8e7987
|
@ -1,12 +0,0 @@
|
||||||
--- browser/app/profile/firefox.js.lang 2005-01-13 15:32:03.509282726 +0100
|
|
||||||
+++ browser/app/profile/firefox.js 2005-01-13 15:33:40.220914789 +0100
|
|
||||||
@@ -253,6 +253,9 @@
|
|
||||||
pref("font.language.group", "chrome://global/locale/intl.properties");
|
|
||||||
pref("intl.menuitems.alwaysappendaccesskeys","chrome://global/locale/intl.properties");
|
|
||||||
|
|
||||||
+// Use LANG environment variable to choose locale
|
|
||||||
+pref("intl.locale.matchOS", true);
|
|
||||||
+
|
|
||||||
// 0=lines, 1=pages, 2=history , 3=text size
|
|
||||||
pref("mousewheel.withcontrolkey.action",3);
|
|
||||||
pref("mousewheel.withshiftkey.action",2);
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'firefox'.
|
# Template build file for 'firefox'.
|
||||||
pkgname=firefox
|
pkgname=firefox
|
||||||
version=16.0.2
|
version=17.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=mozilla-release
|
wrksrc=mozilla-release
|
||||||
short_desc="Lightweight gecko-based web browser"
|
short_desc="Lightweight gecko-based web browser"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.mozilla.org/projects/firefox"
|
homepage="http://www.mozilla.org/projects/firefox"
|
||||||
license="MPL-1.1, GPL-2, LGPL-2.1"
|
license="MPL-1.1, GPL-2, LGPL-2.1"
|
||||||
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
|
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
|
||||||
checksum=cefe00d1440eefbe2534b119558d8ebc4adb55eb2fdaaff1ce101b9e70d02820
|
checksum=7f05658701be88505747ea3537546b98a1c0e74ba23ba428d754ea838a192348
|
||||||
long_desc="
|
long_desc="
|
||||||
Mozilla Firefox is a free, open-source and cross-platform web browser
|
Mozilla Firefox is a free, open-source and cross-platform web browser
|
||||||
for Windows, Linux, MacOS X and many other operating systems. It is
|
for Windows, Linux, MacOS X and many other operating systems. It is
|
||||||
|
|
Loading…
Reference in New Issue