From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:58085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEfZH-0003yH-NI for guix-patches@gnu.org; Thu, 11 Apr 2019 15:41:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEfZG-0007CA-Rf for guix-patches@gnu.org; Thu, 11 Apr 2019 15:41:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41642) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hEfZG-0007Bk-B8 for guix-patches@gnu.org; Thu, 11 Apr 2019 15:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hEfZG-0007TZ-57 for guix-patches@gnu.org; Thu, 11 Apr 2019 15:41:02 -0400 Subject: [bug#35234] [PATCH] gnu: Add the-dark-mod. Resent-Message-ID: References: <20190411181644.21661-1-mail@ambrevar.xyz> From: Ricardo Wurmus In-reply-to: <20190411181644.21661-1-mail@ambrevar.xyz> Date: Thu, 11 Apr 2019 21:40:26 +0200 Message-ID: <87d0lsib4l.fsf@elephly.net> 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: Pierre Neidhardt Cc: 35234@debbugs.gnu.org Hi Pierre, > * gnu/packages/games.scm (the-dark-mod): New variable. [=E2=80=A6] > + (synopsis "Game based on the Thief series by Looking Glass Studios= ") > + (description (format #f "The Dark Mod (TDM) is stealth/infiltratio= n game > +based on the Thief series by Looking Glass Studios. Formerly a Doom III= mod, > +it is now released as a standalone. > + > +The game data must be fetched manually by running @command{tdm_update}. > +The ~a environment variable specifies the location where the game data is > +saved (defaults to ~a)." > + the-dark-mod-env-var-name the-dark-mod-env-va= r-value)) Is this actually free software? Does it depend on the proprietary Thief game data to be playable? What is the purpose of tdm_update? The value of the description field must be a plain string. It should not be a format expression to allow for translations. --=20 Ricardo