GNU bug report logs - #62971
[PATCH] gnu: recoll: Update to 1.34.0.

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Thu, 20 Apr 2023 14:59:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: bug#62971: closed (Re: [bug#62971] [PATCH] gnu: recoll: Update to
 1.34.0.)
Date: Mon, 24 Apr 2023 23:24:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62971: [PATCH] gnu: recoll: Update to 1.34.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62971 <at> debbugs.gnu.org.

-- 
62971: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62971
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: kiasoc5 via Guix-patches via <guix-patches <at> gnu.org>
Cc: kiasoc5 <kiasoc5 <at> disroot.org>, 62971-done <at> debbugs.gnu.org
Subject: Re: [bug#62971] [PATCH] gnu: recoll: Update to 1.34.0.
Date: Tue, 25 Apr 2023 01:23:02 +0200
Hello,

kiasoc5 via Guix-patches via <guix-patches <at> 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

[Message part 3 (message/rfc822, inline)]
From: kiasoc5 <kiasoc5 <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
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




This bug report was last modified 2 years and 22 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.