[Lunar-commits] CVS: moonbase/web/firefox DEPENDS,1.3,1.4

Chad Kittel v3rt1g0 at lunar-linux.org
Wed Oct 13 05:15:23 UTC 2004


Update of /var/cvs/lunar/moonbase/web/firefox
In directory espresso.foo-projects.org:/tmp/cvs-serv8522

Modified Files:
	DEPENDS 
Log Message:
Tweak the depends.  It has been found the ORBit2 is not really a depends of
firefox, but one of its dependencies is, libIDL.  Also added a few other 
missing depends, and an optional depends to disable the bulding of any 
gnomevfs stuff.


Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/firefox/DEPENDS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DEPENDS	23 Aug 2004 00:33:11 -0000	1.3
+++ DEPENDS	13 Oct 2004 05:15:20 -0000	1.4
@@ -1,8 +1,14 @@
+# The zlib and jpeg depends are covered by libmng
+# The pkgconfig depends is covered by gtk+-2
+
+depends libpng &&
 depends libmng &&
-depends ORBit2 &&
-depends	zip &&
-depends	unzip &&
+depends libIDL &&
+depends zip    &&
+depends unzip  &&
+depends expat  &&
 depends gtk+-2 &&
-depends cairo &&
+depends cairo  &&
 
-optional_depends "flash-plugin" "" "" "to enable shockwave flash"
+optional_depends "flash-plugin" "" "" "to enable shockwave flash" &&
+optional_depends "gnome-vfs2" "" "--disable-gnomevfs" "for Gnome VFS support"



More information about the Lunar-commits mailing list