From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:49305) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3fqc-00055m-S4 for guix-patches@gnu.org; Mon, 17 Feb 2020 07:50:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3fqb-0002oB-Qj for guix-patches@gnu.org; Mon, 17 Feb 2020 07:50:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60358) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j3fqb-0002o5-NZ for guix-patches@gnu.org; Mon, 17 Feb 2020 07:50:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j3fqb-00015g-M5 for guix-patches@gnu.org; Mon, 17 Feb 2020 07:50:01 -0500 Subject: [bug#39641] [PATCH 0/2] Add opensurge. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:49208) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3fq7-000526-Ak for guix-patches@gnu.org; Mon, 17 Feb 2020 07:49:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3fq4-0002Yo-5W for guix-patches@gnu.org; Mon, 17 Feb 2020 07:49:31 -0500 Received: from [2001:15c0:2110:3400::2] (port=40498 helo=araneo.si) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j3fq3-0002Wm-Ik for guix-patches@gnu.org; Mon, 17 Feb 2020 07:49:28 -0500 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id 12ab8185 for ; Mon, 17 Feb 2020 12:42:45 +0000 (UTC) Received: by araneo.si (OpenSMTPD) with ESMTPSA id 17174c09 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Mon, 17 Feb 2020 12:42:45 +0000 (UTC) From: Timotej Lazar Date: Mon, 17 Feb 2020 13:42:44 +0100 Message-ID: <875zg54c6z.fsf@araneo.si> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: 39641@debbugs.gnu.org Hi, these patches add opensurge[0] and its game engine, surgescript. The bundled copies of Roboto fonts are replaced with the store versions. I kept the Gothic A1 font because it isn=E2=80=99t packaged for Guix. While= the font is distributed under OFL[1], I could only find it on font repos such as https://fontlibrary.org and not on the official site[2]. If downloading from repos is OK, I can add the package for the Gothic A1 font and update this submission. Thanks! [0] https://opensurge2d.org/ [1] https://fontlibrary.org/en/font/gothic-a1 [2] https://www.hanyang.co.kr/hygothic/ Timotej Lazar (2): gnu: Add surgescript. gnu: Add opensurge. gnu/packages/game-development.scm | 28 +++++++++++++ gnu/packages/games.scm | 67 +++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+) --=20 2.25.0