GNU bug report logs -
#28794
[PATCH] gnu: games: Add openrct2.
Previous Next
Reported by: Rutger Helling <rhelling <at> mykolab.com>
Date: Thu, 12 Oct 2017 08:33:02 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 14 Oct 2017 16:45:40 +0200
with message-id <8760bhyei3.fsf <at> gnu.org>
and subject line Re: [bug#28794] [PATCH] gnu: games: Add openrct2.
has caused the debbugs.gnu.org bug report #28794,
regarding [PATCH] gnu: games: Add openrct2.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
28794: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28794
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Hey Guix,
This patch adds OpenRCT2.
[Message part 4 (text/html, inline)]
[0001-gnu-games-Add-openrct2.patch (text/x-diff, attachment)]
[Message part 6 (message/rfc822, inline)]
[Message part 7 (text/plain, inline)]
Hi Rutger,
Rutger Helling <rhelling <at> mykolab.com> skribis:
> I think it makes sense to add it, but have it be the responsibility of
> the user to provide the assets, since these files can never be bundled
> in Guix. Maybe it should explicitly mention that.
[...]
> Personally I think it makes sense to provide libre engine replacements
> for games, to motivate users to use those instead of running proprietary
> code. The FSF directory even explicitly mentions OpenMW for example:
> https://directory.fsf.org/wiki/OpenMW.
[...]
> By the way Ludo, Parabola has packaged OpenMW too. OpenRCT2 is also
> mentioned in a list of games by them (second link).
>
> https://www.parabola.nu/packages/libre/x86_64/openmw/
> https://wiki.parabola.nu/List_of_Applications/Games
That makes sense to me. I hope the free project will manage to come up
with free artwork longer-term, but in the meantime, this is probably
better than nothing.
I’ve committed with the changes below (the license if GPL v3-or-later,
as stated in source file headers.)
Thanks,
Ludo’.
[Message part 8 (text/x-patch, inline)]
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 83d175d16..04b7b78d3 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2669,10 +2669,15 @@ Transport Tycoon Deluxe.")
`(("pkg-config", pkg-config)))
(home-page "https://github.com/OpenRCT2/OpenRCT2")
(synopsis "Free software re-implementation of RollerCoaster Tycoon 2")
- (description "OpenRCT2 is an free software re-implementation of
+ (description "OpenRCT2 is a free software re-implementation of
RollerCoaster Tycoon 2 (RCT2). The gameplay revolves around building and
-maintaining an amusement park containing attractions, shops and facilities.")
- (license license:gpl3)))
+maintaining an amusement park containing attractions, shops and facilities.
+
+Note that this package does @emph{not} provide the game assets (sounds,
+images, etc.)")
+ ;; See <https://github.com/OpenRCT2/OpenRCT2/wiki/Required-RCT2-files>
+ ;; regarding assets.
+ (license license:gpl3+)))
(define-public pinball
(package
This bug report was last modified 7 years and 267 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.