summaryrefslogtreecommitdiff
path: root/gnu/packages/search.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: python-xapian-bindings: Don't hard-code Python sitedir.•••* gnu/packages/search.scm (python-xapian-bindings)[arguments]: In #:make-flags, use VERSION-MAJOR+MINOR to set pkgpylibdir. Marius Bakke2018-01-271-1/+4
* gnu: xapian: Update to 1.4.5.•••* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.5. Marius Bakke2017-12-101-3/+4
* gnu: swish-e: Work around compilation error and test failures.•••* gnu/packages/search.scm (swish-e)[inputs]: Remove ZLIB and LIBXML2. [arguments]: Add #:configure-flags. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Ethan R. Jones2017-09-021-4/+6
* gnu: Add python-xapian-bindings.•••* gnu/packages/search.scm (python-xapian-bindings): New variable. Ricardo Wurmus2017-07-191-0/+28
* gnu: xapian: Update to 1.4.4.•••* gnu/packages/search.scm (xapian): Update to 1.4.4. Marius Bakke2017-04-291-2/+2
* gnu: mlocate: Update URLs.•••* gnu/packages/search.scm (mlocate)[source, home-page]: Change URLs to pagure.{org,io}. Ludovic Courtès2017-03-301-3/+3
* gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.•••All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS. Tobias Geerinckx-Rice2017-03-301-1/+1
* gnu: swish-e: Point source and home-page to archive.org.•••* gnu/packages/search.scm (swish-e)[source]: Include archive.org mirror. [home-page]: Point to archive.org. Eric Bavier2017-02-161-5/+6
* gnu: xapian: Update to 1.4.3.•••* gnu/packages/search.scm (xapian): Update to 1.4.3. Marius Bakke2017-02-011-2/+2
* gnu: Add hyperestraier.•••* gnu/packages/search.scm (hyperestraier): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Thomas Danckaert2017-01-241-1/+29
* gnu: xapian: Update to 1.4.2.•••* gnu/packages/search.scm (xapian): Update to 1.4.2. Marius Bakke2017-01-101-2/+2
* gnu: xapian: Update to 1.4.1.•••* gnu/packages/search.scm (xapian): Update to 1.4.1. Marius Bakke2016-11-011-2/+2
* gnu: xapian: Update to 1.4.0.•••* gnu/packages/search.scm (xapian): Update to 1.4.0. [source]: Use https URL. [home-page]: Use https URL. [arguments]: Remove 'patch-remotetcp-harness' phase. Replace 'check' phase with a list of custom test targets. Marius Bakke2016-10-191-7/+15
* gnu: xapian: Use 'modify-phases' syntax.•••* gnu/packages/search.scm (xapian)[arguments]: Use 'modify-phases'. Fix '/bin/sh' substitution to use (which "sh") instead of (which "bash"). Marius Bakke2016-10-191-6/+6
* doc: "filesystem" -> "file system"•••* doc/guix.texi: "filesystem" -> "file system" * gnu/packages/admin.scm: "filesystem" -> "file system" * gnu/packages/cdrom.scm: "filesystem" -> "file system" * gnu/packages/compression.scm: "filesystem" -> "file system" * gnu/packages/disk.scm: "filesystem" -> "file system" * gnu/packages/gnome.scm: "filesystem" -> "file system" * gnu/packages/irc.scm: "filesystem" -> "file system" * gnu/packages/linux.scm: "filesystem" -> "file system" * gnu/packages/mail.scm: "filesystem" -> "file system" * gnu/packages/mpd.scm: "filesystem" -> "file system" * gnu/packages/ocaml.scm: "filesystem" -> "file system" * gnu/packages/perl.scm: "filesystem" -> "file system" * gnu/packages/python.scm: "filesystem" -> "file system" * gnu/packages/search.scm: "filesystem" -> "file system" * gnu/packages/tls.scm: "filesystem" -> "file system" * gnu/services/mail.scm: "filesystem" -> "file system" John Darrington2016-09-161-1/+1
* gnu: Add Swish-e.•••* gnu/packages/search.scm (swish-e): New variable. * gnu/packages/patches/swish-e-search.patch, gnu/packages/patches/swish-e-format-security.patch: New patches. * gnu/local.mk (dist_patch_DATA): Add them. Eric Bavier2016-09-091-1/+66
* gnu: Add mlocate.•••* gnu/packages/search.scm (mlocate): New variable. Eric Bavier2016-09-091-2/+25
* gnu: Use define-public to export packages.•••* gnu/packages/bison.scm (bison): Define public. * gnu/packages/flex.scm (flex): Define public. * gnu/packages/pulseaudio.scm (libsndfile, libsamplerate, pulseaudio): Define public. * gnu/packages/sdl.scm (sdl, sdl2, libmikmod, sdl-gfx, sdl-image, sdl-mixer, sdl-net, sdl-ttf): Define public. * gnu/packages/search.scm (xapian): Remove unnecessary #:export. * gnu/packages/swig.scm (swig): Define public. Signed-off-by: Ludovic Courtès <ludo@gnu.org> David Craven2016-07-291-2/+1
* gnu: xapian: Update to 1.2.21.•••* gnu/packages/search.scm (xapian): Update to 1.2.21. Paul van der Walt2015-09-261-2/+2
* gnu: bool: Synchronize synopsis and description with upstream.•••* gnu/packages/search.scm (bool): Synchronize synopsis & description with GNU. Ludovic Courtès2015-05-131-5/+8
* gnu: Add bool.•••* gnu/packages/search.scm (bool): New variable. Eric Bavier2015-05-121-0/+22
* gnu: libtocc: Help the tests find libtocc.so.•••* gnu/packages/search.scm (libtocc)[arguments] <check>: Pass -Wl,-rpath=../src/.libs for the tests. Ludovic Courtès2015-04-141-1/+3
* utils: 'modify-phases' no longer introduces quotes.•••Suggested by Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>. * guix/build/utils.scm (%modify-phases): Remove quotes. * guix/build/cmake-build-system.scm (%standard-phases): Adjust accordingly. * guix/build/glib-or-gtk-build-system.scm (%standard-phases): Likewise. * guix/build/gnu-dist.scm (%dist-phases): Likewise. * guix/build/perl-build-system.scm (%standard-phases): Likewise. * guix/build/python-build-system.scm (%standard-phases): Likewise. * guix/build/ruby-build-system.scm (%standard-phases): Likewise. * guix/build/waf-build-system.scm (%standard-phases): Likewise. * gnu/packages/bash.scm, gnu/packages/code.scm, gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/graphics.scm, gnu/packages/image.scm, gnu/packages/key-mon.scm, gnu/packages/ocr.scm, gnu/packages/plotutils.scm, gnu/packages/search.scm, gnu/packages/video.scm: Likewise. Ludovic Courtès2015-03-311-3/+3
* gnu: Add tocc.•••* gnu/packages/search.scm (libtocc, tocc): New variables. Eric Bavier2015-03-291-1/+68
* gnu: xapian: Update to 1.2.18.•••* gnu/packages/search.scm (xapian): Update to 1.2.18. Mark H Weaver2014-08-061-2/+2
* gnu: Add xapian.•••* gnu/packages/search.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Mark H Weaver2014-02-171-0/+58