CVS: crater/web/MozillaThunderbird BUILD,1.7,1.8 DETAILS,1.4,1.5
nhudson at lunar-linux.org
nhudson at lunar-linux.org
Mon Oct 20 17:55:20 GMT 2003
Update of /var/cvs/lunar/crater/web/MozillaThunderbird
In directory dbguin.lunar-linux.org:/tmp/cvs-serv24161/MozillaThunderbird
Modified Files:
BUILD DETAILS
Log Message:
Adding in a icon and a .desktop file so that it will show up in a gnome or kde desktop menu
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/crater/web/MozillaThunderbird/BUILD,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- BUILD 18 Oct 2003 20:24:17 -0000 1.7
+++ BUILD 20 Oct 2003 17:55:18 -0000 1.8
@@ -1,5 +1,8 @@
(
+ patchdir=$SOURCE_DIRECTORY/thunderbird-0.3-lunar-1
+ unpack $SOURCE2 &&
+
MOZILLA_HOME=/opt/lunar/thunderbird/lib/mozilla
OPTS="$OPTS --disable-mathml"
@@ -30,13 +33,15 @@
--disable-debug \
--disable-tests \
--disable-pedantic \
-# --disable-composer \
--disable-toolkit-gtk \
--enable-default-toolkit=gtk2 \
--with-gtk2 \
--enable-crypto \
$OPTS &&
- default_make
+ default_make &&
+
+ cp $patchdir/thunderbird.desktop /usr/share/applications/ &&
+ cp $patchdir/thunderbird.png /usr/share/pixmaps/
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/crater/web/MozillaThunderbird/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 17 Oct 2003 15:26:10 -0000 1.4
+++ DETAILS 20 Oct 2003 17:55:18 -0000 1.5
@@ -1,12 +1,15 @@
MODULE=MozillaThunderbird
VERSION=0.3
SOURCE=thunderbird-source-$VERSION.tar.bz2
+ SOURCE2=thunderbird-0.3-lunar-1.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla
SOURCE_URL[0]=http://ftp.mozilla.org/pub/thunderbird/releases/$VERSION/$SOURCE
SOURCE_VFY=md5:63bfc18db94e605a25a222e417d3a69d
+ SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
+ SOURCE2_VFY=md5:182f7b7bd34c753e35d23ddcfc876d42
WEB_SITE=http://www.mozilla.org/projects/thunderbird
ENTERED=20031017
- UPDATED=20031017
+ UPDATED=20031020
MAINTAINER="nhudson at lunar-linux.org"
FUZZY="off"
SHORT="Mozilla Thunderbird is a speedy, full-featured mail client"
More information about the Lunar-commits
mailing list