[Lunar-commits] r16239 - moonbase/trunk/mail/thunderbird

Terry Chan tchan at lunar-linux.org
Sat Aug 27 04:43:27 UTC 2005


Author: tchan
Date: 2005-08-27 04:43:27 +0000 (Sat, 27 Aug 2005)
New Revision: 16239

Modified:
   moonbase/trunk/mail/thunderbird/BUILD
   moonbase/trunk/mail/thunderbird/DEPENDS
Log:
Fixed thunderbird to compile correctly with svg disabled now that cairo-1.0.0
is in moonbase.  gtk+-2.8.2 requires cairo-1.0.0 and also requires pango-1.10
to use cairo-1.0.0.  svg will be re-enabled in firefox/thunderbird whenever
firefox-1.1 is released.


Modified: moonbase/trunk/mail/thunderbird/BUILD
===================================================================
--- moonbase/trunk/mail/thunderbird/BUILD	2005-08-27 04:40:58 UTC (rev 16238)
+++ moonbase/trunk/mail/thunderbird/BUILD	2005-08-27 04:43:27 UTC (rev 16239)
@@ -40,8 +40,7 @@
     --enable-strip	\
     --enable-strip-libs \
     --enable-xterm-updates	\
-    --enable-svg	\
-    --enable-svg-renderer-cairo	\
+    --disable-svg	\
     --enable-image-decoders=default,-xbm	\
     --disable-debug     \
     --disable-tests     \
@@ -85,7 +84,7 @@
 
     # Now the .desktop file and the icon
     install -d /usr/share/applications /usr/share/pixmaps &&
-    install -m644 $SOURCE_CACHE/$SOURCE4 /usr/share/applications
+    install -m644 $SOURCE_CACHE/$SOURCE4 /usr/share/applications &&
     rm -f /usr/share/pixmaps/thunderbird.xpm &&
     install -m644 $MOZILLA_HOME/icons/default.xpm \
 		  /usr/share/pixmaps/thunderbird.xpm

Modified: moonbase/trunk/mail/thunderbird/DEPENDS
===================================================================
--- moonbase/trunk/mail/thunderbird/DEPENDS	2005-08-27 04:40:58 UTC (rev 16238)
+++ moonbase/trunk/mail/thunderbird/DEPENDS	2005-08-27 04:43:27 UTC (rev 16239)
@@ -1,10 +1,10 @@
-depends libmng	&&
-depends libIDL 	&&
-depends expat	&&
-depends	zip	&&
-depends	unzip	&&
-depends gtk+-2	&&
-depends cairo	&&
+depends libmng &&
+depends libIDL &&
+depends ORBit2 &&
+depends	zip    &&
+depends	unzip  &&
+depends expat  &&
+depends gtk+-2 &&
 
 optional_depends "gnupg" "" "" "for encrypted email" &&
 



More information about the Lunar-commits mailing list