aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/search.scm
Commit message (Collapse)AuthorAge
* gnu: ugrep: Update to 3.11.2.Greg Hogan2023-05-26
| | | | | | * gnu/packages/search.scm (ugrep): Update to 3.11.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: plocate: Update to 1.1.18.kiasoc52023-04-26
| | | | | | * gnu/packages/search.scm (plocate): Update to 1.1.18. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: recoll: Update to 1.34.0.kiasoc52023-04-25
| | | | | | | * 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: Add dataparksearch.Adam Faiz2023-04-22
| | | | | | * gnu/packages/search.scm (dataparksearch): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: ugrep: Update to 3.11.0.Greg Hogan2023-03-27
| | | | | | * gnu/packages/search.scm (ugrep): Update to 3.11.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: ugrep: Update to 3.9.6.kiasoc52023-01-30
| | | | | | * gnu/packages/search.scm (ugrep): Update to 3.9.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: ugrep: Update to 3.9.2.kiasoc52022-10-24
| | | | | | * gnu/packages/search.scm (ugrep): Update to 3.9.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: recoll: Update to 1.32.7.Michael Rohleder2022-09-11
| | | | | | | * gnu/packages/search.scm (recoll): Update to 1.32.7. [arguments]<#:configure-flags>: Add --with-inotify. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: fsearch: Update to 0.2.2.Nicolas Goaziou2022-08-24
| | | | * gnu/packages/search.scm (fsearch): Update to 0.2.2.
* gnu: fsearch: Update to 0.2.1.Nicolas Goaziou2022-08-18
| | | | * gnu/packages/search.scm (fsearch): Update to 0.2.1.
* gnu: fsearch: Update to 0.2.Nicolas Goaziou2022-08-17
| | | | | * gnu/packages/search.scm (fsearch): Update to 0.2. [inputs]: Replace PCRE with PCRE2.
* gnu: plocate: Update to 1.1.16.Tobias Geerinckx-Rice2022-08-14
| | | | * gnu/packages/search.scm (plocate): Update to 1.1.16.
* gnu: ugrep: Simplify snippet.Liliana Marie Prikler2022-08-06
| | | | | * gnu/packages/search.scm (ugrep)[source]: Use nested for-each loop. Simplify regular expressions.
* gnu: ugrep: Use G-Expressions.kiasoc52022-08-06
| | | | | | | * gnu/packages/search.scm (ugrep)[source]: Convert snippet to G-Expression. [arguments]: Convert to list of G-Expressions. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: ugrep: Build with zstd support.kiasoc52022-08-06
| | | | | | * gnu/packages/search.scm (ugrep)[inputs]: Add zstd lib. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: ugrep: Update to 3.8.3.kiasoc52022-08-05
| | | | | | * gnu/packages/search.scm (ugrep): Update to 3.8.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add omega.Arun Isaac2022-07-08
| | | | | | * gnu/packages/search.scm (omega): New variable. * gnu/packages/search.scm (xapian): Add note to update omega when updating xapian.
* gnu: fsearch: Update to 0.1.4.Nicolas Goaziou2022-07-06
| | | | * gnu/packages/search.scm (fsearch): Update to 0.1.4.
* gnu: fsearch: Update to 0.1.3.Nicolas Goaziou2022-07-04
| | | | * gnu/packages/search.scm (fsearch): Update to 0.1.3.
* gnu: Use license: prefix in (gnu packages search).Arun Isaac2022-06-24
| | | | | * gnu/packages/search.scm: Import (guix licenses) with the license: prefix. Adjust all license fields.
* gnu: xapian, python-xapian-bindings: Update to 1.4.19.Arun Isaac2022-06-24
| | | | * gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.19.
* gnu: perl-search-xapian: Update to 1.2.25.5.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/search.scm (perl-search-xapian): Update to 1.2.25.5.
* gnu: ugrep: Update to 3.7.9.kiasoc52022-05-02
| | | | | | * gnu/packages/search.scm (ugrep): Update to 3.7.9. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: plocate: Build with "--sharedstatedir=/var".ykonai2022-04-05
| | | | | | | | | | Current plocate package sets the --sharedstatedir to a store directory, which causes updatedb and plocate to fail by default since the store is immutable. This will set the default database path to /var/cache/plocate.db instead. * gnu/packages/search.scm (plocate): Change build options. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: plocate: Update to 1.1.15.Jai Vetrivelan2022-02-15
| | | | | | * gnu/packages/search.scm (plocate): Update to 1.1.15. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: searx: Fix build.kiasoc52022-02-09
| | | | | | | | * gnu/packages/search.scm (searx)[arguments]<#:phases>: Simplify relax-requirements phase for updated dependencies. Add phase to allow sanity check to pass. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: fsearch: Update to 0.1.2.Nicolas Goaziou2022-02-07
| | | | * gnu/packages/search.scm (fsearch): Update to 0.1.2.
* gnu: fsearch: Update to 0.1.1.Nicolas Goaziou2022-01-24
| | | | * gnu/packages/search.scm (fsearch): Update to 0.1.1.
* gnu: Add fsearch.Nicolas Goaziou2021-12-21
| | | | * gnu/packages/search.scm (fsearch): New variable.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: plocate: Update to 1.1.13.Tobias Geerinckx-Rice2021-11-08
| | | | * gnu/packages/search.scm (plocate): Update to 1.1.13.
* gnu: recoll: Enable GUI and add inputs for common filters.Ricardo Wurmus2021-10-29
| | | | | | | * gnu/packages/search.scm (recoll)[arguments]: Enable GUI; add build phase 'wrap-filters. [inputs]: Replace python-pdftotext with poppler; add qtbase-5, unzip, gawk, grep, groff, gzip, libiconv, perl, perl-image-exiftool, sed, and tar.
* gnu: recoll: Update synopsis.Ricardo Wurmus2021-10-28
| | | | * gnu/packages/search.scm (recoll)[synopsis]: Do not use package name.
* gnu: recoll: Add home-page.Ricardo Wurmus2021-10-28
| | | | | | Reported-by: Ludovic Courtès <ludo@gnu.org>. * gnu/packages/search.scm (recoll)[home-page]: Add it.
* gnu: Add recoll.Ricardo Wurmus2021-10-28
| | | | * gnu/packages/search.scm (recoll): New variable.
* gnu: plocate: Update to 1.1.12.Nicolas Goaziou2021-10-08
| | | | * gnu/packages/search.scm (plocate): Update to 1.1.12.
* gnu: Add plocate.Alexandr Vityazev2021-10-08
| | | | | | | | | * gnu/packages/search.scm (plocate): New variable. Add the required imports from (guix build-system meson) and (gnu packages pkg-config). Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add searx.Vinicius Monego2021-07-19
| | | | | | * gnu/packages/search.scm (searx): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ugrep: Use GIT-FILE-NAME helper.Tobias Geerinckx-Rice2021-04-27
| | | | * gnu/packages/search.scm (ugrep)[source]: Use GIT-FILE-NAME.
* gnu: ugrep: Update to 3.1.12.Tobias Geerinckx-Rice2021-04-27
| | | | * gnu/packages/search.scm (ugrep): Update to 3.1.12.
* gnu: ugrep: Update to 3.1.11.Tobias Geerinckx-Rice2021-04-04
| | | | * gnu/packages/search.scm (ugrep): Update to 3.1.11.
* gnu: Add ugrep.Hartmut Goebel2021-01-27
| | | | * gnu/packages/search.scm (ugrep): New Variable.
* gnu: xapian, python-xapian-bindings: Update to 1.4.18.Tobias Geerinckx-Rice2021-01-18
| | | | * gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.18.
* gnu: perl-search-xapian: Update to 1.2.25.4.Tobias Geerinckx-Rice2021-01-03
| | | | * gnu/packages/search.scm (perl-search-xapian): Update to 1.2.25.4.
* gnu: xapian: Update to 1.4.17.Tobias Geerinckx-Rice2020-08-24
| | | | | * gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.17.
* gnu: xapian: Update to 1.4.16.Tobias Geerinckx-Rice2020-06-14
| | | | | * gnu/packages/search.scm (xapian): Update to 1.4.16. (python-xapian-bindings)[source]: Update content hash.
* Merge branch 'master' into core-updatesMarius Bakke2020-03-14
|\
| * gnu: hyperestraier: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-14
| | | | | | | | * gnu/packages/search.scm (hyperestraier)[home-page]: Use HTTPS.
* | Merge branch 'master' into core-updatesMarius Bakke2020-03-04
|\|
| * gnu: xapian: Update to 1.4.15.Marius Bakke2020-02-25
| | | | | | | | * gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.15.