From unknown Sun Jun 15 01:07:36 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#48441] [PATCH] gnu: Add schiffbruch. Resent-From: Felix Gruber Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 15 May 2021 13:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 48441 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48441@debbugs.gnu.org Cc: Felix Gruber X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16210863723610 (code B ref -1); Sat, 15 May 2021 13:47:01 +0000 Received: (at submit) by debbugs.gnu.org; 15 May 2021 13:46:12 +0000 Received: from localhost ([127.0.0.1]:47885 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhucO-0000wA-Ab for submit@debbugs.gnu.org; Sat, 15 May 2021 09:46:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:56484) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhucK-0000w0-4v for submit@debbugs.gnu.org; Sat, 15 May 2021 09:46:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40250) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lhucJ-0004Iz-Qg for guix-patches@gnu.org; Sat, 15 May 2021 09:46:07 -0400 Received: from mout01.posteo.de ([185.67.36.65]:40179) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lhucD-0002Hu-QZ for guix-patches@gnu.org; Sat, 15 May 2021 09:46:07 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 96789240026 for ; Sat, 15 May 2021 15:45:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1621086359; bh=KpgS+Nt4Bk8QpXQp5UUTAD3CUxmW83yE41wyMkPByxA=; h=From:To:Cc:Subject:Date:From; b=A8M04E02vLmXgGExoMwCnVWXksQwzQRpwY5nSSCwCSPwxrYnd/nbolkYUAs74Un+d /Lg5fl/sH0QdJ5eOOnbFHxGeIo3kGD2sRgIZ0vBX0K1Bz0tGf2zA5TBn/ypOYjAuVN L486nK1xbLNmsMwHP1FCNf70LxWVwoBg8fmVIl5sELahYN7aVk424QYZQAKS7DzK7Q MsSLx7OD4iSmCSv+N5dDx+0T+a3Mbk1fYjjaOUeYvcrKhqvF3YkwUbNFAzsjVuIXHU hrgNMbg9AleETXVxFi45JvOYL0eRbAHKLV+nOo+DYCDE/JKC+7LNtCRqEM/CS6MX2E EWA5JOhE/q3Sw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Fj69d6XnCz6tmK; Sat, 15 May 2021 15:45:57 +0200 (CEST) From: Felix Gruber Date: Sat, 15 May 2021 13:45:40 +0000 Message-Id: <20210515134540.44089-1-felgru@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=felgru@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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.3 (--) * gnu/packages/games.scm (schiffbruch): New variable. --- gnu/packages/games.scm | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 731c0cbc4a..37065dec09 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -60,6 +60,7 @@ ;;; Copyright © 2021 Stefan Reichör ;;; Copyright © 2021 Greg Hogan ;;; Copyright © 2021 David Pflug +;;; Copyright © 2021 Felix Gruber ;;; ;;; This file is part of GNU Guix. ;;; @@ -12472,3 +12473,38 @@ game FPS.") implemented using ncurses user interface. An SDL graphical version is also available.") (license license:gpl3+))) + +(define-public schiffbruch + (package + (name "schiffbruch") + (version "1.2.1-git-e41916d") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/sandsmark/Schiffbruch") + ; There haven't been any releases for several years, so + ; I've taken the most recent commit from the master branch + ; that didn't fail to build (the last commit gave me a compile + ; error). + (commit "e41916d15d87749c82c5005cbb42d1bb079b43d9"))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0lg3rqacrapf6c4sxi12cm9bmg43mlbclway1zxcm848pi1xkzwv")))) + (build-system cmake-build-system) + (arguments + `(#:tests? #f ; no tests + #:build-type "Release")) + (native-inputs + `(("gcc" ,gcc-11))) ; need C++20-compatible compiler + (inputs + `(("sfml" ,sfml))) + (home-page "https://github.com/sandsmark/Schiffbruch/") + (synopsis "Pixelart survival game") + (description + "Schiffbruch is a mix of building, strategy and adventure and gets played +with a two-dimensional view. The game deals with the consequences of a ship +wreckage. You're stranded on a desert island and have to survive. In order to +do so you need to explore the island, find food, build a shelter and try to +get attention, so you get found.") + (license (list license:cc-by4.0)))) -- 2.30.2 From unknown Sun Jun 15 01:07:36 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Felix Gruber Subject: bug#48441: closed (Re: bug#48441: [PATCH] gnu: Add schiffbruch.) Message-ID: References: <87zgwq4e7q.fsf@gnu.org> <20210515134540.44089-1-felgru@posteo.net> X-Gnu-PR-Message: they-closed 48441 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 48441@debbugs.gnu.org Date: Wed, 19 May 2021 21:17:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1621459021-29948-1" This is a multi-part message in MIME format... ------------=_1621459021-29948-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #48441: [PATCH] gnu: Add schiffbruch. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 48441@debbugs.gnu.org. --=20 48441: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D48441 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1621459021-29948-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 48441-done) by debbugs.gnu.org; 19 May 2021 21:16:08 +0000 Received: from localhost ([127.0.0.1]:60832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ljTXy-0007la-1G for submit@debbugs.gnu.org; Wed, 19 May 2021 17:16:08 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40612) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ljTXt-0007kj-44 for 48441-done@debbugs.gnu.org; Wed, 19 May 2021 17:16:04 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36262) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ljTXn-0002J4-Ob; Wed, 19 May 2021 17:15:55 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42350 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ljTXn-0005Nz-E2; Wed, 19 May 2021 17:15:55 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Felix Gruber Subject: Re: bug#48441: [PATCH] gnu: Add schiffbruch. References: <20210515134540.44089-1-felgru@posteo.net> Date: Wed, 19 May 2021 23:15:53 +0200 In-Reply-To: <20210515134540.44089-1-felgru@posteo.net> (Felix Gruber's message of "Sat, 15 May 2021 13:45:40 +0000") Message-ID: <87zgwq4e7q.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 48441-done Cc: 48441-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: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Felix Gruber skribis: > * gnu/packages/games.scm (schiffbruch): New variable. Pushed with the cosmetic changes below: using =E2=80=98git-version=E2=80=99= to compute the version string, avoiding (list =E2=80=A6) for the license, and using two semicolons for block comments. 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 37065dec09..6908d115f2 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -12475,36 +12475,36 @@ available.") (license license:gpl3+))) (define-public schiffbruch - (package - (name "schiffbruch") - (version "1.2.1-git-e41916d") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/sandsmark/Schiffbruch") - ; There haven't been any releases for several years, so - ; I've taken the most recent commit from the master branch - ; that didn't fail to build (the last commit gave me a compile - ; error). - (commit "e41916d15d87749c82c5005cbb42d1bb079b43d9"))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0lg3rqacrapf6c4sxi12cm9bmg43mlbclway1zxcm848pi1xkzwv")))) - (build-system cmake-build-system) - (arguments - `(#:tests? #f ; no tests - #:build-type "Release")) - (native-inputs - `(("gcc" ,gcc-11))) ; need C++20-compatible compiler - (inputs - `(("sfml" ,sfml))) - (home-page "https://github.com/sandsmark/Schiffbruch/") - (synopsis "Pixelart survival game") - (description - "Schiffbruch is a mix of building, strategy and adventure and gets played + ;; There haven't been any releases for several years, so I've taken the most + ;; recent commit from the master branch that didn't fail to build (the last + ;; commit gave me a compile error). + (let ((commit "e41916d15d87749c82c5005cbb42d1bb079b43d9")) + (package + (name "schiffbruch") + (version (git-version "1.2.1" "0" commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/sandsmark/Schiffbruch") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0lg3rqacrapf6c4sxi12cm9bmg43mlbclway1zxcm848pi1xkzwv")))) + (build-system cmake-build-system) + (arguments + `(#:tests? #f ; no tests + #:build-type "Release")) + (native-inputs + `(("gcc" ,gcc-11))) ; need C++20-compatible compiler + (inputs + `(("sfml" ,sfml))) + (home-page "https://github.com/sandsmark/Schiffbruch/") + (synopsis "Pixelart survival game") + (description + "Schiffbruch is a mix of building, strategy and adventure and gets played with a two-dimensional view. The game deals with the consequences of a ship wreckage. You're stranded on a desert island and have to survive. In order to do so you need to explore the island, find food, build a shelter and try to get attention, so you get found.") - (license (list license:cc-by4.0)))) + (license license:cc-by4.0)))) --=-=-=-- ------------=_1621459021-29948-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 15 May 2021 13:46:12 +0000 Received: from localhost ([127.0.0.1]:47885 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhucO-0000wA-Ab for submit@debbugs.gnu.org; Sat, 15 May 2021 09:46:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:56484) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhucK-0000w0-4v for submit@debbugs.gnu.org; Sat, 15 May 2021 09:46:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40250) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lhucJ-0004Iz-Qg for guix-patches@gnu.org; Sat, 15 May 2021 09:46:07 -0400 Received: from mout01.posteo.de ([185.67.36.65]:40179) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lhucD-0002Hu-QZ for guix-patches@gnu.org; Sat, 15 May 2021 09:46:07 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 96789240026 for ; Sat, 15 May 2021 15:45:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1621086359; bh=KpgS+Nt4Bk8QpXQp5UUTAD3CUxmW83yE41wyMkPByxA=; h=From:To:Cc:Subject:Date:From; b=A8M04E02vLmXgGExoMwCnVWXksQwzQRpwY5nSSCwCSPwxrYnd/nbolkYUAs74Un+d /Lg5fl/sH0QdJ5eOOnbFHxGeIo3kGD2sRgIZ0vBX0K1Bz0tGf2zA5TBn/ypOYjAuVN L486nK1xbLNmsMwHP1FCNf70LxWVwoBg8fmVIl5sELahYN7aVk424QYZQAKS7DzK7Q MsSLx7OD4iSmCSv+N5dDx+0T+a3Mbk1fYjjaOUeYvcrKhqvF3YkwUbNFAzsjVuIXHU hrgNMbg9AleETXVxFi45JvOYL0eRbAHKLV+nOo+DYCDE/JKC+7LNtCRqEM/CS6MX2E EWA5JOhE/q3Sw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Fj69d6XnCz6tmK; Sat, 15 May 2021 15:45:57 +0200 (CEST) From: Felix Gruber To: guix-patches@gnu.org Subject: [PATCH] gnu: Add schiffbruch. Date: Sat, 15 May 2021 13:45:40 +0000 Message-Id: <20210515134540.44089-1-felgru@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=felgru@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Felix Gruber 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.3 (--) * gnu/packages/games.scm (schiffbruch): New variable. --- gnu/packages/games.scm | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 731c0cbc4a..37065dec09 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -60,6 +60,7 @@ ;;; Copyright © 2021 Stefan Reichör ;;; Copyright © 2021 Greg Hogan ;;; Copyright © 2021 David Pflug +;;; Copyright © 2021 Felix Gruber ;;; ;;; This file is part of GNU Guix. ;;; @@ -12472,3 +12473,38 @@ game FPS.") implemented using ncurses user interface. An SDL graphical version is also available.") (license license:gpl3+))) + +(define-public schiffbruch + (package + (name "schiffbruch") + (version "1.2.1-git-e41916d") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/sandsmark/Schiffbruch") + ; There haven't been any releases for several years, so + ; I've taken the most recent commit from the master branch + ; that didn't fail to build (the last commit gave me a compile + ; error). + (commit "e41916d15d87749c82c5005cbb42d1bb079b43d9"))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0lg3rqacrapf6c4sxi12cm9bmg43mlbclway1zxcm848pi1xkzwv")))) + (build-system cmake-build-system) + (arguments + `(#:tests? #f ; no tests + #:build-type "Release")) + (native-inputs + `(("gcc" ,gcc-11))) ; need C++20-compatible compiler + (inputs + `(("sfml" ,sfml))) + (home-page "https://github.com/sandsmark/Schiffbruch/") + (synopsis "Pixelart survival game") + (description + "Schiffbruch is a mix of building, strategy and adventure and gets played +with a two-dimensional view. The game deals with the consequences of a ship +wreckage. You're stranded on a desert island and have to survive. In order to +do so you need to explore the island, find food, build a shelter and try to +get attention, so you get found.") + (license (list license:cc-by4.0)))) -- 2.30.2 ------------=_1621459021-29948-1--