small rclgrep build changes + bump version

This commit is contained in:
Jean-Francois Dockes 2022-09-20 19:39:13 +02:00
parent 7bf224df10
commit bd758648d2
4 changed files with 6 additions and 3 deletions

View File

@ -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.

View File

@ -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 \

View File

@ -1 +1 @@
1.33.0
1.33.1

View File

@ -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