summary refs log tree commit diff
path: root/pkgs/games/easyrpg-player
Commit message (Collapse)AuthorAge
* pkgs/games: pkg-config -> pkgconfig (2)Ben 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
* easyrpg-player: 0.6.2.1 -> 0.6.2.3R. RyanTM2020-10-25
|
* easyrpg-player: 0.6.2 -> 0.6.2.1R. RyanTM2020-06-14
|
* easyrpg-player: 0.6.1 -> 0.6.2R. RyanTM2020-05-19
|
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\ | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * easyrpg-player: 0.6.0 -> 0.6.1R. RyanTM2019-08-19
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/easyrpg-player/versions
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* easyrpg-player: 0.5.4 -> 0.6.0Renaud2019-05-05
| | | | Changelog: https://blog.easyrpg.org/2019/03/easyrpg-player-0-6-0-preemptive-attack/
* easyrpg-player: 0.5.3 -> 0.5.4c0bw3b2018-11-15
|
* easyrpg-player: init at 0.5.3Yegor Timoshenko2017-12-25