unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62971] [PATCH] gnu: recoll: Update to 1.34.0.
@ 2023-04-20 14:58 kiasoc5 via Guix-patches via
  2023-04-24 23:23 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2023-04-20 14:58 UTC (permalink / raw)
  To: 62971; +Cc: kiasoc5

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#62971] [PATCH] gnu: recoll: Update to 1.34.0.
  2023-04-20 14:58 [bug#62971] [PATCH] gnu: recoll: Update to 1.34.0 kiasoc5 via Guix-patches via
@ 2023-04-24 23:23 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-24 23:23 UTC (permalink / raw)
  To: 62971; +Cc: kiasoc5, 62971-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-25  0:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-20 14:58 [bug#62971] [PATCH] gnu: recoll: Update to 1.34.0 kiasoc5 via Guix-patches via
2023-04-24 23:23 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).