[Lunar-commits] <moonbase> thunderbird-bin: updated to 5.0
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Thu Jun 30 00:59:27 CEST 2011
commit ae09ec4ed50d422251da3f2abb8b297a0cedccb4
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Thu Jun 30 00:59:27 2011 +0200
thunderbird-bin: updated to 5.0
---
mail/thunderbird-bin/BUILD | 16 +++++++---------
mail/thunderbird-bin/DETAILS | 9 +++------
mail/thunderbird-bin/POST_INSTALL | 7 +------
mail/thunderbird-bin/POST_REMOVE | 1 +
mail/thunderbird-bin/thunderbird-bin.desktop | 12 ++++++++++++
5 files changed, 24 insertions(+), 21 deletions(-)
diff --git a/mail/thunderbird-bin/BUILD b/mail/thunderbird-bin/BUILD
index 10c17ca..7991749 100644
--- a/mail/thunderbird-bin/BUILD
+++ b/mail/thunderbird-bin/BUILD
@@ -1,18 +1,16 @@
(
- prepare_install &&
+ prepare_install &&
message "${MESSAGE_COLOR}Installing Thunderbird ${VERSION}...${DEFAULT_COLOR}" &&
- cd /opt/lunar &&
- unpack $SOURCE &&
+ cd /opt/lunar &&
+ unpack $SOURCE &&
if [ ! -h /usr/bin/thunderbird ]; then
ln -snf /opt/lunar/thunderbird/thunderbird /usr/bin/thunderbird
- fi
+ fi &&
- # Now the .desktop file and the icon
-# mkdir -p /usr/share/applications /usr/share/pixmaps &&
-# install -m644 $SOURCE_CACHE/$SOURCE2 /usr/share/applications &&
-# rm -f /usr/share/pixmaps/thunderbird.xpm &&
-# install -m644 $MOZILLA_HOME/icons/mozicon50.xpm /usr/share/pixmaps
+ # Now the .desktop file and the icon
+ mkdir -p /usr/share/applications &&
+ install -m644 $SCRIPT_DIRECTORY/thunderbird-bin.desktop /usr/share/applications
) > $C_FIFO 2>&1
diff --git a/mail/thunderbird-bin/DETAILS b/mail/thunderbird-bin/DETAILS
index 776c5b2..e3d23a6 100644
--- a/mail/thunderbird-bin/DETAILS
+++ b/mail/thunderbird-bin/DETAILS
@@ -1,18 +1,15 @@
MODULE=thunderbird-bin
- VERSION=3.1.11
+ VERSION=5.0
SOURCE=thunderbird-$VERSION.tar.bz2
- SOURCE2=thunderbird.desktop
SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla
SOURCE_URL[0]=ftp://mozilla.isc.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/en-US
SOURCE_URL[1]=ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/en-US
SOURCE_URL[2]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/en-US
SOURCE_URL[3]=http://archive.progeny.com/mozilla.org/thunderbird/releases/$VERSION/linux-i686/en-US
- SOURCE_VFY=sha1:ecb357b9e977ad08b5c4d2af251663787cd540d4
- SOURCE2_URL=$PATCH_URL
- SOURCE2_VFY=sha1:88f83d8dda242f34d0f1bb58c4a0b98d353ef7e1
+ SOURCE_VFY=sha1:b7076497e6a1cc3f593294ef8bddf844dbec08ad
WEB_SITE=http://www.mozilla.org/projects/thunderbird
ENTERED=20091207
- UPDATED=20110622
+ UPDATED=20110629
ARCHIVE=off
SHORT="A full-featured mail client"
diff --git a/mail/thunderbird-bin/POST_INSTALL b/mail/thunderbird-bin/POST_INSTALL
index 1ab246f..11cf25b 100644
--- a/mail/thunderbird-bin/POST_INSTALL
+++ b/mail/thunderbird-bin/POST_INSTALL
@@ -5,9 +5,4 @@ TBIRD_LIBDIR=thunderbird
export LD_LIBRARY_PATH="$TBIRD_HOME/$TBIRD_LIBDIR:$TBIRD_HOME/plugins:$TBIRD_HOME/$TBIRD_LIBDIR/components"
export MOZILLA_FIVE_HOME="$TBIRD_HOME/$TBIRD_LIBDIR"
ldconfig
-
-#echo "skin,install,select,classic/1.0" >> $TBIRD_HOME/$TBIRD_LIBDIR/chrome/installed-chrome.txt
-#echo "locale,install,select,en-US" >> $TBIRD_HOME/$TBIRD_LIBDIR/chrome/installed-chrome.txt
-
-#cd $TBIRD_HOME/$TBIRD_LIBDIR
-#./regxpcom
+rm -f /usr/share/pixmaps/{thunderbird.xpm,mozicon50.xpm}
diff --git a/mail/thunderbird-bin/POST_REMOVE b/mail/thunderbird-bin/POST_REMOVE
new file mode 100644
index 0000000..ae8c6be
--- /dev/null
+++ b/mail/thunderbird-bin/POST_REMOVE
@@ -0,0 +1 @@
+rm -rf /opt/lunar/thunderbird
diff --git a/mail/thunderbird-bin/thunderbird-bin.desktop b/mail/thunderbird-bin/thunderbird-bin.desktop
new file mode 100644
index 0000000..43a56c9
--- /dev/null
+++ b/mail/thunderbird-bin/thunderbird-bin.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Thunderbird Mail
+Name[pl]=Poczta Thunderbird
+Comment=Thunderbird Mail Client
+Exec=thunderbird
+Icon=/opt/lunar/thunderbird/chrome/icons/default/default48.png
+Terminal=false
+Type=Application
+Categories=Application;Network;
+Comment[pl]=Thunderbird - klient poczty
+X-KDE-StartupNotify=true
More information about the Lunar-commits
mailing list