diff options
7 files changed, 109 insertions, 3 deletions
diff --git a/net-mail/mozilla-thunderbird-bin/ChangeLog b/net-mail/mozilla-thunderbird-bin/ChangeLog index 4edaf78679c9..7225d5a6315d 100644 --- a/net-mail/mozilla-thunderbird-bin/ChangeLog +++ b/net-mail/mozilla-thunderbird-bin/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-mail/mozilla-thunderbird-bin -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird-bin/ChangeLog,v 1.2 2003/12/08 17:13:39 brad Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird-bin/ChangeLog,v 1.3 2004/02/12 09:05:20 brad Exp $ + +*mozilla-thunderbird-bin-0.5 (12 Feb 2004) + + 12 Feb 2004; Brad Laue <brad@gentoo.org> mozilla-thunderbird-bin-0.5.ebuild, + files/thunderbird, files/0.5/icon/mozillathunderbird.desktop, + files/0.5/icon/thunderbird-icon.png: + Bump to 0.5 08 Dec 2003; Brad Laue <brad@gentoo.org> mozilla-thunderbird-bin-0.4.ebuild: Remove spurious dependency on gnupg. diff --git a/net-mail/mozilla-thunderbird-bin/Manifest b/net-mail/mozilla-thunderbird-bin/Manifest index 200561842e76..8b46ba92f459 100644 --- a/net-mail/mozilla-thunderbird-bin/Manifest +++ b/net-mail/mozilla-thunderbird-bin/Manifest @@ -1,8 +1,13 @@ MD5 5dd0418c191830dfcfd74400e3f9608c metadata.xml 182 -MD5 7c324f929ccfdc407a4e8edd8403c5aa ChangeLog 715 +MD5 43addf9d2e23dc20b847249e38821780 ChangeLog 956 MD5 5002448e78d9ded1fe8985bbe59819c8 mozilla-thunderbird-bin-0.4.ebuild 1985 +MD5 33468bebfc6239e0fe59d694be1d92ec mozilla-thunderbird-bin-0.5.ebuild 2124 MD5 7dd2dac40d6bb1cad39c82742ac7a949 files/MozillaThunderbird 294 MD5 409c1fb9a49f402540b3ffa017bb3636 files/thunderbird-0.3-antialiasing-patch 1246 MD5 680f6e780814d352113bbd3fc58b4052 files/digest-mozilla-thunderbird-bin-0.4 93 +MD5 7dd2dac40d6bb1cad39c82742ac7a949 files/thunderbird 294 +MD5 d0ef06cd650e3b818c4654b87a6848b8 files/digest-mozilla-thunderbird-bin-0.5 93 MD5 b9be05290589c28967a757bdede2c601 files/icon/mozillathunderbird.desktop 155 MD5 4513b2f650df9b907c09257373a9f879 files/icon/thunderbird-icon.png 2537 +MD5 4513b2f650df9b907c09257373a9f879 files/0.5/icon/thunderbird-icon.png 2537 +MD5 bb431eebb28f85d1c07957846fd3e4d2 files/0.5/icon/mozillathunderbird.desktop 148 diff --git a/net-mail/mozilla-thunderbird-bin/files/0.5/icon/mozillathunderbird.desktop b/net-mail/mozilla-thunderbird-bin/files/0.5/icon/mozillathunderbird.desktop new file mode 100644 index 000000000000..f9cc517d96dd --- /dev/null +++ b/net-mail/mozilla-thunderbird-bin/files/0.5/icon/mozillathunderbird.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=Mozilla Thunderbird +Comment=Mail & News Reader +Exec=/usr/bin/thunderbird +Icon=thunderbird-icon.png +Terminal=0 +Type=Application diff --git a/net-mail/mozilla-thunderbird-bin/files/0.5/icon/thunderbird-icon.png b/net-mail/mozilla-thunderbird-bin/files/0.5/icon/thunderbird-icon.png Binary files differnew file mode 100644 index 000000000000..a6a613f956a7 --- /dev/null +++ b/net-mail/mozilla-thunderbird-bin/files/0.5/icon/thunderbird-icon.png diff --git a/net-mail/mozilla-thunderbird-bin/files/digest-mozilla-thunderbird-bin-0.5 b/net-mail/mozilla-thunderbird-bin/files/digest-mozilla-thunderbird-bin-0.5 new file mode 100644 index 000000000000..819592c97389 --- /dev/null +++ b/net-mail/mozilla-thunderbird-bin/files/digest-mozilla-thunderbird-bin-0.5 @@ -0,0 +1 @@ +MD5 4e04516597cbe8d3b3d8b058e7d6b5e4 thunderbird-0.5-i686-pc-linux-gtk2-gnu.tar.bz2 11002467 diff --git a/net-mail/mozilla-thunderbird-bin/files/thunderbird b/net-mail/mozilla-thunderbird-bin/files/thunderbird new file mode 100644 index 000000000000..625e23d936d1 --- /dev/null +++ b/net-mail/mozilla-thunderbird-bin/files/thunderbird @@ -0,0 +1,11 @@ +#!/bin/sh + +# This is the Gentoo Thunderbird startup script +# Additions, suggestions? +# contact astralstorm <astralstorm@gorzow.mm.pl> + +export MOZILLA_FIVE_HOME="/opt/MozillaThunderbird" +THUNDERBIRD_PATH="/opt/MozillaThunderbird" + +# No MozillaFirebird running +${THUNDERBIRD_PATH}/thunderbird $@ diff --git a/net-mail/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.5.ebuild b/net-mail/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.5.ebuild new file mode 100644 index 000000000000..b0ad4fdd5d23 --- /dev/null +++ b/net-mail/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.5.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird-bin/mozilla-thunderbird-bin-0.5.ebuild,v 1.1 2004/02/12 09:05:20 brad Exp $ + +inherit nsplugins eutils + +IUSE="gnome" + +MY_PN=${PN/-bin/} +S=${WORKDIR}/thunderbird + +DESCRIPTION="The Mozilla Thunderbird Mail & News Reader" +SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${PV}/thunderbird-${PV}-i686-pc-linux-gtk2-gnu.tar.bz2" + +HOMEPAGE="http://www.mozilla.org/projects/thunderbird" +RESTRICT="nostrip" + +KEYWORDS="~x86 -ppc -sparc -alpha" +SLOT="0" +LICENSE="MPL-1.1 | NPL-1.1" +IUSE="gtk2 crypt" + +DEPEND="virtual/glibc" +RDEPEND="virtual/x11 + >=dev-libs/libIDL-0.8.0 + >=gnome-base/ORBit-0.5.10-r1 + >=x11-libs/gtk+-2.1.1 + virtual/xft + >=media-libs/jpeg-6b + >=media-libs/libmng-1.0.0 + >=media-libs/libpng-1.2.1 + dev-libs/expat + app-arch/zip + app-arch/unzip + !net-mail/mozilla-thunderbird" + +src_install() { + dodir /opt + + mv ${S} ${D}/opt/MozillaThunderbird + + # Fixing permissions + chown -R root:root ${D}/opt/MozillaThunderbird + + # Truetype fonts + cd ${D}/opt/MozillaThunderbird/defaults/pref + einfo "Enabling truetype fonts. Filesdir is ${FILESDIR}" + epatch ${FILESDIR}/thunderbird-0.3-antialiasing-patch + + # Misc stuff + dobin ${FILESDIR}/thunderbird + + # Install icon and .desktop for menu entry + if [ "`use gnome`" ] + then + insinto /usr/share/pixmaps + doins ${FILESDIR}/${PV}/icon/thunderbird-icon.png + + insinto /usr/share/gnome/apps/Internet + doins ${FILESDIR}/${PV}/icon/mozillathunderbird.desktop + fi +} + +pkg_postinst() { + einfo "To enable Enigmail, you must install the Enigmail and Enigmime" + einfo "extensions as root. Go to Tools / Options / Extensions and click" + einfo "on Install Extension to install Enigmail in your Thunderbird build." + einfo "Restart Thunderbird after having installed both extensions." + einfo "" + einfo "The extensions are located at http://enigmail.mozdev.org/." + einfo "" + einfo "Please note that the binary name has changed from MozillaThunderbird" + einfo "to simply 'thunderbird'." + einfo "" +} |