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

pkgname=iceweasel-hardened
pkgver=1.50
pkgrel=3
pkgdesc="Sets hardened preferences in Iceweasel that protect from a variety of privacy, security, and fingerprinting attacks."
arch=(any)
license=(MPL)
depends=('iceweasel-noscript')
url="https://wiki.parabola.nu/${pkgname%-*}"
source=('firefox-branding.js')
sha512sums=('733553fc5fc05ea8b7183b33b046afe30c2004f7a73dd289c8107dba5e2a997827267a9b5f26979e85e7b4eae4e12ce89c205fd81ba5bfd50df08f4dd716208f')
whirlpoolsums=('88be3317fc78e4bbaf79f080c7270d78a90f152f96fa067f2215915285ba8573ee46071856c2578bd3e02a678e783313131f3c2dcf6a02f2f862edd9de0a7820')

package() {
  install -Dm644 firefox-branding.js "$pkgdir"/usr/lib/iceweasel/browser/defaults/preferences/firefox-branding.js
}