about summary refs log tree commit diff
path: root/pkgs/games/crawl
AgeCommit message (Collapse)AuthorFilesLines
2022-02-10crawlTiles: 0.27.1 -> 0.28.0R. Ryantm1-2/+2
2022-01-17treewide: rename name to pname&versionFelix Buehler1-1/+1
2021-08-21crawl: 0.27.0 -> 0.27.1R. RyanTM1-2/+2
2021-07-31crawl: 0.26.1 -> 0.27.0R. RyanTM1-2/+2
2021-02-20treewide: drop conditional makeFlag for darwin when specifiying cross-compilerBen Siraphob1-2/+2
2021-02-20treewide: add targetPrefix to hardcoded references to CC=ccBen Siraphob1-1/+1
2021-02-06crawl: 0.26.0 -> 0.26.1R. RyanTM1-2/+2
2021-01-23crawl: 0.25.1 -> 0.26.0Spencer Baugh2-19/+6
FORCE_PKGCONFIG was added upstream in crawl/crawl@61de54256c8, so we can drop our patch to the Makefile which does the same thing - nice! Still need the other patches since crawl/crawl#1367 isn't yet fully merged.
2021-01-16pkgs/games: pkg-config -> pkgconfig (2)Ben Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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
2020-09-04crawl: 0.25.0 -> 0.25.1R. RyanTM1-2/+2
2020-06-12crawl: 0.24.1 -> 0.25.0Spencer Baugh2-31/+16
Thanks to @emilazy adding support for pkgconfig for SQLite upstream, we can drop that part of the patch. The rest is still needed.
2020-04-07crawl: 0.24.0 -> 0.24.1R. RyanTM1-3/+3
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-10-28crawl: 0.23.2 -> 0.24.0Chris Rendle-Short1-9/+4
2019-08-04crawl: use static config for data files.Dave Nicponski1-1/+2
This allows the game to be executed from anywhere, not just the install directory in the nix store.
2019-07-28games/crawl: add support for MacOS/Darwin buildsDave Nicponski2-3/+25
games/crawl: Add support for darwin builds. Also, compression/advancecomp: Add support for darwin builds in meta (which already worked).
2019-04-26crawl: add .desktop file and use high-res app iconChris Rendle-Short1-4/+15
The crawl source includes .desktop files but currently they are not installed. This change installs them (with the executable path tweaked for NixOS compatibility). Also included in this change is an upstream patch to use the included high-res app icon instead of the default 32x32 icon. The default icon is very low res and looks out of place beside other app icons.
2019-04-11crawl: 0.22.1 -> 0.23.2 (#59246)lightbulbjim2-9/+22
PyYAML added as a new dependency.
2019-02-06crawl: Add option for sound support and enable it in tileMode by defaultAndré-Patrick Bubel1-4/+6
2019-02-06crawl: Add full game name to descriptionAndré-Patrick Bubel1-3/+4
I didn't find the game when searching for it and invested quite some time to package it myself. Having the game title in the description makes the package easier to discover.
2019-02-06crawl: Update repo urlAndré-Patrick Bubel1-2/+2
2018-09-28crawl: 0.22.0 -> 0.22.1 (#46952)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/crawl/versions
2018-08-11crawl: 0.21.1 -> 0.22.0nonfreeblob1-5/+4
2018-03-05Merge branch 'master'Vladimír Čunát1-3/+3
2018-02-25crawl: 0.20.1 -> 0.21.1Nikolay Amiantov1-3/+3
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-07-27crawl: 0.19.0 -> 0.20.1Nikolay Amiantov2-10/+16
2017-01-31crawl: 0.19.1 -> 0.19.3Nikolay Amiantov1-2/+2
2016-11-24crawl: 0.18.1 -> 0.19.1Nikolay Amiantov2-38/+34
2016-11-24treewide: quote URLs in my packagesNikolay Amiantov1-1/+1
2016-09-04crawlTiles: fix buildNikolay Amiantov2-11/+16
2016-08-24crawl: fix buildNikolay Amiantov2-1/+2
2016-08-23treewide: Make explicit that 'dev' output of sqlite is usedTuomas Tynkkynen1-1/+1
2016-08-14crawl: 0.18.0 -> 0.18.1Nikolay Amiantov1-3/+3
2016-05-28crawl: 1.17.1 -> 1.18.0Nikolay Amiantov2-3/+3
2016-05-19treewide: Make explicit that 'dev' output of sqlite is usedTuomas Tynkkynen2-2/+2
2016-03-06crawl: cleanupNikolay Amiantov1-3/+1
2016-01-13crawl: 0.17.0 -> 0.17.1Nikolay Amiantov1-2/+2
2015-11-19crawl: 0.16.2 -> 0.17.0Florent Becker1-2/+2
2015-10-15crawl: 0.16.1 -> 0.16.2Nikolay Amiantov1-2/+2
2015-07-28fix homepagesNikolay Amiantov1-0/+1
2015-04-02crawl: fix buildNikolay Amiantov1-3/+3
2015-03-29crawl: updateNikolay Amiantov4-38/+41
2015-01-08Revert "Introduce patchShebangsPhase ran in preConfigurePhases"Domen Kožar1-0/+4
This reverts commit 512fbb280f72980e84230b72b631258df1755919. See #5368
2015-01-02Introduce patchShebangsPhase ran in preConfigurePhasesDomen Kožar1-4/+0
(cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d) Signed-off-by: Domen Kožar <domen@dev.si>
2014-11-08crawl: more meta fixes; eval is fine nowVladimír Čunát1-2/+2
2014-11-08typoDomen Kožar1-1/+1
2014-11-08crawl: fix evaluation (licenses attribute)Vladimír Čunát1-1/+1
CC: #4822.