From 2d1e7216e3f3b54fd97793df779535ccec6d1e90 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 23 Aug 2018 16:46:04 -0400 Subject: libre/iceweasel: Add a comment about needing to prune BS --- libre/iceweasel/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libre/iceweasel') diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index 0a794be94..5b0fc5d70 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -198,6 +198,14 @@ pref("extensions.shownSelectionUI", true); END # Parabola additions to vendor.js + # + # TODO: Go through this and figure out what's nescessary, remove + # most of it. This is mostly cargo-cult BS. For example, disabling + # all the EME stuff... that's already off because of `--disable-eme` + # in `.mozconfig`. Some of these settings no longer exist. Some of + # these settings don't do anything on GNU/Linux. + # + # However, they don't seem to be causing any of the critical issues. local _shortver=$(cut -d. -f1,2 <<<"$pkver") cat >> "$_vendorjs" <