summaryrefslogtreecommitdiffstats
path: root/pkgs/games/crawl
AgeCommit message (Collapse)Author
2022-08-24crawlTiles: 0.28.0 -> 0.29.0R. Ryantm
2022-02-10crawlTiles: 0.27.1 -> 0.28.0R. Ryantm
2022-01-17treewide: rename name to pname&versionFelix Buehler
2021-08-21crawl: 0.27.0 -> 0.27.1R. RyanTM
2021-07-31crawl: 0.26.1 -> 0.27.0R. RyanTM
2021-02-20treewide: drop conditional makeFlag for darwin when specifiying cross-compilerBen Siraphob
2021-02-20treewide: add targetPrefix to hardcoded references to CC=ccBen Siraphob
2021-02-06crawl: 0.26.0 -> 0.26.1R. RyanTM
2021-01-23crawl: 0.25.1 -> 0.26.0Spencer Baugh
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 Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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. RyanTM
2020-06-12crawl: 0.24.1 -> 0.25.0Spencer Baugh
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. RyanTM
2019-11-18treewide: Get rid of libGLU_combinedadisbladis
2019-10-28crawl: 0.23.2 -> 0.24.0Chris Rendle-Short
2019-08-04crawl: use static config for data files.Dave Nicponski
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 Nicponski
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-Short
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)lightbulbjim
PyYAML added as a new dependency.
2019-02-06crawl: Add option for sound support and enable it in tileMode by defaultAndré-Patrick Bubel
2019-02-06crawl: Add full game name to descriptionAndré-Patrick Bubel
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 Bubel
2018-09-28crawl: 0.22.0 -> 0.22.1 (#46952)R. RyanTM
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.0nonfreeblob
2018-03-05Merge branch 'master'Vladimír Čunát
2018-02-25crawl: 0.20.1 -> 0.21.1Nikolay Amiantov
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* 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 Amiantov
2017-01-31crawl: 0.19.1 -> 0.19.3Nikolay Amiantov
2016-11-24crawl: 0.18.1 -> 0.19.1Nikolay Amiantov
2016-11-24treewide: quote URLs in my packagesNikolay Amiantov
2016-09-04crawlTiles: fix buildNikolay Amiantov
2016-08-24crawl: fix buildNikolay Amiantov
2016-08-23treewide: Make explicit that 'dev' output of sqlite is usedTuomas Tynkkynen
2016-08-14crawl: 0.18.0 -> 0.18.1Nikolay Amiantov
2016-05-28crawl: 1.17.1 -> 1.18.0Nikolay Amiantov
2016-05-19treewide: Make explicit that 'dev' output of sqlite is usedTuomas Tynkkynen
2016-03-06crawl: cleanupNikolay Amiantov
2016-01-13crawl: 0.17.0 -> 0.17.1Nikolay Amiantov
2015-11-19crawl: 0.16.2 -> 0.17.0Florent Becker
2015-10-15crawl: 0.16.1 -> 0.16.2Nikolay Amiantov
2015-07-28fix homepagesNikolay Amiantov
2015-04-02crawl: fix buildNikolay Amiantov
2015-03-29crawl: updateNikolay Amiantov
2015-01-08Revert "Introduce patchShebangsPhase ran in preConfigurePhases"Domen Kožar
This reverts commit 512fbb280f72980e84230b72b631258df1755919. See #5368
2015-01-02Introduce patchShebangsPhase ran in preConfigurePhasesDomen Kožar
(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át
2014-11-08typoDomen Kožar