3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

6229 commits

Author SHA1 Message Date
Sandro 2c7053727d
Merge pull request #192657 from atemp/emp_ddnet_16.4 2022-09-29 00:45:04 +02:00
Martin Weinelt d3d949d15c
Merge pull request #192812 from danth/0ad-26 2022-09-28 20:12:42 +02:00
usrfriendly f0de0cf811 enyo-launcher: 2.0.2 -> 2.0.5, renamed from enyo-doom 2022-09-28 09:55:15 -07:00
ajs124 b9d8109dd6
Merge pull request #190328 from necessarily-equal/unvanquished-0.53.2
unvanquished: 0.53.1 -> 0.53.2
2022-09-27 22:45:44 +02:00
Franz Pletz 4b59241771
Merge pull request #193150 from fgaz/minetest/5.6.1
minetest: 5.6.0 -> 5.6.1, cleanup, add fgaz to maintainers
2022-09-27 18:19:31 +02:00
Francesco Gazzetta 8c6f018766 minetest: update outdated broken expression 2022-09-27 11:29:49 +02:00
Francesco Gazzetta 2819931e41 minetest: add fgaz to maintainers 2022-09-27 09:47:40 +02:00
Francesco Gazzetta aee300a6b5 minetest: 5.6.0 -> 5.6.1 2022-09-27 09:47:21 +02:00
Sergei Trofimovich 30133410c9
Merge pull request #192721 from trofi/ddx-rebirth-gcc-fix
ddx-rebirth: 0.59.20200202 -> unstable-2022-09-17
2022-09-26 21:34:06 +01:00
Martin Weinelt 44b6c02937
Merge pull request #189799 from r-ryantm/auto-update/unciv 2022-09-25 21:41:15 +02:00
R. Ryantm 9460046dbf unciv: 4.2.6 -> 4.2.11 2022-09-25 18:50:23 +00:00
Daniel Thwaites 80bd40cd9d
zeroad: 0.0.25b -> 0.0.26 2022-09-24 23:37:48 +01:00
R. Ryantm d77812e649 quakespasm: 0.94.7 -> 0.95.0 2022-09-24 16:36:39 +08:00
Sergei Trofimovich c6b52733b8 ddx-rebirth: 0.59.20200202 -> unstable-2022-09-17
Fixes build by switching to default compiler.
While at it moved over to SDL2.
2022-09-24 08:39:33 +01:00
superherointj 19a4cf250e
Merge pull request #192635 from mweinelt/openra-python3
openra: use python3
2022-09-23 16:59:04 -03:00
Heinz Deinhart eb1d06ea70 ddnet: 16.3.2 -> 16.4 2022-09-23 20:31:30 +02:00
ckie 85de8ecb48
Merge pull request #190682 from cpu/cpu-init-ldmud-3.6.6
ldmud: init at 3.6.6
2022-09-23 19:03:25 +03:00
Martin Weinelt 47f3427ce4
openra: use python3 2022-09-23 17:35:09 +02:00
Daniel McCarney 0650000314 ldmud: init at 3.6.6
LDMud is a game engine for text based multi-user dungeon games (MUDs),
in the "LP" heritage. In essence it is a virtual machine that allows
developers to implement MUD games ("mudlibs" in LD parlance) using the
LPC programming language.

In the project's own words:
> This is 'LDMud', a gamedriver for LPMuds. (LPC compiler, interpreter
> and runtime environment.)
>
> LDMud started as a project to clean up and modernize Amylaar's LPMud
> gamedriver. Primary goals are full documentation, a commented source
> body and out-of-the-box support for the major mudlibs, of which the
> commented source body has been pretty much completed. During the course
> of work a lot of bug fixes and improvements found their way into the
> driver - much more than originally expected, and definitely enough to
> make LDMud a driver in its own right.

For nixpkgs the new LDMud addition is largely a standard derivation for
an autoreconf/automake based project. Some small tweaks are required to
get everything lined up between the Nix environment and the LDMud build
system.

The new LDMud derivation is placed in `pkgs/games/ldmud/` alongside
other MUD-related projects in the games category (e.g. `mudlet`,
`blightmud`).

LD offers a variety of optional features, some of which require heavier
dependencies (e.g. MySQL/Postgres client libraries). To support both
a minimal default build equal to what one gets using the upstream build
with no customization, and to also support a more useful fully featured
build, the LDMud derivation is added to `all-packages.nix` twice:

1. the `ldmud` attribute builds the minimal default configuration (just
   the optional gcrypt and pcre options enabled, matching upstream).
2. the `ldmud-full` attribute builds LDMud with all of the optional
   features enabled (database support, Python support, TLS support,
   etc).
