summaryrefslogtreecommitdiff
path: root/libre/icedove
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-15 17:52:25 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-15 17:53:11 -0300
commitb3bebee03ffaf826d7b26b1cc938ab4d655811d5 (patch)
treec4467f9505f1b68a67d70360766da7b79a128073 /libre/icedove
parentb6823251026fa6cae8c06cf1ce8df1a9a94154c1 (diff)
libre/icedove: remove url-classifier from package-manifest.in to build and disable Phishing Protection
Diffstat (limited to 'libre/icedove')
-rw-r--r--libre/icedove/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/libre/icedove/PKGBUILD b/libre/icedove/PKGBUILD
index 80c804537..f2c882667 100644
--- a/libre/icedove/PKGBUILD
+++ b/libre/icedove/PKGBUILD
@@ -68,6 +68,13 @@ prepare() {
quilt push -av
+ # remove url-classifier from package-manifest.in to build and disable Phishing Protection
+ sed -i '\|Phishing Protection|d
+ \|UrlClassifier|d
+ \|URLClassifier|d
+ \|url-classifier|d
+ ' mail/installer/package-manifest.in
+
# Fix branding
sed -i 's|Icedove Mail/News|Icedove|' mail/branding/icedove/locales/en-US/brand.{dtd,properties}