From unknown Tue Jun 17 01:25:40 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#36049 <36049@debbugs.gnu.org> To: bug#36049 <36049@debbugs.gnu.org> Subject: Status: [PATCH] Add Ri-li Reply-To: bug#36049 <36049@debbugs.gnu.org> Date: Tue, 17 Jun 2025 08:25:40 +0000 retitle 36049 [PATCH] Add Ri-li reassign 36049 guix-patches submitter 36049 Nicolas Goaziou severity 36049 normal tag 36049 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 01 19:07:46 2019 Received: (at submit) by debbugs.gnu.org; 1 Jun 2019 23:07:46 +0000 Received: from localhost ([127.0.0.1]:38970 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hXD6I-0004iH-4d for submit@debbugs.gnu.org; Sat, 01 Jun 2019 19:07:46 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36223) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hXD6G-0004i2-5U for submit@debbugs.gnu.org; Sat, 01 Jun 2019 19:07:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:36089) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hXD6B-0006rM-2W for submit@debbugs.gnu.org; Sat, 01 Jun 2019 19:07:39 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXD69-0002Nv-Ft for guix-patches@gnu.org; Sat, 01 Jun 2019 19:07:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hXD68-0006pz-61 for guix-patches@gnu.org; Sat, 01 Jun 2019 19:07:37 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:48805) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hXD67-0006oM-R1 for guix-patches@gnu.org; Sat, 01 Jun 2019 19:07:36 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 491F160005 for ; Sat, 1 Jun 2019 23:07:27 +0000 (UTC) From: Nicolas Goaziou To: guix-patches@gnu.org Subject: [PATCH] Add Ri-li Date: Sun, 02 Jun 2019 01:07:23 +0200 Message-ID: <87imtox5uc.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.183.195 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.6 (-) 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: -2.6 (--) --=-=-= Content-Type: text/plain Hello, The following patch adds Ri-li game. Regards, -- Nicolas Goaziou --=-=-= Content-Type: text/x-diff; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-ri-li.patch Content-Transfer-Encoding: quoted-printable Content-Description: Add Ri-li >From 05d43ade01c809d25d675e255468d1c85b877635 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 2 Jun 2019 01:03:08 +0200 Subject: [PATCH] gnu: Add ri-li. * gnu/packages/games.scm (ri-li): New variable. --- gnu/packages/games.scm | 70 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4fdc9b01e6..55f0df225d 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7336,3 +7336,73 @@ Unfortunately, Hacker is not aware of Drascula's rea= l ambitions: DOMINATING the World and demonstrating that he is even more evil than his brother Vla= d.") ;; Drascula uses a BSD-like license. (license (license:non-copyleft "file:///readme.txt")))) + +(define-public ri-li + (package + (name "ri-li") + (version "2.0.1") + (source (origin + (method url-fetch) + (uri (string-append "mirror://sourceforge/ri-li/" + "Ri-li%20Linux_Unix/Ri-li%20V" version "= /" + "Ri-li-" version ".tar.bz2")) + (sha256 + (base32 + "1gcdsgnnbbn1mb1hkpwniv3fhkaj1nn8gq33v5c16q3wqchcq77p")) + ;; Taken from + ;; . + ;; It doesn't build otherwise. + (patches (search-patches "ri-li-modernize_cpp.patch")))) + (build-system gnu-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + ;; Remove "gentoo" subdirectory from Makefile, as it is + ;; missing a make file and generates a build failure. + (add-after 'configure 'fix-build + (lambda _ + (substitute* "Makefile" + ((" gentoo") "")) + #t)) + (add-after 'install 'install-desktop-file + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (apps (string-append out "/share/applications")) + (pixmaps (string-append out "/share/pixmaps"))) + (for-each (lambda (f) (install-file f pixmaps)) + (find-files "data" "\\.(png|ico)$")) + (mkdir-p apps) + (with-output-to-file (string-append apps "/ri-li.desktop") + (lambda _ + (format #t + "[Desktop Entry]~@ + Name=3DRi-li~@ + Exec=3D~a/bin/Ri_li~@ + Icon=3D~a/Ri-li-icon-32x32.png~@ + Categories=3DGame;ArcadeGame;~@ + Keywords=3Dtoy;train;wooden;snake-like;engine;~@ + Comment=3Da toy simulator game~@ + Comment[de]=3DEin Spiel mit einem kleinen Zug~@ + Comment[fr]=3Dun jeu de petit train~@ + Comment[ro_RO]=3Dun joc cu un tren de juc=C4=83rie~@ + Terminal=3Dfalse~@ + Type=3DApplication~%" + out pixmaps)))) + #t)) + (add-after 'install-desktop-file 'remove-spurious-files + ;; Delete redundant files already installed somewhere else. + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + (for-each delete-file + (find-files (string-append out "/share/Ri-li") + "\\.(png|ico)|COPYING")) + #t)))))) + (inputs + `(("sdl" ,(sdl-union (list sdl sdl-mixer))))) + (home-page "http://www.ri-li.org") + (synopsis "Toy train simulation game") + (description "Ri-li is a game in which you drive a wooden toy +steam locomotive across many levels and collect all the coaches to +win.") + ;; The project is dual-licensed GPL2+ and GPL3+. + (license (list license:gpl2+ license:gpl3+)))) --=20 2.21.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 13 04:49:48 2019 Received: (at 36049) by debbugs.gnu.org; 13 Jun 2019 08:49:48 +0000 Received: from localhost ([127.0.0.1]:34519 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hbLQa-0007Lm-6x for submit@debbugs.gnu.org; Thu, 13 Jun 2019 04:49:48 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60454) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hbLQY-0007LR-GI for 36049@debbugs.gnu.org; Thu, 13 Jun 2019 04:49:46 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hbLQT-0003Xc-A3; Thu, 13 Jun 2019 04:49:41 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=59914 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hbLQS-0004ph-KP; Thu, 13 Jun 2019 04:49:41 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Nicolas Goaziou Subject: Re: [bug#36049] [PATCH] Add Ri-li References: <87imtox5uc.fsf@nicolasgoaziou.fr> Date: Thu, 13 Jun 2019 10:49:38 +0200 In-Reply-To: <87imtox5uc.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sun, 02 Jun 2019 01:07:23 +0200") Message-ID: <87blz16fa5.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36049 Cc: 36049@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: -3.3 (---) Hi Nicolas, Nicolas Goaziou skribis: >>>From 05d43ade01c809d25d675e255468d1c85b877635 Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: Sun, 2 Jun 2019 01:03:08 +0200 > Subject: [PATCH] gnu: Add ri-li. > > * gnu/packages/games.scm (ri-li): New variable. [...] > + (uri (string-append "mirror://sourceforge/ri-li/" > + "Ri-li%20Linux_Unix/Ri-li%20V" version= "/" > + "Ri-li-" version ".tar.bz2")) > + (sha256 > + (base32 > + "1gcdsgnnbbn1mb1hkpwniv3fhkaj1nn8gq33v5c16q3wqchcq77p")) > + ;; Taken from > + ;; . > + ;; It doesn't build otherwise. > + (patches (search-patches "ri-li-modernize_cpp.patch")))) Looks like you forgot the patch in this patch. :-) The rest LGTM. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 13 08:01:58 2019 Received: (at 36049-done) by debbugs.gnu.org; 13 Jun 2019 12:01:58 +0000 Received: from localhost ([127.0.0.1]:34649 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hbOQY-00076X-8L for submit@debbugs.gnu.org; Thu, 13 Jun 2019 08:01:58 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:33135) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hbOQW-00076K-4I for 36049-done@debbugs.gnu.org; Thu, 13 Jun 2019 08:01:57 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id C9CC020008; Thu, 13 Jun 2019 12:01:50 +0000 (UTC) From: Nicolas Goaziou To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#36049] [PATCH] Add Ri-li References: <87imtox5uc.fsf@nicolasgoaziou.fr> <87blz16fa5.fsf@gnu.org> Date: Thu, 13 Jun 2019 14:01:49 +0200 In-Reply-To: <87blz16fa5.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Thu, 13 Jun 2019 10:49:38 +0200") Message-ID: <8736kdr8wi.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 36049-done Cc: 36049-done@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: -1.7 (-) Hello, Ludovic Court=C3=A8s writes: >> + ;; Taken from >> + ;; . >> + ;; It doesn't build otherwise. >> + (patches (search-patches "ri-li-modernize_cpp.patch")))) > > Looks like you forgot the patch in this patch. :-) True. Peer review is a boon=E2=80=A6 Applied. Thank you. Regards, --=20 Nicolas Goaziou From unknown Tue Jun 17 01:25:40 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, 12 Jul 2019 11:24:06 +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