From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id yKhKIdPXl2LuHAEAbAwnHQ (envelope-from ) for ; Wed, 01 Jun 2022 23:19:15 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id KII5IdPXl2I4cwEA9RJhRA (envelope-from ) for ; Wed, 01 Jun 2022 23:19:15 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 315301C884 for ; Wed, 1 Jun 2022 23:19:15 +0200 (CEST) Received: from localhost ([::1]:50058 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nwVkH-0001ok-J9 for larch@yhetil.org; Wed, 01 Jun 2022 17:19:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33676) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwVk6-0001mm-Bn for guix-patches@gnu.org; Wed, 01 Jun 2022 17:19:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58193) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nwVk6-0006iD-00 for guix-patches@gnu.org; Wed, 01 Jun 2022 17:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nwVk5-0002mW-Sx for guix-patches@gnu.org; Wed, 01 Jun 2022 17:19:01 -0400 Subject: bug#55532: [PATCH] gnu: Add freerct. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 01 Jun 2022 21:19:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55532 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Gabriel Arazas Cc: 55532-done@debbugs.gnu.org Mail-Followup-To: 55532@debbugs.gnu.org, ludo@gnu.org, foo.dogsquared@gmail.com Received: via spool by 55532-done@debbugs.gnu.org id=D55532.165411833710674 (code D ref 55532); Wed, 01 Jun 2022 21:19:01 +0000 Received: (at 55532-done) by debbugs.gnu.org; 1 Jun 2022 21:18:57 +0000 Received: from localhost ([127.0.0.1]:52089 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nwVk0-0002m6-U8 for submit@debbugs.gnu.org; Wed, 01 Jun 2022 17:18:57 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40334) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nwVjz-0002lq-HG for 55532-done@debbugs.gnu.org; Wed, 01 Jun 2022 17:18:55 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45030) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwVju-0006h1-70; Wed, 01 Jun 2022 17:18:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=DwMjrEk9AS8XQ9DKpo15G+wvg+4nZjAPBcQJPNxD6Y8=; b=jRjqRkjyVrerkHg4gwAr gvZkddpg+A+kq1MdSk5HipOLf+iqtKbHpqoeUNIlPRXQa5lLj7jCRF9AfD31vP6U40Vo2m66pbD0m uGCQXYUaTIXw9/BnPFVNek3j7ai8jvdvFECDVJZeqnp9S51oXaMGtZqqNG/X0c4Nya02Wq7F/K4Bn hLbV0wsnGsKE4Vn9HEPNFFiKekLj4VYDhyOBelCBdJm6gFAGM4OIl6cg07s9zy95w/4nHzD/bjwVU AUTLYQ7zEh3ZMojLNmTKv6rmhi+Lz5a2am0Xa1S7A36N6rU9Vmax3DF/ALLtuPbnQhk37eb5O4OOC O9VZy/NHVuy2SQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:57176 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwVjt-0007rt-Q7; Wed, 01 Jun 2022 17:18:50 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Wed, 01 Jun 2022 23:18:47 +0200 In-Reply-To: (Gabriel Arazas's message of "Fri, 20 May 2022 12:03:50 +0800") Message-ID: <87ilpkrsjs.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1654118355; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=DwMjrEk9AS8XQ9DKpo15G+wvg+4nZjAPBcQJPNxD6Y8=; b=cQfLO++AzIn0ApLoipcQadJjH9cYoxwr3u8i98oOn6f9gEa9Up1DMdAtGj1WqV017NhHz8 CW2401eXREt4qFOlGqYDfJQoFGcPFR0my+mUrUT1UsIJx/dMWWW/CSxXYrMnhZvmDr7fic kDe13Lynzto0mzCTeE7oaMB/pgNZuMT6NDXQTNvYWWfEoUuerST3D1mu2Gd1Tav5XUkjP7 1mzvR9BRPwq09yBU4ppLpymIqbQktwyV53lEZWDGo485DDQr1QSJnzRIpiD/BshcXt891C 7xfPVrrnfayuV6nbQ3SBDTpIlx2iO0Qe+Nvkt0uQP+l3/PTiRTJRXcZcbDZ39g== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1654118355; a=rsa-sha256; cv=none; b=MAzdhJlmr5ZuhFUVn16+EEzDZSZRqVyjnZ9RN/BB32kQmdoNnkVnBI8/1Kbj6FVSD50pRS 2M6qJVf3x0Th5GIkyMzR7LPFWREJSl6cpGOAZ7DfutL5u+6ITBnLgNLkaxqH/HNZdXDYqU JPgjFt6Y1B8t0GubQOB2gqTu4cvc9jeakU3nB6NOlN34vEY+qacrhqjqueFeowJlzJWj7M 7tWSRvLf84z0ijvXXZbuZHdpOLx+tgYMeKqyML0Nk6AjkuwTiwbCswyLoTjtsXjwXlFzt1 rrBW2LNGEpDBhw4s6vF5TGmIAhNgJnCtJvnT6lCikgNELby1y9KUQG1vVGFKLA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=jRjqRkjy; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.83 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=jRjqRkjy; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 315301C884 X-Spam-Score: -3.83 X-Migadu-Scanner: scn0.migadu.com X-TUID: EEx8QKgTQTf5 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Gabriel Arazas skribis: > * gnu/packages/games.scm (freerct): New variable. Applied with the following changes: the TODO wasn=E2=80=99t necessary IMO (= it=E2=80=99s fine to fetch code from Git), and it=E2=80=99s not necessary to say it=E2= =80=99s a free game (everything=E2=80=99s free software in here!). 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 ba3b6e89a5..9697471b3f 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -12699,7 +12699,6 @@ (define-public freerct (package (name "freerct") (version "0.1") - ;; TODO: Use the source code given at the homepage. (source (origin (method git-fetch) (uri (git-reference @@ -12717,9 +12716,8 @@ (define-public freerct (home-page "https://freerct.net/") (synopsis "Theme park management simulation game") (description - "FreeRCT is a free and open source game that captures the look and feel -of the popular games RollerCoaster Tycoon 1 and 2, graphics- and -gameplay-wise. + "FreeRCT is a game that captures the look and feel of the popular games +RollerCoaster Tycoon 1 and 2, graphics- and gameplay-wise. In this game, you play as a manager of a theme park, allowing you to make a park of your dreams. The list of responsiblities includes --=-=-=--