about summary refs log tree commit diff
path: root/pkgs/games/tome4
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-07-12tome4: 1.7.5 -> 1.7.6R. Ryantm1-2/+2
2023-05-14tome4: 1.7.4 -> 1.7.5R. Ryantm1-2/+2
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2022-08-01treewide: fix platformsWeijia Wang1-1/+1
2022-06-29maintainers: remove chatteredajs1241-1/+1
no github account linked
2022-03-19treewide/makeWrapper: replace `--run cd` with `--chdir`Naïm Favier1-1/+1
Lay the groundwork for switching to binary wrappers by reducing uses of `--run` (which is not supported by `makeBinaryWrapper`).
2022-02-25treewide: switch all desktop file generators to new APIK9001-2/+1
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2021-09-10tome4: 1.6.7 -> 1.7.4Ilan Joselevich1-2/+2
2021-06-25games: /s/name/pname&version/Felix Buehler1-10/+7
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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-06-04tome4: fix error in .desktop fileAaron Andersen1-1/+1
2020-03-10tome4: 1.6.6 -> 1.6.7R. RyanTM1-3/+3
2020-01-30tome4: 1.6.5 -> 1.6.6R. RyanTM1-2/+2
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster1-5/+1
2019-12-24tome4: 1.6.1 -> 1.6.5R. RyanTM1-2/+2
2019-11-29tome4: 1.6.0 -> 1.6.1R. RyanTM1-2/+2
2019-11-03tome4: 1.5.10 -> 1.6.0R. RyanTM1-2/+2
2019-09-13tome4: fix broken buildAaron Andersen1-0/+5
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2018-11-28tome4: use premake hookMatthew Bauer1-12/+4
2018-11-18tome4: 1.5.5 -> 1.5.10R. RyanTM1-3/+3
(#50547) * tome4: 1.5.5 -> 1.5.10 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tome4/versions * tome4: restrict platforms to x86-linux It's been failing on aarch64 forever
2018-04-05tome4: aarch64 not supportedxeji1-1/+1
2018-04-05tome4: disable parallel buildxeji1-1/+2
... it caused sporadic build failures
2018-03-05Merge branch 'master'Vladimír Čunát1-18/+61
2018-02-25tome4: 1.4.9 -> 1.5.5Peter Hoeg1-18/+61
2018-02-24treewide: transition from mesa_glu to libGLUAlexander V. Nikolaev1-2/+2
2018-01-05treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel1-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-03-06tome4: 1.4.6 -> 1.4.9Ricardo Ardissone1-11/+22
2016-09-01tome4: fix buildKranium Gikos Mendoza1-2/+3
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-05-10tome4: 1.3.3 -> 1.4.6Tobias Geerinckx-Rice1-2/+2
Just to get it building again after the 1.3.3 sources disappeared, but it seems to run fine.
2015-12-16tome4: 1.3.1 -> 1.3.3Tom Dimiduk1-3/+3
2015-06-28tome4: add new maintainerPhil Scott1-0/+1
2015-06-14Add Tales of Maj'eyal game.Phil Scott1-0/+29