kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
* gnu/packages/search.scm (recoll): Update to 1.34.0.
[arguments]: Add --enable-recollq configure flag.
---
gnu/packages/search.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Toggle diff (33 lines)
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index c8c3ff45d0..d3342a4054 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -362,14 +362,14 @@ (define-public fsearch
(define-public recoll
(package
(name "recoll")
- (version "1.32.7")
+ (version "1.34.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.lesbonscomptes.com/recoll/"
"recoll-" version ".tar.gz"))
(sha256
- (base32 "1fkx6dk8s808ay4hf7ycfcs38kywmavsjqm02pwrnl8bpgsac26a"))))
+ (base32 "0s26b737brxp5hpqcwfxg19z40w6acnnr63ghrnzzjwxqz1ambkv"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -377,6 +377,7 @@ (define-public recoll
"--disable-python-module"
"--without-systemd"
"--with-inotify"
+ "--enable-recollq"
(string-append "QMAKEPATH=" (assoc-ref %build-inputs "qtbase")
"/bin/qmake"))
#:phases
base-commit: 61d15695752997427ed9c3491470dd76b11bd00a
--
2.40.0