[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39825] [PATCH] gnu: Add warsow-qfusion.
From: |
Nicolas Goaziou |
Subject: |
[bug#39825] [PATCH] gnu: Add warsow-qfusion. |
Date: |
Sat, 29 Feb 2020 20:13:09 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hello,
Pierre Neidhardt <address@hidden> writes:
> +(define-public warsow-qfusion
Thank you!
> + (let ((commit "5ec6887887850fa9e6f0a4418ab2b776f54fb395"))
> + (package
> + (name "warsow-qfusion")
> + (version (git-version "2.1.0" "1" commit))
You may add a comment explaining why we don't provide (outdated) stable
version.
> + (inputs
> + `(("sdl2" ,sdl2)
> + ("libjpeg" ,libjpeg)
> + ("libpng" ,libpng)
> + ("libvorbis" ,libvorbis)
> + ("libogg" ,libogg)
> + ("libtheora" ,libtheora)
> + ("freetype" ,freetype)
> + ("mesa" ,mesa)
> + ("openal" ,openal)
> + ("zlib" ,zlib)
> + ("curl" ,curl)
> + ("qtbase" ,qtbase)
> + ("qtdeclarative" ,qtdeclarative)
> + ("uuid.h" ,util-linux)))
Could you re-order the inputs?
> + (home-page "https://github.com/Warsow/qfusion")
> + (synopsis "Warsow's fork of qfusion, the id Tech 2 derived game
> engine")
> + (description
> + "This package contains Warsow's fork of qfusion, the id Tech 2 derived
> +game engine. id Tech 2 is the engine originally behind Quake 2.")
Even though it is spelled "id" in the repository, I think this is really
"ID".
> + (license license:gpl2))))
AFAICT, this is gpl2+.
Otherwise, FWIW, LGTM!
Regards,
--
Nicolas Goaziou