guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add supertuxkart.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: Add supertuxkart.
Date: Tue, 18 Oct 2016 14:44:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Ricardo Wurmus <address@hidden> 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.

Otherwise LGTM, thanks!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]