sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[SM-Commit] GIT changes to master grimoire by Robert Figura (88d621a64af3540ce8e493aaaa66cb8afdf29274)
- From: Robert Figura <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org
- Subject: [SM-Commit] GIT changes to master grimoire by Robert Figura (88d621a64af3540ce8e493aaaa66cb8afdf29274)
- Date: Fri, 18 Jun 2010 10:57:30 -0500
GIT changes to master grimoire by Robert Figura <template AT sourcemage.org>:
utils/recoll/BUILD | 7 ++++++-
utils/recoll/CONFIGURE | 1 +
utils/recoll/HISTORY | 3 +++
utils/recoll/INSTALL | 6 ++++++
4 files changed, 16 insertions(+), 1 deletion(-)
New commits:
commit 88d621a64af3540ce8e493aaaa66cb8afdf29274
Author: Robert Figura <template AT sourcemage.org>
Commit: Robert Figura <template AT sourcemage.org>
recoll: query to build recollq commandline client
diff --git a/utils/recoll/BUILD b/utils/recoll/BUILD
index cc13fed..3720052 100755
--- a/utils/recoll/BUILD
+++ b/utils/recoll/BUILD
@@ -13,4 +13,9 @@ function set_qt_environment()
set_qt_environment
OPTS="$RECOLL_OPTS $OPTS"
-default_build
+default_build &&
+
+if test "$RECOLLQ" = "y"
+then
+ make -C query
+fi
diff --git a/utils/recoll/CONFIGURE b/utils/recoll/CONFIGURE
index e4d459f..e95d2f2 100755
--- a/utils/recoll/CONFIGURE
+++ b/utils/recoll/CONFIGURE
@@ -1,3 +1,4 @@
+config_query RECOLLQ "Build recollq guiless commandline client" y &&
config_query_option RECOLL_OPTS \
"Enable splitting camelCase words" \
n \
diff --git a/utils/recoll/HISTORY b/utils/recoll/HISTORY
index a83d218..82af68b 100644
--- a/utils/recoll/HISTORY
+++ b/utils/recoll/HISTORY
@@ -1,3 +1,6 @@
+2010-06-18 Robert Figura <template AT sourcemage.org>
+ * CONFIGURE, BUILD, INSTALL: query to build recollq commandline client
+
2010-06-17 Robert Figura <template AT sourcemage.org>
* CONFIGURE, DEPENDS, BUILD: use providers (QT and FAM), add 2 options
diff --git a/utils/recoll/INSTALL b/utils/recoll/INSTALL
new file mode 100755
index 0000000..7ac5848
--- /dev/null
+++ b/utils/recoll/INSTALL
@@ -0,0 +1,6 @@
+default_install &&
+
+if test "$RECOLLQ" = "y"
+then
+ install -m 755 query/recollq ${INSTALL_ROOT}/usr/bin/
+fi
- [SM-Commit] GIT changes to master grimoire by Robert Figura (88d621a64af3540ce8e493aaaa66cb8afdf29274), Robert Figura, 06/18/2010
Archive powered by MHonArc 2.6.24.