From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 07 17:00:00 2017 Received: (at submit) by debbugs.gnu.org; 7 Dec 2017 22:00:00 +0000 Received: from localhost ([127.0.0.1]:51038 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eN4D1-0007Rt-Q7 for submit@debbugs.gnu.org; Thu, 07 Dec 2017 17:00:00 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37684) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eN4Cz-0007Rf-6H for submit@debbugs.gnu.org; Thu, 07 Dec 2017 16:59:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eN4Cs-0008CK-RR for submit@debbugs.gnu.org; Thu, 07 Dec 2017 16:59:52 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:52241) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eN4Cs-0008CD-NC for submit@debbugs.gnu.org; Thu, 07 Dec 2017 16:59:50 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eN4Cr-0002Aa-AH for guix-patches@gnu.org; Thu, 07 Dec 2017 16:59:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eN4Cq-0008AC-3H for guix-patches@gnu.org; Thu, 07 Dec 2017 16:59:49 -0500 Received: from cock.li ([2a06:1700:0:b::c0cc]:57804) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eN4Cp-00088i-M7 for guix-patches@gnu.org; Thu, 07 Dec 2017 16:59:47 -0500 To: guix-patches@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1512683984; bh=RvqAnVu3kZPOBjNy3fwSTS/CBQIUocH+hxbNVcJBAiw=; h=To:From:Subject:Date:From; b=tUKIbDGsXRecIz2PxCupe5E/KXb653nDQFrv9s54Djh2ePvoKeUPQSf9qmdsWOWCL AiJ4FLcUHZGjyA8VRWRq6w+04VksIwRjXn3ZFgvt9frz2xJsJqASoudvnte4t1ug5P ST1U/oyZrQtgKpfatL4xScg+wpI0rIoure2pPAwenOT3Q3s+UzWBvAh2YhdTDqO4Bo suGPDpYfZ844mviRyek8Z+RArCmDZO1+tlNOewZAiNYjgnda/eGoJ0aMXznH/58EVm 9qQOVJSUAjExho0fB4JXsS55LUc6PnwvV4GGCL30DIh0xwOArZJcN7HczKF5z1TIuV BEuH7qjX0DdXw== From: nee Subject: [PATCH] gnu: games: Add quakespasm. Message-ID: <9684edc1-5c32-4fab-fbfa-a77160eab0fb@cock.li> Date: Thu, 7 Dec 2017 22:59:55 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------62A88F1072591528B0B6FE41" Content-Language: en-GB X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) This is a multi-part message in MIME format. --------------62A88F1072591528B0B6FE41 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello, here is another fun game. Quake1 game data (with lower-case file names) is required for playing. If there is a free full-conversion project let me know. As far as I know Freedoom for Doom1+2 is the only free id-game content-pack with a release. There are Zauberer for Hexen, and Blasphemer for Heretic currently in development, but nothing for quake 1 and 2, yet. Happy fragging! --------------62A88F1072591528B0B6FE41 Content-Type: text/x-patch; name="0001-gnu-games-Add-quakespasm.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="0001-gnu-games-Add-quakespasm.patch" =46rom 9811308019afd73066a130f05d4f8262ff582310 Mon Sep 17 00:00:00 2001 From: nee Date: Thu, 7 Dec 2017 22:25:26 +0100 Subject: [PATCH] gnu: games: Add quakespasm. * gnu/packages/games.scm (quakespasm): New variable. --- gnu/packages/games.scm | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a699fadc2..6f217c16c 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5095,3 +5095,46 @@ abilities and powers. With a modern graphical and= customisable interface, intuitive mouse control, streamlined mechanics and deep, challenging com= bat, Tales of Maj=E2=80=99Eyal offers engaging roguelike gameplay for the 21s= t century.") (license license:gpl3+))) + +(define-public quakespasm + (package + (name "quakespasm") + (version "0.93.0") + (source (origin + (method url-fetch) + (uri (string-append "mirror://sourceforge/quakespasm/Sourc= e/quakespasm-" + version ".tgz")) + (sha256 + (base32 + "0b2nz7w4za32pc34r62ql270z692qcjs2pm0i3svkxkvfammhdfq"))= )) + (arguments + `(#:tests? #f + #:make-flags '("CC=3Dgcc" + "MP3LIB=3Dmpg123" + "USE_CODEC_FLAC=3D1" + "USE_CODEC_MIKMOD=3D1" + "USE_SDL2=3D1" + "-CQuake") + #:phases (modify-phases %standard-phases + (delete 'configure) + (add-after 'unpack 'fix-makefile-paths + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + (mkdir-p (string-append out "/bin")) + (substitute* "Quake/Makefile" + (("/usr/local/games") + (string-append out "/bin"))))))))) + (build-system gnu-build-system) + (inputs `(("libmikmod" ,libmikmod) + ("libvorbis" ,libvorbis) + ("flac" ,flac) + ("mesa" ,mesa) + ("mpg123" ,mpg123) + ("sdl2" ,sdl2))) + (synopsis "First person shooter engine for Quake 1") + (description "Quakespasm is a modern engine for id software's Quake = 1. +It includes support for 64 bit CPUs and custom music playback, +a new sound driver, some graphical niceities, +and numerous bug-fixes and other improvements.") + (home-page "http://quakespasm.sourceforge.net/") + (license license:gpl2))) --=20 2.14.1 --------------62A88F1072591528B0B6FE41-- From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 18 11:52:43 2017 Received: (at 29610) by debbugs.gnu.org; 18 Dec 2017 16:52:43 +0000 Received: from localhost ([127.0.0.1]:40781 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQyeh-00048m-Cc for submit@debbugs.gnu.org; Mon, 18 Dec 2017 11:52:43 -0500 Received: from mout01.posteo.de ([185.67.36.65]:41336) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQyee-00048X-GO for 29610@debbugs.gnu.org; Mon, 18 Dec 2017 11:52:41 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 1F61B21049 for <29610@debbugs.gnu.org>; Mon, 18 Dec 2017 17:52:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1513615950; bh=PCYmSeOihl8Q7E20OkA5drzC73xmHc99+zBJ0PGIm50=; h=From:To:Cc:Subject:Date:From; b=lvW8PGNYtv3lrrmEHpTHCRFvpOdIRILjKtMZLAalcX+xy2P9859LVnxjcGFZVBUkJ +PVlnqqgB1O/xLwMn8iZQ+tUgBNRswyihGQJFMLPgEAXhHyX7mrbE7NoSmqEsCOQqx u6z0igd01SNUcqnxBoyEHsmxDGYCWvo5xqCDP4s/sThjDvckNIE9+r7wmGwUhcZa4k 2yR5XcMbH3Y63g3Ry6oXBlKI2gn+QKwxfVnyOUgkHxAWt6wQoAN9yg16Pc5qEL5K/u xiEitn0tlCSTfKJltAAdI0lpccDekAXzoWneYXqoi1e97NfpWHzvb2SI0HNGc3qJtX FMiybn6doPSvg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3z0nBw6XCNz9rxK; Mon, 18 Dec 2017 17:52:24 +0100 (CET) From: Kei Kebreau To: nee Subject: Re: [bug#29610] [PATCH] gnu: games: Add quakespasm. In-Reply-To: <9684edc1-5c32-4fab-fbfa-a77160eab0fb@cock.li> (nee@cock.li's message of "Thu, 7 Dec 2017 22:59:55 +0100") References: <9684edc1-5c32-4fab-fbfa-a77160eab0fb@cock.li> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Date: Mon, 18 Dec 2017 11:52:16 -0500 Message-ID: <87o9mwyo5b.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 29610 Cc: 29610@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable nee writes: > Hello, here is another fun game. > Quake1 game data (with lower-case file names) is required for playing. > > If there is a free full-conversion project let me know. As far as I know > Freedoom for Doom1+2 is the only free id-game content-pack with a > release. There are Zauberer for Hexen, and Blasphemer for Heretic > currently in development, but nothing for quake 1 and 2, yet. > > Happy fragging! A few things: * Please end the "fix-makefile-paths" phase with a #t. * It turns out that the license is actually gpl2+. * The description's indentation seems a bit early and weird. That is, we can have up to 80 characters per line in our description, and some of the description can be adjusted accordingly. =20=20 Other than that, this LGTM! Could you submit a new patch with the necessary changes. Thanks for this! Kei --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlo38kAACgkQ5qXuPBlG eg1YfBAAgs+gpVbW2mUvvNo7G1nvW9sRBIJf21Zte30qmw1bT5wyM6MfgFKF6whp QXXAgypPiNd+H3HA2z3u/EjpF1gxkTj0g7HIWUmWlJjyeSp5dTtEYGInCiQGv9J1 dTvSKfQX9pGbxkfAZxCK/CrDEe+jbytUiWzEWaANWS9F3pVwhBLbDZ2fMA/ggfGx hDelADBaVH3uDEy5q+GYS2UUwBzllcCs0O3RsrtoEPbeG1eFV2RDYJ+E79GZYsJC /xR3eSSUt5OeCf8mx4IXofrPNi7RFng/WihbJQl2L3sw/wG8aRj14AaCSmUSa/Sv VcD8OsqXmWXsm1DF2bdNY97sIzPy+EzmfqCRimIMhXN235z3jU2s8p1Ve/dUqAHP C1w7gBqk5xaSZXodinAqiFaGTGvGSF9L9AzCgWShN7V1Li1UoLbYw/FIxmO0Xf9i C2YfMBKR3kEikC7vd5Afa/+MuUA9fhBQI/S78sk8/zIhI+i5N8rIB7trHTtdlMPS 1RcDzrIUNRayDSA5bxS2sytDB+hhCFVSyk5B6SlgrtDTun4S6s/3F6zsACJ3JaA9 VEcofeWQrF4wPPr/YAmnrD9nQJ6lfZ1jpdM12PtNYtWq2l2W0bnFcIGZlhgwfSGf 0H5Zfn7XE8m3n0Mu6V8HNYAoh4lXQr6/4SrHTpnmwZWxZUpW5B0= =2uZx -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 18 20:27:56 2017 Received: (at 29610) by debbugs.gnu.org; 19 Dec 2017 01:27:56 +0000 Received: from localhost ([127.0.0.1]:40962 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eR6hI-0002se-Jr for submit@debbugs.gnu.org; Mon, 18 Dec 2017 20:27:56 -0500 Received: from cock.li ([185.100.85.212]:49056) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eR6hG-0002sM-Us for 29610@debbugs.gnu.org; Mon, 18 Dec 2017 20:27:55 -0500 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on cock.li X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 shortcircuit=_SCTYPE_ autolearn=disabled version=3.4.1 Subject: Re: [bug#29610] [PATCH] gnu: games: Add quakespasm. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1513646868; bh=/Akyqr3ZoUiR3QGXef4PyE3PXM2uMn31p0eAyaFp6/E=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=Gz0tCP8HylvCeYfTbvHF/Io8h9fhKuhjfoa9pRkZY4XWXSv8XqKj5SAu3xW4mug6l j3Keo++l1oC8HPSDjyHMdiUnZ/QilAwuQClD69vQsQmiwnQHe0MX+9LtJzqm0jHXJg aF4NYYHHq09wVp7Bk66qlNZSJ9tlqEZpiABownXuhH5BEsTQYiS9l5LEP5IlYcjsVo pPABzKabZAAHki/sFqu7l0t7pen62X8ZbXKaaWFmH+HSvy66eP9eDKKqBIBvgEZU26 9TS+TyrInUVkHUfLut7cAAklteRgHvRUwFUe3VBvM9IQmSLxwLw6WQQ5n6EEkhyuRY KQaPdlo0bT2pQ== To: Kei Kebreau References: <9684edc1-5c32-4fab-fbfa-a77160eab0fb@cock.li> <87o9mwyo5b.fsf@posteo.net> From: nee Message-ID: <3f4e7ae4-0ab6-7d89-71c4-9d3dd54d2e00@cock.li> Date: Tue, 19 Dec 2017 02:27:49 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <87o9mwyo5b.fsf@posteo.net> Content-Type: multipart/mixed; boundary="------------5A699D878E8179995BD74083" Content-Language: en-GB X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 29610 Cc: 29610@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) This is a multi-part message in MIME format. --------------5A699D878E8179995BD74083 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Am 18.12.2017 um 17:52 schrieb Kei Kebreau: > A few things: > * Please end the "fix-makefile-paths" phase with a #t. > * It turns out that the license is actually gpl2+. > * The description's indentation seems a bit early and weird. That is, we > can have up to 80 characters per line in our description, and some of > the description can be adjusted accordingly. > GJ spotting all of this. Here is the updated patch. --------------5A699D878E8179995BD74083 Content-Type: text/x-patch; name="0001-gnu-games-Add-quakespasm.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="0001-gnu-games-Add-quakespasm.patch" =46rom 74458490cdcfbb977e945b9151ab0b7fb7dcabcd Mon Sep 17 00:00:00 2001 From: nee Date: Thu, 7 Dec 2017 22:25:26 +0100 Subject: [PATCH] gnu: games: Add quakespasm. * gnu/packages/games.scm (quakespasm): New variable. --- gnu/packages/games.scm | 44 ++++++++++++++++++++++++++++++++++++++++++++= 1 file changed, 44 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a699fadc2..d1375f330 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5095,3 +5095,47 @@ abilities and powers. With a modern graphical and= customisable interface, intuitive mouse control, streamlined mechanics and deep, challenging com= bat, Tales of Maj=E2=80=99Eyal offers engaging roguelike gameplay for the 21s= t century.") (license license:gpl3+))) + +(define-public quakespasm + (package + (name "quakespasm") + (version "0.93.0") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://sourceforge/quakespasm/Source/quake= spasm-" + version ".tgz")) + (sha256 + (base32 + "0b2nz7w4za32pc34r62ql270z692qcjs2pm0i3svkxkvfammhdfq")))) + (arguments + `(#:tests? #f + #:make-flags '("CC=3Dgcc" + "MP3LIB=3Dmpg123" + "USE_CODEC_FLAC=3D1" + "USE_CODEC_MIKMOD=3D1" + "USE_SDL2=3D1" + "-CQuake") + #:phases (modify-phases %standard-phases + (delete 'configure) + (add-after 'unpack 'fix-makefile-paths + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + (mkdir-p (string-append out "/bin")) + (substitute* "Quake/Makefile" + (("/usr/local/games") + (string-append out "/bin"))) + #t)))))) + (build-system gnu-build-system) + (inputs `(("libmikmod" ,libmikmod) + ("libvorbis" ,libvorbis) + ("flac" ,flac) + ("mesa" ,mesa) + ("mpg123" ,mpg123) + ("sdl2" ,sdl2))) + (synopsis "First person shooter engine for Quake 1") + (description "Quakespasm is a modern engine for id software's Quake = 1. +It includes support for 64 bit CPUs, custom music playback, a new sound = driver, +some graphical niceities, and numerous bug-fixes and other improvements.= ") + (home-page "http://quakespasm.sourceforge.net/") + (license license:gpl2+))) --=20 2.14.1 --------------5A699D878E8179995BD74083-- From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 19 10:32:48 2017 Received: (at 29610) by debbugs.gnu.org; 19 Dec 2017 15:32:48 +0000 Received: from localhost ([127.0.0.1]:42455 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eRJsu-0005lj-8G for submit@debbugs.gnu.org; Tue, 19 Dec 2017 10:32:48 -0500 Received: from mout01.posteo.de ([185.67.36.65]:49934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eRJsr-0005lS-MG for 29610@debbugs.gnu.org; Tue, 19 Dec 2017 10:32:47 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 27CD921040 for <29610@debbugs.gnu.org>; Tue, 19 Dec 2017 16:32:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1513697559; bh=G6m7H0RrfWNtIYx9eFCXb29EFPFT/69Ua2I7q4ley38=; h=From:To:Cc:Subject:Date:From; b=kzf+cfaQ/nEY3WXTKKxb18+4YS83oFrGu92+YXVg8+U+T8XostkseIfjKBzV3nd01 idVP+TJu/HWf5vBhbCxmZUu57eTTt6fwfGc6fevY6JXi95riOwUM29giHxROGMGJVt c7NWldkVbAGdCEje4iLibzzvVo7s1Oznwc6Ar+ouq+B0jdwkV7nKdYDTlfFb6hhGGB aOWUdxaGy6ooRjKOQ01YlKUYE4c2daNP5aWTm6G5FZVVSr9qD0xB0KYScNBU+f5g6D /Ce3Zvt/wp7XAcAarbgDLBQag2VjIN9/KVwLIsmjNLqhA+HdetlrCgw1eVjzRJ19us C2Pt/2S8DxVoQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3z1MNN5ps3z9rxW; Tue, 19 Dec 2017 16:32:36 +0100 (CET) From: Kei Kebreau To: nee Subject: Re: [bug#29610] [PATCH] gnu: games: Add quakespasm. References: <9684edc1-5c32-4fab-fbfa-a77160eab0fb@cock.li> <87o9mwyo5b.fsf@posteo.net> <3f4e7ae4-0ab6-7d89-71c4-9d3dd54d2e00@cock.li> Date: Tue, 19 Dec 2017 10:32:34 -0500 In-Reply-To: <3f4e7ae4-0ab6-7d89-71c4-9d3dd54d2e00@cock.li> (nee@cock.li's message of "Tue, 19 Dec 2017 02:27:49 +0100") Message-ID: <87fu86zqb1.fsf@posteo.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 29610 Cc: 29610@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable nee writes: > Am 18.12.2017 um 17:52 schrieb Kei Kebreau: >> A few things: >> * Please end the "fix-makefile-paths" phase with a #t. >> * It turns out that the license is actually gpl2+. >> * The description's indentation seems a bit early and weird. That is, we >> can have up to 80 characters per line in our description, and some of >> the description can be adjusted accordingly. >>=20 > > GJ spotting all of this. Here is the updated patch. One more nitpick: our commit messages tend not to include the name of the file being added to, so they look like gnu: Add quakespasm. as opposed to gnu: games: Add quakespasm. I've fixed that bit, though, and this patch is otherwise great! I've pushed this to master. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlo5MRIACgkQ5qXuPBlG eg1x9w//Tbgdya1RwDNOs4tVD1hn8hzVvdur2sDv8TmrKMfqj2vKq1vYYkmauipd o5Tmx7fDkTsHVV/lEubHSsMuh0zgWtQyVeS2U91KX0APRj33Gx+ePi0RIi0v7ukE s/PzJr2Zgxoj8UcU9wZ4WQH1rDQqFDg1aeiDGopEso7xqINZnagjtCRvFLaGQXa9 xi1mh8mBZDAll14GS/e0ZOl52Py+REcFx95xP5r8tyZSg4vTmi4mr+0xHxTWSQnF w5O+NvrPcVP1z2JpBjzjy29nxQLhHACMwxXTeAGB876BsoCVrWX+meMqD+dQ0spv GUwRZsZrNT43JN/flt1+KdLwTbvZK6ifvBydk19TSVaTaaqcEtLT4XlwUgx/Aj11 lpggxsTaJvgMYPv9DMiiqUdQcFeu5S/qKRSOjD1Xt4X3wMhcBcOiq81GC23HB0ko bs9iNDgk/E3MX9vyAM3e+JKubpVP83bTaBlR7bs+FVpaGaLJ0vGB3eqYIMLmmcn4 0sKxHXf1f2qeALhhu04n8mNHZOYFSgPag+MK209tyFMIQzujYA+egZEwpc22LH7g B86nn7y8srkMO4Dzq/9fsl1HzyPcjnzRS7CtpyyjvjqjWc8JFr92M0DIn1zHYpik CIj6j/7zQOMmPQpUYjV02CYwghLGBlY72Zq9fn5KTJk74PHgkJg= =JdPP -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 22 03:58:59 2017 Received: (at control) by debbugs.gnu.org; 22 Dec 2017 08:58:59 +0000 Received: from localhost ([127.0.0.1]:46823 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSJAR-0001HF-Ky for submit@debbugs.gnu.org; Fri, 22 Dec 2017 03:58:59 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:51746) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSJAQ-0001H6-Jk for control@debbugs.gnu.org; Fri, 22 Dec 2017 03:58:58 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id C6CA110041 for ; Fri, 22 Dec 2017 09:59:01 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dzxLJ7a1Oy0U for ; Fri, 22 Dec 2017 09:59:01 +0100 (CET) Received: from ribbon (unknown [193.50.110.235]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 4B262FE6C for ; Fri, 22 Dec 2017 09:59:01 +0100 (CET) Date: Fri, 22 Dec 2017 09:58:57 +0100 Message-Id: <87d137b0ku.fsf@gnu.org> To: control@debbugs.gnu.org From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: control message for bug #29610 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) tags 29610 fixed close 29610 From unknown Fri Sep 05 11:50:57 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 19 Jan 2018 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator