From bd758648d28c4e0b4936d6df4176a2a0c379b083 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 20 Sep 2022 19:39:13 +0200 Subject: [PATCH] small rclgrep build changes + bump version --- packaging/debian/debian/changelog | 2 +- src/Makefile.am | 3 +++ src/RECOLL-VERSION.txt | 2 +- src/configure.ac | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index e81350b5..02603bb3 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,4 +1,4 @@ -recoll (1.33.0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low +recoll (1.33.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Query processing: simplify queries a bit more before sending to Xapian, allows using OP_FILTER for path filtering. -> Medium version bump. diff --git a/src/Makefile.am b/src/Makefile.am index 532c00d0..4734060c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -582,6 +582,9 @@ python/samples/recollgui/rclmain.ui \ python/samples/recollq.py \ python/samples/recollqsd.py \ \ +rclgrep/Makefile.am \ +rclgrep/rclgrep.cpp \ +\ sampleconf/fields sampleconf/fragment-buttons.xml sampleconf/mimeconf \ sampleconf/mimemap sampleconf/mimeview sampleconf/macos/mimeview \ sampleconf/recoll.conf sampleconf/recoll.qss \ diff --git a/src/RECOLL-VERSION.txt b/src/RECOLL-VERSION.txt index 7aa332e4..02261bea 100644 --- a/src/RECOLL-VERSION.txt +++ b/src/RECOLL-VERSION.txt @@ -1 +1 @@ -1.33.0 +1.33.1 diff --git a/src/configure.ac b/src/configure.ac index 98ce8b62..9ca7aae8 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -442,7 +442,7 @@ AC_ARG_WITH([user-unit-dir], [SYSTEMD_USER_UNIT_DIR="$withval"], [PKG_CHECK_VAR([SYSTEMD_USER_UNIT_DIR], [systemd], [systemduserunitdir])]) -if test "x$SYSTEMD_SYSTEM_UNIT_DIR" = "x" -o \ +if test X$enableINDEXER = Xno -o "x$SYSTEMD_SYSTEM_UNIT_DIR" = "x" -o \ "x$SYSTEMD_USER_UNIT_DIR" = "x"; then with_systemd="no" fi