[Lunar-commits] r16618 - moonbase/trunk/zbeta/evidence-cvs
Chad Kittel
v3rt1g0 at lunar-linux.org
Fri Sep 23 00:54:57 UTC 2005
Author: v3rt1g0
Date: 2005-09-23 00:54:57 +0000 (Fri, 23 Sep 2005)
New Revision: 16618
Modified:
moonbase/trunk/zbeta/evidence-cvs/BUILD
moonbase/trunk/zbeta/evidence-cvs/DEPENDS
Log:
Additional depends and build time options. I'm guessing this module will see lots
of little changes like this as there are about 892734982309234 compile-time and
run-time options/optional depends.
Modified: moonbase/trunk/zbeta/evidence-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/evidence-cvs/BUILD 2005-09-23 00:08:32 UTC (rev 16617)
+++ moonbase/trunk/zbeta/evidence-cvs/BUILD 2005-09-23 00:54:57 UTC (rev 16618)
@@ -13,6 +13,11 @@
--mandir=$MODULE_PREFIX/share/man \
--enable-extra-iconsets \
--disable-debug \
+ --enable-edje \
+ --enable-tree-view \
+ --enable-icon-view \
+ --enable-browser-view \
+ --enable-plugin-extractor \
$OPTS &&
default_make
Modified: moonbase/trunk/zbeta/evidence-cvs/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/evidence-cvs/DEPENDS 2005-09-23 00:08:32 UTC (rev 16617)
+++ moonbase/trunk/zbeta/evidence-cvs/DEPENDS 2005-09-23 00:54:57 UTC (rev 16618)
@@ -3,9 +3,11 @@
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 "doodle" "--enable-doodle" "--disable-doodle" \
+ "gather meta-data from files and do lightning-fast searches" &&
+optional_depends "examine-cvs" "" "" "for GUI configuration support"
+
+# unsupported/not-functioning optional depends
#optional_depends "dbus" "--enable-dbus" "" "support for DBus IPC"
-
#optional_depends "gnome-vfs2" "--enable-backend-gnomevfs2" "" "enable the GNOME-VFS2 file backend"
More information about the Lunar-commits
mailing list