Commit graph

29 commits

Author SHA1 Message Date
Mitsuhiro Nakamura 633f211113 cataclysm-dda-git: make it overridable with git revision
'cataclysm-dda-git.overrideAttrs (_: { version = ...; src = fetchFromGitHub { ... }; })'
did not update VERSION make flag correctly.

With this change, one can override 'cataclysm-dda-git' correctly and
more easily:

cataclysm-dda-git.override { version = ...; rev = ...; sha256 = ...; }
2020-07-18 14:23:23 +09: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
Andrey Petrov 5e8770a8bb cataclysm-dda-git: 2019-05-03 -> 2019-11-22 2019-12-01 08:46:52 -08:00
Mitsuhiro Nakamura c2987f1ba8 cataclysm-dda{,-git}: refactoring 2019-05-03 22:40:09 +09:00
Mitsuhiro Nakamura 520dd5d71e cataclysm-dda-git: 2018-07-15 -> 2019-05-03 2019-05-03 22:40:09 +09: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
Ricardo Ardissone 5901dae673 cataclysm-dda-git: debug flag 2018-07-15 13:59:28 -03:00
Ricardo Ardissone 05c2aa212e cataclysm-dda-git: 2017-12-09 -> 2018-07-15 2018-07-15 13:59:20 -03:00
Ryan Mulligan b189247ba0 treewide: use more HTTPS URLs
Uses the HTTPS url for cases where the existing URL has a permanent
redirect. For each domain, at least one fixed derivation URL was
downloaded to test the domain is properly serving downloads.

Also fixes jbake source URL, which was broken.
2018-03-24 22:04:25 -07:00
Mitsuhiro Nakamura a2df3ee293 cataclysm-dda{,-git}: styling 2018-02-10 19:36:50 +09:00
Mitsuhiro Nakamura 289c8df4e5 cataclysm-dda-{,git}: support the console (no tiles) version
You can install the console version with `cataclysm-dda{,-git}.override { tiles = false; }`.
2018-02-08 13:55:45 +09:00
Mitsuhiro Nakamura f3014ad8cc cataclysm-dda-git: install the launcher for Linux desktop environments 2018-02-08 13:55:44 +09:00
Mitsuhiro Nakamura 5c325869df cataclysm-dda-git: differentiate the version display from 0.C
Previously the version shown in the title was 0.C, not distinguishable
from the stable version.
2018-02-08 13:55:44 +09:00
Mitsuhiro Nakamura 9ef3f90de7 cataclysm-dda{,-git}: update homepage 2018-02-08 13:55:44 +09:00
Mitsuhiro Nakamura 27ec2df59e cataclysm-dda{,-git}: clean up
- Remove cmath include (introduced by 97c484a) since the current gcc/clang
  works fine without it.
- Suppress known compiler warnings instead of removing -Werror flag.
2018-02-08 13:55:40 +09:00
Mitsuhiro Nakamura bd9b51f4df cataclysm-dda-git: install missing translations
Using gettext without translation files is just like driving a car without wheels.
2018-01-23 08:19:03 +09:00
Mitsuhiro Nakamura ee6086c31d cataclysm-dda{,-git}: no need for wrapper anymore 2018-01-23 08:10:07 +09:00
Mitsuhiro Nakamura fc06a987a0 cataclysm-dda{,-git}: fix share directory
Data should be in PREFIX/share/cataclysm-dda instead of PREFIX/share.
2018-01-23 08:08:09 +09:00
Mitsuhiro Nakamura d77ce49c75 cataclysm-dda{,-git}: fix locale directory
PREFIX/share/locale should be searched for translations not only on Linux.
2018-01-22 22:37:02 +09:00
Mitsuhiro Nakamura 7287a9e91d cataclysm-dda{,-git}: create app launcher on Darwin 2018-01-22 14:07:35 +09:00
Mitsuhiro Nakamura 728a13271e cataclysm-dda{,-git}: build on Darwin 2018-01-22 00:01:45 +09:00
Markus Hauck 00ad51933d cataclysm-dda-git: update to latest and add arguments 2017-12-09 19:40:40 +01:00
Orivej Desh c885b3c622 cataclysm-dda-git: disable parallel building 2017-12-04 22:43:20 +00:00
Ricardo Ardissone b7ed72d4ce cataclysm-dda-git: init at 2017-07-12 2017-07-12 17:35:55 -03:00