From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41967) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j87Yp-0007eG-ET for guix-patches@gnu.org; Sat, 29 Feb 2020 14:14:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j87Yo-0001Qo-Dv for guix-patches@gnu.org; Sat, 29 Feb 2020 14:14:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:57654) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j87Yo-0001Qk-Al for guix-patches@gnu.org; Sat, 29 Feb 2020 14:14:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j87Yo-0004qu-6z for guix-patches@gnu.org; Sat, 29 Feb 2020 14:14:02 -0500 Subject: [bug#39825] [PATCH] gnu: Add warsow-qfusion. Resent-Message-ID: From: Nicolas Goaziou References: <20200228160451.22644-1-mail@ambrevar.xyz> Date: Sat, 29 Feb 2020 20:13:09 +0100 In-Reply-To: <20200228160451.22644-1-mail@ambrevar.xyz> (Pierre Neidhardt's message of "Fri, 28 Feb 2020 17:04:51 +0100") Message-ID: <871rqd437e.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pierre Neidhardt Cc: 39825@debbugs.gnu.org Hello, Pierre Neidhardt 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