firefox: add .desktop files, use xulrunner.
--HG-- extra : convert_revision : d91aa677bbe34aa8f549a05d5ac54fa21300afdf
This commit is contained in:
26
srcpkgs/firefox/patches/browser-defaulturls.patch
Normal file
26
srcpkgs/firefox/patches/browser-defaulturls.patch
Normal file
@@ -0,0 +1,26 @@
|
||||
--- browser/branding/unofficial/locales/browserconfig.properties~ 2009-06-13 17:04:42.000000000 +0200
|
||||
+++ browser/branding/unofficial/locales/browserconfig.properties 2009-06-13 17:05:28.000000000 +0200
|
||||
@@ -1,3 +1,3 @@
|
||||
# Do NOT localize or otherwise change these values
|
||||
-browser.startup.homepage=http://www.mozilla.org/projects/shiretoko/
|
||||
+browser.startup.homepage=http://www.google.com/firefox
|
||||
|
||||
--- browser/branding/unofficial/pref/firefox-branding.js~ 2009-06-13 16:57:53.000000000 +0200
|
||||
+++ browser/branding/unofficial/pref/firefox-branding.js 2009-06-13 16:59:17.000000000 +0200
|
||||
@@ -1,5 +1,5 @@
|
||||
-pref("startup.homepage_override_url","http://www.mozilla.org/projects/%APP%/%VERSION%/whatsnew/");
|
||||
-pref("startup.homepage_welcome_url","http://www.mozilla.org/projects/%APP%/%VERSION%/firstrun/");
|
||||
+pref("startup.homepage_override_url","http://www.mozilla.com/%APP%/%VERSION%/whatsnew/");
|
||||
+pref("startup.homepage_welcome_url","http://www.mozilla.com/%APP%/%VERSION%/firstrun/");
|
||||
// The time interval between checks for a new version (in seconds)
|
||||
// nightly=8 hours, official=24 hours
|
||||
pref("app.update.interval", 28800);
|
||||
@@ -11,7 +11,7 @@
|
||||
pref("app.update.url.details", "http://www.mozilla.org/projects/%APP%/");
|
||||
|
||||
// Release notes URL
|
||||
-pref("app.releaseNotesURL", "http://www.mozilla.org/projects/%APP%/%VERSION%/releasenotes/");
|
||||
+pref("app.releaseNotesURL", "http://www.mozilla.com/%APP%/%VERSION%/releasenotes/");
|
||||
|
||||
// Search codes belong only in builds with official branding
|
||||
pref("browser.search.param.yahoo-fr", "");
|
||||
11
srcpkgs/firefox/patches/firefox-version.patch
Normal file
11
srcpkgs/firefox/patches/firefox-version.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- browser/installer/Makefile.in.ver 2009-07-18 13:32:35.000000000 +0200
|
||||
+++ browser/installer/Makefile.in 2009-07-18 13:33:12.000000000 +0200
|
||||
@@ -43,6 +43,8 @@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
+MOZ_APP_VERSION="3.5"
|
||||
+
|
||||
NO_PKG_FILES = \
|
||||
$(MOZ_APP_NAME)-config \
|
||||
$(MOZ_APP_NAME)-bin.elf \
|
||||
12
srcpkgs/firefox/patches/mozilla-firefox-1.0-lang.patch
Normal file
12
srcpkgs/firefox/patches/mozilla-firefox-1.0-lang.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- 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);
|
||||
Reference in New Issue
Block a user