From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add supertuxkart. Date: Sun, 23 Oct 2016 15:11:59 +0200 Message-ID: <877f8zw6ow.fsf@elephly.net> References: <20161017213754.8462-1-rekado@elephly.net> <87oa2hltci.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1byIZU-0006sU-43 for guix-devel@gnu.org; Sun, 23 Oct 2016 09:12:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1byIZT-0002vH-6B for guix-devel@gnu.org; Sun, 23 Oct 2016 09:12:16 -0400 In-reply-to: <87oa2hltci.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/games.scm (supertuxkart): New variable. > > Woohoo! > >> + (snippet >> + ;; Delete bundled library sources >> + '(begin >> + ;; FIXME: try to unbundle enet, and angelscript >> + (for-each delete-file-recursively >> + '("lib/zlib" >> + "lib/libpng" >> + "lib/jpeglib" >> + "lib/glew" >> + "lib/wiiuse")) >> + #t)))) > > [...] > >> + (substitute* "CMakeLists.txt" >> + ;; Supertuxkart uses modified versions of the Irrlicht engine >> + ;; and the bullet library. The developers gave an explanation here: >> + ;; http://forum.freegamedev.net/viewtopic.php?f=17&t=3906 >> + (("add_subdirectory\\(.*/(glew|zlib)\"\\)") "") > > I think this clause should go to the snippet above. I moved it to the snippet and pushed as 1a0633e79b83d9ee740a83f29c05b86e9558da00. Thanks! ~~ Ricardo