2018-01-22 13:58:51 +00:00
|
|
|
{ fetchFromGitHub, stdenv, pkgconfig, ncurses, lua, SDL2, SDL2_image, SDL2_ttf,
|
2018-02-06 15:01:15 +00:00
|
|
|
SDL2_mixer, freetype, gettext, Cocoa, libicns,
|
|
|
|
tiles ? true }:
|
2015-08-06 21:04:44 +00:00
|
|
|
|
2016-03-23 00:05:50 +00:00
|
|
|
stdenv.mkDerivation rec {
|
2015-08-06 21:04:44 +00:00
|
|
|
version = "0.C";
|
|
|
|
name = "cataclysm-dda-${version}";
|
|
|
|
|
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "CleverRaven";
|
|
|
|
repo = "Cataclysm-DDA";
|
|
|
|
rev = "${version}";
|
|
|
|
sha256 = "03sdzsk4qdq99qckq0axbsvg1apn6xizscd8pwp5w6kq2fyj5xkv";
|
|
|
|
};
|
|
|
|
|
2018-01-22 13:58:51 +00:00
|
|
|
nativeBuildInputs = [ pkgconfig ]
|
2018-01-26 08:58:19 +00:00
|
|
|
++ stdenv.lib.optionals (tiles && stdenv.isDarwin) [ libicns ];
|
2015-08-06 21:04:44 +00:00
|
|
|
|
2018-02-06 15:01:15 +00:00
|
|
|
buildInputs = with stdenv.lib; [ ncurses lua gettext ]
|
|
|
|
++ optionals tiles [ SDL2 SDL2_image SDL2_ttf SDL2_mixer freetype ]
|
|
|
|
++ optionals (tiles && stdenv.isDarwin) [ Cocoa ];
|
2016-03-23 00:05:50 +00:00
|
|
|
|
2018-01-22 10:45:12 +00:00
|
|
|
patches = [ ./patches/fix_locale_dir.patch ];
|
|
|
|
|
2016-03-23 00:05:50 +00:00
|
|
|
postPatch = ''
|
2015-08-06 21:04:44 +00:00
|
|
|
patchShebangs .
|
|
|
|
'';
|
|
|
|
|
2018-02-06 15:01:15 +00:00
|
|
|
makeFlags = with stdenv.lib; [
|
|
|
|
"PREFIX=$(out)"
|
|
|
|
"LUA=1"
|
|
|
|
"RELEASE=1"
|
|
|
|
"USE_HOME_DIR=1"
|
2018-01-22 15:13:10 +00:00
|
|
|
# "LANGUAGES=all" # vanilla C:DDA installs all translations even without this flag!
|
2018-02-06 15:01:15 +00:00
|
|
|
] ++ optionals tiles [
|
|
|
|
"TILES=1"
|
|
|
|
"SOUND=1"
|
|
|
|
] ++ optionals stdenv.isDarwin [
|
|
|
|
"NATIVE=osx"
|
|
|
|
"CLANG=1"
|
2018-01-21 15:01:17 +00:00
|
|
|
"OSX_MIN=10.6" # SDL for macOS only supports deploying on 10.6 and above
|
2018-02-06 15:01:15 +00:00
|
|
|
] ++ optionals stdenv.cc.isGNU [
|
2018-01-26 12:42:20 +00:00
|
|
|
"WARNINGS+=-Wno-deprecated-declarations"
|
|
|
|
"WARNINGS+=-Wno-ignored-attributes"
|
2018-02-06 15:01:15 +00:00
|
|
|
] ++ optionals stdenv.cc.isClang [
|
2018-01-26 12:42:20 +00:00
|
|
|
"WARNINGS+=-Wno-inconsistent-missing-override"
|
2018-01-21 15:01:17 +00:00
|
|
|
];
|
2015-08-06 21:04:44 +00:00
|
|
|
|
2018-01-26 08:58:19 +00:00
|
|
|
postBuild = stdenv.lib.optionalString (tiles && stdenv.isDarwin) ''
|
2018-01-22 03:19:27 +00:00
|
|
|
# iconutil on macOS is not available in nixpkgs
|
|
|
|
png2icns data/osx/AppIcon.icns data/osx/AppIcon.iconset/*
|
|
|
|
'';
|
|
|
|
|
2018-01-26 08:58:19 +00:00
|
|
|
postInstall = stdenv.lib.optionalString (tiles && stdenv.isDarwin) ''
|
2018-01-22 03:19:27 +00:00
|
|
|
app=$out/Applications/Cataclysm.app
|
|
|
|
install -D -m 444 data/osx/Info.plist -t $app/Contents
|
|
|
|
install -D -m 444 data/osx/AppIcon.icns -t $app/Contents/Resources
|
|
|
|
mkdir $app/Contents/MacOS
|
|
|
|
launcher=$app/Contents/MacOS/Cataclysm.sh
|
|
|
|
cat << SCRIPT > $launcher
|
|
|
|
#!/bin/sh
|
|
|
|
$out/bin/cataclysm-tiles
|
|
|
|
SCRIPT
|
|
|
|
chmod 555 $launcher
|
2015-08-06 21:04:44 +00:00
|
|
|
'';
|
|
|
|
|
2015-08-26 16:32:33 +00:00
|
|
|
# Disable, possible problems with hydra
|
|
|
|
#enableParallelBuilding = true;
|
2015-08-06 21:04:44 +00:00
|
|
|
|
|
|
|
meta = with stdenv.lib; {
|
|
|
|
description = "A free, post apocalyptic, zombie infested rogue-like";
|
|
|
|
longDescription = ''
|
|
|
|
Cataclysm: Dark Days Ahead is a roguelike set in a post-apocalyptic world.
|
|
|
|
Surviving is difficult: you have been thrown, ill-equipped, into a
|
|
|
|
landscape now riddled with monstrosities of which flesh eating zombies are
|
|
|
|
neither the strangest nor the deadliest.
|
|
|
|
|
|
|
|
Yet with care and a little luck, many things are possible. You may try to
|
|
|
|
eke out an existence in the forests silently executing threats and
|
|
|
|
providing sustenance with your longbow. You can ride into town in a
|
|
|
|
jerry-rigged vehicle, all guns blazing, to settle matters in a fug of
|
|
|
|
smoke from your molotovs. You could take a more measured approach and
|
|
|
|
construct an impregnable fortress, surrounded by traps to protect you from
|
|
|
|
the horrors without. The longer you survive, the more skilled and adapted
|
|
|
|
you will get and the better equipped and armed to deal with the threats
|
|
|
|
you are presented with.
|
|
|
|
|
|
|
|
In the course of your ordeal there will be opportunities and temptations
|
|
|
|
to improve or change your very nature. There are tales of survivors fitted
|
|
|
|
with extraordinary cybernetics giving great power and stories too of
|
|
|
|
gravely mutated survivors who, warped by their ingestion of exotic
|
|
|
|
substances or radiation, now more closely resemble insects, birds or fish
|
|
|
|
than their original form.
|
|
|
|
'';
|
2018-01-27 13:25:59 +00:00
|
|
|
homepage = http://cataclysmdda.org/;
|
2015-08-06 21:04:44 +00:00
|
|
|
license = licenses.cc-by-sa-30;
|
|
|
|
maintainers = [ maintainers.skeidel ];
|
2018-01-21 15:01:17 +00:00
|
|
|
platforms = platforms.unix;
|
2015-08-06 21:04:44 +00:00
|
|
|
};
|
|
|
|
}
|