small rclgrep build changes + bump version
This commit is contained in:
parent
7bf224df10
commit
bd758648d2
@ -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.
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -1 +1 @@
|
||||
1.33.0
|
||||
1.33.1
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user