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 A3E51139694 for ; Wed, 3 May 2017 15:29:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59CA5E0CD5; Wed, 3 May 2017 15:29:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33C23E0CD5 for ; Wed, 3 May 2017 15:29:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0BEF5341659 for ; Wed, 3 May 2017 15:29:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F7132494 for ; Wed, 3 May 2017 15:29:53 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1493825386.753443681c7b9749bf0fa3a9a5fc2ecb2238dbd1.axs@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/thunderbird/files/1000_fix_gentoo_preferences.patch X-VCS-Directories: mail-client/thunderbird/files/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 753443681c7b9749bf0fa3a9a5fc2ecb2238dbd1 X-VCS-Branch: master Date: Wed, 3 May 2017 15:29:53 +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: 535afd9b-f147-4860-9e72-2642704fe135 X-Archives-Hash: 1998f4ebc062c73b4f2b35882f1a79a0 commit: 753443681c7b9749bf0fa3a9a5fc2ecb2238dbd1 Author: Ian Stakenvicius gentoo org> AuthorDate: Wed May 3 15:29:01 2017 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Wed May 3 15:29:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75344368 mail-client/thunderbird: added missing patch from mozilla-overlay for 52.1 Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../files/1000_fix_gentoo_preferences.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/mail-client/thunderbird/files/1000_fix_gentoo_preferences.patch b/mail-client/thunderbird/files/1000_fix_gentoo_preferences.patch new file mode 100644 index 00000000000..01542105e64 --- /dev/null +++ b/mail-client/thunderbird/files/1000_fix_gentoo_preferences.patch @@ -0,0 +1,25 @@ +From: Jory A. Pratt + +Add the gentoo preferences for the omni.jar creation + +diff --git a/mail/installer/package-manifest.in b/mail/installer/package-manifest.in +--- a/mail/installer/package-manifest.in ++++ b/mail/installer/package-manifest.in +@@ -313,16 +313,17 @@ + @RESPATH@/components/devtools-startup.manifest + @RESPATH@/components/devtools-startup.js + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ; Default Profile Settings + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + + ; default pref files ++@RESPATH@/defaults/pref/all-gentoo.js + @RESPATH@/defaults/pref/all-thunderbird.js + @RESPATH@/defaults/pref/channel-prefs.js + @RESPATH@/defaults/pref/composer.js + @RESPATH@/defaults/pref/mailnews.js + @RESPATH@/defaults/pref/mdn.js + @RESPATH@/defaults/pref/smime.js + @RESPATH@/defaults/pref/thunderbird-branding.js + @RESPATH@/greprefs.js