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

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

bug#62971: closed ([PATCH] gnu: recoll: Update to 1.34.0.)


From: GNU bug Tracking System
Subject: bug#62971: closed ([PATCH] gnu: recoll: Update to 1.34.0.)
Date: Mon, 24 Apr 2023 23:24:03 +0000

Your message dated Tue, 25 Apr 2023 01:23:02 +0200
with message-id <87h6t4rhk9.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#62971] [PATCH] gnu: recoll: Update to 1.34.0.
has caused the debbugs.gnu.org bug report #62971,
regarding [PATCH] gnu: recoll: Update to 1.34.0.
to be marked as done.

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


-- 
62971: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62971
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: recoll: Update to 1.34.0. Date: Thu, 20 Apr 2023 10:58:23 -0400
* 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(-)

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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62971] [PATCH] gnu: recoll: Update to 1.34.0. Date: Tue, 25 Apr 2023 01:23:02 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/search.scm (recoll): Update to 1.34.0.
> [arguments]: Add --enable-recollq configure flag.

Applied. Thank you.

regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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