summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-plugins/enigmail/enigmail-2.0.12-r1.ebuild (renamed from x11-plugins/enigmail/enigmail-2.0.12.ebuild)5
-rw-r--r--x11-plugins/enigmail/files/enigmail-2.0.12-enable_seamonkey_support.patch20
2 files changed, 24 insertions, 1 deletions
diff --git a/x11-plugins/enigmail/enigmail-2.0.12.ebuild b/x11-plugins/enigmail/enigmail-2.0.12-r1.ebuild
index 917dd0d55c48..9d4f14dc9ccc 100644
--- a/x11-plugins/enigmail/enigmail-2.0.12.ebuild
+++ b/x11-plugins/enigmail/enigmail-2.0.12-r1.ebuild
@@ -42,7 +42,10 @@ DEPEND="${RDEPEND}
dev-lang/perl
"
-PATCHES=( "${FILESDIR}"/enigmail-no_pEp_auto_download.patch )
+PATCHES=(
+ "${FILESDIR}"/enigmail-no_pEp_auto_download.patch
+ "${FILESDIR}/${PN}-2.0.12-enable_seamonkey_support.patch"
+)
src_compile() {
emake ipc public ui package lang stdlib
diff --git a/x11-plugins/enigmail/files/enigmail-2.0.12-enable_seamonkey_support.patch b/x11-plugins/enigmail/files/enigmail-2.0.12-enable_seamonkey_support.patch
new file mode 100644
index 000000000000..11d9702eb970
--- /dev/null
+++ b/x11-plugins/enigmail/files/enigmail-2.0.12-enable_seamonkey_support.patch
@@ -0,0 +1,20 @@
+--- enigmail/package/install.rdf
++++ enigmail/package/install.rdf
+@@ -19,14 +19,14 @@
+ <em:maxVersion>60.*</em:maxVersion>
+ </Description>
+ </em:targetApplication>
+- <!--em:targetApplication>
+- < ! - - Seamonkey is no longer supported - - >
++ <em:targetApplication>
++ <!-- Seamonkey -->
+ <Description>
+ <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
+ <em:minVersion>2.49</em:minVersion>
+ <em:maxVersion>2.57</em:maxVersion>
+ </Description>
+- </em:targetApplication -->
++ </em:targetApplication>
+
+ <!-- Front End MetaData -->
+ <em:name>Enigmail</em:name>