aboutsummaryrefslogtreecommitdiff
path: root/etc/completion/fish
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2024-10-31 10:31:47 +0530
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-10-31 14:26:17 +0800
commit80d8996192520e9af7418ea9248a5fcecad6ac30 (patch)
treecfc5f3c6653612636f118b16794aee2f8cfa3f76 /etc/completion/fish
parent9fb7333fc9482ff5435bc48f041b398b28d60d21 (diff)
downloadguix-80d8996192520e9af7418ea9248a5fcecad6ac30.tar.gz
guix-80d8996192520e9af7418ea9248a5fcecad6ac30.zip
gnu: stargate: Switch to Qt6.
* gnu/packages/music.scm (stargate)[inputs]: Replace python-pyqt with python-pyqt-6. Change-Id: Ibea59107a24d396415bbb2e5126c3326f39505ad
Diffstat (limited to 'etc/completion/fish')
0 files changed, 0 insertions, 0 deletions
opment.scm?id=2dbe920dcb3ce2ffb3061e60936aaeb5f141c310'>gnu: Add scummc....* gnu/packages/game-development.scm (scummc): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> AwesomeAdam54321 2023-08-05gnu: godot: Use system brotli....* gnu/packages/game-development.scm (godot)[source]: Do not preserve brotli. [arguments]<#:scons-flags>: Add “builtin_brotli=no”. [inputs]: Add brotli. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> TakeV 2023-07-30gnu: renpy: Fix image reference paths....The current approach to fixing paths is flawed in that it affects too many of them. See <https://issues.guix.gnu.org/issue/64925#4> for a detailed report of the current defect. gnu/packages/game-development.scm: (renpy)[drop-game-from-paths]: Only drop game from paths that also have “gui7”. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Jesse Gibbons 2023-07-16gnu: godot: Update to 4.1.1....* gnu/packages/game-development.scm (godot): Update to 4.1.1. Tobias Geerinckx-Rice 2023-07-16gnu: mygui: Update to 3.4.2....* gnu/packages/game-development.scm (mygui): Update to 3.4.2. (mygui-gl)[inputs]: Add libglvnd, and a union of sdl2 and sdl2-image. Tobias Geerinckx-Rice 2023-07-16gnu: ode: Update to 0.16.4....* gnu/packages/game-development.scm (ode): Update to 0.16.4. Tobias Geerinckx-Rice 2023-07-09gnu: Remove top-level (guix build utils) import....* gnu/packages/game-development.scm: Don't import (guix build utils) here. Tobias Geerinckx-Rice 2023-07-14gnu: godot: Update to 4.1. Rename godot@3 to godot-lts....* gnu/packages/game-development.scm (godot): Update to 4.1. [source]: Update snippet: remove embree and enet; add amd-fsr, astcenc, basis_universal, brotli, linuxbsd_headers, etcpak, meshoptimizer, msdfgen, noise, openxr, rvo2, spirv-reflect, thorvg, volk, vulkan. [arguments]: Remove #:scons. Update #:scons-flags to unbundle more libraries. [phases]: Remove 'build-headless phase (headless is no longer has a separate build). Add 'fix-dl-open-paths and 'unbundle-xkbcommon phases. In 'install phase, remove headless output. Update 'wrap phase to remove eudev. [outputs]: Remove headless. [inputs]: Add dbus, embree, enet, fontconfig, glslang, libpng, harfbuzz, icu4c, libxkbcommon, openxr, speech-dispatcher, vulkan-loader, zlib. Remove bullet. Rename freetype to freetype-with-brotli. (godot-lts): New variable. godot@3 is the LTS release. * gnu/packages/games.scm (superstarfighter)[native-inputs]: Use it. [inputs]: Use it. John Kehayias 2023-07-11gnu: guile-chickadee: Change license to Apache 2.0....* gnu/packages/game-development.scm (guile-chickadee)[license]: Change to Apache 2.0 (asl2.0). Signed-off-by: Ludovic Courtès <ludo@gnu.org> Morgan Smith 2023-07-09gnu: ode: Skip tests when cross-compiling....* gnu/packages/game-development.scm (ode)[arguments]: Adjust #:tests? to skip tests when cross-compiling. Efraim Flashner 2023-06-20gnu: recastnavigation: Update to 1.6.0....* gnu/packages/game-development.scm (recastnavigation): Update to 1.6.0. Signed-off-by: Christopher Baines <mail@cbaines.net> Kaelyn Takata 2023-05-28gnu: python-renpy: Use G-Expressions....* gnu/packages/game-development.scm (python-renpy)[arguments]: Convert to list of G-Expressions. Liliana Marie Prikler 2023-05-28gnu: python-renpy: Update to 8.1.0....* gnu/packages/game-development.scm (python-renpy): Update to 8.1.0. [source]: No longer unbundle fribidi. Drop sync service and report as official version. [arguments]<#:phases>: Drop ‘fix-include-paths’. [propagated-inputs]: Add python-ecdsa. Liliana Marie Prikler 2023-05-28gnu: python-pygame-sdl2: Use G-Expressions....* gnu/packages/game-development.scm (python-pygame-sdl2)[arguments]: Convert to list of G-Expressions. Liliana Marie Prikler 2023-05-28gnu: python-pygame-sdl2: Update to 2.1.0-for-renpy-8.1.0....* gnu/packages/game-development.scm (python-pygame-sdl2): Update to 2.1.0-for-renpy-8.1.0. Liliana Marie Prikler 2023-05-24gnu: guile-chickadee: Update to 0.10.0....* gnu/packages/game-development.scm (guile-chickadee): Update to 0.10.0. David Thompson 2023-05-19gnu: openmw: Fix build on glibc 2.34 and newer....* gnu/packages/patches/openmw-assume-nonconst-SIGSTKSZ.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/game-development.scm (openmw)[source]<patches>: Use it here. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Kaelyn Takata 2023-05-19gnu: recastnavigation: Update to commit 6d1f971....* gnu/packages/game-development.scm (recastnavigation): Update to commit 6d1f971. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Kaelyn Takata 2023-05-14gnu: Add bbcsdl....* gnu/packages/game-development.scm (bbcsdl): New variable. 宋文武 2023-05-13gnu: raylib: Fix audio and use system glfw....* gnu/packages/game-development.scm (raylib)[inputs]: Use glfw and pluseaudio. [arguments]: Set flags for glfw and pulseaudio. 宋文武 2023-05-13gnu: raylib: Update to 4.5.0....* gnu/packages/game-development.scm (raylib): Update to 4.5.0. 宋文武