| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gnu: odamex: Remove package labels.•••* gnu/packages/games.scm (odamex) [inputs]: Remove labels.
Change-Id: Ie4b97a3dfaa3a0ce3a0e7c5c49ed52fe4e222480
| Sharlatan Hellseher | 2024-02-10 | 1 | -11/+11 |
* | gnu: odamex: Unbundle some libraries.•••* gnu/packages/games.scm (odamex) [snippet]: Remove some bundled
libraries which may be replaced by inputs.
[arguments] <#:configure-flags>: Add options to build client, master and
server. Do not use internal libs explicitly.
[native-inputs]: Add pkg-config.
Change-Id: I1974febb2f5f37d963ecb5b663d17a330ba23129
| Sharlatan Hellseher | 2024-02-10 | 1 | -3/+21 |
* | gnu: odamex: Update to 10.4.0.•••* gnu/packages/games.scm (odamex): Update to 10.4.0.
[inputs]: Add fltk, jsoncpp, libpng, miniupnpc, portmidi and protobuf.
Change-Id: I371d18498640e15a7bfae527fea12d9432368f50
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| David Pflug | 2024-02-10 | 1 | -9/+14 |
* | gnu: fheroes2: Update to 1.0.11.•••* gnu/packages/games.scm (fheroes2): Update to 1.0.11.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| Vagrant Cascadian | 2024-02-09 | 1 | -2/+3 |
* | gnu: lugaru: Apply patch fixing sound.•••* gnu/packages/patches/lugaru-fix-sound.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/games.scm (lugaru) [source]: Update source URL.
Apply patch.
[arguments]: Use gexps.
[inputs]: Remove labels and sort.
Change-Id: Iebefc9fc43d3473e51c8c732539e6aa2f14d9f5f
| Maxim Cournoyer | 2024-01-28 | 1 | -19/+18 |
* | gnu: moonlight-qt: Update to 5.0.1.•••* gnu/packages/games.scm (moonlight-qt): Update to 5.0.1.
[arguments]<#:phases>: Update moonlight-qt.pro file substitute to not include
bundled h264bitstream library.
Change-Id: I9c68f7c6de39a0d78c6ef5b48d2272cdf3f771b5
| Oleg Pykhalov | 2024-01-22 | 1 | -25/+20 |
* | gnu: moonlight-common: Update to 5.0.1-1.5de4a5b.•••* gnu/packages/games.scm (moonlight-common): Update to 5.0.1-1.5de4a5b.
Change-Id: I6b539162c0d57830d41059611746a7d376322345
| Oleg Pykhalov | 2024-01-22 | 1 | -4/+4 |
* | gnu: Add moonlight-qt.•••* gnu/packages/games.scm (moonlight-qt): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Petr Hodina | 2024-01-21 | 1 | -0/+61 |
* | gnu: Add moonlight-common.•••* gnu/packages/games.scm (moonlight-common): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
Change-Id: Ibf379d85fac0bdc000fdf56a3c850bb8a1067330
| Petr Hodina | 2024-01-21 | 1 | -0/+44 |
* | gnu: vcmi: Update to 1.4.2.•••* gnu/packages/games.scm (vcmi): Update to 1.4.2.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Vagrant Cascadian | 2024-01-21 | 1 | -2/+2 |
* | gnu: unknown-horizons: Fix build and runtime errors.•••Apply two upstream commits that allow building with Python 3.9 or newer and
running with Python 3.10.
* gnu/packages/patches/unknown-horizons-python-3.9.patch: New file.
* gnu/packages/patches/unknown-horizons-python-3.10.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/games.scm (unknown-horizons)[source]: Apply them.
Change-Id: Icbc8b698b913be01465b09ab26afb29e5fd62a87
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Fixes: Unknown Horizons fails to start <https://bugs.gnu.org/54815>
| Simon South | 2024-01-14 | 1 | -1/+3 |
* | gnu: fifengine: Fix runtime error when using Python 3.9 or newer.•••* gnu/packages/patches/fifengine-python-3.9-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/games.scm (fifengine)[source]: Apply it.
Change-Id: I61001d6b87db00c71f1e2e6ca3bac8581e941451
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Simon South | 2024-01-14 | 1 | -1/+2 |
* | gnu: wesnoth: Update to 1.16.11.•••* gnu/packages/games.scm (wesnoth): Update to 1.16.11.
[source]: Use 'git-file-name'.
Change-Id: Id5a34e00a46400b7a32fe16bec845af882686dac
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| 宋文武 | 2024-01-12 | 1 | -4/+4 |
* | gnu: taisei: Update to 1.4.•••* gnu/packages/games.scm (taisei): Update to 1.4.
[inputs]: Add zstd:lib.
[native-inputs]: Add python-zstd.
Change-Id: Ic83c4b9f77affe7782b62812be86f3c376c7ef28
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| gemmaro | 2024-01-07 | 1 | -5/+11 |
* | gnu: taisei: Use new package style.•••* gnu/packages/games.scm (taisei)[arguments]: Convert to list of G-Expressions.
[license]: Reformat with guix style.
Change-Id: I717a7e408f5ae274c5aafa0f3e20bb7bca377b3a
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| gemmaro | 2024-01-07 | 1 | -15/+16 |
* | gnu: Add redeal.•••* gnu/packages/games.scm (redeal): New variable.
Change-Id: I89c000c7afdd594af3555bf23b0f028f99219ec3
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Nicolas Goaziou | 2024-01-07 | 1 | -0/+50 |
* | gnu: Add morris.•••* gnu/packages/games.scm (morris): New variable.
Change-Id: I35158d1f5cfd5f7267dcb8295d8102e2dd3f575c
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Wilko Meyer | 2024-01-07 | 1 | -0/+25 |
* | gnu: Add qcheckers.•••* gnu/packages/games.scm (qcheckers): New variable.
Change-Id: I399ac6aa0c268a8fcf68aabe716fe2d2d5e42605
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Wilko Meyer | 2024-01-06 | 1 | -0/+31 |
* | gnu: irrlicht-for-minetest: Update to 1.9.0mt13.•••Message-ID: <33df226b8a59a668741a971401024bea785d203d.1703461178.git.adam.faiz@disroot.org>
In-Reply-To: <cover.1703461178.git.adam.faiz@disroot.org>
References: <cover.1703461178.git.adam.faiz@disroot.org>
From: AwesomeAdam54321 <adam.faiz@disroot.org>
Date: Mon, 25 Dec 2023 07:16:25 +0800
Subject: [PATCH 1/2] gnu: irrlicht-for-minetest: Update to 1.9.0mt13.
* gnu/packages/games.scm (irrlicht-for-minetest): Update to 1.9.0mt13.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Adam Faiz | 2024-01-05 | 1 | -2/+2 |
* | gnu: Add devours.•••* gnu/packages/games.scm (devours): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Adam Faiz | 2023-12-31 | 1 | -0/+74 |
* | gnu: cockatrice: Update to 2.9.0.•••* gnu/packages/games.scm (cockatrice): Update to 2.9.0.
Change-Id: Ia963a45ff49af40295329fd99db0dd039e314b77
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Liliana Marie Prikler | 2023-10-30 | 1 | -3/+3 |
* | gnu: Add moonfish.•••* gnu/packages/games.scm (moonfish): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Change-Id: Idadb367c60648a1c98601302398dae1373e68919
| zamfofex | 2023-10-27 | 1 | -0/+49 |
* | gnu: tome4: Improve package style.•••* gnu/packages/games.scm (tome4)[inputs]: Remove labels. Sort alphabetically.
[arguments]: Use G-expressions.
[description]: Remove useless sentence.
Change-Id: I144ae26dc03b5c49d5069e8722873437e6fde04d
| Nicolas Goaziou | 2023-10-24 | 1 | -86/+86 |
* | gnu: tome4: Update to 1.7.6.•••* gnu/packages/games.scm (tome4): Update to 1.7.6.
Change-Id: I577fb923f663e0e8744f0fe706789ccc312207b5
| Nicolas Goaziou | 2023-10-24 | 1 | -2/+2 |
* | gnu: crawl: Update to 0.30.1.•••* gnu/packages/games.scm (crawl): Update to 0.30.1.
Change-Id: Ibf2f041eb94354fd4006f6787a0da028af24f861
| Nicolas Goaziou | 2023-10-24 | 1 | -2/+2 |
* | gnu: colobot: Improve package style.•••* gnu/packages/games.scm (colobot)[arguments]: Use G-expressions.
<#:phases>: Remove trailing #T.
[native-inputs, inputs]: Remove labels.
| Nicolas Goaziou | 2023-10-23 | 1 | -48/+55 |
* | gnu: colobot: Update to 0.2.1-alpha.•••* gnu/packages/games.scm (colobot): Update to 0.2.1-alpha.
| Nicolas Goaziou | 2023-10-23 | 1 | -2/+2 |
* | gnu: ultrastar-deluxe: Update to 2023.9.0.•••* gnu/packages/games.scm (ultrastar-deluxe): Update to 2023.9.0.
[source]: Use tagged version again.
Tested-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Jonathan Brielmaier | 2023-10-04 | 1 | -87/+84 |
* | gnu: steam-devices-udev-rules: Update to 1.0.0.61-1.1344348.•••* gnu/packages/games.scm (steam-devices-udev-rules): Update to
1.0.0.61-1.1344348.
| John Kehayias | 2023-10-03 | 1 | -3/+3 |
* | gnu: 7kaa: Update to 2.15.6.•••* gnu/packages/games.scm (7kaa): Update to 2.15.6.
| Tobias Geerinckx-Rice | 2023-09-24 | 1 | -5/+4 |
* | gnu: vcmi: Update to 1.3.2.•••* gnu/packages/games.scm (vcmi): Update to 1.3.2.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Zhu Zihao | 2023-09-27 | 1 | -2/+2 |
* | gnu: alex4: Remove non-free package.•••Its readme.txt goes out of its way to licence only ‘source code’ under
the GPL2+, a reading supposedly confirmed by the author:
https://libregamewiki.org/Talk:Alex_the_Allegator_4
However, we don't need to rely on the authenticity of that claim: the
game data is clearly not licenced, and is required to run the binary.
Without it, the game segfaults.
* gnu/packages/games.scm (alex4): Remove variable.
Fixes <https://issues.guix.gnu.org/65881>.
| Tobias Geerinckx-Rice | 2023-09-24 | 1 | -42/+0 |
* | gnu: gtypist: Install the gtypist-mode Emacs major mode.•••* gnu/packages/games.scm (gtypist) [source]: Delete trailing #t in snippet.
[native-inputs]: Add emacs-minimal.
| Maxim Cournoyer | 2023-09-26 | 1 | -2/+3 |
* | gnu: angband: Update to 4.2.5.•••* gnu/packages/games.scm (angband): Update to 4.2.5.
| Tobias Geerinckx-Rice | 2023-09-10 | 1 | -2/+2 |
* | gnu: cockatrice: add wayland dependency•••* gnu/packages/games.scm (cockatrice): add wayland dependency
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Sergio Pastor Pérez | 2023-09-17 | 1 | -0/+1 |
* | gnu: armagetronad: Update to 0.2.9.1.1.•••* gnu/packages/games.scm (armagetronad): Update to 0.2.9.1.1.
[inputs]: Add sdl-mixer to fix game audio.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Hendursaga | 2023-09-14 | 1 | -12/+10 |
* | gnu: tennix: Update to 1.3.4.•••* gnu/packages/games.scm (tennix): Update to 1.3.4.
[arguments]<#:phases>: Update style and remove fix-include phase.
[inputs]: Remove labels, update to SDL2, add SDL2_gfx dependency.
[license]: Remove LGPL license, as SDL_rotozoom is no longer included.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Hendursaga | 2023-09-13 | 1 | -52/+44 |
* | gnu: vcmi: Update to 1.3.1.•••* gnu/packages/games.scm (vcmi): Update to 1.3.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Yovan Naumovski | 2023-09-09 | 1 | -2/+2 |
* | gnu: Add openquest.•••* gnu/packages/games.scm (openquest): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| AwesomeAdam54321 | 2023-09-02 | 1 | -0/+86 |
* | gnu: utfcpp: Update to 3.2.4.•••* gnu/packages/textutils.scm (utfcpp): Update to 3.2.4.
[snippet]: Unbundle ftest.
[arguments]: Remove field.
[native-inputs]: Add ftest.
* gnu/packages/games.scm (warzone2100)[#:phases]: Adjust 'fix-utfcpp-include.
* gnu/packages/video.scm (mkvtoolnix)[#:phases]: Add 'fix-utfcpp-include.
Co-authored-by: Hilton Chain <hako@ultrarare.space>
Signed-off-by: Hilton Chain <hako@ultrarare.space>
| Reza Housseini | 2023-09-01 | 1 | -1/+1 |
* | gnu: freedroidrpg: Update to 1.0.•••* gnu/packages/games.scm (freedroidrpg): Update to 1.0.
| 宋文武 | 2023-08-26 | 1 | -2/+2 |
* | gnu: gnubg: Update to 1.07.001.•••* gnu/packages/games.scm (gnubg): Update to 1.07.001.
| 宋文武 | 2023-08-26 | 1 | -3/+3 |
* | gnu: knights: Fix build.•••* gnu/packages/games.scm (knights)[source]: Add snippet.
| 宋文武 | 2023-08-23 | 1 | -1/+7 |
* | gnu: prboom-plus: Fix build.•••* gnu/packages/games.scm (prboom-plus)[arguments]<#:configure-flags>:
Add "CFLAGS=-fcommon".
| 宋文武 | 2023-08-23 | 1 | -1/+1 |
* | gnu: tetrinet: Fix build.•••* gnu/packages/games.scm (tetrinet)[arguments]: Add '-fcommon' to CFLAGS.
| 宋文武 | 2023-08-23 | 1 | -1/+2 |
* | gnu: alex4: Fix build.•••* gnu/packages/games.scm (alex4)[arguments]: Add '-fcommon' to CFLAGS.
| 宋文武 | 2023-08-23 | 1 | -1/+1 |
* | gnu: naev: Fix build.•••* gnu/packages/games.scm (naev)[inputs]: Don't use sdl-union.
Remove sdl2-mixer.
| 宋文武 | 2023-08-23 | 1 | -1/+2 |
* | gnu: cdogs-sdl: Update to 1.5.0.•••* gnu/packages/games.scm (cdogs-sdl): Update to 1.5.0.
| Ricardo Wurmus | 2023-08-21 | 1 | -2/+2 |
* | gnu: cdogs-sdl: Patch assets directory.•••* gnu/packages/games.scm (cdogs-sdl)[arguments]: Add phase
'patch-install-directory to ensure data files are installed there.
| Ricardo Wurmus | 2023-08-21 | 1 | -1/+9 |
* | gnu: cdogs-sdl: Use G-expression.•••* gnu/packages/games.scm (cdogs-sdl)[arguments]: Use G-expression and refer
to #$output.
| Ricardo Wurmus | 2023-08-21 | 1 | -4/+4 |