[Lunar-commits] r16608 - moonbase/trunk/zbeta/evidence-cvs

Chad Kittel v3rt1g0 at lunar-linux.org
Thu Sep 22 15:46:27 UTC 2005


Author: v3rt1g0
Date: 2005-09-22 15:46:26 +0000 (Thu, 22 Sep 2005)
New Revision: 16608

Modified:
   moonbase/trunk/zbeta/evidence-cvs/BUILD
   moonbase/trunk/zbeta/evidence-cvs/DEPENDS
Log:
BUILD shouldn't have had --with-libsharedmime=/usr/lib because that was
covered in the optional depends already!

Also, more formatting.  cmak, check your editor, i think you are using
tabs when you should be using spaces, things get mis formatted that 
way. :(


Modified: moonbase/trunk/zbeta/evidence-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/evidence-cvs/BUILD	2005-09-22 15:22:18 UTC (rev 16607)
+++ moonbase/trunk/zbeta/evidence-cvs/BUILD	2005-09-22 15:46:26 UTC (rev 16608)
@@ -12,7 +12,6 @@
                --infodir=$MODULE_PREFIX/share/info \
                --mandir=$MODULE_PREFIX/share/man   \
                --enable-extra-iconsets             \
-	       --with-libsharedmime=/usr/lib	   \
                $OPTS                               &&
 
    default_make

Modified: moonbase/trunk/zbeta/evidence-cvs/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/evidence-cvs/DEPENDS	2005-09-22 15:22:18 UTC (rev 16607)
+++ moonbase/trunk/zbeta/evidence-cvs/DEPENDS	2005-09-22 15:46:26 UTC (rev 16608)
@@ -1,4 +1,9 @@
 depends edje-cvs &&
-optional_depends "libsharedmime" "--with-libsharedmime=/usr/lib" "" "for freedesktop.org MIME-determination"
-optional_depends "doodle" "" "" "gather meta-data from files and do lightning-fast searches"
+
+optional_depends "libsharedmime"  "--with-libsharedmime=/usr/lib"  ""  \
+                 "for freedesktop.org MIME-determination"              &&
+
+optional_depends "doodle"  ""  ""  \
+                 "gather meta-data from files and do lightning-fast searches"
+
 #optional_depends "gnome-vfs2" "--enable-backend-gnomevfs2" "" "enable the GNOME-VFS2 file backend"



More information about the Lunar-commits mailing list