mirror of
https://abf.rosa.ru/djam/newmoon.git
synced 2025-02-23 23:22:53 +00:00
Updated to 26.5.0
This commit is contained in:
parent
58bfcf5b58
commit
1ead432ef3
3 changed files with 3 additions and 25 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
Pale-Moon-26.4.1_Release.tar.gz: daab9253d6e5bb779d426ef509922ac2a911e248
|
||||
Pale-Moon-26.5.0_Release.tar.gz: 5cbde7b517632dede1e113d32b7de9b07f1e1fc2
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
--- mozilla/toolkit/mozapps/plugins/content/pluginInstallerDatasource.js.vendor 2008-05-28 20:49:33.000000000 +0200
|
||||
+++ mozilla/toolkit/mozapps/plugins/content/pluginInstallerDatasource.js 2008-12-17 16:35:45.000000000 +0100
|
||||
@@ -56,6 +56,8 @@
|
||||
var prefBranch = Components.classes["@mozilla.org/preferences-service;1"]
|
||||
.getService(Components.interfaces.nsIPrefBranch);
|
||||
this.dsURI = prefBranch.getCharPref("pfs.datasource.url");
|
||||
+ this.vendorSub = prefBranch.getCharPref("general.useragent.vendorSub");
|
||||
+ this.vendorComment = prefBranch.getCharPref("general.useragent.vendorComment");
|
||||
}
|
||||
|
||||
nsRDFItemUpdater.prototype = {
|
||||
@@ -68,6 +70,8 @@
|
||||
dsURI = dsURI.replace(/%APP_RELEASE%/g, this.appRelease);
|
||||
dsURI = dsURI.replace(/%CLIENT_OS%/g, this.clientOS);
|
||||
dsURI = dsURI.replace(/%CHROME_LOCALE%/g, this.chromeLocale);
|
||||
+ dsURI = dsURI.replace(/%VENDOR_SUB%/g, this.vendorSub);
|
||||
+ dsURI = dsURI.replace(/%VENDOR_COMMENT%/g, this.vendorComment);
|
||||
|
||||
var ds = this._rdfService.GetDataSource(dsURI);
|
||||
var rds = ds.QueryInterface(Components.interfaces.nsIRDFRemoteDataSource)
|
|
@ -17,8 +17,8 @@
|
|||
|
||||
Summary: Web browser based on Goanna engine
|
||||
Name: newmoon
|
||||
Version: 26.4.1
|
||||
Release: 4
|
||||
Version: 26.5.0
|
||||
Release: 1
|
||||
License: MPLv2.0
|
||||
Group: Networking/WWW
|
||||
Url: http://www.palemoon.org
|
||||
|
@ -30,7 +30,6 @@ Source6: firefox-searchengines-google.xml
|
|||
Source9: kde.js
|
||||
|
||||
Patch1: firefox-6.0-lang.patch
|
||||
Patch2: firefox-vendor.patch
|
||||
Patch3: firefox-22.0-disable-check-default-browser.patch
|
||||
Patch4: firefox-5.0-asciidel.patch
|
||||
Patch5: firefox-3.5.3-default-mail-handler.patch
|
||||
|
@ -138,7 +137,6 @@ Files and macros mainly for building New Moon extensions.
|
|||
%setup -qn %{oname}-%{version}_Release
|
||||
|
||||
%patch1 -p1 -b .lang
|
||||
#patch2 -p1 -b .vendor
|
||||
%patch3 -p1 -b .disable-software-update
|
||||
%patch4 -p1 -b .ascii
|
||||
%patch5 -p1 -b .default-mail-handler
|
||||
|
|
Loading…
Add table
Reference in a new issue