[Lunar-commits] CVS: moonbase/mail/thunderbird BUILD,1.2,1.3

Moritz Heiber moe at lunar-linux.org
Tue Dec 21 21:43:11 UTC 2004


Update of /var/cvs/lunar/moonbase/mail/thunderbird
In directory espresso.foo-projects.org:/tmp/cvs-serv16305

Modified Files:
	BUILD 
Log Message:
I'm tweaking thunderbird a bit. Though RSS feeds aren't supported
yet. But I'm working on it. I don't think even the developers
themselves have a clue on how to enable it .. I guess it just
appears randomly *sigh


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/thunderbird/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	16 Jun 2004 21:42:20 -0000	1.2
+++ BUILD	21 Dec 2004 21:43:09 -0000	1.3
@@ -1,7 +1,7 @@
-
 ( 
   MOZILLA_HOME=/usr/lib/$MODULE-$VERSION 
   
+  OPTS="$OPTS --enable-application=mail"
   OPTS="$OPTS --disable-mathml"
   OPTS="$OPTS --disable-installer"
   OPTS="$OPTS --disable-activex"
@@ -10,14 +10,14 @@
   OPTS="$OPTS --disable-oji"
   OPTS="$OPTS --disable-necko-disk-cache"
   OPTS="$OPTS --disable-profilesharing --enable-single-profile"
-  OPTS="$OPTS --enable-extensions=wallet,spellcheck,-irc"
+  OPTS="$OPTS --enable-extensions=wallet,spellcheck,xmlextras,webservices,-irc,-venkman"
   OPTS="$OPTS --enable-necko-protocols=http,file,jar,viewsource,res,data"
-  OPTS="$OPTS --enable-image-decoders=png,gif,jpeg"
+  OPTS="$OPTS --enable-image-decoders=default,-xbm"
   
   export MOZ_THUNDERBIRD=1
+  export BUILD_OFFICIAL=1
+  export MOZ_CO_PROJECT=mail
 
-  echo "$OPTS" > /tmp/mozz
-  
     ./configure \
     --prefix=/usr	 \
     --with-x             \
@@ -33,6 +33,7 @@
     --enable-default-toolkit=gtk2  \
     --with-gtk2          \
     --enable-crypto      \
+    --enable-optimize	 \
     $OPTS               &&
               
     default_make



More information about the Lunar-commits mailing list