Ricardo Wurmus <rek...@elephly.net> 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