diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-23 15:49:19 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-23 16:05:22 -0400 |
commit | 65f7c9dc7566347f98bcf1b49d06d796bf9c1d47 (patch) | |
tree | 71e63e87aa6e0dd24745e9fd8a886131954306b6 /libre/iceweasel | |
parent | 2fff297942fd9108971f7f3e25be1eee69ecbcd6 (diff) | |
download | abslibre-65f7c9dc7566347f98bcf1b49d06d796bf9c1d47.tar.gz abslibre-65f7c9dc7566347f98bcf1b49d06d796bf9c1d47.tar.bz2 abslibre-65f7c9dc7566347f98bcf1b49d06d796bf9c1d47.zip |
libre/iceweasel: Update rationale comment
Diffstat (limited to 'libre/iceweasel')
-rw-r--r-- | libre/iceweasel/PKGBUILD | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index d669208ff..2e4c28c39 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -19,12 +19,23 @@ # Contributor: evr <evanroman at gmail> # Contributor: Muhammad 'MJ' Jassim <UnbreakableMJ@gmail.com> -# parabola changes and rationale: -# - rebranded to iceweasel -# - removed google api keys and usage -# - removed use of firefox-symbolic.svg -# - added makedepends: mozilla-searchplugins, quilt, libxslt, imagemagick -# - added replaces, conflicts: firefox +# Rational for inclusion in [libre]: +# - For FSDG compliance, we must modify the addons pages to use GNU +# IceCat plugins sources, rather than addons.mozilla.org, which +# hosts non-free addons. +# - Disable EME (implemented via the libWideVine CDM) +# +# The above changes cause us to run afoul of the Firefox trademark +# policy[1], so making those changes also requires us to: +# - Rebrand to Iceweasel +# +# While we're at it, while not strictly nescessary for FSDG +# compliance: +# - Remove google api keys and usage +# - Disable Mozilla telemetry and crash reporting (good manners +# because of all of the other patching we're doing +# +# [1]: https://www.mozilla.org/en-US/foundation/trademarks/policy/ pkgname=iceweasel epoch=1 |