about summary refs log tree commit diff
path: root/pkgs/applications/misc/cherrytree
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-09cherrytree: 1.1.0 -> 1.1.2R. Ryantm1-2/+2
2024-04-01cherrytree: set meta.platformsWeijia Wang1-0/+1
2024-03-21cherrytree: 1.0.4 -> 1.1.0R. Ryantm1-2/+2
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-12-31cherrytree: 1.0.2 -> 1.0.4R. Ryantm1-2/+2
2023-11-16cherrytree: 1.0.1 -> 1.0.2Chen1-3/+3
2023-09-12cherrytree: 0.99.56 -> 1.0.1R. Ryantm1-2/+2
2023-06-28cherrytree: 0.99.55 -> 0.99.56R. Ryantm1-2/+2
2023-06-20cherrytree: 0.99.49 -> 0.99.55 (#238668)Gabriel Arazas1-2/+6
* cherrytree: 0.99.49 -> 0.99.55 * Update pkgs/applications/misc/cherrytree/default.nix --------- Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2022-09-12cherrytree: 0.99.48 -> 0.99.49R. Ryantm1-2/+2
2022-07-08cherrytree: 0.99.47 -> 0.99.48R. Ryantm1-2/+2
2022-04-22cherrytree: 0.99.46 -> 0.99.47R. Ryantm1-2/+2
2022-02-20cherrytree: 0.99.45 -> 0.99.46R. Ryantm1-2/+2
2022-01-24cherrytree: 0.99.44 -> 0.99.45R. Ryantm1-2/+2
2021-12-19cherrytree: 0.99.43 -> 0.99.44legendofmiracles1-2/+2
2021-11-28cherrytree: 0.99.42 -> 0.99.43Fabian Affolter1-2/+2
2021-11-07treewide: remove fmt from buildInputs where spdlog is usedArtturin1-2/+0
spdlog_1 has fmt_8 in propagatedBuildInputs and having fmt which points to fmt_7 in buildInputs makes the builds use wrong fmt
2021-10-29cherrytree: 0.99.41 -> 0.99.42R. Ryantm1-2/+2
2021-09-16cherrytree: 0.99.40 -> 0.99.41R. RyanTM1-2/+2
2021-08-08cherrytree: 0.99.39 -> 0.99.40R. RyanTM1-2/+2
2021-07-21cherrytree: 0.99.38 -> 0.99.39R. RyanTM1-2/+2
2021-06-29cherrytree: 0.99.37 -> 0.99.38R. RyanTM1-2/+2
2021-06-21cherrytree: 0.39.4 -> 0.99.37OPNA26082-27/+42
2021-03-25cherrytree: use python2Frederik Rietdijk1-3/+3
2020-07-01cherrytree: 0.39.3 -> 0.39.4 (#91907)R. RyanTM1-2/+2
2020-05-04cherrytree: 0.39.2 -> 0.39.3R. RyanTM1-2/+2
2020-04-14cherrytree: 0.39.0 -> 0.39.2AndersonTorres1-14/+16
2020-03-29cherrytree: 0.39.0 -> 0.39.1Atemu1-2/+2
2020-03-04cherrytree: 0.38.11 -> 0.39.0R. RyanTM1-2/+2
2020-02-07cherrytree: 0.38.10 -> 0.38.11R. RyanTM1-2/+2
2020-01-05cherrytree: 0.38.9 -> 0.38.10R. RyanTM1-2/+2
2019-10-29cherrytree: fix build (#72261)Pavol Rusnak1-21/+7
2019-09-26cherrytree: 0.38.8 -> 0.38.9R. 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/cherrytree/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-03cherrytree: 0.38.7 -> 0.38.8R. 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/cherrytree/versions
2018-12-29cherrytree: 0.38.6 -> 0.38.7 (#52903)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/cherrytree/versions
2018-10-15cherrytree: 0.38.5 -> 0.38.6R. 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/cherrytree/versions
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-07-08cherrytree: 0.38.4 -> 0.38.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/cherrytree/versions. These checks were done: - built on NixOS - /nix/store/ldddgcpac0rvfnn1f06dgscaqws2rv9k-cherrytree-0.38.5/bin/.cherrytree-wrapped passed the binary check. - /nix/store/ldddgcpac0rvfnn1f06dgscaqws2rv9k-cherrytree-0.38.5/bin/cherrytree passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 0.38.5 with grep in /nix/store/ldddgcpac0rvfnn1f06dgscaqws2rv9k-cherrytree-0.38.5 - directory tree listing: https://gist.github.com/21bb973739375865396284be25e432a6 - du listing: https://gist.github.com/da57acfe574b3ee8ff342306c396f8b7
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-03-07cherrytree: 0.37.6 -> 0.38.4Ryan Mulligan1-2/+2
Semi-automatic update. These checks were done: - built on NixOS - ran `/nix/store/z6xvmmp8nc09wcg5wmgdlvg0vmawm2vn-cherrytree-0.38.4/bin/.cherrytree-wrapped -h` got 0 exit code - ran `/nix/store/z6xvmmp8nc09wcg5wmgdlvg0vmawm2vn-cherrytree-0.38.4/bin/.cherrytree-wrapped --help` got 0 exit code - ran `/nix/store/z6xvmmp8nc09wcg5wmgdlvg0vmawm2vn-cherrytree-0.38.4/bin/cherrytree -h` got 0 exit code - ran `/nix/store/z6xvmmp8nc09wcg5wmgdlvg0vmawm2vn-cherrytree-0.38.4/bin/cherrytree --help` got 0 exit code - found 0.38.4 with grep in /nix/store/z6xvmmp8nc09wcg5wmgdlvg0vmawm2vn-cherrytree-0.38.4 - found 0.38.4 in filename of file in /nix/store/z6xvmmp8nc09wcg5wmgdlvg0vmawm2vn-cherrytree-0.38.4
2016-10-30cherrytree: 0.37.1 -> 0.37.6AndersonTorres1-2/+2
2016-10-14Python: more evaluation fixups.Vladimír Čunát1-3/+0
2016-08-16Remove top-level dbus_python and pythonDBus.Frederik Rietdijk1-3/+3
See #11567. Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus- python as that's the name upstream uses. There is a small rebuild but I couldn't figure out the actual cause.
2016-07-05cherrytree: 0.35.9 -> 0.37.1mimadrid2-11/+10
2015-07-24Cherrytree: 0.35.8 -> 0.35.9AndersonTorres1-10/+27
Also, adding myself to maintainers list.
2015-06-08cherrytree: update from 0.35.7 to 0.35.8Pascal Wittmann1-2/+2
2015-02-23cherrytree: update to 0.35.7Andrey Arapov1-2/+2