e='robots' content='noindex, nofollow'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
AgeCommit message (Expand)Author
2021-06-02gnu: pioneer: Build with model files....Fixes <https://bugs.gnu.org/48686>. * gnu/packages/games.scm (pioneer)[arguments]: Add make-flags for building with model files. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Diego Nicola Barbato
2021-05-31gnu: tome4: Update to 1.7.3....* gnu/packages/games.scm (tome4): Update to 1.7.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Solene Rapenne via Guix-patches via
2021-05-26gnu: warzone2100: Update to 4.0.1....* gnu/packages/games.scm (warzone2100): Update to 4.0.1. [arguments]: Disable vulkan backend with "-DWZ_ENABLE_BACKEND_VULKAN=off" configure flag. [inputs]: Add sqlite. Kei Kebreau
2021-05-25gnu: openttd-engine: Update to 1.11.2....* gnu/packages/games.scm (openttd-engine): Update to 1.11.2. [build-system]: Switch to CMake. [arguments]: Enable tests. (openttd)[arguments]<#:configure-flags>: Use CMake flags. <#:phases>: Remove `configure'. Copy assets file before check step to enable tests. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Solene Rapenne via Guix-patches via
2021-05-23gnu: ltris: Update to 1.2.3....* gnu/packages/games.scm (ltris): Update to 1.2.3. [arguments]: Remove unnecessary #:configure-flags. Tobias Geerinckx-Rice
2021-05-21gnu: pinball: Update to 3.1.20201218....* gnu/packages/games.scm (pinball): Update to 3.1.20201218. [source]: Tarballs no longer published on sourceforge, so use git-fetch. [native-inputs]: New field for bootstrapping inputs. [inputs]: Add libltdl. [arguments]: Add custom 'bootstrap' phase. * gnu/packages/patches/pinball-system-ltdl.patch: Adjust to latest source. * gnu/packages/patches/pinball-const-fix.patch, gnu/packages/patches/pinball-cstddef.patch, gnu/packages/patches/pinball-missing-separators.patch, gnu/packages/patches/pinball-src-deps.patch: Delete upstreamed patches. * gnu/local.mk (dist_patch_DATA): Remove them. Eric Bavier
2021-05-19gnu: Add schiffbruch....* gnu/packages/games.scm (schiffbruch): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Felix Gruber
2021-05-10gnu: chess: Update to 6.2.8....* gnu/packages/games.scm (chess): Update to 6.2.8. Efraim Flashner
2021-05-09gnu: retux: Update to 1.5....* gnu/packages/games.scm (retux): Update to 1.5. [source]: Download zip archive since a stable tar archive is unavailable. [native-inputs]: Add unzip. Kei Kebreau
2021-05-06gnu: tintin++: Update to 2.02.11....* gnu/packages/games.scm (tintin++): Update to 2.02.11. Tobias Geerinckx-Rice
2021-05-06gnu: taisei: Update to 1.3.2....* gnu/packages/games.scm (taisei): Update to 1.3.2. [inputs]: Add cglm. Tobias Geerinckx-Rice
2021-05-05gnu: xboard: Set default engine to gnuchess....Fixes <https://issues.guix.gnu.org/45236>. * gnu/packages/games.scm (xboard): Set default engine to gnuchess. [arguments]: Add phase 'patch-default-engine. [inputs]: Add chess. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder