about summary refs log tree commit diff
path: root/pkgs/games/minetest
AgeCommit message (Collapse)AuthorFilesLines
2023-04-09minetest: 5.6.1 -> 5.7.0Arnav Vijaywargiya1-3/+3
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-11-26minetest: put the app in $out/Applications/ to let it appear in /Applications/freezeboy1-0/+3
2022-10-11minetest: fix build on darwinWeijia Wang1-3/+3
2022-09-27minetest: update outdated broken expressionFrancesco Gazzetta1-4/+2
2022-09-27minetest: add fgaz to maintainersFrancesco Gazzetta1-1/+1
2022-09-27minetest: 5.6.0 -> 5.6.1Francesco Gazzetta1-3/+3
2022-08-15minetest: cleanupFrancesco Gazzetta1-6/+1
* remove unused libraries https://dev.minetest.net/Changelog#5.5.0_.E2.86.92_5.6.0 "Remove direct OpenGL(ES) dependency" * remove IRRLICHTMC_INCLUDE_DIR it is now autodetected * remove unused OpenGL_GL_PREFERENCE=GLVND
2022-08-13minetest: 5.5.1 -> 5.6.0Danielle Hutzley1-5/+7
2022-08-01minetest: Patch executable pathsAidan Gauland1-5/+46
2022-08-01minetest: 5.5.0 -> 5.5.1Aidan Gauland1-3/+3
2022-05-10minetest: use irrlichtmt from Nixpkgs, add optional touch supportD Anzorge1-20/+7
Touch support requires rebuilding irrlichtmt with touch support, which upstream does not enable by default. Building Minetest with touch support also disables the regular interface, so touch support defaults to off.
2022-02-28minetest: fix build on aarch64-darwinFinn Behrens1-1/+3
2022-02-09Merge pull request #158134 from fpletz/pkgs/minetest-5.5Franz Pletz3-38/+37
2022-02-06{minetestclient,minetestserver}_4: mark as broken on darwinDmitry Kalinkin1-0/+4
2022-02-04minetest: remove unused patchesFranz Pletz2-20/+0
2022-02-04minetest: 5.4.1 -> 5.5.0Franz Pletz1-9/+37
2022-02-04minetest: remove version 4Franz Pletz1-9/+0
2021-05-07minetest: 5.3.0 -> 5.4.1Eduardo Sánchez Muñoz1-3/+3
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob1-1/+1
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-07-11minetest: 5.2.0 -> 5.3.0freezeboy1-5/+5
2020-05-12minetest: 5.1.1 -> 5.2.0ajs1241-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-28Address PR commentsRoman Plášil1-2/+0
2020-02-28minetest: update to 5.1.0 and build on DarwinRoman Plášil3-2/+26
2020-01-30minetest: 5.1.0 -> 5.1.1Franz Pletz1-3/+4
2019-12-31treewide: configureFlags is a flat listRobin Gloster1-1/+1
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster1-1/+1
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-10-16minetest 5.0.1 -> 5.1.0MicrosoftTakeover1-3/+3
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-06-07Change handle from c0dehero to pyrolagusDanny Bautista1-1/+1
2019-04-02minetest: 5.0.0 -> 5.0.1Franz Pletz1-3/+3
2019-03-12misc: Remove myself from list of maintainersJascha Geerds1-1/+1
Unfortunately I don't have the time anymore to maintain those packages.
2019-03-05minetest: git-5.0.0-dev-2019-01-08 -> 5.0.0Franz Pletz1-5/+3
2019-01-10minetest: refactor and add dev version 5Franz Pletz1-46/+78
2018-11-23minetest: 0.4.17 -> 0.4.17.1Franz Pletz1-2/+2
2018-11-11minetest: 0.4.16 -> 0.4.17Edward Tjörnhammar1-3/+3
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2018-01-28minetest: 0.4.15 -> 0.4.16Franz Pletz1-3/+3
2017-05-02luajit: 2.1.0-beta2 -> 2.1.0-beta3Vladimír Čunát1-0/+2
The removal of `luaL_reg` alias caused lots of breakage. Only sysdig and knot-resolver needed (also) other changes.
2017-02-03minetest: use system jsoncppCarles Pagès1-0/+1
It was already in buildInputs but was not being used.
2017-01-25minetest 0.4.14 -> 0.4.15Benrob03291-3/+3
2016-05-15Minetest 0.4.13 -> 0.4.14 (#15481)rardiol1-13/+16
* minetest: 0.4.13 -> 0.4.14 * minetest: add ncurses support for server * minetest: add leveldb support
2016-04-14minetest: Fix finding gettext by CMakeAlexander V. Nikolaev1-2/+3
2015-11-20Merge staging into closure-sizeVladimír Čunát1-5/+5
The most complex problems were from dealing with switches reverted in the meantime (gcc5, gmp6, ncurses6). It's likely that darwin is (still) broken nontrivially.
2015-10-23minetest: 0.4.12 -> 0.4.13Jascha Geerds1-5/+5
2015-10-13curl: split into multiple outputsVladimír Čunát1-1/+1
Also use pkgconfig to be safer and fix (some) referrers.