GNU bug report logs -
#51979
[PATCH] Add fsearch
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 21 Dec 2021 09:32:09 +0100
with message-id <87h7b21hpy.fsf <at> nicolasgoaziou.fr>
and subject line [PATCH] Add fsearch
has caused the debbugs.gnu.org bug report #51979,
regarding [PATCH] Add fsearch
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
51979: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51979
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Hello,
The following patch adds FSearch to "search.scm".
Regards,
--
Nicolas Goaziou
[0001-gnu-Add-fsearch.patch (text/x-diff, inline)]
From 64e51876eb8aae32efeb5a6578fc4fd31a6472ff Mon Sep 17 00:00:00 2001
Message-Id: <64e51876eb8aae32efeb5a6578fc4fd31a6472ff.1637351724.git.mail <at> nicolasgoaziou.fr>
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Date: Fri, 19 Nov 2021 20:55:04 +0100
Subject: [PATCH] gnu: Add fsearch.
* gnu/packages/search.scm (fsearch): New variable.
---
gnu/packages/search.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 8c5e5f7cdf..63980acc9d 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -293,6 +293,39 @@ (define-public bool
for parsing HTML files.")
(license gpl3+)))
+(define-public fsearch
+ (package
+ (name "fsearch")
+ (version "0.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/cboxdoerfer/fsearch")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1jr0rrndq9iyz76yb67i3a9vz8bdasw9qcsvdid2sq0vfgvrrqbb"))))
+ (build-system meson-build-system)
+ (native-inputs
+ `(("autoconf" ,autoconf)
+ ("automake" ,automake)
+ ("gettext" ,gettext-minimal)
+ ("glib" ,glib "bin") ;for glib-compile-resources
+ ("intltool" ,intltool)
+ ("libtool" ,libtool)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("gtk+" ,gtk+)
+ ("icu4c" ,icu4c)
+ ("pcre" ,pcre)))
+ (home-page "https://github.com/cboxdoerfer/fsearch")
+ (synopsis "Fast file search utility")
+ (description
+ "FSearch is a fast file search utility, inspired by Everything
+Search Engine. It is written in C and based on GTK3.")
+ (license license:gpl2+)))
+
(define-public recoll
(package
(name "recoll")
--
2.33.1
[Message part 5 (message/rfc822, inline)]
Applied.
This bug report was last modified 3 years and 151 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.