From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:52541) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irw8d-00047e-FP for guix-patches@gnu.org; Wed, 15 Jan 2020 22:48:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1irw8Z-0004sF-Bk for guix-patches@gnu.org; Wed, 15 Jan 2020 22:48:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:58845) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1irw8Y-0004rm-8c for guix-patches@gnu.org; Wed, 15 Jan 2020 22:48:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1irw8Y-0005Uh-5o for guix-patches@gnu.org; Wed, 15 Jan 2020 22:48:02 -0500 Subject: bug#39109: [PATCH] gnu: red-eclipse: Update to 2.0.0. Resent-To: guix-patches@gnu.org Resent-Message-ID: Message-ID: <1b786481c7a4f580d8b045df92c381fd33e08e9c.camel@posteo.net> From: Kei Kebreau Date: Wed, 15 Jan 2020 22:47:22 -0500 In-Reply-To: <87ftgjc7js.fsf@cbaines.net> References: <20200113013240.28578-1-kkebreau@posteo.net> <87ftgjc7js.fsf@cbaines.net> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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: Christopher Baines Cc: 39109-done@debbugs.gnu.org On Mon, 2020-01-13 at 22:31 +0000, Christopher Baines wrote: > Kei Kebreau writes: > > > * gnu/packages/games.scm (red-eclipse): Update to 2.0.0. > > [source]: Remove obsolete patch, and fetch submodules making > > recursive true. > > [arguments]: Remove "unpack-data" phase and adjust > > "add-store-data-package-path-as-default" phase. > > [inputs]: Add freetype and remove data-sources. > > * gnu/packages/patches/red-eclipse-remove-gamma-name-hack.patch: > > Delete file. > > * gnu/local.mk (dist_patch_DATA): Delete file. > > --- > > gnu/local.mk | 1 - > > gnu/packages/games.scm | 96 +++---------- > > ------ > > .../red-eclipse-remove-gamma-name-hack.patch | 52 ---------- > > 3 files changed, 12 insertions(+), 137 deletions(-) > > delete mode 100644 gnu/packages/patches/red-eclipse-remove-gamma- > > name-hack.patch > > Looks good to me :) The changes look good, I like that the package > definition is a little shorter. I've successfully built the package > on > x86_64-linux, and launched the game. I just built and tested i686-linux version of the game with no issues. Pushed to master with your help. Thank you! Kei