guix-commits
[Top][All Lists]
Advanced

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

03/11: gnu: recoll: Update to 1.34.0.


From: guix-commits
Subject: 03/11: gnu: recoll: Update to 1.34.0.
Date: Mon, 24 Apr 2023 19:21:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 69e9349adc79b1d24ac7a3efb7664628c7ecd7da
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Thu Apr 20 10:58:23 2023 -0400

    gnu: recoll: Update to 1.34.0.
    
    * gnu/packages/search.scm (recoll): Update to 1.34.0.
    [arguments]: Add --enable-recollq configure flag.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 71609a21fa..1829a0eeb8 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -421,14 +421,14 @@ Search Engine.  It is written in C and based on GTK3.")
 (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
@@ -436,6 +436,7 @@ Search Engine.  It is written in C and based on GTK3.")
              "--disable-python-module"
              "--without-systemd"
              "--with-inotify"
+             "--enable-recollq"
              (string-append "QMAKEPATH=" (assoc-ref %build-inputs "qtbase")
                             "/bin/qmake"))
        #:phases



reply via email to

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