2022-09-22 17:58:18 -04:00
7c6f434c bae7d80662
Merge pull request #191177 from tomfitzhenry/sgtpeppers
sgtpuzzles: 20220802 -> 20220913
2022-09-22 10:47:43 +00:00
Sandro 4d00af1bd1
Merge pull request #192095 from nagy/supertux-main 2022-09-22 11:12:43 +02:00
Tom Fitzhenry ee495c933a sgtpuzzles: 20220802 -> 20220913 2022-09-22 10:33:35 +10:00
github-actions[bot] 31b235f73b
Merge master into haskell-updates 2022-09-21 00:18:17 +00:00
maralorn e678b769bc hedgewars: disable on darwin 2022-09-21 00:48:00 +02:00
Daniel Nagy 357e6335ed
superTux: set meta.mainProgram
also use https for homepage
2022-09-20 17:38:02 +02:00
Jonas Heinrich 5af7a11791
Merge pull request #191516 from r-ryantm/auto-update/hyperrogue
hyperrogue: 12.0u -> 12.1a
2022-09-20 14:02:07 +02:00
Sandro d7026008c4
Merge pull request #191810 from trofi/freedroifrpg-leaner-closure 2022-09-20 12:07:54 +02:00
Sergei Trofimovich 02ba9a3d60 freedroidrpg: remove build-time flags embedding into binary
Noticed extra -dev dependencies in the runtime closure.

Before the change:

    $ nix path-info -rsSh $(nix-build -A freedroidrpg) | nl | tail -n1 | unnix
    158  /<<NIX>>/freedroidrpg-0.16.1 228.2M  808.1M

After the change:

    $ nix path-info -rsSh $(nix-build -A freedroidrpg) | nl | tail -n1 | unnix
    141  /<<NIX>>/freedroidrpg-0.16.1 228.2M  450.7M
2022-09-19 18:02:42 +01:00
Jonas Heinrich 097c771cc3
Merge pull request #191527 from r-ryantm/auto-update/pokete
pokete: 0.8.2 -> 0.9.0
2022-09-19 15:19:36 +02:00
Christian Kögler 56d93547f0
Merge pull request #189833 from atemp/emp_ddnet_16.3
ddnet: 16.3.1 -> 16.3.2
2022-09-18 16:23:03 +02:00
Christian Kögler 3682990157
Merge pull request #190042 from jtrees/add-everspace-desktop-file
everspace: add desktop file
2022-09-18 15:56:43 +02:00
R. Ryantm 0502d6ef51 hyperrogue: 12.0u -> 12.1a 2022-09-18 12:32:24 +00:00
Bobby Rong 0ca02e3f3b
Merge pull request #191096 from raphaelr/cataclysm-dda-fix-build
cataclysm-dda: fix build
2022-09-18 19:58:16 +08:00
Christian Kögler e5e4c3cb0a
Merge pull request #191600 from peterhoeg/u/sdl_compat
SDL_compat: 1.2.52 -> 1.2.56
2022-09-18 11:45:35 +02:00
R. Ryantm 3fda0f64a9 legendary-gl: 0.20.28 -> 0.20.29 2022-09-17 17:21:30 +08:00
Peter Hoeg 2472a4484e openxcom: fix missing dependency 2022-09-17 11:20:55 +08:00
Sergei Trofimovich bd1afa8a6d
Merge pull request #189729 from azahi/vcmi
vcmi: init at 1.0.0
2022-09-16 21:38:36 +01:00
R. Ryantm 76ffba2883 pokete: 0.8.2 -> 0.9.0 2022-09-16 16:42:39 +00:00
Azat Bahawi 02646c661e
vcmi: init at 1.0.0 2022-09-15 22:08:34 +03:00
Raphael Robatsch 69c8907545 cataclysm-dda: fix build 2022-09-13 19:55:22 +02:00
Franz Pletz 474faf3a39
Merge pull request #190983 from McSinyx/hedgewars-rolling 2022-09-13 18:24:06 +02:00
Jonas Heinrich 967417d810
Merge pull request #190937 from r-ryantm/auto-update/fheroes2
fheroes2: 0.9.18 -> 0.9.19
2022-09-13 09:25:23 +02:00
Johannes Maier 9c1bc56fdd angband: add kenran to maintainers 2022-09-13 08:49:21 +02:00
Nguyễn Gia Phong 0db05edd09
hedgewars: 1.0.0 -> 1.0.2 2022-09-13 13:32:22 +09:00
Heinz Deinhart f906897d4b
ddnet: 16.3.1 -> 16.3.2 2022-09-12 23:22:05 +02:00
R. Ryantm 1688921199 fheroes2: 0.9.18 -> 0.9.19 2022-09-12 14:36:12 +00:00
Vladimír Čunát b1d87c0318
Merge #190667: treewide: pin failing packages to openssl_1_1
...into staging-next
2022-09-12 07:38:41 +02:00
Ivv 44ef157f55
Merge pull request #187359 from IvarWithoutBones/dotnetmodule-updatescripts
treewide: migrate buildDotnetModule update scripts to use fetch-deps
2022-09-11 21:40:06 +02:00
Domen Kožar 2fa6e5253e
Merge pull request #185573 from mikroskeem/fix-quakespasm-darwin
quakespasm: fix darwin build
2022-09-11 16:59:26 +01:00
Anthony Roussel ceb1673ca7
shticker-book-unwritten: pin to openssl_1_1 2022-09-11 02:34:56 +02:00