emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57706: closed ([PATCH] gnu: recoll: Update to 1.32.7.)


From: GNU bug Tracking System
Subject: bug#57706: closed ([PATCH] gnu: recoll: Update to 1.32.7.)
Date: Sun, 11 Sep 2022 14:16:02 +0000

Your message dated Sun, 11 Sep 2022 16:15:44 +0200
with message-id <87czc20zfz.fsf@gnu.org>
and subject line Re: bug#57706: [PATCH] gnu: recoll: Update to 1.32.7.
has caused the debbugs.gnu.org bug report #57706,
regarding [PATCH] gnu: recoll: Update to 1.32.7.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57706: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57706
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: recoll: Update to 1.32.7. Date: Fri, 9 Sep 2022 19:07:38 +0200
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#57706: [PATCH] gnu: recoll: Update to 1.32.7. Date: Sun, 11 Sep 2022 16:15:44 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
> * gnu/packages/search.scm (recoll): Update to 1.32.7.
> [arguments]<#:configure-flags>: Add --with-inotify.

Applied, thanks!

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]