GNU bug report logs -
#68199
[PATCH 0/3] gnu: taisei: Update to 1.4.
Previous Next
Reported by: gemmaro <gemmaro.dev <at> gmail.com>
Date: Tue, 2 Jan 2024 01:06:01 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 68199 <at> debbugs.gnu.org (full text, mbox):
Am Dienstag, dem 02.01.2024 um 10:07 +0900 schrieb gemmaro:
> * gnu/packages/games.scm (taisei): Reformat with guix style.
>
> Change-Id: If542566f43e581968f73537e90101a18d3b1bca1
> ---
> gnu/packages/games.scm | 56 ++++++++++++++++++++--------------------
> --
> 1 file changed, 27 insertions(+), 29 deletions(-)
>
> diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
> index c7813790a1..c26b9ef2c9 100644
> --- a/gnu/packages/games.scm
> +++ b/gnu/packages/games.scm
> @@ -78,7 +78,7 @@
> ;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
> ;;; Copyright © 2023 Florian Pelz <pelzflorian <at> pelzflorian.de>
> ;;; Copyright © 2023 Ivana Drazovic <iv.dra <at> hotmail.com>
> -;;; Copyright © 2023 gemmaro <gemmaro.dev <at> gmail.com>
> +;;; Copyright © 2023, 2024 gemmaro <gemmaro.dev <at> gmail.com>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -3390,46 +3390,44 @@ (define-public taisei
> (origin
> (method url-fetch)
> (uri (string-append "https://github.com/taisei-project/"
> - "taisei/releases/download/v" version
> - "/taisei-v" version ".tar.xz"))
> + "taisei/releases/download/v"
> + version
> + "/taisei-v"
> + version
> + ".tar.xz"))
> (sha256
> (base32
> "1g53fcyrlzmvlsb40pw90gaglysv6n1w42hk263iv61ibhdmzh6v"))))
> (build-system meson-build-system)
> (arguments
> - `(#:build-type "release" ;comment out for bug-reporting
> (and cheats)
> - #:configure-flags
> - (list "-Dr_default=gles30"
> - "-Dr_gles20=true"
> - "-Dr_gles30=true"
> - "-Dshader_transpiler=true")))
> - (native-inputs
> - (list pkg-config python python-docutils python-pygments))
> - (inputs
> - (list cglm
> - freetype
> - libpng
> - libwebp
> - libzip
> - mesa
> - openssl
> - opusfile
> - sdl2
> - sdl2-mixer
> - shaderc
> - spirv-cross
> - zlib))
> + `(#:build-type "release" ;comment out for bug-reporting (and
> cheats)
> + #:configure-flags (list "-Dr_default=gles30" "-
> Dr_gles20=true"
> + "-Dr_gles30=true" "-
> Dshader_transpiler=true")))
> + (native-inputs (list pkg-config python python-docutils python-
> pygments))
> + (inputs (list cglm
> + freetype
> + libpng
> + libwebp
> + libzip
> + mesa
> + openssl
> + opusfile
> + sdl2
> + sdl2-mixer
> + shaderc
> + spirv-cross
> + zlib))
> (home-page "https://taisei-project.org/")
> (synopsis "Shoot'em up fangame and libre clone of Touhou
> Project")
> (description
> "The player controls a character (one of three: Good, Bad, and
> Dead),
> dodges the missiles (lots of it cover the screen, but the
> character's hitbox
> is very small), and shoot at the adversaries that keep appear on the
> screen.")
> - (license (list ;;game
> + (license (list ;game
This comment looks out of place.
> license:expat
> - ;;resources/00-taisei.pkgdir/bgm/
> - ;;atlas/portraits/
> + ;; resources/00-taisei.pkgdir/bgm/
> + ;; atlas/portraits/
> license:cc-by4.0
> - ;;miscellaneous
> + ;; miscellaneous
> license:cc0
> license:public-domain))))
>
Other than that LGTM.
This bug report was last modified 1 year and 137 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.