* [bug#57706] [PATCH] gnu: recoll: Update to 1.32.7.
@ 2022-09-09 17:07 Michael Rohleder
2022-09-11 14:15 ` bug#57706: " Mathieu Othacehe
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2022-09-09 17:07 UTC (permalink / raw)
To: 57706; +Cc: Michael Rohleder
* gnu/packages/search.scm (recoll): Update to 1.32.7.
[arguments]<#:configure-flags>: Add --with-inotify.
---
gnu/packages/search.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 84c4af68a3..82be343dab 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -11,6 +11,7 @@
;;; Copyright © 2021, 2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -361,20 +362,21 @@ (define-public fsearch
(define-public recoll
(package
(name "recoll")
- (version "1.31.2")
+ (version "1.32.7")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.lesbonscomptes.com/recoll/"
"recoll-" version ".tar.gz"))
(sha256
- (base32 "0m1w5hf2n09lbzmzvlrm2lks4lci9vvjxy2mcmgb2avgly7v5vfk"))))
+ (base32 "1fkx6dk8s808ay4hf7ycfcs38kywmavsjqm02pwrnl8bpgsac26a"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
(list "--disable-webkit"
"--disable-python-module"
"--without-systemd"
+ "--with-inotify"
(string-append "QMAKEPATH=" (assoc-ref %build-inputs "qtbase")
"/bin/qmake"))
#:phases
--
2.37.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#57706: [PATCH] gnu: recoll: Update to 1.32.7.
2022-09-09 17:07 [bug#57706] [PATCH] gnu: recoll: Update to 1.32.7 Michael Rohleder
@ 2022-09-11 14:15 ` Mathieu Othacehe
0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-09-11 14:15 UTC (permalink / raw)
To: Michael Rohleder; +Cc: 57706-done
> * gnu/packages/search.scm (recoll): Update to 1.32.7.
> [arguments]<#:configure-flags>: Add --with-inotify.
Applied, thanks!
Mathieu
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-11 14:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-09 17:07 [bug#57706] [PATCH] gnu: recoll: Update to 1.32.7 Michael Rohleder
2022-09-11 14:15 ` bug#57706: " Mathieu Othacehe
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.