about summary refs log tree commit diff
path: root/pkgs/applications/search
AgeCommit message (Collapse)AuthorFilesLines
2022-05-12recoll: 1.31.0 -> 1.32.0Mario Rodas1-3/+6
https://www.lesbonscomptes.com/recoll/pages/release-1.32.html
2021-11-07pkgs/applications: rename name to pname&version part 2Felix Buehler1-3/+4
2021-09-14python38Packages.recoll: 1.28.6 -> 1.31.0R. RyanTM1-2/+2
2021-07-14grepm: deprecate phasesFelix Buehler1-1/+1
2021-04-08Merge pull request #118574 from dotlambda/recoll-pythonRobert Schütz1-4/+6
python3Packages.recoll: init
2021-04-05python3Packages.recoll: initRobert Schütz1-4/+6
Also move some stuff to recoll's nativeBuildInputs.
2021-04-04recoll: drop assert on hostPlatform.systemDmitry Kalinkin1-2/+0
This was introduced in 05e5f5d5 ('Fix tarball') and no longer serves the original purpose.
2021-03-14doodle: 0.7.1 -> 0.7.2R. RyanTM1-2/+2
2021-03-09recoll: 1.27.12 -> 1.28.6R. RyanTM1-2/+2
2021-02-04xlsxgrep: init at 0.0.23Felix Scheinost1-0/+20
2021-01-20treewide: editorconfig fixeszowoq1-1/+1
- remove trailing whitespace - use spaces for indentation
2021-01-16treewide: stdenv.lib -> libBen Siraphob2-5/+5
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch3-5/+5
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-23recoll: refactor and 1.24.5 -> 1.27.12Fabián Heredia Montiel1-37/+65
Refactor Changes: - name -> pname + version - python2 -> python3 - add pkg-config (to find libxslt) - patch /usr/share/recoll to $out/share/recoll - remove Makefile patch for macOS that has been merged upstream ( https://framagit.org/medoc92/recoll/-/commit/b5c5734d064c638b702601fd391037a35b5bb2a1 )
2020-09-09recoll: qt4 -> qt5, fix buildFrank Doepper1-7/+7
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly4-4/+4
2020-01-15doodle: 0.7.0 -> 0.7.1R. RyanTM1-2/+2
2019-12-23catfish: move to pkgs/desktops/xfce/applicationsJosé Romildo Malaquias1-66/+0
Since release 1.4.6 catfish is an Xfce Project. See https://bluesabre.org/2018/07/15/catfish-1-4-6-released-now-an-xfce-project Makes an alias for catfish.
2019-12-23catfish: 1.4.10 -> 1.4.11José Romildo Malaquias1-14/+12
2019-12-01dconf: move to top-levelJan Tojnar1-2/+2
2019-10-03Merge branch 'master' into staging-nextJan Tojnar1-4/+6
2019-10-02catfish: 1.4.7 -> 1.4.10José Romildo Malaquias1-4/+6
2019-09-18treewide: drop adding hicolor-icon-theme where possibleworldofpeace1-2/+1
This was either for the setup-hook to remove caches or added even though the respective icon theme propagated it.
2019-09-06Merge branch 'master' into staging-nextJan Tojnar1-1/+1
Fixed trivial conflicts caused by removing rec.
2019-09-06tree-wide: s/GTK+/GTK/gJan Tojnar1-1/+1
GTK was renamed.
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth2-3/+3
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-04[treewide] delete unused patchesc0bw3b2-24/+0
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer1-1/+1
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
2019-03-24gnome3.gtk -> gtk3volth1-2/+2
fix evaluation when config.allowAliases == false (regression after #55735)
2019-02-03recoll: 1.24.4 -> 1.24.5R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/recoll/versions
2019-01-29catfish: 1.4.6 -> 1.4.7José Romildo Malaquias1-2/+2
2018-12-14recoll: 1.24.3 -> 1.24.4R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/recoll/versions
2018-12-02gobject-introspection: rename packageJan Tojnar1-2/+2
camelCase package name was a huge inconsistency in GNOME package set.
2018-11-18recoll: 1.23.7 -> 1.24.3 (#50563)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/recoll/versions
2018-08-31catfish: 1.4.4 -> 1.4.6 (#45860)José Romildo Malaquias1-4/+4
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-1/+1
It is deprecated and will be removed after 18.09.
2018-07-05recoll: Add support to build without QTMario Rodas1-4/+8
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-04-20grepcidr: init at 2.0 (#38685)Tristan Helmich1-0/+21
2018-04-05catfish: mark linux onlyDaiderd Jordan1-1/+1
2018-02-28recoll: Avoid using substituteInPlace on zip filesJohn Wiegley1-21/+23
2018-02-28recoll: Allow building a non-X/inotify version on DarwinJohn Wiegley1-22/+29
2018-02-28recoll: 1.23.5 -> 1.23.7Ryan Mulligan1-2/+2
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/l9d50wqwzrfqgj3wj9456kiapygmacr0-recoll-1.23.7/bin/recollindex -h` got 0 exit code - ran `/nix/store/l9d50wqwzrfqgj3wj9456kiapygmacr0-recoll-1.23.7/bin/recollindex -h` and found version 1.23.7 - found 1.23.7 with grep in /nix/store/l9d50wqwzrfqgj3wj9456kiapygmacr0-recoll-1.23.7 - found 1.23.7 in filename of file in /nix/store/l9d50wqwzrfqgj3wj9456kiapygmacr0-recoll-1.23.7 cc "@jcumming"
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar1-2/+2
2018-02-13catfish: 1.4.2 -> 1.4.4José Romildo Malaquias1-15/+21
2018-01-05treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel1-2/+2
2017-12-08recoll: 1.23.1 -> 1.23.5Tor Hedin Brønner1-2/+2
2017-03-22recoll: 1.21.3 -> 1.23.1ndowens1-5/+3
2016-08-14Remove pycairo from top-levelFrederik Rietdijk1-1/+1
See #11567.