diff options
author | Jory Pratt <anarchy@gentoo.org> | 2015-06-19 01:19:17 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2015-06-19 01:19:17 +0000 |
commit | f57c77962a5af94351358f762eac9b0ff9baeeae (patch) | |
tree | 87e1a2135ae1a94735a5cc0ada23351c8073e38e /mail-client | |
parent | Stable on ppc and ppc64. Bug #552420. (diff) | |
download | gentoo-2-f57c77962a5af94351358f762eac9b0ff9baeeae.tar.gz gentoo-2-f57c77962a5af94351358f762eac9b0ff9baeeae.tar.bz2 gentoo-2-f57c77962a5af94351358f762eac9b0ff9baeeae.zip |
Fix bug #552180 and 552162
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB4D088B4)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/thunderbird/ChangeLog | 8 | ||||
-rw-r--r-- | mail-client/thunderbird/thunderbird-38.0.1-r1.ebuild (renamed from mail-client/thunderbird/thunderbird-38.0.1.ebuild) | 12 |
2 files changed, 18 insertions, 2 deletions
diff --git a/mail-client/thunderbird/ChangeLog b/mail-client/thunderbird/ChangeLog index fafff541f99d..0df103a957c3 100644 --- a/mail-client/thunderbird/ChangeLog +++ b/mail-client/thunderbird/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/thunderbird # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.334 2015/06/17 02:45:48 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.335 2015/06/19 01:19:17 anarchy Exp $ + +*thunderbird-38.0.1-r1 (19 Jun 2015) + + 19 Jun 2015; <anarchy@gentoo.org> +thunderbird-38.0.1-r1.ebuild, + -thunderbird-38.0.1.ebuild: + Fix bug #552180 and 552162 17 Jun 2015; Patrick Lauer <patrick@gentoo.org> thunderbird-38.0.1.ebuild: Whitespace diff --git a/mail-client/thunderbird/thunderbird-38.0.1.ebuild b/mail-client/thunderbird/thunderbird-38.0.1-r1.ebuild index d88863249589..3a8bfe2b6e18 100644 --- a/mail-client/thunderbird/thunderbird-38.0.1.ebuild +++ b/mail-client/thunderbird/thunderbird-38.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-38.0.1.ebuild,v 1.3 2015/06/17 02:45:48 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-38.0.1-r1.ebuild,v 1.1 2015/06/19 01:19:17 anarchy Exp $ EAPI=5 WANT_AUTOCONF="2.1" @@ -189,6 +189,7 @@ src_configure() { mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}" mozconfig_annotate '' --disable-mailnews + mozconfig_annotate '' --enable-calendar # Other tb-specific settings mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME} @@ -267,6 +268,9 @@ src_install() { MOZ_MAKE_FLAGS="${MAKEOPTS}" \ emake DESTDIR="${D}" install + # Install language packs + mozlinguas_src_install + if ! use bindist; then newicon "${S}"/other-licenses/branding/thunderbird/content/icon48.png thunderbird-icon.png domenu "${FILESDIR}"/icon/${PN}.desktop @@ -290,6 +294,7 @@ src_install() { unzip "${enigmail_xpipath}"/enigmail*.xpi || die fi + # Required in order for jit to work on hardened, for mozilla-31 use jit && pax-mark pm "${ED}"${MOZILLA_FIVE_HOME}/{thunderbird,thunderbird-bin} @@ -318,4 +323,9 @@ pkg_postinst() { elog "If you experience problems with plugins please issue the" elog "following command : rm \${HOME}/.thunderbird/*/extensions.sqlite ," elog "then restart thunderbird" + elog + elog "If calendar fails to show up in extensions please open config editor" + elog "and set extensions.lastAppVersion to 38.0.0 to force a reload. If this" + elog "fails to show the calendar extension after restarting with above change" + elog "please file a bug report." } |