From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46316) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1isRPv-0000e9-JD for guix-patches@gnu.org; Fri, 17 Jan 2020 08:12:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1isRPu-0005Bh-Fs for guix-patches@gnu.org; Fri, 17 Jan 2020 08:12:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:32990) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1isRPu-0005BQ-Cq for guix-patches@gnu.org; Fri, 17 Jan 2020 08:12:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1isRPu-0001sR-7J for guix-patches@gnu.org; Fri, 17 Jan 2020 08:12:02 -0500 Subject: bug#38981: [PATCH] gnu: Add corsix-th. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200106110756.4751-1-timotej.lazar@araneo.si> Date: Fri, 17 Jan 2020 14:11:32 +0100 In-Reply-To: <20200106110756.4751-1-timotej.lazar@araneo.si> (Timotej Lazar's message of "Mon, 6 Jan 2020 12:07:56 +0100") Message-ID: <87v9pa1b3v.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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: Timotej Lazar Cc: 38981-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello, Timotej Lazar skribis: > * gnu/packages/games.scm (corsix-th): New variable. Applied with the changes below. Thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index f892b850ec..e9d7c18f26 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -508,12 +508,12 @@ want what you have.") ("sdl2" ,sdl2) ("sdl2-mixer" ,sdl2-mixer))) (home-page "https://corsixth.com") - (synopsis "Free implementation of Theme Hospital game engine") + (synopsis "Implementation of the @i{Theme Hospital} game engine") (description - "Reimplementation of the 1997 Bullfrog business simulation game Theme -Hospital. As well as faithfully recreating the original engine, CorsixTH adds -support for high resolutions, custom levels and more. This package does -@emph{not} provide the game assets.") + "This package provides a reimplementation of the 1997 Bullfrog business +simulation game @i{Theme Hospital}. As well as faithfully recreating the +original engine, CorsixTH adds support for high resolutions, custom levels and +more. This package does @emph{not} provide the game assets.") (license (list license:expat ; main license license:bsd-3)))) ; CorsixTH/Src/random.c --=-=-=--