diff options
author | Brad Laue <brad@gentoo.org> | 2004-02-12 09:05:20 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2004-02-12 09:05:20 +0000 |
commit | af5c11926359a85040c56b59d4e58f2542d2ba01 (patch) | |
tree | 996d0143761a9ad9f9c7340798e308cad346eedf /net-mail/mozilla-thunderbird-bin | |
parent | obsoleted in favour of cl-pxmlutils (diff) | |
download | gentoo-2-af5c11926359a85040c56b59d4e58f2542d2ba01.tar.gz gentoo-2-af5c11926359a85040c56b59d4e58f2542d2ba01.tar.bz2 gentoo-2-af5c11926359a85040c56b59d4e58f2542d2ba01.zip |
Bump to 0.5
Diffstat (limited to 'net-mail/mozilla-thunderbird-bin')
6 files changed, 103 insertions, 2 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/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 "" +} |