summaryrefslogtreecommitdiff
path: root/nonprism/iceweasel-hardened-preferences/PKGBUILD
blob: 5835913fd12fd7296eae2fac758c3b670532369a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Maintainer: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697
# Contributor: André Silva <emulatorman@hyperbola.info>

pkgname=iceweasel-hardened-preferences
pkgver=1.0
pkgrel=1
pkgdesc="Hardened preferences script which runs Iceweasel to protect from a variety of privacy, security, and fingerprinting attacks."
arch=(any)
license=(MPL)
replaces=('iceweasel-hardened')
conflicts=('iceweasel-hardened')
depends=('firejail')
optdepends=('iceweasel-noscript: XSS and Javascript Protection (Important)'
'iceweasel-no-resource-uri-leak: Deny resource:// access to Web content (Important)'
'iceweasel-ublock-origin: Block ads and trackers')
url="https://wiki.parabola.nu/${pkgname%%-*}"
install=iceweasel-hardened.install
source=('firefox-branding.js'
'iceweasel-hardened.sh'
'iceweasel-branding.js'
'iceweasel-hardened.install')
sha512sums=('cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
            '14cbcb503e30143b9411723dcd361fdc3eea31b76e5678cec1c26e99d6e6cbfa5e4c9350e43408e2f80903ae451ac481373ed25bbbf3afa8eefdef5597815cb6'
            'f0062cf0b353cff37817154e256279e1cd1de90b9515385571964540ae3a1c1c309418fddfab1742b5b02819af1b96ab8b0c44c27cf5ef346d5495fa3af46ec8'
            'e9baa13d50195ff5be507093c45c00bb06a77c9e633ac183ec2fd74eebb11bfc07bde334fe4455b763e8700cde146ae223578ebd8d13066739220502b6eebff6')
whirlpoolsums=('19fa61d75522a4669b44e39c1d2e1726c530232130d407f89afee0964997f7a73e83be698b288febcf88e3e03c4f0757ea8964e59b63d93708b138cc42a66eb3'
               '69e24af0b814c2fda677799b40c31063619004ea8ebd8969d904dbb010c7f193c7d4375d1d9a55f53d61bddbe23de1e0ad6776d98740ad65d881d1b2a5b436ef'
               '59f05648c6340f6a58bd2d9a65da7e04a7c0ad4e0869f51425f660f2945e7c42baccac48649941a6267b90d1777ecd5b49a068507221a084cfdaca1c3f2b0e67'
               '44b57bbbf8f00ffee11afc84f5ea3daedc39e59da3ee91e337c1eaad24c014caf5680eb250e25a3e046db9caaf6829c3b667693de9f040d8864be34b96300bb9')

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