Commit Graph

15 Commits

Author SHA1 Message Date
OPNA2608
076f6c0945 easyrpg-player: 0.7.0 -> 0.8, enable on Darwin 2023-07-10 11:42:07 +02:00
marius david
2a6c90b0a7 easyrpg-player: fix 2022-05-20 11:09:01 +02:00
R. RyanTM
a10675f43d
liblcf, easyrpg-player: 0.6.2 -> 0.7.0
* liblcf: 0.6.2 -> 0.7.0 (#144396)

* liblcf: build in parallel

* easyrpg-player: 0.6.2.3 -> 0.7.0

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-02 19:54:30 +01:00
Yana Timoshenko
719567e91f maintainers: update personal details 2021-12-31 21:48:55 +03:00
Ben Siraphob
bd42003f87 pkgs/games: pkg-config -> pkgconfig (2) 2021-01-16 23:49:59 -08:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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-11 10:38:22 +01:00
R. RyanTM
627b6f3f09 easyrpg-player: 0.6.2.1 -> 0.6.2.3 2020-10-25 10:46:31 +01:00
R. RyanTM
0a56f10920 easyrpg-player: 0.6.2 -> 0.6.2.1 2020-06-14 14:05:54 +00:00
R. RyanTM
067a26a43b easyrpg-player: 0.6.1 -> 0.6.2 2020-05-19 04:50:35 +00:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
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
2019-08-24 08:55:37 +02:00
R. RyanTM
85b2cd08d5 easyrpg-player: 0.6.0 -> 0.6.1
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
2019-08-19 00:18:34 -07:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Renaud
3cb1274745
easyrpg-player: 0.5.4 -> 0.6.0
Changelog:
https://blog.easyrpg.org/2019/03/easyrpg-player-0-6-0-preemptive-attack/
2019-05-05 19:29:25 +02:00
c0bw3b
83a3cf0166 easyrpg-player: 0.5.3 -> 0.5.4 2018-11-15 22:36:07 +01:00
Yegor Timoshenko
46edd63af9
easyrpg-player: init at 0.5.3 2017-12-25 02:28:19 +00:00