From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B1BE1396D9 for ; Sun, 12 Nov 2017 01:09:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B5F5E0F6A; Sun, 12 Nov 2017 01:09:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35599E0F6A for ; Sun, 12 Nov 2017 01:09:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A751B33BF01 for ; Sun, 12 Nov 2017 01:09:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F3F499CE for ; Sun, 12 Nov 2017 01:09:24 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1510448877.5e89a10bbd2ac62e729fbdb9422ab81357a47331.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-57.0_beta14.ebuild www-client/firefox/metadata.xml X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 5e89a10bbd2ac62e729fbdb9422ab81357a47331 X-VCS-Branch: master Date: Sun, 12 Nov 2017 01:09:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cfb22f00-917e-4999-9fcd-cc19e0833a7c X-Archives-Hash: d7eb9369399a05402bb94856cfecb802 commit: 5e89a10bbd2ac62e729fbdb9422ab81357a47331 Author: Jory A. Pratt gentoo org> AuthorDate: Sun Nov 12 01:07:57 2017 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sun Nov 12 01:07:57 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=5e89a10b www-cient/firefox - add useflag screenshot so businesses can disable for security reasons. www-client/firefox/firefox-57.0_beta14.ebuild | 8 +++++++- www-client/firefox/metadata.xml | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-57.0_beta14.ebuild b/www-client/firefox/firefox-57.0_beta14.ebuild index 3bbfbc1..f211146 100644 --- a/www-client/firefox/firefox-57.0_beta14.ebuild +++ b/www-client/firefox/firefox-57.0_beta14.ebuild @@ -39,7 +39,7 @@ KEYWORDS="~amd64 ~x86" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="bindist eme-free +gmp-autoupdate hardened hwaccel jack nsplugin pgo selinux test" +IUSE="bindist eme-free +gmp-autoupdate hardened hwaccel jack nsplugin pgo +screenshot selinux test" RESTRICT="!bindist? ( bindist )" PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c}/mozilla/patchsets/${PATCH}.tar.xz ) @@ -285,6 +285,12 @@ src_install() { || die fi + if ! use screenshot; then + echo "pref(\"extensions.screenshots.disabled\", true);" >> \ + "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ + || die + fi + echo "pref(\"extensions.autoDisableScopes\", 3);" >> \ "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ || die diff --git a/www-client/firefox/metadata.xml b/www-client/firefox/metadata.xml index 66af8a4..7e0a3a9 100644 --- a/www-client/firefox/metadata.xml +++ b/www-client/firefox/metadata.xml @@ -19,6 +19,7 @@ Add support for profile-guided optimization using gcc-4.5, for faster binaries. This option will double the compile time. Enable support for using rust compiler (experimental) + Allow to disable screenshot extension in global profile Use the system-wide x11-libs/cairo instead of bundled. Use the system-wide media-libs/harfbuzz