D Anzorge
98af443596
cataclysm-dda: 0.F -> 0.F-1
2021-08-19 01:06:38 +02:00
D Anzorge
5f298b119a
cataclysm-dda: 0.E-3 -> 0.F
2021-07-04 18:50:58 +02:00
Ben Siraphob
bd42003f87
pkgs/games: pkg-config -> pkgconfig (2)
2021-01-16 23:49:59 -08:00
Ben Siraphob
2e34288f0d
pkgs/games: stdenv.lib -> lib
2021-01-15 13:36:04 +07: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
Mitsuhiro Nakamura
ecf7b57e12
cataclysm-dda{,-git}: support build with USE_XDG_DIR flag
2020-07-18 14:23:23 +09:00
Mitsuhiro Nakamura
de56294e57
cataclysm-dda{,-git}: clean up
2020-07-18 14:23:22 +09:00
Mitsuhiro Nakamura
ac8555486f
cataclysmDDA: add very basic framework for packaging mods
...
Add new namespace 'cataclysmDDA', in which package builders, games, and
mods are listed.
2020-07-18 14:23:19 +09:00
Mitsuhiro Nakamura
bf71f12cb5
cataclysm-dda{,-git}: apply locale patch dynamically
...
Each time src/translations.cpp is modified, we have to update the locale
patch. Using sed to patch dynamically should be handy.
2020-07-18 14:21:12 +09:00
Mitsuhiro Nakamura
d6863de058
cataclysm-dda{,-git}: name -> pname and version
2020-07-18 14:21:09 +09:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Mitsuhiro Nakamura
f7dacc3ae2
cataclysm-dda-git: remove obsolete lua dependency
2019-05-03 22:40:09 +09:00
Mitsuhiro Nakamura
c2987f1ba8
cataclysm-dda{,-git}: refactoring
2019-05-03 22:40:09 +09:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Mitsuhiro Nakamura
c77e4de58e
cataclysm-dda-git: fix desktop launcher installation ( #44364 )
2018-08-02 21:36:18 +02:00
Mitsuhiro Nakamura
030cbaff7f
cataclysm-dda{,-git}: add mnacamura as maintainer
2018-07-19 11:40:56 +09:00
Mitsuhiro Nakamura
206e271e32
cataclysm-dda{,-git}: move common attributes to common.nix
2018-07-18 00:33:42 +09:00