mirror of
https://abf.rosa.ru/djam/firefox.git
synced 2025-02-25 11:02:59 +00:00
drop defaut mail handler patch
This commit is contained in:
parent
984905dc48
commit
8b4055c40e
2 changed files with 0 additions and 35 deletions
|
@ -1,33 +0,0 @@
|
||||||
diff -p -up ./browser/locales/generic/profile/mimeTypes.rdf.orig ./browser/locales/generic/profile/mimeTypes.rdf
|
|
||||||
--- ./browser/locales/generic/profile/mimeTypes.rdf.orig 2009-10-19 15:53:21.000000000 -0200
|
|
||||||
+++ ./browser/locales/generic/profile/mimeTypes.rdf 2009-10-19 15:54:17.000000000 -0200
|
|
||||||
@@ -10,4 +10,28 @@
|
|
||||||
</Seq>
|
|
||||||
</NC:MIME-types>
|
|
||||||
</Description>
|
|
||||||
-</RDF>
|
|
||||||
+
|
|
||||||
+ <RDF:Seq RDF:about="urn:mimetypes:root">
|
|
||||||
+ </RDF:Seq>
|
|
||||||
+ <RDF:Description RDF:about="urn:handler:local:/usr/bin/xdg-email"
|
|
||||||
+ NC:prettyName="xdg-email"
|
|
||||||
+ NC:path="/usr/bin/xdg-email" />
|
|
||||||
+ <RDF:Description RDF:about="urn:scheme:externalApplication:mailto"
|
|
||||||
+ NC:prettyName="xdg-email"
|
|
||||||
+ NC:path="/usr/bin/xdg-email" />
|
|
||||||
+ <RDF:Seq RDF:about="urn:schemes:root">
|
|
||||||
+ <RDF:li RDF:resource="urn:scheme:mailto"/>
|
|
||||||
+ </RDF:Seq>
|
|
||||||
+ <RDF:Description RDF:about="urn:mimetypes">
|
|
||||||
+ <NC:MIME-types RDF:resource="urn:mimetypes:root"/>
|
|
||||||
+ </RDF:Description>
|
|
||||||
+ <RDF:Description RDF:about="urn:scheme:handler:mailto"
|
|
||||||
+ NC:alwaysAsk="false">
|
|
||||||
+ <NC:possibleApplication RDF:resource="urn:handler:local:/usr/bin/xdg-email"/>
|
|
||||||
+ <NC:externalApplication RDF:resource="urn:scheme:externalApplication:mailto"/>
|
|
||||||
+ </RDF:Description>
|
|
||||||
+ <RDF:Description RDF:about="urn:scheme:mailto"
|
|
||||||
+ NC:value="mailto">
|
|
||||||
+ <NC:handlerProp RDF:resource="urn:scheme:handler:mailto"/>
|
|
||||||
+ </RDF:Description>
|
|
||||||
+</RDF:RDF>
|
|
|
@ -44,7 +44,6 @@ Source0: ftp://ftp.mozilla.org/pub/mozilla.org/%{name}/releases/%{realver}/sourc
|
||||||
Source4: %{name}.desktop
|
Source4: %{name}.desktop
|
||||||
Source9: kde.js
|
Source9: kde.js
|
||||||
Source1000: README.urpmi
|
Source1000: README.urpmi
|
||||||
Patch10: firefox-3.5.3-default-mail-handler.patch
|
|
||||||
# Patches for kde integration of FF
|
# Patches for kde integration of FF
|
||||||
Patch11: firefox-46-kde.patch
|
Patch11: firefox-46-kde.patch
|
||||||
Patch12: mozilla-46-kde.patch
|
Patch12: mozilla-46-kde.patch
|
||||||
|
@ -166,7 +165,6 @@ Files and macros mainly for building Firefox extensions.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch10 -p1 -b .default-mail-handler
|
|
||||||
|
|
||||||
## KDE INTEGRATION
|
## KDE INTEGRATION
|
||||||
# Disable kde integration , need refactoring
|
# Disable kde integration , need refactoring
|
||||||
|
|
Loading…
Add table
Reference in a new issue