From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 24 17:55:40 2022 Received: (at submit) by debbugs.gnu.org; 24 Aug 2022 21:55:41 +0000 Received: from localhost ([127.0.0.1]:48348 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oQyLc-00020D-LH for submit@debbugs.gnu.org; Wed, 24 Aug 2022 17:55:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:48002) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oQyLZ-000204-3w for submit@debbugs.gnu.org; Wed, 24 Aug 2022 17:55:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58350) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQyLX-0007tN-7L for guix-patches@gnu.org; Wed, 24 Aug 2022 17:55:36 -0400 Received: from mail-40134.protonmail.ch ([185.70.40.134]:13583) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQyLV-0003dn-14 for guix-patches@gnu.org; Wed, 24 Aug 2022 17:55:34 -0400 Date: Wed, 24 Aug 2022 21:55:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1661378129; x=1661637329; bh=S8cIuIZ3GRG2jak9MsJCAu+IwAxl8Vj3K7KO1y9ZpmI=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:Feedback-ID:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID; b=biR+gpzH17j7JD4A5w/fzj+kLkIXcFTF3Rns7mxba/y6yzcb3hoW1KhpyrVVj4aUD HbASZdiULDFkSLRjscEawLOfi4432+fL2aeVjKeNfm9WMfM+k2//A9Qz0okS6hGZA4 wgCp7VtXjNBzoq/cpUwzX+WCQAtSaVyaA+Gvfx9tKJQF9Wu+WFFMs7k9ueJ7NL58tj dvibdSEF/esPePHuROJsbJEx5hFAKjJ2Jpghpds9XS7onD+DlvxPshruPL57V4c6Q5 jb4/7I5PsaOXj2DUfqqlAO5oP7BC52tnMJpG2LKHovEWlqVO9+CM2CQMVkEFIyUkxZ 2O1p02V1S6KnQ== To: guix-patches@gnu.org From: Cairn Subject: [PATCH 0/2] Add boohu. Message-ID: <20220824215510.5546-1-cairn@pm.me> Feedback-ID: 6989168:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.134; envelope-from=cairn@pm.me; helo=mail-40134.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Cairn 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: , Reply-To: Cairn Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Boohu's homepage: https://download.tuxfamily.org/boohu/index.html This is both the normal terminal version and a graphical version that uses = Tcl/Tk. Harmonist, another game by the same developer, used to use Tcl/Tk like Booh= u does here. It switched to SDL2, and `harmonist-tk` was removed from Guix[= 1]. I just submitted a patchset for the SDL2 version of Harmonist[2], and I= 'll gladly do the same if Boohu gets SDL2 support backported. Until then, t= he Tcl/Tk version is perfectly stable, and I wouldn't consider it out-of-da= te. [1]: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D1a6574 [2]: https://issues.guix.gnu.org/57390 Cairn (2): gnu: Add boohu. gnu: Add boohu-tk. gnu/packages/games.scm | 43 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) --=20 2.37.2