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 | f41809ed0d34af7a5d35d6c1e6ea07dbfa8b746d (patch) | |
tree | 82a84a3868a35281d3f3af80a86ca62ffac72ef7 /net-mail/mozilla-thunderbird-bin/files | |
parent | obsoleted in favour of cl-pxmlutils (diff) | |
download | historical-f41809ed0d34af7a5d35d6c1e6ea07dbfa8b746d.tar.gz historical-f41809ed0d34af7a5d35d6c1e6ea07dbfa8b746d.tar.bz2 historical-f41809ed0d34af7a5d35d6c1e6ea07dbfa8b746d.zip |
Bump to 0.5
Diffstat (limited to 'net-mail/mozilla-thunderbird-bin/files')
4 files changed, 19 insertions, 0 deletions
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 $@ |