mothacehe pushed a commit to branch master
in repository guix.

commit 3bb12fc2c6fc110722a5e1e574979c51eb1cd557
Author: Michael Rohleder <[email protected]>
AuthorDate: Fri Sep 9 19:07:38 2022 +0200

    gnu: recoll: Update to 1.32.7.
    
    * gnu/packages/search.scm (recoll): Update to 1.32.7.
    [arguments]<#:configure-flags>: Add --with-inotify.
    
    Signed-off-by: Mathieu Othacehe <[email protected]>
---
 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 <[email protected]>
 ;;; Copyright © 2022 Jai Vetrivelan <[email protected]>
 ;;; Copyright © 2022 Arun Isaac <[email protected]>
+;;; Copyright © 2022 Michael Rohleder <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -361,20 +362,21 @@ Search Engine.  It is written in C and based on GTK3.")
 (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

Reply via email to