about summary refs log tree commit diff
path: root/pkgs/data/icons/kora-icon-theme/default.nix
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-05-12kora-icon-theme: 1.6.0 -> 1.6.1R. Ryantm1-2/+2
2024-02-03kora-icon-theme: 1.5.9 -> 1.6.0R. Ryantm1-2/+2
2023-12-16kora-icon-theme: 1.5.8 -> 1.5.9R. Ryantm1-2/+2
2023-09-13kora-icon-theme: 1.5.7 -> 1.5.8R. Ryantm1-2/+2
2023-06-05kora-icon-theme: 1.5.6 -> 1.5.7R. Ryantm1-2/+2
2023-03-24kora-icon-theme: 1.5.4 -> 1.5.6José Romildo1-2/+2
2022-10-23kora-icon-theme: 1.5.3 -> 1.5.4R. Ryantm1-2/+2
2022-09-27treewide: no need to pass pname, version and attrPath to update scripts ↵José Romildo1-1/+0
based on generic-updater
2022-08-11kora-icon-theme: 1.5.2 -> 1.5.3 (#185814)José Romildo Malaquias1-5/+19
2022-07-06pkgs/data/icons: use stdenvNoCC where possiblekilianar1-2/+2
Most icons themes just copy a bunch of files from the source to the installation directory and therefore work perfectly fine with stdenvNoCC. All themes in pkgs/data/icons that still use stdenv after this change are failing to build with stdenvNoCC.
2022-06-29maintainers: remove bloomvdominoajs1241-1/+1
github account deleted
2022-06-28kora-icon-theme: 1.5.1 -> 1.5.2kilianar1-2/+2
2022-03-16kora-icon-theme: 1.5.0 -> 1.5.1R. Ryantm1-2/+2
2022-01-11kora-icon-theme: 1.4.9 -> 1.5.0R. Ryantm1-2/+2
2021-12-07kora-icon-theme: 1.4.7 -> 1.4.9R. Ryantm1-2/+2
2021-11-03kora-icon-theme: 1.4.5 -> 1.4.7R. Ryantm1-2/+2
2021-08-07kora-icon-theme: 1.4.4 -> 1.4.5R. RyanTM1-2/+2
2021-07-12kora-icon-theme: 1.4.3 -> 1.4.4R. RyanTM1-2/+2
2021-06-14kora-icon-theme: 1.4.2 -> 1.4.3R. RyanTM1-2/+2
2021-03-03kora-icon-theme: 1.4.1 -> 1.4.2bloomvdomino1-5/+9
2021-01-19kora-icon-theme: 1.3.4 -> 1.4.1R. RyanTM1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2021-01-05kora-icon-theme: init at 1.3.4bloomvdomino1-0/+42