summary refs log tree commit diff
path: root/pkgs/applications/search
Commit message (Collapse)AuthorAge
* pkgs/applications: rename name to pname&version part 2Felix Buehler2021-11-07
|
* python38Packages.recoll: 1.28.6 -> 1.31.0R. RyanTM2021-09-14
|
* grepm: deprecate phasesFelix Buehler2021-07-14
|
* Merge pull request #118574 from dotlambda/recoll-pythonRobert Schütz2021-04-08
|\ | | | | python3Packages.recoll: init
| * python3Packages.recoll: initRobert Schütz2021-04-05
| | | | | | | | Also move some stuff to recoll's nativeBuildInputs.
* | recoll: drop assert on hostPlatform.systemDmitry Kalinkin2021-04-04
|/ | | | | This was introduced in 05e5f5d5 ('Fix tarball') and no longer serves the original purpose.
* doodle: 0.7.1 -> 0.7.2R. RyanTM2021-03-14
|
* recoll: 1.27.12 -> 1.28.6R. RyanTM2021-03-09
|
* xlsxgrep: init at 0.0.23Felix Scheinost2021-02-04
|
* treewide: editorconfig fixeszowoq2021-01-20
| | | | | - remove trailing whitespace - use spaces for indentation
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* recoll: refactor and 1.24.5 -> 1.27.12Fabián Heredia Montiel2020-11-23
| | | | | | | | | | | 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 )
* recoll: qt4 -> qt5, fix buildFrank Doepper2020-09-09
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* doodle: 0.7.0 -> 0.7.1R. RyanTM2020-01-15
|
* catfish: move to pkgs/desktops/xfce/applicationsJosé Romildo Malaquias2019-12-23
| | | | | | 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.
* catfish: 1.4.10 -> 1.4.11José Romildo Malaquias2019-12-23
|
* dconf: move to top-levelJan Tojnar2019-12-01
|
* Merge branch 'master' into staging-nextJan Tojnar2019-10-03
|\
| * catfish: 1.4.7 -> 1.4.10José Romildo Malaquias2019-10-02
| |
* | treewide: drop adding hicolor-icon-theme where possibleworldofpeace2019-09-18
|/ | | | | This was either for the setup-hook to remove caches or added even though the respective icon theme propagated it.
* Merge branch 'master' into staging-nextJan Tojnar2019-09-06
|\ | | | | | | Fixed trivial conflicts caused by removing rec.
| * tree-wide: s/GTK+/GTK/gJan Tojnar2019-09-06
| | | | | | | | GTK was renamed.
* | treewide: remove redundant recvolth2019-08-28
|/
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* [treewide] delete unused patchesc0bw3b2019-05-04
|
* treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
| | | | | | 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
* gnome3.gtk -> gtk3volth2019-03-24
| | | | | | fix evaluation when config.allowAliases == false (regression after #55735)
* recoll: 1.24.4 -> 1.24.5R. RyanTM2019-02-03
| | | | | | | 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
* catfish: 1.4.6 -> 1.4.7José Romildo Malaquias2019-01-29
|
* recoll: 1.24.3 -> 1.24.4R. RyanTM2018-12-14
| | | | | | | 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
* gobject-introspection: rename packageJan Tojnar2018-12-02
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* recoll: 1.23.7 -> 1.24.3 (#50563)R. RyanTM2018-11-18
| | | | | | 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
* catfish: 1.4.4 -> 1.4.6 (#45860)José Romildo Malaquias2018-08-31
|
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* recoll: Add support to build without QTMario Rodas2018-07-05
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * 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
* grepcidr: init at 2.0 (#38685)Tristan Helmich2018-04-20
|
* catfish: mark linux onlyDaiderd Jordan2018-04-05
|
* recoll: Avoid using substituteInPlace on zip filesJohn Wiegley2018-02-28
|
* recoll: Allow building a non-X/inotify version on DarwinJohn Wiegley2018-02-28
|
* recoll: 1.23.5 -> 1.23.7Ryan Mulligan2018-02-28
| | | | | | | | | | | | 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"
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
|
* catfish: 1.4.2 -> 1.4.4José Romildo Malaquias2018-02-13
|
* treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel2018-01-05
|
* recoll: 1.23.1 -> 1.23.5Tor Hedin Brønner2017-12-08
|
* recoll: 1.21.3 -> 1.23.1ndowens2017-03-22
|
* Remove pycairo from top-levelFrederik Rietdijk2016-08-14
| | | | See #11567.
* catfish: 1.4.1 -> 1.4.2José Romildo Malaquias2016-06-11
|