summaryrefslogtreecommitdiff
path: root/nonprism-testing/icedove-hardened-preferences/PKGBUILD
blob: 7379b682815c909b20dc60196c33c284025d01bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: André Silva <emulatorman@parabola.nu>
# Contributor: Luke R. <g4jc@openmailbox.org>

pkgname=icedove-hardened-preferences
pkgver=0.1
pkgrel=1
pkgdesc="Sets hardened preferences in Icedove that protect from a variety of privacy, security, and fingerprinting attacks."
arch=(any)
license=(MPL)
replaces=('icedove-hardened')
depends=('icedove')
url="https://wiki.parabola.nu/${pkgname%-*}"
source=('thunderbird-branding.js')
sha512sums=('ad339dc16a7acab325f1a162cda017842c980fcb8ad1b725905947d0afc46959b59160147fd8fa86e2822dc51be4a4e6bf11d404ae19190b89a86459a290fd5e')
whirlpoolsums=('673d8a38650a9f91de8531612d457ba056ce15bf88f147a3dacd6182bd0d4e2697f59f7e13d688b26c944c9799071dabb06a4b1ed9e4ccba264a3ee6c2ef4f6f')

package() {
  install -Dm644 thunderbird-branding.js "$pkgdir"/usr/lib/icedove/defaults/preferences/thunderbird-branding.js
}