Merge remote-tracking branch 'master' into core-updates.
[jackhill/guix/guix.git] / gnu / packages / games.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2013 John Darrington <jmd@gnu.org>
3 ;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org>
4 ;;; Copyright © 2014, 2016 David Thompson <dthompson2@worcester.edu>
5 ;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Eric Bavier <bavier@member.fsf.org>
6 ;;; Copyright © 2014 Cyrill Schenkel <cyrill.schenkel@gmail.com>
7 ;;; Copyright © 2014 Sylvain Beucler <beuc@beuc.net>
8 ;;; Copyright © 2014, 2015, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
9 ;;; Copyright © 2014, 2015, 2016 Sou Bunnbu <iyzsong@gmail.com>
10 ;;; Copyright © 2014, 2015, 2019 Mark H Weaver <mhw@netris.org>
11 ;;; Copyright © 2015, 2016 Andreas Enge <andreas@enge.fr>
12 ;;; Copyright © 2015 David Hashe <david.hashe@dhashe.com>
13 ;;; Copyright © 2015, 2017, 2018 Christopher Lemmer Webber <cwebber@dustycloud.org>
14 ;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
15 ;;; Copyright © 2015, 2016, 2017 Alex Kost <alezost@gmail.com>
16 ;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
17 ;;; Copyright © 2016, 2017 Rodger Fox <thylakoid@openmailbox.org>
18 ;;; Copyright © 2016, 2017, 2018 ng0 <ng0@n0.is>
19 ;;; Copyright © 2016 Albin Söderqvist <albin@fripost.org>
20 ;;; Copyright © 2016, 2017, 2018, 2019 Kei Kebreau <kkebreau@posteo.net>
21 ;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
22 ;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
23 ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
24 ;;; Copyright © 2016 Steve Webber <webber.sl@gmail.com>
25 ;;; Copyright © 2017 Adonay "adfeno" Felipe Nogueira <https://libreplanet.org/wiki/User:Adfeno> <adfeno@hyperbola.info>
26 ;;; Copyright © 2017, 2018 Arun Isaac <arunisaac@systemreboot.net>
27 ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
28 ;;; Copyright © 2017, 2019 nee <nee-git@hidamari.blue>
29 ;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
30 ;;; Copyright © 2017, 2019 Marius Bakke <mbakke@fastmail.com>
31 ;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com>
32 ;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
33 ;;; Copyright © 2017, 2018, 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
34 ;;; Copyright © 2018 okapi <okapi@firemail.cc>
35 ;;; Copyright © 2018 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
36 ;;; Copyright © 2018 Madalin Ionel-Patrascu <madalinionel.patrascu@mdc-berlin.de>
37 ;;; Copyright © 2018 Benjamin Slade <slade@jnanam.net>
38 ;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
39 ;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz>
40 ;;; Copyright © 2019 Oleg Pykhalov <go.wigust@gmail.com>
41 ;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
42 ;;; Copyright © 2019 Julien Lepiller <julien@lepiller.eu>
43 ;;; Copyright © 2019 Jesse Gibbons <jgibbons2357+guix@gmail.com>
44 ;;; Copyright © 2019 Dan Frumin <dfrumin@cs.ru.nl>
45 ;;; Copyright © 2019 Guillaume Le Vaillant <glv@posteo.net>
46 ;;; Copyright © 2019 Timotej Lazar <timotej.lazar@araneo.si>
47 ;;; Copyright © 2019 Josh Holland <josh@inv.alid.pw>
48 ;;; Copyright © 2017, 2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
49 ;;;
50 ;;; This file is part of GNU Guix.
51 ;;;
52 ;;; GNU Guix is free software; you can redistribute it and/or modify it
53 ;;; under the terms of the GNU General Public License as published by
54 ;;; the Free Software Foundation; either version 3 of the License, or (at
55 ;;; your option) any later version.
56 ;;;
57 ;;; GNU Guix is distributed in the hope that it will be useful, but
58 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
59 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
60 ;;; GNU General Public License for more details.
61 ;;;
62 ;;; You should have received a copy of the GNU General Public License
63 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
64
65 (define-module (gnu packages games)
66 #:use-module (ice-9 match)
67 #:use-module ((guix licenses) #:prefix license:)
68 #:use-module (guix utils)
69 #:use-module (guix packages)
70 #:use-module (guix download)
71 #:use-module (guix git-download)
72 #:use-module (guix svn-download)
73 #:use-module (guix gexp)
74 #:use-module (gnu packages)
75 #:use-module (gnu packages algebra)
76 #:use-module (gnu packages autotools)
77 #:use-module (gnu packages backup)
78 #:use-module (gnu packages base)
79 #:use-module (gnu packages build-tools)
80 #:use-module (gnu packages admin)
81 #:use-module (gnu packages audio)
82 #:use-module (gnu packages avahi)
83 #:use-module (gnu packages assembly)
84 #:use-module (gnu packages bash)
85 #:use-module (gnu packages bison)
86 #:use-module (gnu packages boost)
87 #:use-module (gnu packages check)
88 #:use-module (gnu packages cmake)
89 #:use-module (gnu packages compression)
90 #:use-module (gnu packages curl)
91 #:use-module (gnu packages crypto)
92 #:use-module (gnu packages cyrus-sasl)
93 #:use-module (gnu packages documentation)
94 #:use-module (gnu packages docbook)
95 #:use-module (gnu packages emulators)
96 #:use-module (gnu packages flex)
97 #:use-module (gnu packages fltk)
98 #:use-module (gnu packages fonts)
99 #:use-module (gnu packages fontutils)
100 #:use-module (gnu packages freedesktop)
101 #:use-module (gnu packages fribidi)
102 #:use-module (gnu packages game-development)
103 #:use-module (gnu packages gcc)
104 #:use-module (gnu packages gettext)
105 #:use-module (gnu packages ghostscript)
106 #:use-module (gnu packages gimp)
107 #:use-module (gnu packages gl)
108 #:use-module (gnu packages glib)
109 #:use-module (gnu packages gnome)
110 #:use-module (gnu packages gnuzilla)
111 #:use-module (gnu packages gperf)
112 #:use-module (gnu packages graphics)
113 #:use-module (gnu packages gstreamer)
114 #:use-module (gnu packages gtk)
115 #:use-module (gnu packages guile)
116 #:use-module (gnu packages haskell)
117 #:use-module (gnu packages haskell-crypto)
118 #:use-module (gnu packages haskell-xyz)
119 #:use-module (gnu packages icu4c)
120 #:use-module (gnu packages image)
121 #:use-module (gnu packages imagemagick)
122 #:use-module (gnu packages kde)
123 #:use-module (gnu packages kde-frameworks)
124 #:use-module (gnu packages less)
125 #:use-module (gnu packages libcanberra)
126 #:use-module (gnu packages libedit)
127 #:use-module (gnu packages libunwind)
128 #:use-module (gnu packages linux)
129 #:use-module (gnu packages llvm)
130 #:use-module (gnu packages lua)
131 #:use-module (gnu packages man)
132 #:use-module (gnu packages maths)
133 #:use-module (gnu packages mp3)
134 #:use-module (gnu packages music)
135 #:use-module (gnu packages multiprecision)
136 #:use-module (gnu packages ncurses)
137 #:use-module (gnu packages netpbm)
138 #:use-module (gnu packages networking)
139 #:use-module (gnu packages ocaml)
140 #:use-module (gnu packages opencl)
141 #:use-module (gnu packages pcre)
142 #:use-module (gnu packages perl)
143 #:use-module (gnu packages perl-check)
144 #:use-module (gnu packages pkg-config)
145 #:use-module (gnu packages pulseaudio)
146 #:use-module (gnu packages python)
147 #:use-module (gnu packages python-xyz)
148 #:use-module (gnu packages qt)
149 #:use-module (gnu packages readline)
150 #:use-module (gnu packages shells)
151 #:use-module (gnu packages sdl)
152 #:use-module (gnu packages serialization)
153 #:use-module (gnu packages sqlite)
154 #:use-module (gnu packages squirrel)
155 #:use-module (gnu packages swig)
156 #:use-module (gnu packages tcl)
157 #:use-module (gnu packages terminals)
158 #:use-module (gnu packages texinfo)
159 #:use-module (gnu packages textutils)
160 #:use-module (gnu packages tls)
161 #:use-module (gnu packages upnp)
162 #:use-module (gnu packages video)
163 #:use-module (gnu packages vulkan)
164 #:use-module (gnu packages web)
165 #:use-module (gnu packages wget)
166 #:use-module (gnu packages wxwidgets)
167 #:use-module (gnu packages xdisorg)
168 #:use-module (gnu packages xorg)
169 #:use-module (gnu packages xiph)
170 #:use-module (gnu packages xml)
171 #:use-module (gnu packages messaging)
172 #:use-module (gnu packages networking)
173 #:use-module (guix build-system glib-or-gtk)
174 #:use-module (guix build-system gnu)
175 #:use-module (guix build-system go)
176 #:use-module (guix build-system meson)
177 #:use-module (guix build-system scons)
178 #:use-module (guix build-system python)
179 #:use-module (guix build-system cmake)
180 #:use-module (guix build-system qt)
181 #:use-module (guix build-system trivial)
182 #:use-module ((srfi srfi-1) #:hide (zip))
183 #:use-module (srfi srfi-26))
184
185 ;; Data package for adanaxisgpl.
186 (define adanaxis-mush
187 (let ((version "1.1.0"))
188 (origin
189 (method url-fetch)
190 (uri (string-append "http://www.mushware.com/files/adanaxis-mush-"
191 version ".tar.gz"))
192 (sha256
193 (base32 "0mk9ibis5nkdcalcg1lkgnsdxxbw4g5w2i3icjzy667hqirsng03")))))
194
195 (define-public adanaxisgpl
196 (package
197 (name "adanaxisgpl")
198 (version "1.2.5")
199 (source
200 (origin
201 (method url-fetch)
202 (uri (string-append "http://www.mushware.com/files/adanaxisgpl-"
203 version ".tar.gz"))
204 (sha256
205 (base32 "0jkn637jaabvlhd6hpvzb57vvjph94l6fbf7qxbjlw9zpr19dw1f"))
206 (modules '((guix build utils)))
207 (snippet
208 '(begin
209 ;; Necessary for building with gcc >=4.7.
210 (substitute* "src/Mushcore/MushcoreSingleton.h"
211 (("SingletonPtrSet\\(new SingletonType\\);")
212 "MushcoreSingleton::SingletonPtrSet(new SingletonType);"))
213 ;; Avoid an "invalid conversion from const char* to char*" error.
214 (substitute* "src/Platform/X11/PlatformMiscUtils.cpp"
215 (("char \\*end, \\*result;")
216 (string-append "const char *end;"
217 "\n"
218 "char *result;")))
219 #t))))
220 (build-system gnu-build-system)
221 (arguments
222 `(#:tests? #f ; no check target
223 #:phases
224 (modify-phases %standard-phases
225 (add-after 'install 'install-data
226 (lambda* (#:key inputs outputs #:allow-other-keys)
227 (let ((data (assoc-ref inputs "adanaxis-mush"))
228 (share (string-append (assoc-ref outputs "out")
229 "/share/" ,name "-" ,version)))
230 (mkdir-p share)
231 (invoke "tar" "xvf" data "-C" share)))))))
232 (native-inputs
233 `(("adanaxis-mush" ,adanaxis-mush))) ; game data
234 (inputs
235 `(("expat" ,expat)
236 ("freeglut" ,freeglut)
237 ("glu" ,glu)
238 ("libjpeg" ,libjpeg)
239 ("libogg" ,libogg)
240 ("libtiff" ,libtiff)
241 ("libvorbis" ,libvorbis)
242 ("libx11" ,libx11)
243 ("libxext" ,libxext)
244 ("pcre" ,pcre)
245 ("sdl" ,sdl)
246 ("sdl-mixer" ,sdl-mixer)))
247 (home-page "https://www.mushware.com")
248 (synopsis "Action game in four spatial dimensions")
249 (description
250 "Adanaxis is a fast-moving first person shooter set in deep space, where
251 the fundamentals of space itself are changed. By adding another dimension to
252 space this game provides an environment with movement in four directions and
253 six planes of rotation. Initially the game explains the 4D control system via
254 a graphical sequence, before moving on to 30 levels of gameplay with numerous
255 enemy, ally, weapon and mission types. Features include simulated 4D texturing,
256 mouse and joystick control, and original music.")
257 (license license:gpl2)))
258
259 (define-public alex4
260 (package
261 (name "alex4")
262 (version "1.2.1")
263 (source
264 (origin
265 (method git-fetch)
266 (uri (git-reference
267 (url "https://github.com/carstene1ns/alex4.git")
268 (commit version)))
269 (file-name (git-file-name name version))
270 (sha256
271 (base32 "098wy72mh4lsvq3gm0rhamjssf9l1hp6hhkpzrv7klpb97cwwc3h"))))
272 (build-system gnu-build-system)
273 (arguments
274 `(#:tests? #f ; no check target
275 #:make-flags
276 (list "CC=gcc"
277 "CFLAGS=-D_FILE_OFFSET_BITS=64"
278 (string-append "PREFIX=" (assoc-ref %outputs "out")))
279 #:phases
280 (modify-phases %standard-phases
281 (delete 'configure) ; no configure script
282 (add-after 'install 'install-data
283 (lambda* (#:key outputs #:allow-other-keys)
284 (let ((share (string-append (assoc-ref outputs "out")
285 "/share/" ,name)))
286 (install-file "alex4.ini" share)
287 #t))))))
288 (inputs
289 `(("allegro" ,allegro-4)
290 ("dumb" ,dumb-allegro4)))
291 (home-page "http://allegator.sourceforge.net/")
292 (synopsis "Retro platform game")
293 (description
294 "Guide Alex the Allegator through the jungle in order to save his
295 girlfriend Lola from evil humans who want to make a pair of shoes out of her.
296 Plenty of classic platforming in four nice colors guaranteed!
297
298 The game includes a built-in editor so you can design and share your own maps.")
299 (license license:gpl2+)))
300
301 (define-public armagetronad
302 (package
303 (name "armagetronad")
304 (version "0.2.8.3.4")
305 (source (origin
306 (method url-fetch)
307 (uri (string-append "mirror://sourceforge/armagetronad/stable/"
308 version "/armagetronad-" version ".src.tar.gz"))
309 (sha256
310 (base32
311 "1pgy0r80z702qdv94aw3ywdn4ynnr4cdi86ml558pljfc5ygasj4"))))
312 (build-system gnu-build-system)
313 (inputs
314 `(("libxml2" ,libxml2)
315 ("sdl" ,sdl)
316 ("sdl-image" ,sdl-image)
317 ("freeglut" ,freeglut)
318 ("libpng" ,libpng)
319 ("libjpeg-turbo" ,libjpeg-turbo)))
320 (home-page "http://www.armagetronad.org")
321 (synopsis "Tron clone in 3D")
322 (description "Armagetron Advanced is a multiplayer game in 3d that
323 attempts to emulate and expand on the lightcycle sequence from the movie Tron.
324 It's an old school arcade game slung into the 21st century. Highlights
325 include a customizable playing arena, HUD, unique graphics, and AI bots. For
326 the more advanced player there are new game modes and a wide variety of
327 physics settings to tweak as well.")
328 (license license:gpl2+)))
329
330 (define-public armagetron-advanced
331 (deprecated-package "armagetron-advanced" armagetronad))
332
333 (define-public bastet
334 (package
335 (name "bastet")
336 (version "0.43.2")
337 (source
338 (origin
339 (method git-fetch)
340 (uri (git-reference
341 (url "https://github.com/fph/bastet.git")
342 (commit version)))
343 (file-name (git-file-name name version))
344 (sha256
345 (base32 "09kamxapm9jw9przpsgjfg33n9k94bccv65w95dakj0br33a75wn"))
346 (patches
347 (search-patches "bastet-change-source-of-unordered_set.patch"))))
348 (build-system gnu-build-system)
349 (arguments
350 `(#:make-flags
351 (list (string-append "CXXFLAGS=-I"
352 (assoc-ref %build-inputs "boost") "/include"))
353 #:phases
354 (modify-phases %standard-phases
355 (delete 'configure) ; no configure script
356 (replace 'check
357 ;; The 'Test' target builds the tests, but doesn't actually run them.
358 (lambda* (#:key make-flags #:allow-other-keys)
359 (apply invoke "make" "Test" make-flags)
360 (setenv "HOME" ".")
361 (invoke "./Test")))
362 (replace 'install
363 (lambda* (#:key outputs #:allow-other-keys)
364 (let* ((out (assoc-ref outputs "out"))
365 (share (string-append out "/share"))
366 (hicolor (string-append share "/icons/hicolor")))
367 (install-file "bastet"
368 (string-append out "/bin"))
369
370 (install-file "bastet.desktop"
371 (string-append share "/applications"))
372 (install-file "bastet.svg"
373 (string-append hicolor "/scalable/apps"))
374
375 (install-file "bastet.appdata.xml"
376 (string-append share "/appdata"))
377
378 (install-file "bastet.6"
379 (string-append out "/share/man/man6"))
380 #t))))))
381 (native-inputs
382 `(("hicolor-icon-theme" ,hicolor-icon-theme)))
383 (inputs
384 `(("boost" ,boost)
385 ("ncurses" ,ncurses)))
386 (home-page "http://fph.altervista.org/prog/bastet.html")
387 (synopsis "Antagonistic Tetris-style falling brick game for text terminals")
388 (description
389 "Bastet (short for Bastard Tetris) is a simple ncurses-based falling brick
390 game. Unlike normal Tetris, Bastet does not choose the next brick at random.
391 Instead, it uses a special algorithm to choose the worst brick possible.
392
393 Playing bastet can be a painful experience, especially if you usually make
394 canyons and wait for the long I-shaped block to clear four rows at a time.")
395 (license license:gpl3+)))
396
397 (define-public cataclysm-dda
398 (let ((commit "9c732a5de48928691ab863d3ab275ca7b0e522fc"))
399 (package
400 (name "cataclysm-dda")
401 (version "0.D")
402 (source (origin
403 (method git-fetch)
404 (uri (git-reference
405 (url "https://github.com/CleverRaven/Cataclysm-DDA.git")
406 (commit commit)))
407 (sha256
408 (base32
409 "00zzhx1mh1qjq668cga5nbrxp2qk6b82j5ak65skhgnlr6ii4ysc"))
410 (file-name (git-file-name name version))))
411 (build-system gnu-build-system)
412 (arguments
413 '(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
414 "USE_HOME_DIR=1" "DYNAMIC_LINKING=1" "RELEASE=1"
415 "LOCALIZE=1" "LANGUAGES=all")
416 #:phases
417 (modify-phases %standard-phases
418 (delete 'configure)
419 (add-after 'build 'build-tiles
420 (lambda* (#:key make-flags outputs #:allow-other-keys)
421 ;; Change prefix directory and enable tile graphics and sound.
422 (apply invoke "make" "TILES=1" "SOUND=1"
423 (string-append "PREFIX="
424 (assoc-ref outputs "tiles"))
425 (cdr make-flags))))
426 (add-after 'install 'install-tiles
427 (lambda* (#:key make-flags outputs #:allow-other-keys)
428 (apply invoke "make" "install" "TILES=1" "SOUND=1"
429 (string-append "PREFIX="
430 (assoc-ref outputs "tiles"))
431 (cdr make-flags)))))
432 ;; TODO: Add libtap++ from https://github.com/cbab/libtappp as a native
433 ;; input in order to support tests.
434 #:tests? #f))
435 (outputs '("out"
436 "tiles")) ; For tile graphics and sound support.
437 (native-inputs
438 `(("gettext" ,gettext-minimal)
439 ("pkg-config" ,pkg-config)))
440 (inputs
441 `(("freetype" ,freetype)
442 ("libogg" ,libogg)
443 ("libvorbis" ,libvorbis)
444 ("ncurses" ,ncurses)
445 ("sdl2" ,sdl2)
446 ("sdl2-image" ,sdl2-image)
447 ("sdl2-ttf" ,sdl2-ttf)
448 ("sdl2-mixer" ,sdl2-mixer)))
449 (home-page "http://en.cataclysmdda.com/")
450 (synopsis "Survival horror roguelike video game")
451 (description
452 "Cataclysm: Dark Days Ahead (or \"DDA\" for short) is a roguelike set
453 in a post-apocalyptic world. Struggle to survive in a harsh, persistent,
454 procedurally generated world. Scavenge the remnants of a dead civilization
455 for food, equipment, or, if you are lucky, a vehicle with a full tank of gas
456 to get you out of Dodge. Fight to defeat or escape from a wide variety of
457 powerful monstrosities, from zombies to giant insects to killer robots and
458 things far stranger and deadlier, and against the others like yourself, that
459 want what you have.")
460 (license license:cc-by-sa3.0))))
461
462 (define-public cataclysm-dark-days-ahead
463 (deprecated-package "cataclysm-dark-days-ahead" cataclysm-dda))
464
465 (define-public cowsay
466 (package
467 (name "cowsay")
468 (version "3.04")
469 (source (origin
470 (method git-fetch)
471 (uri (git-reference
472 (url "https://github.com/tnalpgge/rank-amateur-cowsay.git")
473 (commit (string-append name "-" version))))
474 (file-name (git-file-name name version))
475 (sha256
476 (base32
477 "06455kq37hvq1xb7adyiwrx0djs50arsxvjgixyxks16lm1rlc7n"))))
478 (build-system gnu-build-system)
479 (arguments
480 `(#:phases
481 (modify-phases %standard-phases
482 (delete 'configure) ; no configure script
483 (delete 'build) ; nothing to be built
484 (replace 'install
485 (lambda* (#:key outputs #:allow-other-keys)
486 (invoke "sh" "install.sh"
487 (assoc-ref outputs "out"))))
488 (delete 'check)
489 (add-after 'install 'check
490 (lambda* (#:key outputs #:allow-other-keys)
491 (invoke (string-append (assoc-ref outputs "out")
492 "/bin/cowsay")
493 "We're done!"))))))
494 (inputs
495 `(("perl" ,perl)))
496 (home-page (string-append "https://web.archive.org/web/20071026043648/"
497 "http://www.nog.net:80/~tony/warez/cowsay.shtml"))
498 (synopsis "Speaking cow text filter")
499 (description "Cowsay is basically a text filter. Send some text into it,
500 and you get a cow saying your text. If you think a talking cow isn't enough,
501 cows can think too: all you have to do is run @command{cowthink}. If you're
502 tired of cows, a variety of other ASCII-art messengers are available.")
503 (license license:gpl3+)))
504
505 (define-public lolcat
506 (let ((commit "35dca3d0a381496d7195cd78f5b24aa7b62f2154")
507 (revision "0"))
508 (package
509 (name "lolcat")
510 (version (git-version "1.0" revision commit))
511 (source
512 (origin
513 (method git-fetch)
514 (uri (git-reference
515 (url "https://github.com/jaseg/lolcat.git")
516 (commit commit)))
517 (sha256
518 (base32
519 "0jjbkqcc2ikjxd1xgdyv4rb0vsw218181h89f2ywg29ffs3ypd8g"))
520 (file-name (git-file-name name version))))
521 (build-system gnu-build-system)
522 (arguments
523 `(#:tests? #f ;; no check target
524 #:make-flags (list "CC=gcc")
525 #:phases
526 (modify-phases %standard-phases
527 (delete 'bootstrap)
528 (delete 'configure)
529 (replace 'install
530 (lambda* (#:key outputs #:allow-other-keys)
531 (let* ((out (assoc-ref outputs "out"))
532 (dest (string-append out "/bin")))
533 (mkdir-p dest)
534 (install-file "lolcat" dest)
535 (install-file "censor" dest)
536 #t))))))
537 (home-page "https://github.com/jaseg/lolcat")
538 (synopsis "Rainbow coloring effect for text console display")
539 (description "@command{lolcat} concatenates files and streams like
540 regular @command{cat}, but it also adds terminal escape codes between
541 characters and lines resulting in a rainbow effect.")
542 (license license:wtfpl2))))
543
544 (define-public freedoom
545 (package
546 (name "freedoom")
547 (version "0.12.1")
548 (source
549 (origin
550 (method git-fetch)
551 (uri (git-reference
552 (url "https://github.com/freedoom/freedoom.git")
553 (commit (string-append "v" version))))
554 (file-name (git-file-name name version))
555 (sha256
556 (base32 "1mq60lfwaaxmch7hsz8403pwafnlsmsd5z2df2j77ppwndwcrypb"))))
557 (build-system gnu-build-system)
558 (arguments
559 '(#:make-flags
560 (list (string-append "prefix=" (assoc-ref %outputs "out")))
561 #:tests? #f ; no check target
562 #:phases
563 (modify-phases %standard-phases
564 (delete 'bootstrap)
565 (replace 'configure
566 (lambda* (#:key inputs outputs #:allow-other-keys)
567 (let* ((freedoom (assoc-ref outputs "out"))
568 (wad-dir (string-append freedoom "/share/games/doom")))
569 ;; Make sure that the install scripts know where to find
570 ;; the appropriate WAD files.
571 (substitute* "dist/freedoom"
572 (("IWAD=freedm.wad")
573 (string-append "IWAD=" wad-dir "/freedm.wad"))
574 (("IWAD=freedoom1.wad")
575 (string-append "IWAD=" wad-dir "/freedoom1.wad"))
576 (("IWAD=freedoom2.wad")
577 (string-append "IWAD=" wad-dir "/freedoom2.wad")))
578 #t))))))
579 (native-inputs
580 `(("asciidoc" ,asciidoc)
581 ("deutex" ,deutex)
582 ("python" ,python)
583 ("python-pillow" ,python-pillow)))
584 (home-page "https://freedoom.github.io/")
585 (synopsis "Free content game based on the Doom engine")
586 (native-search-paths
587 (list (search-path-specification
588 (variable "DOOMWADDIR")
589 (files '("share/games/doom")))
590 (search-path-specification
591 (variable "DOOMWADPATH")
592 (files '("share/games/doom")))))
593 (description
594 "The Freedoom project aims to create a complete free content first person
595 shooter game. Freedoom by itself is just the raw material for a game: it must
596 be paired with a compatible game engine (such as @code{prboom-plus}) to be
597 played. Freedoom complements the Doom engine with free levels, artwork, sound
598 effects and music to make a completely free game.")
599 (license license:bsd-3)))
600
601 (define-public freedroidrpg
602 (package
603 (name "freedroidrpg")
604 (version "0.16.1")
605 (source
606 (origin
607 (method url-fetch)
608 (uri (string-append "http://ftp.osuosl.org/pub/freedroid/"
609 "freedroidRPG-" (version-major+minor version) "/"
610 "freedroidRPG-" version ".tar.gz"))
611 (sha256
612 (base32 "0n4kn38ncmcy3lrxmq8fjry6c1z50z4q1zcqfig0j4jb0dsz2va2"))))
613 (build-system gnu-build-system)
614 (arguments
615 `(#:configure-flags
616 (list
617 (string-append "CFLAGS="
618 "-I" (assoc-ref %build-inputs "sdl-gfx") "/include/SDL "
619 "-I" (assoc-ref %build-inputs "sdl-image") "/include/SDL "
620 "-I" (assoc-ref %build-inputs "sdl-mixer") "/include/SDL")
621 "--enable-opengl")
622 ;; FIXME: the test suite fails with the following error output:
623 ;; 4586 Segmentation fault env SDL_VIDEODRIVER=dummy \
624 ;; SDL_AUDIODRIVER=dummy ./src/freedroidRPG -nb text
625 #:tests? #f))
626 (native-inputs
627 `(("pkg-config" ,pkg-config)))
628 (inputs
629 `(("glu" ,glu)
630 ("libjpeg" ,libjpeg)
631 ("libogg" ,libogg)
632 ("libpng" ,libpng)
633 ("libvorbis" ,libvorbis)
634 ("mesa" ,mesa)
635 ("python" ,python-wrapper)
636 ("sdl" ,sdl)
637 ("sdl-gfx" ,sdl-gfx)
638 ("sdl-image" ,sdl-image)
639 ("sdl-mixer" ,sdl-mixer)
640 ("zlib" ,zlib)))
641 (home-page "http://www.freedroid.org/")
642 (synopsis "Isometric role-playing game against killer robots")
643 (description
644 "Freedroid RPG is an @dfn{RPG} (Role-Playing Game) with isometric graphics.
645 The game tells the story of a world destroyed by a conflict between robots and
646 their human masters. To restore peace to humankind, the player must complete
647 numerous quests while fighting off rebelling robots---either by taking control
648 of them, or by simply blasting them to pieces with melee and ranged weapons in
649 real-time combat.")
650 (license (list license:expat ; lua/
651 license:gpl3 ; src/gen_savestruct.py
652 license:gpl2+)))) ; the rest
653
654 (define-public golly
655 (package
656 (name "golly")
657 (version "3.2")
658 (source (origin
659 (method url-fetch)
660 (uri (string-append "mirror://sourceforge/golly/golly/golly-"
661 version "/golly-" version
662 "-src.tar.gz"))
663 (sha256
664 (base32
665 "0cg9mbwmf4q6qxhqlnzrxh9y047banxdb8pd3hgj3smmja2zf0jd"))))
666 (build-system gnu-build-system)
667 (arguments
668 '(#:make-flags (list "CC=gcc"
669 (string-append "GOLLYDIR="
670 (assoc-ref %outputs "out")
671 "/share/golly"))
672 #:tests? #f ; no check target
673 #:phases
674 (modify-phases %standard-phases
675 (replace 'configure
676 (lambda* (#:key inputs #:allow-other-keys)
677 ;; For some reason, setting the PYTHON_SHLIB make flag doesn't
678 ;; properly set the path to the Python shared library. This
679 ;; substitution acheives the same end by different means.
680 (substitute* "gui-wx/wxprefs.cpp"
681 (("pythonlib = wxT\\(STRINGIFY\\(PYTHON_SHLIB\\)\\)")
682 (string-append "pythonlib = \""
683 (assoc-ref inputs "python")
684 "/lib/libpython-2.7.so\"")))
685 #t))
686 (replace 'build
687 (lambda* (#:key make-flags outputs #:allow-other-keys)
688 (with-directory-excursion "gui-wx"
689 (apply invoke `("make" ,@make-flags "-f" "makefile-gtk")))))
690 (replace 'install
691 (lambda* (#:key outputs #:allow-other-keys)
692 (let* ((out (assoc-ref outputs "out"))
693 (bin (string-append out "/bin"))
694 (doc (string-append out "/share/doc/golly"))
695 (pixmaps (string-append out "/share/pixmaps"))
696 (share (string-append out "/share/golly")))
697 (for-each (lambda (binary)
698 (install-file binary bin))
699 '("bgolly" "golly"))
700 (for-each (lambda (document)
701 (install-file
702 (string-append "docs/" document ".html")
703 doc))
704 '("License" "ReadMe" "ToDo"))
705 (install-file "gui-wx/icons/appicon.xpm" pixmaps)
706 (for-each (lambda (folder)
707 (copy-recursively
708 folder
709 (string-append share "/" folder)))
710 '("Help" "Patterns" "Rules" "Scripts")))
711 #t)))))
712 (native-inputs
713 `(("lua" ,lua)))
714 (inputs
715 `(("glu" ,glu)
716 ("mesa" ,mesa)
717 ("python" ,python-2)
718 ("wxwidgets" ,wxwidgets-gtk2)
719 ("zlib" ,zlib)))
720 (home-page "http://golly.sourceforge.net/")
721 (synopsis "Software for exploring cellular automata")
722 (description
723 "Golly simulates Conway's Game of Life and many other types of cellular
724 automata. The following features are available:
725 @enumerate
726 @item Support for bounded and unbounded universes, with cells of up to 256
727 states.
728 @item Support for multiple algorithms, including Bill Gosper's Hashlife
729 algorithm.
730 @item Loading patterns from BMP, PNG, GIF and TIFF image files.
731 @item Reading RLE, macrocell, Life 1.05/1.06, dblife and MCell files.
732 @item Scriptable via Lua or Python.
733 @item Extracting patterns, rules and scripts from zip files.
734 @item Downloading patterns, rules and scripts from online archives.
735 @item Pasting patterns from the clipboard.
736 @item Unlimited undo/redo.
737 @item Configurable keyboard shortcuts.
738 @item Auto fit option to keep patterns within the view.
739 @end enumerate")
740 (license license:gpl2+)))
741
742 (define-public meandmyshadow
743 (package
744 (name "meandmyshadow")
745 (version "0.5a")
746 (source (origin
747 (method url-fetch)
748 (uri (string-append "mirror://sourceforge/meandmyshadow/"
749 version "/meandmyshadow-" version
750 "-src.tar.gz"))
751 (sha256
752 (base32
753 "0i98v6cgmpsxy7mbb0s2y6f6qq6mkwzk2nrv1nz39ncf948aky2h"))))
754 (build-system cmake-build-system)
755 (arguments
756 `(#:tests? #f)) ; there are no tests
757 (native-inputs
758 `(("pkg-config" ,pkg-config)))
759 (inputs
760 `(("curl" ,curl)
761 ("libarchive" ,libarchive)
762 ("lua" ,lua)
763 ("sdl" ,(sdl-union (list sdl2
764 sdl2-image
765 sdl2-mixer
766 sdl2-ttf)))))
767 (home-page "https://acmepjz.github.io/meandmyshadow/")
768 (synopsis "Puzzle/platform game")
769 (description "Me and My Shadow is a puzzle/platform game in which you try
770 to reach the exit by solving puzzles. Spikes, moving blocks, fragile blocks
771 and much more stand between you and the exit. Record your moves and let your
772 shadow mimic them to reach blocks you couldn't reach alone.")
773 (license license:gpl3+)))
774
775 (define-public knights
776 (package
777 (name "knights")
778 (version "025")
779 (source (origin
780 (method url-fetch)
781 (uri (string-append "http://www.knightsgame.org.uk/files/knights_"
782 version "_src.tar.gz"))
783 (sha256
784 (base32
785 "18vp2ygvn0s0jz8rm585jqf6hjqkam1ximq81k0r9hpmfj7wb88f"))))
786 (build-system gnu-build-system)
787 (arguments
788 '(#:make-flags
789 (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
790 #:phases
791 (modify-phases %standard-phases
792 ;; No configure script.
793 (delete 'configure))
794 #:tests? #f)) ;; No check target.
795 (inputs
796 `(("boost" ,boost)
797 ("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer)))
798 ("freetype" ,freetype)
799 ("fontconfig" ,fontconfig)
800 ("curl" ,curl)))
801 (native-inputs
802 `(("pkg-config" ,pkg-config)))
803 (home-page "http://www.knightsgame.org.uk/")
804 (synopsis "Multiplayer dungeon game involving knights and quests")
805 (description "Knights is a multiplayer game involving several knights who
806 must run around a dungeon and complete various quests. Each game revolves
807 around a quest – for example, you might have to find some items and carry them
808 back to your starting point. This may sound easy, but as there are only
809 enough items in the dungeon for one player to win, you may end up having to
810 kill your opponents to get their stuff! Other quests involve escaping from
811 the dungeon, fighting a duel to the death against the enemy knights, or
812 destroying an ancient book using a special wand.")
813 ;; This package includes modified sources of lua (X11), enet (Expat), and
814 ;; guichan (BSD-3). The "Coercri" library is released under the Boost
815 ;; license. The whole package is released under GPLv3+.
816 (license license:gpl3+)))
817
818 (define-public gnubg
819 (package
820 (name "gnubg")
821 (version "1.06.002")
822 (source
823 (origin
824 (method url-fetch)
825 (uri (string-append "http://files.gnubg.org/media/sources/gnubg-release-"
826 version "-sources." "tar.gz"))
827 (sha256
828 (base32
829 "11xwhcli1h12k6rnhhyq4jphzrhfik7i8ah3k32pqw803460n6yf"))))
830 (build-system gnu-build-system)
831 (inputs `(("glib" ,glib)
832 ("readline" ,readline)
833 ("gtk+" ,gtk+-2)
834 ("mesa" ,mesa)
835 ("glu" ,glu)
836 ("gtkglext" ,gtkglext)
837 ("sqlite" ,sqlite)
838 ("libcanberra" ,libcanberra)))
839 (native-inputs `(("python-2" ,python-2)
840 ("pkg-config" ,pkg-config)))
841 (home-page "http://gnubg.org")
842 (synopsis "Backgammon game")
843 (description "The GNU backgammon application (also known as \"gnubg\") can
844 be used for playing, analyzing and teaching the game. It has an advanced
845 evaluation engine based on artificial neural networks suitable for both
846 beginners and advanced players. In addition to a command-line interface, it
847 also features an attractive, 3D representation of the playing board.")
848 (license license:gpl3+)))
849
850 (define-public gnubackgammon
851 (deprecated-package "gnubackgammon" gnubg))
852
853 (define-public gnubik
854 (package
855 (name "gnubik")
856 (version "2.4.3")
857 (source
858 (origin
859 (method url-fetch)
860 (uri (string-append "mirror://gnu/gnubik/gnubik-"
861 version ".tar.gz"))
862 (sha256
863 (base32
864 "1vlf924mq8hg93bsjj0rzvs0crc6psmlxyc6zn0fr7msnmpx6gib"))))
865 (build-system gnu-build-system)
866 (inputs `(("gtk+" ,gtk+-2)
867 ("mesa" ,mesa)
868 ("glu" ,glu)
869 ("libx11" ,libx11)
870 ("guile" ,guile-2.0)
871 ("gtkglext" ,gtkglext)))
872 (native-inputs `(("gettext" ,gettext-minimal)
873 ("pkg-config" ,pkg-config)))
874 (home-page "https://www.gnu.org/software/gnubik/")
875 (synopsis "3d Rubik's cube game")
876 (description
877 "GNUbik is a puzzle game in which you must manipulate a cube to make
878 each of its faces have a uniform color. The game is customizable, allowing
879 you to set the size of the cube (the default is 3x3) or to change the colors.
880 You may even apply photos to the faces instead of colors. The game is
881 scriptable with Guile.")
882 (license license:gpl3+)))
883
884 (define-public gnushogi
885 (package
886 (name "gnushogi")
887 (version "1.4.2")
888 (source
889 (origin
890 (method url-fetch)
891 (uri (string-append "mirror://gnu/gnushogi/gnushogi-"
892 version ".tar.gz"))
893 (sha256
894 (base32
895 "0a9bsl2nbnb138lq0h14jfc5xvz7hpb2bcsj4mjn6g1hcsl4ik0y"))))
896 (arguments `(#:tests? #f)) ;; No check target.
897 (build-system gnu-build-system)
898 (home-page "https://www.gnu.org/software/gnushogi/")
899 (synopsis "The game of Shogi (Japanese chess)")
900 (description "GNU Shogi is a program that plays the game Shogi (Japanese
901 Chess). It is similar to standard chess but this variant is far more complicated.")
902 (license license:gpl3+)))
903
904 (define-public ltris
905 (package
906 (name "ltris")
907 (version "1.0.19")
908 (source
909 (origin
910 (method url-fetch)
911 (uri (string-append "http://prdownloads.sourceforge.net/lgames/"
912 "ltris-" version ".tar.gz"))
913 (sha256
914 (base32
915 "1895wv1fqklrj4apkz47rnkcfhfav7zjknskw6p0886j35vrwslg"))))
916 (build-system gnu-build-system)
917 (arguments
918 '(;; The code in LTris uses traditional GNU semantics for inline functions
919 #:configure-flags '("CFLAGS=-fgnu89-inline")
920 #:phases
921 (modify-phases %standard-phases
922 (add-after 'set-paths 'set-sdl-paths
923 (lambda* (#:key inputs #:allow-other-keys)
924 (setenv "CPATH"
925 (string-append (assoc-ref inputs "sdl-union")
926 "/include/SDL:"
927 (or (getenv "CPATH") "")))
928 #t)))))
929 (inputs
930 `(("sdl-union" ,(sdl-union (list sdl sdl-mixer)))))
931 (home-page "http://lgames.sourceforge.net/LTris/")
932 (synopsis "Tetris clone based on the SDL library")
933 (description
934 "LTris is a tetris clone: differently shaped blocks are falling down the
935 rectangular playing field and can be moved sideways or rotated by 90 degree
936 units with the aim of building lines without gaps which then disappear (causing
937 any block above the deleted line to fall down). LTris has three game modes: In
938 Classic you play until the stack of blocks reaches the top of the playing field
939 and no new blocks can enter. In Figures the playing field is reset to a new
940 figure each level and later on tiles and lines suddenly appear. In Multiplayer
941 up to three players (either human or CPU) compete with each other sending
942 removed lines to all opponents. There is also a Demo mode in which you can
943 watch your CPU playing while enjoying a cup of tea!")
944 (license license:gpl2+)))
945
946 (define-public nethack
947 (package
948 (name "nethack")
949 (version "3.6.4")
950 (source
951 (origin
952 (method url-fetch)
953 (uri
954 (string-append "https://www.nethack.org/download/" version "/nethack-"
955 (string-join (string-split version #\.) "") "-src.tgz"))
956 (sha256
957 (base32 "0ndxgnsprwgjnk0qb24iljkpijnfncgvfb3h3zb129h3cs2anc85"))))
958 (inputs
959 `(("ncurses" ,ncurses)
960 ("bison" ,bison)
961 ("flex" ,flex)
962 ("less" ,less)))
963 (build-system gnu-build-system)
964 (arguments
965 '(#:make-flags
966 `(,(string-append "PREFIX=" (assoc-ref %outputs "out")))
967 #:phases
968 (modify-phases %standard-phases
969 (add-before 'configure 'patch-paths
970 (lambda _
971 (substitute* "sys/unix/nethack.sh"
972 (("^ *cd .*$") ""))
973 (substitute* "sys/unix/Makefile.utl"
974 (("^YACC *=.*$") "YACC = bison -y\n")
975 (("^LEX *=.*$") "LEX = flex\n")
976 (("^# CC = gcc") "CC = gcc"))
977 (substitute* "sys/unix/hints/linux"
978 (("/bin/gzip") (string-append
979 (assoc-ref %build-inputs "gzip")
980 "/bin/gzip"))
981 (("^WINTTYLIB=.*") "WINTTYLIB=-lncurses"))
982 (substitute* "include/config.h"
983 (("^.*define CHDIR.*$") "")
984 (("^/\\* *#*define *REPRODUCIBLE_BUILD *\\*/")
985 ;; Honor SOURCE_DATE_EPOCH.
986 "#define REPRODUCIBLE_BUILD"))
987
988 ;; Note: 'makedefs' rejects and ignores dates that are too old
989 ;; or too new, so we must choose something reasonable here.
990 (setenv "SOURCE_DATE_EPOCH" "1531865062")
991
992 (substitute* "sys/unix/Makefile.src"
993 (("^# CC = gcc") "CC = gcc"))
994 #t))
995 (replace 'configure
996 (lambda _
997 (let ((bash (string-append
998 (assoc-ref %build-inputs "bash")
999 "/bin/bash")))
1000 (with-directory-excursion "sys/unix"
1001 (substitute* "setup.sh" (("/bin/sh") bash))
1002 (invoke bash "setup.sh" "hints/linux"))
1003 #t)))
1004 (add-after 'install 'fixup-paths
1005 (lambda _
1006 (let* ((output (assoc-ref %outputs "out"))
1007 (nethack-script (string-append output "/bin/nethack")))
1008 (mkdir-p (string-append output "/games/lib/nethackuserdir"))
1009 (for-each
1010 (lambda (file)
1011 (rename-file
1012 (string-append output "/games/lib/nethackdir/" file)
1013 (string-append output "/games/lib/nethackuserdir/"
1014 file)))
1015 '("xlogfile" "logfile" "perm" "record" "save"))
1016 (mkdir-p (string-append output "/bin"))
1017 (call-with-output-file nethack-script
1018 (lambda (port)
1019 (format port "#!~a/bin/sh
1020 PATH=~a:$PATH
1021 if [ ! -d ~~/.config/nethack ]; then
1022 mkdir -p ~~/.config/nethack
1023 cp -r ~a/games/lib/nethackuserdir/* ~~/.config/nethack
1024 chmod -R +w ~~/.config/nethack
1025 fi
1026
1027 RUNDIR=$(mktemp -d)
1028
1029 cleanup() {
1030 rm -rf $RUNDIR
1031 }
1032 trap cleanup EXIT
1033
1034 cd $RUNDIR
1035 for i in ~~/.config/nethack/*; do
1036 ln -s $i $(basename $i)
1037 done
1038 for i in ~a/games/lib/nethackdir/*; do
1039 ln -s $i $(basename $i)
1040 done
1041 ~a/games/nethack"
1042 (assoc-ref %build-inputs "bash")
1043 (list->search-path-as-string
1044 (list
1045 (string-append
1046 (assoc-ref %build-inputs "coreutils") "/bin")
1047 (string-append
1048 (assoc-ref %build-inputs "less") "/bin"))
1049 ":")
1050 output
1051 output
1052 output)))
1053 (chmod nethack-script #o555)
1054 #t)))
1055 (delete 'check))))
1056 (home-page "https://nethack.org")
1057 (synopsis "Classic dungeon crawl game")
1058 (description "NetHack is a single player dungeon exploration game that runs
1059 on a wide variety of computer systems, with a variety of graphical and text
1060 interfaces all using the same game engine. Unlike many other Dungeons &
1061 Dragons-inspired games, the emphasis in NetHack is on discovering the detail of
1062 the dungeon and not simply killing everything in sight - in fact, killing
1063 everything in sight is a good way to die quickly. Each game presents a
1064 different landscape - the random number generator provides an essentially
1065 unlimited number of variations of the dungeon and its denizens to be discovered
1066 by the player in one of a number of characters: you can pick your race, your
1067 role, and your gender.")
1068 (license
1069 (license:fsdg-compatible
1070 "https://nethack.org/common/license.html"))))
1071
1072 (define-public pipewalker
1073 (package
1074 (name "pipewalker")
1075 (version "0.9.4")
1076 (source
1077 (origin
1078 (method url-fetch)
1079 (uri (string-append "http://downloads.sourceforge.net/pipewalker/"
1080 "pipewalker-" version ".tar.gz"))
1081 (sha256
1082 (base32 "1x46wgk0s55562pd96cxagxkn6wpgglq779f9b64ff1k3xzp3myn"))))
1083 (build-system gnu-build-system)
1084 (arguments
1085 `(#:configure-flags
1086 (list (string-append "--docdir=" (assoc-ref %outputs "out")
1087 "/share/doc/" ,name "-" ,version))
1088 #:phases
1089 (modify-phases %standard-phases
1090 (add-after 'configure 'patch-docdir
1091 ;; Makefile.in ignores configure's ‘--docdir=...’ option. Fix that.
1092 (lambda _
1093 (substitute* "Makefile"
1094 (("(pkgdocdatadir = ).*" _ assignment)
1095 (string-append assignment "$(docdir)\n")))
1096 #t)))))
1097 (inputs
1098 `(("libpng" ,libpng)
1099 ("mesa" ,mesa)
1100 ("sdl" ,sdl)))
1101 (home-page "http://pipewalker.sourceforge.net/")
1102 (synopsis "Logical tile puzzle")
1103 (description
1104 "PipeWalker is a simple puzzle game with many diffent themes: connect all
1105 computers to one network server, bring water from a source to the taps, etc.
1106 The underlying mechanism is always the same: you must turn each tile in the
1107 grid in the right direction to combine all components into a single circuit.
1108 Every puzzle has a complete solution, although there may be more than one.")
1109 (license license:gpl3+)))
1110
1111 (define-public prboom-plus
1112 (package
1113 (name "prboom-plus")
1114 (version "2.5.1.4")
1115 (source (origin
1116 (method url-fetch)
1117 (uri (string-append "mirror://sourceforge/prboom-plus/prboom-plus/"
1118 version "/prboom-plus-" version ".tar.gz"))
1119 (sha256
1120 (base32 "151v6nign86m1a2vqz27krsccpc9m4d1jax4y43v2fa82wfj9qp0"))
1121 (modules '((guix build utils)))
1122 (snippet
1123 '(begin
1124 (substitute* "src/version.c"
1125 (("__DATE__") "")
1126 (("__TIME__") ""))
1127 #t))))
1128 (build-system gnu-build-system)
1129 (arguments
1130 '(#:configure-flags '("--disable-cpu-opt")
1131 #:make-flags `(,(string-append "gamesdir="
1132 (assoc-ref %outputs "out") "/bin"))
1133 #:phases
1134 (modify-phases %standard-phases
1135 (add-after 'set-paths 'set-sdl'paths
1136 (lambda* (#:key inputs #:allow-other-keys)
1137 (setenv "CPATH"
1138 (string-append (assoc-ref inputs "sdl-union")
1139 "/include/SDL:"
1140 (or (getenv "CPATH") "")))
1141 #t)))))
1142 (inputs
1143 `(("fluidsynth" ,fluidsynth)
1144 ("glu" ,glu)
1145 ("libmad" ,libmad)
1146 ("libpng" ,libpng)
1147 ("libvorbis" ,libvorbis)
1148 ("pcre" ,pcre)
1149 ("portmidi" ,portmidi)
1150 ("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-net)))))
1151 (home-page "http://prboom-plus.sourceforge.net/")
1152 (synopsis "Version of the classic 3D shoot'em'up game Doom")
1153 (description
1154 "PrBoom+ is a Doom source port developed from the original PrBoom project.")
1155 (license license:gpl2+)))
1156
1157 (define-public retux
1158 (package
1159 (name "retux")
1160 (version "1.3.6")
1161 (source (origin
1162 (method url-fetch)
1163 (uri (string-append "mirror://savannah/retux/"
1164 (version-major+minor version) "/retux-"
1165 version "-src.tar.gz"))
1166 (sha256
1167 (base32
1168 "01bidh4zisjp3nc436x0g85v60dvwb3ig37i7y01sa71j8fm4fmb"))))
1169 (build-system python-build-system)
1170 (arguments
1171 `(#:tests? #f ; no check target
1172 #:phases
1173 (modify-phases %standard-phases
1174 ;; no setup.py script
1175 (delete 'build)
1176 (replace 'install
1177 (lambda* (#:key outputs #:allow-other-keys)
1178 (let* ((out (assoc-ref outputs "out"))
1179 (bin (string-append out "/bin"))
1180 (data (string-append out "/share/retux"))
1181 (doc (string-append out "/share/doc/retux")))
1182 (mkdir-p bin)
1183
1184 (substitute* "retux.py"
1185 ;; Use the correct data directory.
1186 (("os\\.path\\.join\\(os\\.path\\.dirname\\(__file__\\), \"data\"\\),")
1187 (string-append "\"" data "\","))
1188 ;; Use Python 3 so the patch-shebangs phase works properly.
1189 ((".*python2.*") "#!/usr/bin/python3"))
1190
1191 (copy-file "retux.py" (string-append bin "/retux"))
1192
1193 (copy-recursively "data" data)
1194
1195 (install-file "COPYING" doc)
1196 #t))))))
1197 (inputs
1198 `(("python-sge-pygame" ,python-sge-pygame)
1199 ("python-six" ,python-six)
1200 ("python-xsge" ,python-xsge)))
1201 (home-page "http://retux.nongnu.org")
1202 (synopsis "Action platformer game")
1203 (description
1204 "ReTux is an action platformer loosely inspired by the Mario games,
1205 utilizing the art assets from the @code{SuperTux} project.")
1206 ;; GPL version 3 or later is the license for the code and some art.
1207 ;; The rest of the licenses are for the art exclusively, as listed in
1208 ;; data/LICENSES.
1209 (license (list license:cc0
1210 license:cc-by3.0
1211 license:cc-by-sa3.0
1212 license:cc-by-sa4.0
1213 license:gpl2+
1214 license:gpl3+))))
1215
1216 (define-public roguebox-adventures
1217 (package
1218 (name "roguebox-adventures")
1219 (version "2.2.1")
1220 (source
1221 (origin
1222 (method url-fetch)
1223 (uri (string-append
1224 "http://download.tuxfamily.org/rba/RogueBoxAdventures_v"
1225 (string-join (string-split version #\.) "_") "_Source.zip"))
1226 (file-name (string-append name "-" version ".zip"))
1227 (sha256
1228 (base32
1229 "0kmzdgnik8fsf3bg55546l77p3mfxn2awkzfzzdn20n82rd2babw"))))
1230 (build-system python-build-system)
1231 (arguments
1232 `(#:tests? #f ; no check target
1233 #:phases
1234 (modify-phases %standard-phases
1235 (replace 'unpack
1236 (lambda* (#:key source #:allow-other-keys)
1237 (and (invoke "unzip" source)
1238 ;; The actual source is buried a few directories deep.
1239 (chdir (string-append "RogueBoxAdventures_v"
1240 (string-join
1241 (string-split ,version #\.) "_")
1242 "_Source")))))
1243 ;; no setup.py script
1244 (replace 'build
1245 (lambda* (#:key outputs #:allow-other-keys)
1246 (let* ((out (assoc-ref outputs "out"))
1247 (data (string-append
1248 out "/share/games/roguebox-adventures")))
1249 ;; Use the correct data directory.
1250 (substitute* '("main.py" "LIB/getch.py" "LIB/getch_gcwz.py")
1251 (("basic_path + os\\.sep + 'DATA'")
1252 (string-append "'" data "'"))
1253 (("^basic_path.*$")
1254 (string-append "basic_path ='" data "'\n")))
1255 (substitute* "LIB/gra_files.py"
1256 (("basic_path = b_path\\.replace\\('/LIB',''\\)")
1257 (string-append "basic_path ='" data "'\n")))
1258
1259 ;; The game must save in the user's home directory because
1260 ;; the store is read-only.
1261 (substitute* "main.py"
1262 (("home_save = False") "home_save = True")
1263 (("'icon_small.png'")
1264 (string-append "'" data "/icon_small.png'"))))
1265 #t))
1266 (replace 'install
1267 (lambda* (#:key outputs #:allow-other-keys)
1268 (let* ((out (assoc-ref outputs "out"))
1269 (bin (string-append out "/bin"))
1270 (roguebox-adventures
1271 (string-append bin "/roguebox-adventures"))
1272 (data (string-append
1273 out "/share/games/roguebox-adventures"))
1274 (lib (string-append data "/LIB"))
1275 (doc (string-append
1276 out "/share/doc/roguebox-adventures")))
1277 (mkdir-p bin)
1278 (mkdir-p doc)
1279
1280 (for-each (lambda (file)
1281 (copy-recursively file
1282 (string-append data "/" file)))
1283 '("AUDIO" "FONT" "GRAPHIC" "LIB" "LICENSE"
1284 "icon_big.png" "icon_small.png"))
1285 (for-each (lambda (file)
1286 (chmod file #o555)
1287 (install-file file lib))
1288 '("main.py" "run.py"))
1289
1290 (copy-recursively "DOC" doc)
1291
1292 (call-with-output-file
1293 roguebox-adventures
1294 (lambda (p)
1295 (format p "\
1296 #!~a
1297 export PYTHONPATH=~a/LIB:~a
1298 exec -a \"~a\" ~a \"$@\"\n"
1299 (which "bash") data (getenv "PYTHONPATH")
1300 (which "python3")
1301 (string-append lib "/main.py"))))
1302 (chmod roguebox-adventures #o555))
1303 #t)))))
1304 (native-inputs
1305 `(("unzip" ,unzip)))
1306 (inputs
1307 `(("python-pygame" ,python-pygame)
1308 ("python-tmx" ,python-tmx)))
1309 (home-page "https://rogueboxadventures.tuxfamily.org")
1310 (synopsis "A classical roguelike/sandbox game")
1311 (description
1312 "RogueBox Adventures is a graphical roguelike with strong influences
1313 from sandbox games like Minecraft or Terraria. The main idea of RogueBox
1314 Adventures is to offer the player a kind of roguelike toy-world. This world
1315 can be explored and changed freely.")
1316 ;; The GPL3+ is for code, the rest are for art.
1317 (license (list license:cc0
1318 license:cc-by3.0
1319 license:gpl3+
1320 license:silofl1.1))))
1321
1322 (define-public xshogi
1323 (package
1324 (name "xshogi")
1325 (version "1.4.2")
1326 (source
1327 (origin
1328 (method url-fetch)
1329 (uri (string-append "mirror://gnu/gnushogi/xshogi-"
1330 version ".tar.gz"))
1331 (sha256
1332 (base32
1333 "1dns0nhymak44by18sv48m4xb2skiwbi2i3nb9hl6w9iwd2i2brf"))))
1334 (build-system gnu-build-system)
1335 (inputs
1336 `(("libxaw" ,libxaw)
1337 ("libxt" ,libxt)))
1338 (home-page "https://www.gnu.org/software/gnushogi/")
1339 (synopsis "User interface for gnushogi")
1340 (description "A graphical user interface for the package @code{gnushogi}.")
1341 ;; Contains a copy of GPLv3 but the licence notices simply
1342 ;; state "GNU General Public Licence" without specifying a version.
1343 (license license:gpl1+)))
1344
1345 (define-public abbaye
1346 (package
1347 (name "abbaye")
1348 (version "2.0.1")
1349 (source
1350 (origin
1351 (method git-fetch)
1352 (uri (git-reference
1353 (url "https://github.com/nevat/abbayedesmorts-gpl.git")
1354 (commit (string-append "v" version))))
1355 (file-name (git-file-name name version))
1356 (sha256
1357 (base32 "1pwqf7r9bqb2p3xrw9i7y8pgr1401fy3mnnqpb1qkhmdl3gqi9hb"))
1358 (modules '((guix build utils)))
1359 (snippet
1360 ;; Unbundle fonts.
1361 '(begin
1362 (delete-file-recursively "fonts")
1363 #t))))
1364 (build-system gnu-build-system)
1365 (arguments
1366 '(#:make-flags '("CC=gcc")
1367 #:phases (modify-phases %standard-phases
1368 (add-after 'set-paths 'set-sdl-paths
1369 (lambda* (#:key inputs #:allow-other-keys)
1370 (setenv "CPATH"
1371 (string-append (assoc-ref inputs "sdl-union")
1372 "/include/SDL:"
1373 (or (getenv "CPATH") "")))))
1374 (add-after 'patch-source-shebangs 'patch-makefile
1375 (lambda* (#:key outputs #:allow-other-keys)
1376 ;; Replace /usr with package output directory.
1377 (substitute* "Makefile"
1378 (("/usr") (assoc-ref outputs "out")))))
1379 (add-before 'install 'make-install-dirs
1380 (lambda* (#:key outputs #:allow-other-keys)
1381 (let ((prefix (assoc-ref outputs "out")))
1382 ;; Create directories that the makefile assumes exist.
1383 (mkdir-p (string-append prefix "/bin"))
1384 (mkdir-p (string-append prefix "/share/applications"))
1385 (mkdir-p (string-append prefix "/share/pixmaps")))))
1386 ;; No configure script.
1387 (delete 'configure))
1388 #:tests? #f)) ;; No check target.
1389 (native-inputs `(("pkg-config" ,pkg-config)))
1390 (inputs `(("sdl-union" ,(sdl-union (list sdl2 sdl2-image sdl2-mixer)))))
1391 (home-page "https://github.com/nevat/abbayedesmorts-gpl")
1392 (synopsis "GNU/Linux port of the indie game \"l'Abbaye des Morts\"")
1393 (description "L'Abbaye des Morts is a 2D platform game set in 13th century
1394 France. The Cathars, who preach about good Christian beliefs, were being
1395 expelled by the Catholic Church out of the Languedoc region in France. One of
1396 them, called Jean Raymond, found an old church in which to hide, not knowing
1397 that beneath its ruins lay buried an ancient evil.")
1398 (license license:gpl3)))
1399
1400 (define-public l-abbaye-des-morts
1401 (deprecated-package "l-abbaye-des-morts" abbaye))
1402
1403 (define-public angband
1404 (package
1405 (name "angband")
1406 (version "4.2.0")
1407 (source
1408 (origin
1409 (method url-fetch)
1410 (uri (string-append "http://rephial.org/downloads/"
1411 (version-major+minor version)
1412 "/angband-" version ".tar.gz"))
1413 (sha256
1414 (base32
1415 "0vdm1ymm28wawp94nl1p5q3lhc0k7cnn2kkvvrkfx962gif4kqfk"))
1416 (modules '((guix build utils)))
1417 (snippet
1418 ;; So, some of the sounds/graphics/tilesets are under different
1419 ;; licenses... some of them even nonfree! This is a console-only
1420 ;; version of this package so we just remove them.
1421 ;; In the future, if someone tries to make a graphical variant of
1422 ;; this package, they can deal with that mess themselves. :)
1423 '(begin
1424 (for-each (lambda (subdir)
1425 (let ((lib-subdir (string-append "lib/" subdir)))
1426 (delete-file-recursively lib-subdir)))
1427 '("fonts" "icons" "sounds" "tiles"))
1428 (substitute* "lib/Makefile"
1429 ;; And don't try to invoke makefiles in the directories we removed.
1430 (("gamedata customize help screens fonts tiles sounds icons user")
1431 "gamedata customize help screens user"))
1432 #t))))
1433 (build-system gnu-build-system)
1434 (arguments
1435 `(#:tests? #f ; no check target
1436 #:configure-flags (list (string-append "--bindir=" %output "/bin"))
1437 #:phases
1438 (modify-phases %standard-phases
1439 (replace 'bootstrap
1440 (lambda _
1441 (substitute* "acinclude.m4"
1442 (("ncursesw5-config") "ncursesw6-config"))
1443 (invoke "sh" "autogen.sh"))))))
1444 (native-inputs
1445 `(("autoconf" ,autoconf)
1446 ("automake" ,automake)))
1447 (inputs `(("ncurses" ,ncurses)))
1448 (home-page "http://rephial.org/")
1449 (synopsis "Dungeon exploration roguelike")
1450 (description "Angband is a Classic dungeon exploration roguelike. Explore
1451 the depths below Angband, seeking riches, fighting monsters, and preparing to
1452 fight Morgoth, the Lord of Darkness.")
1453 (license license:gpl2)))
1454
1455 (define-public pingus
1456 (package
1457 (name "pingus")
1458 (version "0.7.6")
1459 (source
1460 (origin
1461 (method git-fetch)
1462 (uri (git-reference
1463 (url "https://gitlab.com/pingus/pingus.git")
1464 (commit (string-append "v" version))))
1465 (file-name (git-file-name name version))
1466 (sha256
1467 (base32
1468 "0wp06kcmknsnxz7bjnsndb8x062z7r23fb3yrnbfnj68qhz18y74"))
1469 (patches (search-patches "pingus-boost-headers.patch"
1470 "pingus-sdl-libs-config.patch"))
1471 (modules '((guix build utils)))
1472 (snippet
1473 '(begin
1474 (substitute* "src/pingus/screens/demo_session.cpp"
1475 (("#include <iostream>")
1476 ;; std::function moved to <functional> with C++ 11.
1477 ;; Remove this for versions newer than 0.7.6.
1478 "#include <iostream>\n#include <functional>"))
1479 #t))))
1480 (build-system gnu-build-system)
1481 (native-inputs `(("pkg-config" ,pkg-config)
1482 ("scons-python2" ,scons-python2)))
1483 (inputs `(("sdl" ,sdl)
1484 ("sdl-image" ,sdl-image)
1485 ("sdl-mixer" ,sdl-mixer)
1486 ("mesa" ,mesa)
1487 ("glu" ,glu)
1488 ("libpng" ,libpng)
1489 ("boost" ,boost)))
1490 (arguments
1491 '(#:make-flags (list (string-append "PREFIX=" %output))
1492 #:tests? #f ; no check target
1493 #:phases
1494 (modify-phases %standard-phases
1495 (delete 'configure)))) ; no configure script
1496 (home-page "https://pingus.seul.org/")
1497 (synopsis "Lemmings clone")
1498 (description
1499 "Pingus is a free Lemmings-like puzzle game in which the player takes
1500 command of a bunch of small animals and has to guide them through levels.
1501 Since the animals walk on their own, the player can only influence them by
1502 giving them commands, like build a bridge, dig a hole, or redirect all animals
1503 in the other direction. Multiple such commands are necessary to reach the
1504 level's exit. The game is presented in a 2D side view.")
1505 ;; Some source files are under bsd-3 and gpl2+ licenses.
1506 (license license:gpl3+)))
1507
1508 (define-public talkfilters
1509 (package
1510 (name "talkfilters")
1511 (version "2.3.8")
1512 (source
1513 (origin
1514 (method url-fetch)
1515 (uri (string-append "http://www.hyperrealm.com/" name "/"
1516 name "-" version ".tar.gz"))
1517 (sha256
1518 (base32 "19nc5vq4bnkjvhk8srqddzhcs93jyvpm9r6lzjzwc1mgf08yg0a6"))))
1519 (build-system gnu-build-system)
1520 (home-page "https://www.gnu.org/software/talkfilters/")
1521 (synopsis "Convert English text to humorous dialects")
1522 (description "The GNU Talk Filters are programs that convert English text
1523 into stereotyped or otherwise humorous dialects. The filters are provided as
1524 a C library, so they can easily be integrated into other programs.")
1525 (license license:gpl2+)))
1526
1527 (define-public cmatrix
1528 (package
1529 (name "cmatrix")
1530 (version "1.2a")
1531 (source
1532 (origin
1533 (method url-fetch)
1534 (uri (string-append "http://www.asty.org/cmatrix/dist/cmatrix-" version
1535 ".tar.gz"))
1536 (sha256
1537 (base32
1538 "0k06fw2n8nzp1pcdynhajp5prba03gfgsbj91bknyjr5xb5fd9hz"))))
1539 (build-system gnu-build-system)
1540 (arguments
1541 '(#:phases
1542 (modify-phases %standard-phases
1543 (replace 'configure
1544 (lambda* (#:key outputs #:allow-other-keys)
1545 ;; This old ‘configure’ script doesn't support
1546 ;; variables passed as arguments.
1547 (let ((out (assoc-ref outputs "out")))
1548 (setenv "CONFIG_SHELL" (which "bash"))
1549 (invoke "./configure"
1550 (string-append "--prefix=" out))))))))
1551 (inputs `(("ncurses" ,ncurses)))
1552 (home-page "http://www.asty.org/cmatrix")
1553 (synopsis "Simulate the display from \"The Matrix\"")
1554 (description "CMatrix simulates the display from \"The Matrix\" and is
1555 based on the screensaver from the movie's website. It works with terminal
1556 settings up to 132x300 and can scroll lines all at the same rate or
1557 asynchronously and at a user-defined speed.")
1558 (license license:gpl2+)))
1559
1560 (define-public chess
1561 (package
1562 (name "chess")
1563 (version "6.2.5")
1564 (source
1565 (origin
1566 (method url-fetch)
1567 (uri (string-append "mirror://gnu/chess/gnuchess-" version
1568 ".tar.gz"))
1569 (sha256
1570 (base32
1571 "00j8s0npgfdi41a0mr5w9qbdxagdk2v41lcr42rwl1jp6miyk6cs"))))
1572 (build-system gnu-build-system)
1573 (home-page "https://www.gnu.org/software/chess/")
1574 (synopsis "Full chess implementation")
1575 (description "GNU Chess is a chess engine. It allows you to compete
1576 against the computer in a game of chess, either through the default terminal
1577 interface or via an external visual interface such as GNU XBoard.")
1578 (license license:gpl3+)))
1579
1580 (define freedink-engine
1581 (package
1582 (name "freedink-engine")
1583 (version "109.6")
1584 (source (origin
1585 (method url-fetch)
1586 (uri (string-append "mirror://gnu/freedink/freedink-" version
1587 ".tar.gz"))
1588 (sha256
1589 (base32
1590 "00hhk1bjdrc1np2qz44sa5n1mb62qzwxbvsnws3vpms6iyn3a2sy"))))
1591 (build-system gnu-build-system)
1592 (arguments
1593 `(#:configure-flags '("--disable-embedded-resources")
1594 #:phases
1595 (modify-phases %standard-phases
1596 (add-after 'unpack 'disable-graphical-tests
1597 (lambda _
1598 ;; These tests require a graphical interface.
1599 (substitute* "src/Makefile.am"
1600 (("test_gfx_fonts TestIOGfxDisplay") ""))
1601 #t)))))
1602 (native-inputs `(("autoconf" ,autoconf)
1603 ("automake" ,automake)
1604 ("cxxtest" ,cxxtest)
1605 ("gettext" ,gettext-minimal)
1606 ("help2man" ,help2man)
1607 ("pkg-config" ,pkg-config)))
1608 (inputs `(("sdl-union" ,(sdl-union (list sdl2 sdl2-image sdl2-mixer
1609 sdl2-ttf sdl2-gfx)))
1610 ("fontconfig" ,fontconfig)
1611 ("glm" ,glm)))
1612 (properties '((ftp-directory . "/freedink")
1613 (upstream-name . "freedink")))
1614 (home-page "https://www.gnu.org/software/freedink/")
1615 (synopsis "Twisted adventures of young pig farmer Dink Smallwood")
1616 (description
1617 "GNU FreeDink is a free and portable re-implementation of the engine
1618 for the role-playing game Dink Smallwood. It supports not only the original
1619 game data files but it also supports user-produced game mods or \"D-Mods\".
1620 To that extent, it also includes a front-end for managing all of your D-Mods.")
1621 (license license:gpl3+)))
1622
1623 (define freedink-data
1624 (package
1625 (name "freedink-data")
1626 (version "1.08.20190120")
1627 (source (origin
1628 (method url-fetch)
1629 (uri (string-append "mirror://gnu/freedink/freedink-data-"
1630 version ".tar.gz"))
1631 (sha256
1632 (base32
1633 "17gvryadlxk172mblbsil7hina1z5wahwaxnr6g3mdq57dvl8pvi"))))
1634 (build-system gnu-build-system)
1635 (arguments
1636 `(#:phases
1637 (modify-phases %standard-phases
1638 (delete 'configure) ; no configure script
1639 (delete 'check)) ; no tests
1640 #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))))
1641 (properties '((ftp-directory . "/freedink")))
1642 (home-page "https://www.gnu.org/software/freedink/")
1643 (synopsis "Game data for GNU Freedink")
1644 (description
1645 "This package contains the game data of GNU Freedink.")
1646 (license license:gpl3+)))
1647
1648 (define-public freedink-dfarc
1649 (package
1650 (name "freedink-dfarc")
1651 (version "3.14")
1652 (source (origin
1653 (method url-fetch)
1654 (uri (string-append "mirror://gnu/freedink/dfarc-"
1655 version ".tar.gz"))
1656 (sha256
1657 (base32
1658 "1yp8n3w426xnlp10xk06vfi2y3k9xrcfyck7s7qs1v0ys7n284d5"))))
1659 (build-system gnu-build-system)
1660 (native-inputs
1661 `(("intltool" ,intltool)))
1662 (inputs
1663 `(("bzip2" ,bzip2)
1664 ("wxwidgets" ,wxwidgets)))
1665 (properties '((ftp-directory . "/freedink")
1666 (upstream-name . "dfarc")))
1667 (home-page "https://www.gnu.org/software/freedink/")
1668 (synopsis "Front-end for managing and playing Dink Modules")
1669 (description "DFArc makes it easy to play and manage the GNU FreeDink game
1670 and its numerous D-Mods.")
1671 (license license:gpl3+)))
1672
1673 (define-public freedink
1674 ;; This is a wrapper that tells the engine where to find the data.
1675 (package (inherit freedink-engine)
1676 (name "freedink")
1677 (build-system trivial-build-system)
1678 (arguments
1679 '(#:builder (begin
1680 (use-modules (guix build utils))
1681
1682 (let* ((output (assoc-ref %outputs "out"))
1683 (bin (string-append output "/bin"))
1684 (executable (string-append bin "/freedink")))
1685 (mkdir-p bin)
1686 (call-with-output-file executable
1687 (lambda (port)
1688 (format port "#!~a/bin/sh
1689 exec ~a/bin/freedink -refdir ~a/share/dink\n"
1690 (assoc-ref %build-inputs "bash")
1691 (assoc-ref %build-inputs "engine")
1692 (assoc-ref %build-inputs "data"))
1693 (chmod port #o777)))
1694 #t))
1695 #:modules ((guix build utils))))
1696 (inputs `(("engine" ,freedink-engine)
1697 ("data" ,freedink-data)
1698 ("bash" ,bash)))
1699 (native-inputs '())))
1700
1701 (define-public xboard
1702 (package
1703 (name "xboard")
1704 (version "4.9.1")
1705 (source
1706 (origin
1707 (method url-fetch)
1708 (uri (string-append "mirror://gnu/xboard/xboard-" version
1709 ".tar.gz"))
1710 (sha256
1711 (base32
1712 "1mkh36xnnacnz9r00b5f9ld9309k32jv6mcavklbdnca8bl56bib"))))
1713 (build-system gnu-build-system)
1714 (inputs
1715 `(("gtk+" ,gtk+-2)
1716 ("librsvg" ,librsvg)))
1717 (native-inputs
1718 `(("texinfo" ,texinfo)
1719 ("pkg-config" ,pkg-config)))
1720 (home-page "https://www.gnu.org/software/xboard/")
1721 (synopsis "Graphical user interface for chess programs")
1722 (description "GNU XBoard is a graphical board for all varieties of chess,
1723 including international chess, xiangqi (Chinese chess), shogi (Japanese chess)
1724 and Makruk. Several lesser-known variants are also supported. It presents a
1725 fully interactive graphical interface and it can load and save games in the
1726 Portable Game Notation.")
1727 (license license:gpl3+)))
1728
1729 (define-public gtypist
1730 (package
1731 (name "gtypist")
1732 (version "2.9.5")
1733 (source (origin
1734 (method url-fetch)
1735 (uri (string-append "mirror://gnu/gtypist/gtypist-"
1736 version ".tar.xz"))
1737 (sha256
1738 (base32
1739 "0xzrkkmj0b1dw3yr0m9hml2y634cc4h61im6zwcq57s7285z8fn1"))
1740 (modules '((guix build utils)))
1741 (snippet
1742 ;; We do not provide `ncurses.h' within an `ncursesw'
1743 ;; sub-directory, so patch the source accordingly. See
1744 ;; <http://bugs.gnu.org/19018>.
1745 '(begin
1746 (for-each (lambda (file)
1747 (substitute* file
1748 (("ncursesw/ncurses.h")
1749 "ncurses.h")))
1750 (find-files "." "configure$|\\.c$"))
1751 #t))))
1752 (build-system gnu-build-system)
1753 (inputs `(("ncurses" ,ncurses)
1754 ("perl" ,perl)))
1755 (home-page "https://www.gnu.org/software/gtypist/")
1756 (synopsis "Typing tutor")
1757 (description
1758 "GNU Typist is a universal typing tutor. It can be used to learn and
1759 practice touch-typing. Several tutorials are included; in addition to
1760 tutorials for the standard QWERTY layout, there are also tutorials for the
1761 alternative layouts Dvorak and Colemak, as well as for the numpad. Tutorials
1762 are primarily in English, however some in other languages are provided.")
1763 (license license:gpl3+)))
1764
1765 (define-public irrlicht
1766 (package
1767 (name "irrlicht")
1768 (version "1.8.4")
1769 (source (origin
1770 (method url-fetch)
1771 (uri (string-append
1772 "mirror://sourceforge/irrlicht/Irrlicht%20SDK/"
1773 (version-major+minor version)
1774 "/" version "/irrlicht-" version ".zip"))
1775 (sha256
1776 (base32
1777 "0cz4z4dwrv5ypl19ll67wl6jjpy5k6ly4vr042w4br88qq5jhazl"))
1778 (patches (search-patches "irrlicht-use-system-libs.patch"))
1779 (modules '((guix build utils)))
1780 (snippet
1781 '(begin
1782 (for-each delete-file-recursively
1783 '("bin" ; bundled compiled Windows binaries"
1784 "source/Irrlicht/MacOSX"
1785 "source/Irrlicht/bzip2"
1786 "source/Irrlicht/jpeglib"
1787 "source/Irrlicht/libpng"
1788 "source/Irrlicht/lzma"
1789 "source/Irrlicht/zlib"))
1790 (delete-file "source/Irrlicht/glext.h")
1791 (delete-file "source/Irrlicht/glxext.h")
1792 (delete-file "source/Irrlicht/wglext.h")
1793 #t))))
1794 (build-system gnu-build-system)
1795 (arguments
1796 `(#:phases
1797 (modify-phases %standard-phases
1798 (add-after 'unpack 'chdir-to-source
1799 (lambda _
1800 ;; The actual source is buried a few directories deep.
1801 (chdir "source/Irrlicht/")
1802 #t))
1803 (add-after 'chdir-to-source 'fix-build-env
1804 (lambda* (#:key outputs #:allow-other-keys)
1805 (let ((out (assoc-ref outputs "out")))
1806 (substitute* "Makefile"
1807 (("INSTALL_DIR = /usr/local/lib")
1808 (string-append "INSTALL_DIR = " out "/lib"))
1809 ;; Add '-fpermissive' to the CXXFLAGS
1810 (("-Wall") "-Wall -fpermissive")) ; CImageLoaderJPG.cpp
1811 ;; The Makefile assumes these directories exist.
1812 (mkdir-p (string-append out "/lib"))
1813 (mkdir-p (string-append out "/include")))))
1814 (delete 'configure)) ; no configure script
1815 #:tests? #f ; no check target
1816 #:make-flags '("CC=gcc" "sharedlib")))
1817 (inputs
1818 `(("bzip2" ,bzip2)
1819 ("libjpeg" ,libjpeg)
1820 ("libpng" ,libpng)
1821 ("libx11" ,libx11)
1822 ("libxxf86vm" ,libxxf86vm)
1823 ("mesa" ,mesa)))
1824 (synopsis "3D game engine written in C++")
1825 (description
1826 "The Irrlicht Engine is a high performance realtime 3D engine written in
1827 C++. Features include an OpenGL renderer, extensible materials, scene graph
1828 management, character animation, particle and other special effects, support
1829 for common mesh file formats, and collision detection.")
1830 (home-page "http://irrlicht.sourceforge.net/")
1831 (license license:zlib)))
1832
1833 (define-public mars
1834 ;; The latest release on SourceForge relies on an unreleased version of SFML
1835 ;; with a different API, so we take the latest version from the official
1836 ;; repository on Github.
1837 (let ((commit "c855d044094a1d92317e38935d81ba938946132e")
1838 (revision "1"))
1839 (package
1840 (name "mars")
1841 (version (string-append "0.7.5." revision "." (string-take commit 7) ))
1842 (source (origin
1843 (method git-fetch)
1844 (uri (git-reference
1845 (url "https://github.com/thelaui/M.A.R.S..git")
1846 (commit commit)))
1847 (file-name (git-file-name name version))
1848 (sha256
1849 (base32
1850 "1r4c5gap1z2zsv4yjd34qriqkxaq4lb4rykapyzkkdf4g36lc3nh"))
1851 (patches (search-patches "mars-sfml-2.3.patch"
1852 "mars-install.patch"))))
1853 (build-system cmake-build-system)
1854 (arguments
1855 `(#:tests? #f ; There are no tests
1856 #:phases
1857 (modify-phases %standard-phases
1858 (add-after 'unpack 'fix-install-path
1859 (lambda _
1860 (substitute* "src/CMakeLists.txt"
1861 (("\\$\\{CMAKE_INSTALL_PREFIX\\}/games")
1862 "${CMAKE_INSTALL_PREFIX}/bin"))
1863 #t))
1864 (add-after 'unpack 'fix-data-path
1865 (lambda* (#:key outputs #:allow-other-keys)
1866 (substitute* "src/System/settings.cpp"
1867 (("C_dataPath = \"./data/\";")
1868 (string-append "C_dataPath = \""
1869 (assoc-ref outputs "out")
1870 "/share/games/marsshooter/\";")))
1871 #t)))))
1872 (inputs
1873 `(("mesa" ,mesa)
1874 ("fribidi" ,fribidi)
1875 ("taglib" ,taglib)
1876 ("sfml" ,sfml)))
1877 (home-page "http://marsshooter.org")
1878 (synopsis "2D space shooter")
1879 (description
1880 "M.A.R.S. is a 2D space shooter with pretty visual effects and
1881 attractive physics. Players can battle each other or computer controlled
1882 enemies in different game modes such as space ball, death match, team death
1883 match, cannon keep, and grave-itation pit.")
1884 (license license:gpl3+))))
1885
1886 (define minetest-data
1887 (package
1888 (name "minetest-data")
1889 (version "5.1.0")
1890 (source (origin
1891 (method git-fetch)
1892 (uri (git-reference
1893 (url "https://github.com/minetest/minetest_game")
1894 (commit version)))
1895 (file-name (git-file-name name version))
1896 (sha256
1897 (base32
1898 "1r9fxz2j24q74a9injvbxbf2xk67fzabv616i676zw2cvgv9hn39"))))
1899 (build-system trivial-build-system)
1900 (native-inputs
1901 `(("source" ,source)))
1902 (arguments
1903 `(#:modules ((guix build utils))
1904 #:builder (begin
1905 (use-modules (guix build utils))
1906 (let ((install-dir (string-append
1907 %output
1908 "/share/minetest/games/minetest_game")))
1909 (mkdir-p install-dir)
1910 (copy-recursively
1911 (assoc-ref %build-inputs "source")
1912 install-dir)
1913 #t))))
1914 (synopsis "Main game data for the Minetest game engine")
1915 (description
1916 "Game data for the Minetest infinite-world block sandbox game.")
1917 (home-page "http://minetest.net")
1918 (license license:lgpl2.1+)))
1919
1920 (define-public minetest
1921 (package
1922 (name "minetest")
1923 (version "5.1.0")
1924 (source (origin
1925 (method git-fetch)
1926 (uri (git-reference
1927 (url "https://github.com/minetest/minetest")
1928 (commit version)))
1929 (file-name (git-file-name name version))
1930 (sha256
1931 (base32
1932 "184n9gxfa7yr0j85z2x736maaymsnppd5jzm326wlqri3c0qqy3z"))
1933 (modules '((guix build utils)))
1934 (snippet
1935 '(begin
1936 ;; Mimic upstream commit 706b6aad06, for compatibility with
1937 ;; newer jsoncpp. Remove this for > 5.1.0.
1938 (substitute* "cmake/Modules/FindJson.cmake"
1939 (("features\\.h")
1940 "allocator.h"))
1941
1942 ;; Delete bundled libraries.
1943 (delete-file-recursively "lib")
1944 #t))))
1945 (build-system cmake-build-system)
1946 (arguments
1947 '(#:configure-flags
1948 (list "-DRUN_IN_PLACE=0"
1949 "-DENABLE_FREETYPE=1"
1950 "-DENABLE_GETTEXT=1"
1951 "-DENABLE_SYSTEM_JSONCPP=TRUE"
1952 (string-append "-DIRRLICHT_INCLUDE_DIR="
1953 (assoc-ref %build-inputs "irrlicht")
1954 "/include/irrlicht")
1955 (string-append "-DCURL_INCLUDE_DIR="
1956 (assoc-ref %build-inputs "curl")
1957 "/include/curl"))
1958 #:tests? #f)) ;no check target
1959 (native-search-paths
1960 (list (search-path-specification
1961 (variable "MINETEST_SUBGAME_PATH")
1962 (files '("share/minetest/games")))))
1963 (native-inputs
1964 `(("pkg-config" ,pkg-config)))
1965 (inputs
1966 `(("curl" ,curl)
1967 ("freetype" ,freetype)
1968 ("gettext" ,gettext-minimal)
1969 ("gmp" ,gmp)
1970 ("irrlicht" ,irrlicht)
1971 ("jsoncpp" ,jsoncpp)
1972 ("libjpeg" ,libjpeg)
1973 ("libpng" ,libpng)
1974 ("libogg" ,libogg)
1975 ("libvorbis" ,libvorbis)
1976 ("libxxf86vm" ,libxxf86vm)
1977 ("luajit" ,luajit)
1978 ("mesa" ,mesa)
1979 ("ncurses" ,ncurses)
1980 ("openal" ,openal)
1981 ("sqlite" ,sqlite)))
1982 (propagated-inputs
1983 `(("minetest-data" ,minetest-data)))
1984 (synopsis "Infinite-world block sandbox game")
1985 (description
1986 "Minetest is a sandbox construction game. Players can create and destroy
1987 various types of blocks in a three-dimensional open world. This allows
1988 forming structures in every possible creation, on multiplayer servers or as a
1989 single player. Mods and texture packs allow players to personalize the game
1990 in different ways.")
1991 (home-page "http://minetest.net")
1992 (license license:lgpl2.1+)))
1993
1994 (define glkterm
1995 (package
1996 (name "glkterm")
1997 (version "1.0.4")
1998 (source
1999 (origin
2000 (method url-fetch)
2001 (uri (string-append "http://www.ifarchive.org/if-archive/programming/"
2002 "glk/implementations/glkterm-104.tar.gz"))
2003 (sha256
2004 (base32
2005 "0zlj9nlnkdlvgbiliczinirqygiq8ikg5hzh5vgcmnpg9pvnwga7"))))
2006 (build-system gnu-build-system)
2007 (propagated-inputs `(("ncurses" ,ncurses))) ; required by Make.glkterm
2008 (arguments
2009 '(#:tests? #f ; no check target
2010 #:phases
2011 (modify-phases %standard-phases
2012 (replace 'install
2013 (lambda* (#:key outputs #:allow-other-keys)
2014 (let* ((out (assoc-ref outputs "out"))
2015 (inc (string-append out "/include"))
2016 (lib (string-append out "/lib")))
2017 (for-each
2018 (lambda (file)
2019 (install-file file inc))
2020 '("glk.h" "glkstart.h" "gi_blorb.h" "gi_dispa.h" "Make.glkterm"))
2021 (install-file "libglkterm.a" lib))
2022 #t))
2023 (delete 'configure)))) ; no configure script
2024 (home-page "http://www.eblong.com/zarf/glk/")
2025 (synopsis "Curses Implementation of the Glk API")
2026 (description
2027 "Glk defines a portable API for applications with text UIs. It was
2028 primarily designed for interactive fiction, but it should be suitable for many
2029 interactive text utilities, particularly those based on a command line.
2030 This is an implementation of the Glk library which runs in a terminal window,
2031 using the @code{curses.h} library for screen control.")
2032 (license (license:fsf-free "file://README"))))
2033
2034 (define-public glulxe
2035 (package
2036 (name "glulxe")
2037 (version "0.5.4")
2038 (source
2039 (origin
2040 (method url-fetch)
2041 (uri (string-append "http://www.ifarchive.org/if-archive/programming/"
2042 "glulx/interpreters/glulxe/glulxe-054.tar.gz"))
2043 (sha256
2044 (base32
2045 "0vipydg6ra90yf9b3ipgppwxyb2xdhcxwvirgjy0v20wlf56zhhz"))))
2046 (build-system gnu-build-system)
2047 (inputs `(("glk" ,glkterm)))
2048 (arguments
2049 '(#:tests? #f ; no check target
2050 #:make-flags
2051 (let* ((glk (assoc-ref %build-inputs "glk")))
2052 (list (string-append "GLKINCLUDEDIR=" glk "/include")
2053 (string-append "GLKLIBDIR=" glk "/lib")
2054 (string-append "GLKMAKEFILE=" "Make.glkterm")))
2055 #:phases
2056 (modify-phases %standard-phases
2057 (replace 'install
2058 (lambda* (#:key outputs #:allow-other-keys)
2059 (let* ((out (assoc-ref outputs "out"))
2060 (bin (string-append out "/bin")))
2061 (install-file "glulxe" bin))
2062 #t))
2063 (delete 'configure)))) ; no configure script
2064 (home-page "http://www.eblong.com/zarf/glulx/")
2065 (synopsis "Interpreter for Glulx VM")
2066 (description
2067 "Glulx is a 32-bit portable virtual machine intended for writing and
2068 playing interactive fiction. It was designed by Andrew Plotkin to relieve
2069 some of the restrictions in the venerable Z-machine format. This is the
2070 reference interpreter, using the Glk API.")
2071 (license license:expat)))
2072
2073 (define-public fifechan
2074 (package
2075 (name "fifechan")
2076 (version "0.1.5")
2077 (source (origin
2078 (method url-fetch)
2079 (uri (string-append "https://codeload.github.com/fifengine/"
2080 "fifechan/tar.gz/" version))
2081 (file-name (string-append name "-" version ".tar.gz"))
2082 (sha256
2083 (base32
2084 "0wxs9vz5x9y8chghd8vp7vfk089lfb0qnzggi17zrqkrngs5zgi9"))))
2085 (build-system cmake-build-system)
2086 (inputs
2087 `(("sdl2" ,sdl2)
2088 ("sdl2-image" ,sdl2-image)
2089 ("mesa" ,mesa)))
2090 (arguments
2091 '(#:tests? #f)) ; No included tests
2092 (home-page "https://fifengine.github.io/fifechan/")
2093 (synopsis "Cross platform GUI library specifically for games")
2094 (description
2095 "Fifechan is a lightweight cross platform GUI library written in C++
2096 specifically designed for games. It has a built in set of extendable GUI
2097 Widgets, and allows users to create more.")
2098 (license license:lgpl2.1+)))
2099
2100 (define-public fifengine
2101 (package
2102 (name "fifengine")
2103 (version "0.4.2")
2104 (source (origin
2105 (method url-fetch)
2106 (uri (string-append "https://codeload.github.com/fifengine/"
2107 "fifengine/tar.gz/" version))
2108 (file-name (string-append name "-" version ".tar.gz"))
2109 (sha256
2110 (base32
2111 "1y4grw25cq5iqlg05rnbyxw1njl11ypidnlsm3qy4sm3xxdvb0p8"))))
2112 (build-system cmake-build-system)
2113 (arguments
2114 `(#:tests? #f ; TODO The test running fails to run some tests.
2115 #:modules ((srfi srfi-1)
2116 (guix build cmake-build-system)
2117 (guix build utils))
2118 #:configure-flags
2119 (list
2120 (string-append "-DOPENALSOFT_INCLUDE_DIR="
2121 (assoc-ref %build-inputs "openal")
2122 "/include/AL")
2123 (string-append "-DPYTHON_SITE_PACKAGES="
2124 (assoc-ref %outputs "out")
2125 "/lib/python3.7/site-packages"))
2126 #:phases
2127 (modify-phases %standard-phases
2128 (add-after 'unpack 'patch-run_tests.py
2129 (lambda _
2130 ;; Patch the test runner to exit with a status of 1 if any test
2131 ;; fails, to allow detecting failures.
2132 (substitute* "run_tests.py"
2133 (("ERROR\\. One or more tests failed!'\\)")
2134 "ERROR. One or more tests failed!')
2135 \t\texit(1)"))
2136 #t))
2137 ;; Run tests after installation so that we can make use of the built
2138 ;; python modules.
2139 (delete 'check)
2140 (add-after 'install 'check
2141 (lambda* (#:key inputs outputs tests? #:allow-other-keys)
2142 (define python-version
2143 (let* ((version (last (string-split
2144 (assoc-ref inputs "python")
2145 #\-)))
2146 (components (string-split version #\.))
2147 (major+minor (take components 2)))
2148 (string-join major+minor ".")))
2149
2150 (when tests?
2151 ;; Set PYTHONPATH so that python finds the installed modules.
2152 (setenv "PYTHONPATH"
2153 (string-append (getenv "PYTHONPATH") ":"
2154 (assoc-ref outputs "out")
2155 "/lib/python"
2156 python-version
2157 "/site-packages"))
2158 ;; The tests require an X server.
2159 (system "Xvfb :1 &")
2160 (setenv "DISPLAY" ":1")
2161 (setenv "XDG_RUNTIME_DIR" "/tmp")
2162 ;; Run tests
2163 (chdir ,(string-append "../" name "-" version))
2164 (invoke "python3" "run_tests.py" "-a"))
2165 #t)))))
2166 (inputs
2167 `(("sdl2" ,sdl2)
2168 ("sdl2-image" ,sdl2-image)
2169 ("sdl2-ttf" ,sdl2-ttf)
2170 ("tinyxml" ,tinyxml)
2171 ("openal" ,openal)
2172 ("libogg" ,libogg)
2173 ("glew" ,glew)
2174 ("libvorbis" ,libvorbis)
2175 ("boost" ,boost)
2176 ("fifechan" ,fifechan)
2177 ("swig" ,swig)
2178 ("python" ,python)))
2179 (native-inputs
2180 `(("python" ,python)
2181 ("swig" ,swig)
2182 ("xvfb" ,xorg-server)))
2183 (propagated-inputs
2184 `(("python-future" ,python-future)))
2185 (home-page "https://www.fifengine.net/")
2186 (synopsis "FIFE is a multi-platform isometric game engine written in C++")
2187 (description
2188 "@acronym{FIFE, Flexible Isometric Free Engine} is a multi-platform
2189 isometric game engine. Python bindings are included allowing users to create
2190 games using Python as well as C++.")
2191 (license license:lgpl2.1+)))
2192
2193 (define-public fizmo
2194 (package
2195 (name "fizmo")
2196 (version "0.8.5")
2197 (source (origin
2198 (method url-fetch)
2199 (uri (string-append "https://fizmo.spellbreaker.org/source/"
2200 "fizmo-" version ".tar.gz"))
2201 (sha256
2202 (base32
2203 "1amyc4n41jf08kxmdgkk30bzzx54miaxa97w28f417qwn8lrl98w"))))
2204 (build-system gnu-build-system)
2205 (arguments
2206 '(#:configure-flags
2207 (let ((libjpeg (assoc-ref %build-inputs "libjpeg"))
2208 (ncurses (assoc-ref %build-inputs "ncurses")))
2209 (list (string-append "--with-jpeg-includedir=" libjpeg "/include")))))
2210 (native-inputs
2211 `(("pkg-config" ,pkg-config)))
2212 (inputs
2213 `(("freetype" ,freetype)
2214 ("libjpeg" ,libjpeg)
2215 ("libpng" ,libpng)
2216 ("libsndfile" ,libsndfile)
2217 ("libxml2" ,libxml2)
2218 ("ncurses" ,ncurses)
2219 ("sdl2" ,sdl2)))
2220 (home-page "https://fizmo.spellbreaker.org/")
2221 (synopsis "Z-machine interpreter")
2222 (description
2223 "Fizmo is a console-based Z-machine interpreter. It is used to play
2224 interactive fiction, also known as text adventures, which were implemented
2225 either by Infocom or created using the Inform compiler.")
2226 (license license:bsd-3)))
2227
2228 (define-public gnugo
2229 (package
2230 (name "gnugo")
2231 (version "3.8")
2232 (source (origin
2233 (method url-fetch)
2234 (uri (string-append "mirror://gnu/gnugo/gnugo-" version
2235 ".tar.gz"))
2236 (sha256
2237 (base32
2238 "0wkahvqpzq6lzl5r49a4sd4p52frdmphnqsfdv7gdp24bykdfs6s"))))
2239 (build-system gnu-build-system)
2240 (inputs `(("readline" ,readline)))
2241 (synopsis "Play the game of Go")
2242 (description
2243 "GNU Go is a program that plays the game of Go, in which players
2244 place stones on a grid to form territory or capture other stones. While
2245 it can be played directly from the terminal, rendered in ASCII characters,
2246 it is also possible to play GNU Go with 3rd party graphical interfaces or
2247 even in Emacs. It supports the standard game storage format (SGF, Smart
2248 Game Format) and inter-process communication format (GMP, Go Modem
2249 Protocol).")
2250 (home-page "https://www.gnu.org/software/gnugo/")
2251 (license license:gpl3+)))
2252
2253 (define-public extremetuxracer
2254 (package
2255 (name "extremetuxracer")
2256 (version "0.7.5")
2257 (source (origin
2258 (method url-fetch)
2259 (uri (string-append
2260 "mirror://sourceforge/extremetuxracer/releases/"
2261 version "/etr-" version ".tar.xz"))
2262 (sha256
2263 (base32
2264 "1ly63316c07i0gyqqmyzsyvygsvygn0fpk3bnbg25fi6li99rlsg"))))
2265 (build-system gnu-build-system)
2266 (native-inputs
2267 `(("pkg-config" ,pkg-config)))
2268 (inputs
2269 `(("glu" ,glu)
2270 ("sfml" ,sfml)))
2271 (synopsis "High-speed arctic racing game based on Tux Racer")
2272 ;; Snarfed straight from Debian.
2273 (description "Extreme Tux Racer, or etracer as it is called for short, is
2274 a simple OpenGL racing game featuring Tux, the Linux mascot. The goal of the
2275 game is to slide down a snow- and ice-covered mountain as quickly as possible,
2276 avoiding the trees and rocks that will slow you down.
2277
2278 Collect herrings and other goodies while sliding down the hill, but avoid fish
2279 bones.
2280
2281 This game is based on the GPL version of the famous game TuxRacer.")
2282 (home-page "https://sourceforge.net/projects/extremetuxracer/")
2283 (license license:gpl2+)))
2284
2285 (define-public supertuxkart
2286 (package
2287 (name "supertuxkart")
2288 (version "1.0")
2289 (source
2290 (origin
2291 (method url-fetch)
2292 (uri (string-append "mirror://sourceforge/supertuxkart/SuperTuxKart/"
2293 version "/supertuxkart-" version "-src.tar.xz"))
2294 (sha256
2295 (base32
2296 "106rlp99hq18b4q1kdri3pl06cc4v7iqfp1hp9k2f8751lzz923d"))
2297 (modules '((guix build utils)))
2298 (snippet
2299 ;; Delete bundled library sources
2300 '(begin
2301 ;; Supertuxkart uses modified versions of the Irrlicht engine
2302 ;; and the bullet library. The developers gave an explanation
2303 ;; here: http://forum.freegamedev.net/viewtopic.php?f=17&t=3906
2304 ;; FIXME: try to unbundle angelscript
2305 (for-each delete-file-recursively
2306 '("lib/zlib"
2307 "lib/libpng"
2308 "lib/jpeglib"
2309 "lib/glew"
2310 "lib/wiiuse"
2311 "lib/enet"))
2312 #t))))
2313 (build-system cmake-build-system)
2314 (arguments
2315 `(#:tests? #f ; no check target
2316 #:configure-flags
2317 (list "-DUSE_WIIUSE=0"
2318 ;; Do not use the bundled zlib, glew and enet.
2319 "-DNO_IRR_COMPILE_WITH_ZLIB_=TRUE"
2320 "-DUSE_SYSTEM_GLEW=TRUE"
2321 "-DUSE_SYSTEM_ENET=TRUE"
2322 ;; FIXME: needs libopenglrecorder
2323 "-DBUILD_RECORDER=0"
2324 ;; Irrlicht returns an integer instead of a boolean
2325 "-DCMAKE_C_FLAGS=-fpermissive")))
2326 (inputs
2327 `(("glew" ,glew)
2328 ("zlib" ,zlib)
2329 ("openal" ,openal)
2330 ("libvorbis" ,libvorbis)
2331 ("freetype" ,freetype)
2332 ("fribidi" ,fribidi)
2333 ("mesa" ,mesa)
2334 ("libx11" ,libx11)
2335 ("libxrandr" ,libxrandr)
2336 ("curl" ,curl)
2337 ;; The following input is needed to build the bundled and modified
2338 ;; version of irrlicht.
2339 ("libjpeg" ,libjpeg)
2340 ("openssl" ,openssl)
2341 ("enet" ,enet)))
2342 (native-inputs
2343 `(("pkg-config" ,pkg-config)))
2344 (home-page "https://supertuxkart.net/")
2345 (synopsis "3D kart racing game")
2346 (description "SuperTuxKart is a 3D kart racing game, with a focus on
2347 having fun over realism. You can play with up to 4 friends on one PC, racing
2348 against each other or just trying to beat the computer; single-player mode is
2349 also available.")
2350 (license license:gpl3+)))
2351
2352 (define-public unknown-horizons
2353 (package
2354 (name "unknown-horizons")
2355 (version "2019.1")
2356 (source (origin
2357 (method url-fetch)
2358 (uri (string-append "https://codeload.github.com/unknown-horizons/"
2359 "unknown-horizons/tar.gz/" version))
2360 (file-name (string-append name "-" version ".tar.gz"))
2361 (sha256
2362 (base32
2363 "1n747p7h0qp48szgp262swg0xh8kxy1bw8ag1qczs4i26hyzs5x4"))))
2364 (build-system python-build-system)
2365 (arguments
2366 '(#:phases
2367 (modify-phases %standard-phases
2368 (add-before 'build 'set-HOME
2369 (lambda _
2370 (setenv "HOME" "/tmp")))
2371 (add-after 'build 'build-extra
2372 (lambda _
2373 (invoke "python3" "./setup.py" "build_i18n")
2374 (invoke "python3" "horizons/engine/generate_atlases.py" "2048")
2375 #t))
2376 (add-after 'install 'patch
2377 (lambda* (#:key outputs #:allow-other-keys)
2378 (let ((out (assoc-ref outputs "out")))
2379 (substitute* (string-append out "/bin/unknown-horizons")
2380 (("os\\.chdir\\(get\\_content\\_dir\\_parent_path\\(\\)\\)")
2381 (string-append "os.chdir(\""
2382 (assoc-ref outputs "out")
2383 "/share/unknown-horizons\")"))))
2384 #t))
2385 ;; TODO: Run GUI tests as well
2386 (replace 'check
2387 (lambda _
2388 (substitute* "horizons/constants.py"
2389 (("IS_DEV_VERSION = False")
2390 "IS_DEV_VERSION = True"))
2391 (invoke "pytest" "tests")
2392 (substitute* "horizons/constants.py"
2393 (("IS_DEV_VERSION = True")
2394 "IS_DEV_VERSION = False"))
2395 #t)))))
2396 (inputs
2397 `(("fifengine" ,fifengine)
2398 ("python:tk" ,python "tk")
2399 ("python-pillow" ,python-pillow)
2400 ("python-pyyaml" ,python-pyyaml)))
2401 (native-inputs
2402 `(("intltool" ,intltool)
2403
2404 ;; Required for tests
2405 ("python-greenlet" ,python-greenlet)
2406 ("python-polib" ,python-polib)
2407 ("python-pytest" ,python-pytest)
2408 ("python-pytest-mock" ,python-pytest-mock)))
2409 (home-page "http://unknown-horizons.org/")
2410 (synopsis "Isometric realtime strategy, economy and city building simulation")
2411 (description
2412 "Unknown Horizons is a 2D realtime strategy simulation with an emphasis
2413 on economy and city building. Expand your small settlement to a strong and
2414 wealthy colony, collect taxes and supply your inhabitants with valuable
2415 goods. Increase your power with a well balanced economy and with strategic
2416 trade and diplomacy.")
2417 (license (list
2418 license:gpl2+ ; Covers code
2419 license:expat ; tests/dummy.py, ext/polib.py
2420 license:cc-by-sa3.0 ; Covers some media content
2421 license:cc-by3.0 ; Covers some media content
2422 license:bsd-3)))) ; horizons/ext/speaklater.py
2423
2424 (define-public gnujump
2425 (package
2426 (name "gnujump")
2427 (version "1.0.8")
2428 (source (origin
2429 (method url-fetch)
2430 (uri (string-append "mirror://gnu/gnujump/gnujump-"
2431 version ".tar.gz"))
2432 (sha256
2433 (base32
2434 "05syy9mzbyqcfnm0hrswlmhwlwx54f0l6zhcaq8c1c0f8dgzxhqk"))))
2435 (build-system gnu-build-system)
2436 (arguments
2437 '(#:phases
2438 (modify-phases %standard-phases
2439 (add-before
2440 'configure 'link-libm
2441 (lambda _ (setenv "LIBS" "-lm")))
2442 (add-after 'install 'create-desktop-entry
2443 (lambda* (#:key outputs #:allow-other-keys)
2444 (let* ((out (assoc-ref outputs "out"))
2445 (apps (string-append out "/share/applications")))
2446 (mkdir-p apps)
2447 (with-output-to-file
2448 (string-append apps "/gnujump.desktop")
2449 (lambda _
2450 (format #t
2451 "[Desktop Entry]~@
2452 Name=GNUjump~@
2453 Comment=Jump up the tower to survive~@
2454 Exec=~a/bin/gnujump~@
2455 Terminal=false~@
2456 Type=Application~@
2457 Categories=Game;ArcadeGame~%"
2458 out)))))))))
2459 (inputs
2460 `(("glu" ,glu)
2461 ("mesa" ,mesa)
2462 ("sdl" ,sdl)
2463 ("sdl-image" ,sdl-image)
2464 ("sdl-mixer" ,sdl-mixer)))
2465 (home-page "http://gnujump.es.gnu.org/")
2466 (synopsis
2467 "Game of jumping to the next floor, trying not to fall")
2468 (description
2469 "GNUjump is a simple, yet addictive game in which you must jump from
2470 platform to platform to avoid falling, while the platforms drop at faster rates
2471 the higher you go. The game features multiplayer, unlimited FPS, smooth floor
2472 falling, themeable graphics and sounds, and replays.")
2473 (license license:gpl3+)))
2474
2475 (define-public wesnoth
2476 (package
2477 (name "wesnoth")
2478 (version "1.14.9")
2479 (source (origin
2480 (method url-fetch)
2481 (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-"
2482 (version-major+minor version)
2483 "/wesnoth-" version "/"
2484 "wesnoth-" version ".tar.bz2"))
2485 (sha256
2486 (base32
2487 "1mhdrlflxxyknf54lwdbvs7fazlc1scf7z6vxxa3j746fks533ga"))))
2488 (build-system cmake-build-system)
2489 (arguments
2490 `(#:tests? #f ;no check target
2491 #:phases (modify-phases %standard-phases
2492 (add-before 'configure 'treat-boost-as-system-header
2493 (lambda* (#:key inputs #:allow-other-keys)
2494 (let ((boost (assoc-ref inputs "boost")))
2495 ;; Ensure Boost is treated as "system headers" to
2496 ;; pacify compiler warnings induced by Boost headers.
2497 (for-each (lambda (variable)
2498 (setenv variable
2499 (string-append boost "/include:"
2500 (or (getenv variable)
2501 ""))))
2502 '("C_INCLUDE_PATH" "CPLUS_INCLUDE_PATH"))
2503 #t))))))
2504 (native-inputs
2505 `(("gettext" ,gettext-minimal)
2506 ("pkg-config" ,pkg-config)))
2507 (inputs
2508 `(("boost" ,boost)
2509 ("dbus" ,dbus)
2510 ("fribidi" ,fribidi)
2511 ("libvorbis" ,libvorbis)
2512 ("openssl" ,openssl)
2513 ("pango" ,pango)
2514 ("sdl-union" ,(sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf)))))
2515 (home-page "https://www.wesnoth.org/")
2516 (synopsis "Turn-based strategy game")
2517 (description
2518 "The Battle for Wesnoth is a fantasy, turn based tactical strategy game,
2519 with several single player campaigns, and multiplayer games (both networked and
2520 local).
2521
2522 Battle for control on a range of maps, using variety of units which have
2523 advantages and disadvantages against different types of attacks. Units gain
2524 experience and advance levels, and are carried over from one scenario to the
2525 next campaign.")
2526 (license license:gpl2+)))
2527
2528 (define-public the-battle-for-wesnoth
2529 (deprecated-package "the-battle-for-wesnoth" wesnoth))
2530
2531 (define-public wesnoth-server
2532 (package
2533 (inherit wesnoth)
2534 (name "wesnoth-server")
2535 (inputs
2536 `(("boost" ,boost)
2537 ("icu4c" ,icu4c)
2538 ("openssl" ,openssl)
2539 ("sdl2" ,sdl2)))
2540 (arguments
2541 `(#:configure-flags '("-DENABLE_GAME=OFF")
2542 ,@(package-arguments wesnoth)))
2543 (synopsis "Dedicated @emph{Battle for Wesnoth} server")
2544 (description "This package contains a dedicated server for @emph{The
2545 Battle for Wesnoth}.")))
2546
2547 (define-public the-battle-for-wesnoth-server
2548 (deprecated-package "the-battle-for-wesnoth-server" wesnoth-server))
2549
2550 (define-public gamine
2551 (package
2552 (name "gamine")
2553 (version "1.6")
2554 (source (origin
2555 (method url-fetch)
2556 (uri (string-append "mirror://sourceforge/gamine-game/"
2557 "gamine-" version ".tar.gz"))
2558 (sha256
2559 (base32
2560 "1sc6f4445ciigd6yw0ri92746k4hk6ps0bvj9fm1gbp3c3fslk5n"))))
2561 (build-system gnu-build-system)
2562 (native-inputs
2563 `(("pkg-config" ,pkg-config)
2564 ("intltool" ,intltool)))
2565 (inputs
2566 `(("gstreamer" ,gstreamer)
2567 ("gst-plugins-base" ,gst-plugins-base) ; playbin plugin
2568 ("gst-plugins-good" ,gst-plugins-good) ; for wav playback
2569 ("gtk+" ,gtk+)))
2570 (arguments
2571 `(#:tests? #f
2572 #:make-flags
2573 (let ((out (assoc-ref %outputs "out")))
2574 (list (string-append "PREFIX=" out)
2575 (string-append "SYSCONFDIR=" out "/etc")))
2576 #:phases
2577 (modify-phases %standard-phases
2578 (delete 'configure)
2579 (add-after
2580 'install 'wrap-gamine
2581 (lambda* (#:key outputs #:allow-other-keys)
2582 (let ((out (assoc-ref outputs "out"))
2583 (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH")))
2584 (wrap-program (string-append out "/bin/gamine")
2585 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))))
2586 #t)))))
2587 (home-page "http://gamine-game.sourceforge.net/")
2588 (synopsis "Mouse and keyboard discovery for children")
2589 (description
2590 "Gamine is a game designed for young children who are learning to use the
2591 mouse and keyboard. The child uses the mouse to draw colored dots and lines
2592 on the screen and keyboard to display letters.")
2593 ;; Most files under gpl2+ or gpl3+, but eat.wav under gpl3
2594 (license license:gpl3)))
2595
2596 (define-public manaplus
2597 (package
2598 (name "manaplus")
2599 (version "1.9.3.23")
2600 (source (origin
2601 (method url-fetch)
2602 (uri (string-append
2603 "https://repo.manaplus.org/manaplus/download/"
2604 version "/manaplus-" version ".tar.xz"))
2605 (sha256
2606 (base32
2607 "1ky182p4svwdqm6cf7jbns85hidkhkhq4s17cs2p381f0klapfjz"))))
2608 (build-system gnu-build-system)
2609 (arguments
2610 '(#:configure-flags
2611 (list (string-append "CPPFLAGS=-I"
2612 (assoc-ref %build-inputs "sdl-union")
2613 "/include/SDL"))))
2614 (native-inputs
2615 `(("pkg-config" ,pkg-config)))
2616 (inputs
2617 `(("glu" ,glu)
2618 ("curl" ,curl)
2619 ("libxml2" ,libxml2)
2620 ("mesa" ,mesa)
2621 ("sdl-union" ,(sdl-union))))
2622 (home-page "https://manaplus.org")
2623 (synopsis "Client for 'The Mana World' and similar games")
2624 (description
2625 "ManaPlus is a 2D MMORPG client for game servers. It is the only
2626 fully supported client for @uref{http://www.themanaworld.org, The mana
2627 world}, @uref{http://evolonline.org, Evol Online} and
2628 @uref{http://landoffire.org, Land of fire}.")
2629 ;; "src/debug/*" and "src/sdl2gfx/*" are under Zlib.
2630 ;; "data/themes/{golden-delicious,jewelry}/*" are under CC-BY-SA.
2631 ;; The rest is under GPL2+.
2632 (license (list license:gpl2+ license:zlib license:cc-by-sa4.0))))
2633
2634 (define openttd-engine
2635 (package
2636 (name "openttd-engine")
2637 (version "1.9.3")
2638 (source
2639 (origin (method url-fetch)
2640 (uri (string-append "https://proxy.binaries.openttd.org/openttd-releases/"
2641 version "/openttd-" version "-source.tar.xz"))
2642 (sha256
2643 (base32
2644 "0ijq72kgx997ggw40i5f4a3nf7y2g72z37l47i18yjvgbdzy320r"))
2645 (modules '((guix build utils)))
2646 (snippet
2647 ;; The DOS port contains proprietary software.
2648 '(begin
2649 (delete-file-recursively "os/dos")
2650 #t))))
2651 (build-system gnu-build-system)
2652 (arguments
2653 `(#:tests? #f ; no "check" target
2654 #:phases
2655 (modify-phases %standard-phases
2656 ;; The build process fails if the configure script is passed the
2657 ;; option "--enable-fast-install".
2658 (replace 'configure
2659 (lambda* (#:key inputs outputs (configure-flags '())
2660 #:allow-other-keys)
2661 (let ((out (assoc-ref outputs "out"))
2662 (lzo (assoc-ref inputs "lzo")))
2663 (apply invoke "./configure"
2664 (string-append "--prefix=" out)
2665 ;; Provide the "lzo" path.
2666 (string-append "--with-liblzo2="
2667 lzo "/lib/liblzo2.a")
2668 ;; Put the binary in 'bin' instead of 'games'.
2669 "--binary-dir=bin"
2670 configure-flags)))))))
2671 (native-inputs `(("pkg-config" ,pkg-config)))
2672 (inputs
2673 `(("allegro" ,allegro)
2674 ("fontconfig" ,fontconfig)
2675 ("freetype" ,freetype)
2676 ("icu4c" ,icu4c)
2677 ("libpng" ,libpng)
2678 ("lzo" ,lzo)
2679 ("sdl" ,sdl)
2680 ("xz" ,xz)
2681 ("zlib" ,zlib)))
2682 (synopsis "Transportation economics simulator game")
2683 (description "OpenTTD is a game in which you transport goods and
2684 passengers by land, water and air. It is a re-implementation of Transport
2685 Tycoon Deluxe with many enhancements including multiplayer mode,
2686 internationalization support, conditional orders and the ability to clone,
2687 autoreplace and autoupdate vehicles. This package only includes the game
2688 engine. When you start it you will be prompted to download a graphics set.")
2689 (home-page "https://www.openttd.org/")
2690 ;; This package is GPLv2, except for a few files located in
2691 ;; "src/3rdparty/" which are under the 3-clause BSD, LGPLv2.1+ and Zlib
2692 ;; licenses. In addition, this software contains an in-game downloader
2693 ;; from which the user may find non-functional data licensed under
2694 ;; different terms.
2695 (license (list license:bsd-3 license:gpl2 license:lgpl2.1+ license:zlib))))
2696
2697 (define openttd-opengfx
2698 (package
2699 (name "openttd-opengfx")
2700 (version "0.5.5")
2701 (source
2702 (origin
2703 (method url-fetch)
2704 (uri (string-append "http://binaries.openttd.org/extra/opengfx/"
2705 version "/opengfx-" version "-source.tar.xz"))
2706 (sha256
2707 (base32
2708 "009fa1bdin1bk0ynzhzc30hzkmmwzmwkk6j591ax3f6w75l28n49"))))
2709 (build-system gnu-build-system)
2710 (arguments
2711 '(#:make-flags (list "CC=gcc"
2712 (string-append "INSTALL_DIR="
2713 (assoc-ref %outputs "out")
2714 "/share/games/openttd/baseset/opengfx"))
2715 #:phases
2716 (modify-phases %standard-phases
2717 (replace 'configure
2718 (lambda _
2719 ;; Make sure HOME is writable for GIMP.
2720 (setenv "HOME" (getcwd))
2721
2722 ;; Redirect stdout, not stderr, to /dev/null. This prevents
2723 ;; dos2unix from receiving its version information as a flag.
2724 (substitute* "Makefile"
2725 (("\\$\\(UNIX2DOS\\) -q --version 2>/dev/null")
2726 "$(UNIX2DOS) -q --version 1>/dev/null")))))
2727 ;; The check phase for this package only checks the md5sums of the built
2728 ;; GRF files against the md5sums of the release versions. Because we use
2729 ;; different software versions than upstream does, some of the md5sums
2730 ;; are different. However, the package is still reproducible, it's safe
2731 ;; to disable this test.
2732 #:tests? #f
2733 #:parallel-build? #f))
2734 (native-inputs `(("dos2unix" ,dos2unix)
2735 ("gimp" ,gimp)
2736 ("grfcodec" ,grfcodec)
2737 ("nml" ,nml)
2738 ("python" ,python-2)))
2739 (home-page "http://dev.openttdcoop.org/projects/opengfx")
2740 (synopsis "Base graphics set for OpenTTD")
2741 (description
2742 "The OpenGFX projects is an implementation of the OpenTTD base grahics
2743 set that aims to ensure the best possible out-of-the-box experience.
2744
2745 OpenGFX provides you with...
2746 @enumerate
2747 @item All graphics you need to enjoy OpenTTD.
2748 @item Uniquely drawn rail vehicles for every climate.
2749 @item Completely snow-aware rivers.
2750 @item Different river and sea water.
2751 @item Snow-aware buoys.
2752 @end enumerate")
2753 (license license:gpl2)))
2754
2755 (define openttd-opensfx
2756 (package
2757 (name "openttd-opensfx")
2758 (version "0.2.3")
2759 (source
2760 (origin
2761 (method url-fetch)
2762 (uri (string-append
2763 "https://binaries.openttd.org/extra/opensfx/"
2764 version "/opensfx-" version "-source.tar.gz"))
2765 (sha256
2766 (base32
2767 "03jxgp02ks31hmsdh4xh0xcpkb70ds8jakc9pfc1y9vdrdavh4p5"))))
2768 (build-system gnu-build-system)
2769 (native-inputs
2770 `(("catcodec" ,catcodec)
2771 ("python" ,python-2)))
2772 (arguments
2773 `(#:make-flags
2774 (list (string-append "INSTALL_DIR=" %output
2775 "/share/games/openttd/baseset/opensfx"))
2776 #:phases
2777 (modify-phases %standard-phases
2778 (add-after 'unpack 'make-reproducible
2779 (lambda _
2780 ;; Remove the time dependency of the installed tarball by setting
2781 ;; the modification times if its members to 0.
2782 (substitute* "scripts/Makefile.def"
2783 (("-cf") " --mtime=@0 -cf"))
2784 #t))
2785 (delete 'configure))))
2786 (home-page "http://dev.openttdcoop.org/projects/opensfx")
2787 (synopsis "Base sounds for OpenTTD")
2788 (description "OpenSFX is a set of free base sounds for OpenTTD which make
2789 it possible to play OpenTTD without requiring the proprietary sound files from
2790 the original Transport Tycoon Deluxe.")
2791 (license license:cc-sampling-plus-1.0)))
2792
2793 (define openttd-openmsx
2794 (package
2795 (name "openttd-openmsx")
2796 (version "0.3.1")
2797 (source
2798 (origin
2799 (method url-fetch)
2800 (uri (string-append
2801 "https://binaries.openttd.org/extra/openmsx/"
2802 version "/openmsx-" version "-source.tar.gz"))
2803 (sha256
2804 (base32
2805 "0nskq97a6fsv1v6d62zf3yb8whzhqnlh3lap3va3nzvj7csjgf7c"))))
2806 (build-system gnu-build-system)
2807 (native-inputs
2808 `(("python" ,python-2)))
2809 (arguments
2810 `(#:make-flags
2811 (list (string-append "INSTALL_DIR=" %output
2812 "/share/games/openttd/baseset"))
2813 #:phases
2814 (modify-phases %standard-phases
2815 (delete 'configure)
2816 (add-after 'install 'post-install
2817 ;; Rename openmsx-version to openmsx
2818 (lambda* (#:key outputs #:allow-other-keys)
2819 (let ((install-directory (string-append (assoc-ref outputs "out")
2820 "/share/games/openttd/baseset")))
2821 (rename-file (string-append install-directory "/openmsx-" ,version)
2822 (string-append install-directory "/openmsx"))
2823 #t))))))
2824 (home-page "http://dev.openttdcoop.org/projects/openmsx")
2825 (synopsis "Music set for OpenTTD")
2826 (description "OpenMSX is a music set for OpenTTD which makes it possible
2827 to play OpenTTD without requiring the proprietary music from the original
2828 Transport Tycoon Deluxe.")
2829 (license license:gpl2)))
2830
2831 (define-public openttd
2832 (package
2833 (inherit openttd-engine)
2834 (name "openttd")
2835 (arguments
2836 `(#:configure-flags
2837 (list (string-append "--with-midi=" (assoc-ref %build-inputs "timidity++")
2838 "/bin/timidity"))
2839 ,@(substitute-keyword-arguments (package-arguments openttd-engine)
2840 ((#:phases phases)
2841 `(modify-phases ,phases
2842 (add-after 'install 'install-data
2843 (lambda* (#:key inputs outputs #:allow-other-keys)
2844 (for-each
2845 (lambda (input)
2846 (copy-recursively (assoc-ref inputs input)
2847 (assoc-ref outputs "out")))
2848 (list "opengfx" "openmsx" "opensfx"))
2849 #t)))))))
2850 (inputs
2851 `(("timidity++" ,timidity++)
2852 ,@(package-inputs openttd-engine)))
2853 (native-inputs
2854 `(("opengfx" ,openttd-opengfx)
2855 ("openmsx" ,openttd-openmsx)
2856 ("opensfx" ,openttd-opensfx)
2857 ,@(package-native-inputs openttd-engine)))))
2858
2859 (define openrct2-title-sequences
2860 (package
2861 (name "openrct2-title-sequences")
2862 (version "0.1.2")
2863 (source
2864 (origin
2865 (method url-fetch)
2866 (uri (string-append "https://github.com/OpenRCT2/title-sequences/releases/download/v"
2867 version "/title-sequence-v" version ".zip"))
2868 (file-name (string-append name "-" version ".zip"))
2869 (sha256
2870 (base32
2871 "0qbyxrsw8hlgaq0r5d7lx7an3idy4qbfv7yiw9byhldk763n9cfw"))))
2872 (build-system trivial-build-system)
2873 (native-inputs
2874 `(("bash" ,bash)
2875 ("coreutils" ,coreutils)
2876 ("unzip" ,unzip)))
2877 (arguments
2878 `(#:modules ((guix build utils))
2879 #:builder
2880 (begin
2881 (use-modules (guix build utils))
2882 (let* ((out (assoc-ref %outputs "out"))
2883 (openrct2-title-sequences (string-append out
2884 "/share/openrct2/title-sequences"))
2885 (source (assoc-ref %build-inputs "source"))
2886 (unzip (string-append (assoc-ref %build-inputs "unzip") "/bin/unzip")))
2887 (copy-file source (string-append ,name "-" ,version ".zip"))
2888 (invoke unzip (string-append ,name "-" ,version ".zip"))
2889 (delete-file (string-append ,name "-" ,version ".zip"))
2890 (mkdir-p openrct2-title-sequences)
2891 (copy-recursively "."
2892 openrct2-title-sequences)
2893 #t))))
2894 (home-page "https://github.com/OpenRCT2/OpenRCT2")
2895 (synopsis "Title sequences for OpenRCT2")
2896 (description
2897 "openrct2-title-sequences is a set of title sequences for OpenRCT2.")
2898 (license license:gpl3+)))
2899
2900 (define openrct2-objects
2901 (package
2902 (name "openrct2-objects")
2903 (version "1.0.9")
2904 (source
2905 (origin
2906 (method url-fetch)
2907 (uri (string-append "https://github.com/OpenRCT2/objects/releases/download/v"
2908 version "/objects.zip"))
2909 (file-name (string-append name "-" version ".zip"))
2910 (sha256
2911 (base32 "02apb8h553m7d6jvysgb1zahvxc1yzyygfca2iclb21b3fhpsas4"))))
2912 (build-system trivial-build-system)
2913 (native-inputs
2914 `(("bash" ,bash)
2915 ("coreutils" ,coreutils)
2916 ("unzip" ,unzip)))
2917 (arguments
2918 `(#:modules ((guix build utils))
2919 #:builder
2920 (begin
2921 (use-modules (guix build utils))
2922 (let* ((out (assoc-ref %outputs "out"))
2923 (openrct2-objects (string-append out
2924 "/share/openrct2/objects"))
2925 (source (assoc-ref %build-inputs "source"))
2926 (unzip (string-append (assoc-ref %build-inputs "unzip") "/bin/unzip")))
2927 (copy-file source (string-append ,name "-" ,version ".zip"))
2928 (invoke unzip (string-append ,name "-" ,version ".zip"))
2929 (delete-file (string-append ,name "-" ,version ".zip"))
2930 (mkdir-p openrct2-objects)
2931 (copy-recursively "."
2932 openrct2-objects)
2933 #t))))
2934 (home-page "https://github.com/OpenRCT2/OpenRCT2")
2935 (synopsis "Objects for OpenRCT2")
2936 (description
2937 "openrct2-objects is a set of objects for OpenRCT2.")
2938 (license license:gpl3+)))
2939
2940 (define-public openrct2
2941 (package
2942 (name "openrct2")
2943 (version "0.2.4")
2944 (source
2945 (origin
2946 (method git-fetch)
2947 (uri (git-reference
2948 (url "https://github.com/OpenRCT2/OpenRCT2.git")
2949 (commit (string-append "v" version))))
2950 (file-name (git-file-name name version))
2951 (sha256
2952 (base32 "1rlw3w20llg36sj3bk50g661qw766ng8ma3p42sdkj8br9dw800h"))))
2953 (build-system cmake-build-system)
2954 (arguments
2955 `(#:configure-flags (list "-DDOWNLOAD_OBJECTS=OFF"
2956 "-DDOWNLOAD_TITLE_SEQUENCES=OFF")
2957 #:tests? #f ; tests require network access
2958 #:phases
2959 (modify-phases %standard-phases
2960 (add-after 'unpack 'fix-usr-share-paths&add-data
2961 (lambda* (#:key inputs outputs #:allow-other-keys)
2962 (let ((titles (assoc-ref inputs "openrct2-title-sequences"))
2963 (objects (assoc-ref inputs "openrct2-objects")))
2964 ;; Fix some references to /usr/share.
2965 (substitute* "src/openrct2/platform/Platform.Linux.cpp"
2966 (("/usr/share")
2967 (string-append (assoc-ref %outputs "out") "/share")))
2968 (copy-recursively
2969 (string-append titles "/share/openrct2/title-sequences")
2970 "data/title")
2971 (copy-recursively
2972 (string-append objects "/share/openrct2/objects")
2973 "data/object"))))
2974 (add-before 'configure 'get-rid-of-errors
2975 (lambda _
2976 ;; Don't treat warnings as errors.
2977 (substitute* "CMakeLists.txt"
2978 (("-Werror") ""))
2979 #t)))))
2980 (inputs `(("curl" ,curl)
2981 ("fontconfig" ,fontconfig)
2982 ("freetype" ,freetype)
2983 ("icu4c" ,icu4c)
2984 ("jansson" ,jansson)
2985 ("libpng" ,libpng)
2986 ("libzip" ,libzip)
2987 ("mesa" ,mesa)
2988 ("openrct2-objects" ,openrct2-objects)
2989 ("openrct2-title-sequences" ,openrct2-title-sequences)
2990 ("openssl" ,openssl)
2991 ("sdl2" ,sdl2)
2992 ("speexdsp" ,speexdsp)
2993 ("zlib" ,zlib)))
2994 (native-inputs
2995 `(("pkg-config" ,pkg-config)))
2996 (home-page "https://github.com/OpenRCT2/OpenRCT2")
2997 (synopsis "Free software re-implementation of RollerCoaster Tycoon 2")
2998 (description "OpenRCT2 is a free software re-implementation of
2999 RollerCoaster Tycoon 2 (RCT2). The gameplay revolves around building and
3000 maintaining an amusement park containing attractions, shops and facilities.
3001
3002 Note that this package does @emph{not} provide the game assets (sounds,
3003 images, etc.)")
3004 ;; See <https://github.com/OpenRCT2/OpenRCT2/wiki/Required-RCT2-files>
3005 ;; regarding assets.
3006 (license license:gpl3+)))
3007
3008 (define-public pinball
3009 (package
3010 (name "pinball")
3011 (version "0.3.1")
3012 (source
3013 (origin (method url-fetch)
3014 (uri (string-append "mirror://sourceforge/pinball/pinball/"
3015 "pinball-" version "/"
3016 "pinball-" version ".tar.gz"))
3017 (sha256
3018 (base32
3019 "1f2whlrfidwfh8lvr8cspcyirc6840r5d1ajm7x99qmngygrhixs"))
3020 (patches (search-patches "pinball-const-fix.patch"
3021 "pinball-cstddef.patch"
3022 "pinball-missing-separators.patch"
3023 "pinball-src-deps.patch"
3024 "pinball-system-ltdl.patch"))))
3025 (build-system gnu-build-system)
3026 (inputs
3027 `(("glu" ,glu)
3028 ("mesa" ,mesa)
3029 ("sdl" ,sdl)
3030 ("sdl-image" ,sdl-image)
3031 ("sdl-mixer" ,sdl-mixer)))
3032 (arguments
3033 '(#:configure-flags
3034 (list (string-append "CPPFLAGS=-I"
3035 (assoc-ref %build-inputs "sdl-image")
3036 "/include/SDL -I"
3037 (assoc-ref %build-inputs "sdl-mixer")
3038 "/include/SDL"))))
3039 (home-page "http://pinball.sourceforge.net")
3040 (synopsis "Pinball simulator")
3041 (description "The Emilia Pinball Project is a pinball simulator. There
3042 are only two levels to play with, but they are very addictive.")
3043 (license license:gpl2)))
3044
3045 (define-public pioneers
3046 (package
3047 (name "pioneers")
3048 (version "15.5")
3049 (source (origin
3050 (method url-fetch)
3051 (uri (string-append "http://downloads.sourceforge.net/pio/"
3052 "pioneers-" version ".tar.gz"))
3053 (sha256
3054 (base32
3055 "037gdiiw690jw3wd1s9lxmkqx0caxyk0b4drpm7i9p28gig43q9y"))))
3056 (build-system gnu-build-system)
3057 (inputs `(("avahi" ,avahi)
3058 ("gtk+" ,gtk+)
3059 ("librsvg" ,librsvg)))
3060 (native-inputs `(("intltool" ,intltool)
3061 ("itstool" ,itstool)
3062 ("libxml2" ,libxml2)
3063 ("pkg-config" ,pkg-config)))
3064 (synopsis "Board game inspired by The Settlers of Catan")
3065 (description "Pioneers is an emulation of the board game The Settlers of
3066 Catan. It can be played on a local network, on the internet, and with AI
3067 players.")
3068 (home-page "http://pio.sourceforge.net/")
3069 (license license:gpl2+)))
3070
3071 (define-public einstein
3072 (package
3073 (name "einstein")
3074 (version "2.0")
3075 (source (origin
3076 (method url-fetch)
3077 (uri (string-append "mirror://debian/pool/main/e/"
3078 "einstein/einstein_2.0.dfsg.2.orig.tar.gz"))
3079 (sha256
3080 (base32
3081 "1hxrlv6n8py48j487i6wbb4n4vd55w0na69r7ccmmr9vmrsw5mlk"))
3082 (patches (search-patches "einstein-build.patch"))))
3083 (build-system gnu-build-system)
3084 (inputs
3085 `(("freetype" ,freetype)
3086 ("sdl" ,(sdl-union (list sdl sdl-mixer sdl-ttf)))
3087 ("zlib" ,zlib)))
3088 (native-inputs
3089 `(("font-dejavu" ,font-dejavu)))
3090 (arguments
3091 `(#:tests? #f ; no check target
3092 #:phases
3093 (modify-phases %standard-phases
3094 (replace 'configure
3095 (lambda* (#:key outputs inputs #:allow-other-keys)
3096 (let ((out (assoc-ref outputs "out"))
3097 (dejavu (string-append (assoc-ref inputs "font-dejavu")
3098 "/share/fonts/truetype/DejaVuSans.ttf")))
3099 (substitute* "Makefile"
3100 (("PREFIX=/usr/local") (string-append "PREFIX=" out)))
3101 ;; The patch above registers a free font for use by the binary,
3102 ;; but the font is copied during the compile phase into a
3103 ;; resources file, so we need to make the ttf file available.
3104 (symlink dejavu "res/DejaVuSans.ttf")
3105 #t))))))
3106 (synopsis "Logic puzzle game")
3107 (description "The goal of this logic game is to open all cards in a 6x6
3108 grid, using a number of hints as to their relative position. The game idea
3109 is attributed to Albert Einstein.")
3110 ;; The original home page has disappeared.
3111 (home-page (string-append "http://web.archive.org/web/20120521062745/"
3112 "http://games.flowix.com/en/index.html"))
3113 ;; License according to
3114 ;; http://web.archive.org/web/20150222180355/http://www.babichev.info/en/projects/index.html
3115 ;; The source code is a DFSG-sanitized tarball and does not contain any
3116 ;; license information.
3117 (license license:gpl3+)))
3118
3119 (define-public powwow
3120 (package
3121 (name "powwow")
3122 (version "1.2.19")
3123 (source (origin
3124 (method url-fetch)
3125 (uri (string-append
3126 "https://www.hoopajoo.net/static/projects/powwow-"
3127 version ".tar.gz"))
3128 (sha256
3129 (base32
3130 "10rjl63hmf62qslyhzqrbw3i2zf09dgxv65avhj0iiz0m4pbc9wy"))))
3131 (inputs
3132 `(("ncurses" ,ncurses)))
3133 (build-system gnu-build-system)
3134 (home-page "https://www.hoopajoo.net/projects/powwow.html")
3135 (synopsis "MUD and telnet client")
3136 (description
3137 "POWWOW is a client software which can be used for telnet as well as for
3138 @dfn{Multi-User Dungeon} (MUD). Additionally it can serve as a nice client for
3139 the chat server psyced with the specific config located at
3140 http://lavachat.symlynx.com/unix/")
3141 (license license:gpl2+)))
3142
3143 (define-public red-eclipse
3144 (let ((release "1.6.0")
3145 (revision 0)
3146 (data-sources
3147 '(("acerspyro" "12b0bngl7hlxw4iwdbn99jp081yl6z1ic0s788nm349drbr2pck8")
3148 ("actors" "0x7qqx67679q6ark9zz02skwhzgabid69kwi6zmhfpfgicn4927r")
3149 ("appleflap" "08xslwqfqz3j4m03pv5ry2gdzj5k2ns51z8n6sln3sa94i9x8qkm")
3150 ("blendbrush" "18zf5i2ax4p14x4c9nhk9fq6l1xgbxw62gm72vx59vbfdpjrw3cg")
3151 ("caustics" "172fxwx7kbz5nmbjq98kr52ips505wb99fibgnpg8cj02syrya8k")
3152 ("crosshairs" "14w8ysqzdsx9bzpfbl700jzngbh14rdghhjdf6zd6jlkvrl6754r")
3153 ("dziq" "056imqszvp90j7cgz52ly0f31px64gsrmvm9k2c78ldbx87jnhc3")
3154 ("elyvisions" "1bsgr0gr7njydj8fqclh0a27lrsyic3xfd5a4vwggw7g54azpgk2")
3155 ("fonts" "00ibisza1qci0ghf2rynyf28l6r3nqhfzjf80k6gg76q4v7p1myx")
3156 ("freezurbern" "07l9ldk9b82f12c13wcg5xxdf15bw0yjxk3vvk8v3ygrl2mwksyr")
3157 ("john" "1jdmwkrdi5b9pivkm22rxhmkk1db9dx6l54wzcc23cvdz04ij93k")
3158 ("jojo" "0f7kjy43fbk9kw8fip6bbw4gn3pryh0fndlahjfkaysrx98krdj3")
3159 ("jwin" "0nc8dndnpqk2ad6316a8k6kgzsrkpwvk8s4gyh7aqfi4axfclril")
3160 ("luckystrike" "04jiipqahphmvz5cd74dygr62dlvv6l4iglb8hzh4pp8frhls8bq")
3161 ("maps" "0an46ipjvw4h0nxvb6qvnzp1cdkzlkiinqz4zh9lmxy1ds0gclim")
3162 ("mayhem" "15k10imm2wr6c6fq35n4r99k7kz7n9zdnjlw6dmdq6fba67i6sbc")
3163 ("mikeplus64" "0v4wiiivm3829j4phlavy22n4c6k6ib9ixxpdz7r6ysg5cdkaw33")
3164 ("misc" "13rfgwrlfhflz6inbkg3fypyf8im0m49sw112b17qrw2zgp8i1rz")
3165 ("nieb" "0z0h9jdn2gkkjil3vsvwidb1p2k09pi5n3wjxza12hhvqmcs7q8f")
3166 ("nobiax" "08bfp4q6gbfis18bp1h4d0hqssk79jc4fhyjxnv21dbam4v4mnkn")
3167 ("particles" "1vsx3fgg19xggxfhz3vlrh6nqhmw7kl9kmxrvb2j84blp00vd6z2")
3168 ("philipk" "14irscg80607i5k5l2ci0n9nwibvda2f3xsykgv96d0vldrp5n5a")
3169 ("projectiles" "09bnfsrywirwgjm6d7ff5nicx6w6b7w9568x9pb5q0ncaps3l85s")
3170 ("props" "1dlabbprlkif8af3daf9nbgcwgxiymvj0yiphqhlri8ylfy2vpz4")
3171 ("skyboxes" "14bi3md5y47cvb9ybipdvksz40gqsqw2r0lh3zzqb4acq367w18y")
3172 ("snipergoth" "0m8rvvy5n8n9pm0b5cqvzsxsw51mqk8m7s1h3qc849b38isliwq2")
3173 ("sounds" "0ivf3w5bphz5pzzx6kwcb67vbly1l19cgv3s0cyp8n87afiqj5rd")
3174 ("textures" "0qdmgx7zbcqnb9rrga2izr93p5inirczhddfxs504rsnv0v8vyxm")
3175 ("torley" "05ppyhghq859cbbxzj3dnl9fcx3ghy04ds1pylypwg2hsxzbjwcd")
3176 ("trak" "0g3vq86q91a3syli38lwc8ca4ychfwsmmqf85kqzfzyd627ybclm")
3177 ("ulukai" "0asa5fz400impklcg6dy2f7jiaqfc1sn1c36fpg8jd01gw66lw93")
3178 ("unnamed" "0rz5683j7sfwkcycfypbv4b0ihp0qwn9rzskfsabwc1s5g324917")
3179 ("vanities" "13f18783rc8cjf22p61zr8m5g1migzlx05fzl8xnbjdkqq4cdyix")
3180 ("vegetation" "1y5d97nfmvax7y4fr0y5v0c8zb1ajkqwx76kjd4qc9n4spdsi5sc")
3181 ("weapons" "103g1dhxv5ffz4ddg2xcbshbgv9606chsbas3pzk6h9ybqsyjrqh")
3182 ("wicked" "1884rk34a2dj83gz82rc4zh3ch0dyj5221hvsr0a5h60578i7yj6"))))
3183 (package
3184 (name "red-eclipse")
3185 (version (if (zero? revision)
3186 release
3187 (string-append release "-"
3188 (number->string revision))))
3189 (source
3190 (origin
3191 (method git-fetch)
3192 (uri (git-reference
3193 (url "https://github.com/red-eclipse/base.git")
3194 (commit (string-append "v" release))))
3195 (file-name (git-file-name name version))
3196 (sha256
3197 (base32 "0qy9kmq21wc4bdhwifasxc5dv1y5c53sn7dfmyc5y3zyz8wjyij4"))
3198 (patches
3199 (search-patches "red-eclipse-remove-gamma-name-hack.patch"))))
3200 (build-system gnu-build-system)
3201 (arguments
3202 `(#:tests? #f ; no check target
3203 #:make-flags (list "CC=gcc" "-Csrc"
3204 (string-append "INSTDIR="
3205 (assoc-ref %outputs "out") "/bin")
3206 (string-append "prefix="
3207 (assoc-ref %outputs "out")))
3208 #:phases
3209 (modify-phases %standard-phases
3210 (add-after 'unpack 'unpack-data
3211 (lambda* (#:key inputs #:allow-other-keys)
3212 (delete-file-recursively "data")
3213 (mkdir "data")
3214 (with-directory-excursion "data"
3215 (for-each (lambda (name)
3216 (copy-recursively (assoc-ref inputs name) name))
3217 (list ,@(map car data-sources))))
3218 #t))
3219 (add-after 'unpack-data 'add-store-data-package-path-as-default
3220 (lambda* (#:key outputs #:allow-other-keys)
3221 (substitute* "src/engine/server.cpp"
3222 (("(else[[:space:]]*)((addpackagedir\\()\"data\"(\\);))"
3223 _
3224 else_part
3225 addpackagedir_original
3226 addpackagedir_open
3227 addpackagedir_close)
3228 (string-append else_part
3229 "{ "
3230 addpackagedir_open
3231 "\""
3232 (assoc-ref outputs "out")
3233 "/share/redeclipse/data\""
3234 addpackagedir_close
3235 " "
3236 addpackagedir_original
3237 " }")))
3238 #t))
3239 (delete 'configure) ; no configure script
3240 (add-after 'set-paths 'set-sdl-paths
3241 (lambda* (#:key inputs #:allow-other-keys)
3242 (setenv "CPATH"
3243 (string-append (assoc-ref inputs "sdl-union")
3244 "/include/SDL2:"
3245 (or (getenv "CPATH") "")))
3246 #t))
3247 (add-after 'install 'copy-data
3248 (lambda* (#:key outputs #:allow-other-keys)
3249 (let ((out (assoc-ref outputs "out")))
3250 (copy-recursively "config"
3251 (string-append out "/config"))
3252 (copy-file "doc/examples/servinit.cfg"
3253 (string-append out "/config/servinit.cfg"))
3254 (copy-recursively "data"
3255 (string-append out "/share/redeclipse/data"))
3256 (mkdir-p (string-append out "/lib/redeclipse"))
3257 (symlink (string-append out "/share/redeclipse/data")
3258 (string-append out "/lib/redeclipse/data")))
3259 #t))
3260 (add-after 'copy-data 'wrap-program
3261 (lambda* (#:key inputs outputs #:allow-other-keys)
3262 (let* ((out (assoc-ref outputs "out"))
3263 (bin (string-append out "/bin")))
3264 (with-directory-excursion bin
3265 (rename-file "redeclipse_linux"
3266 ".redeclipse_linux-real")
3267 (rename-file "redeclipse_server_linux"
3268 ".redeclipse_server_linux-real")
3269 (call-with-output-file "redeclipse_linux"
3270 (lambda (port)
3271 (format port "#!~a/bin/sh
3272 # Run the thing from its home, otherwise it just bails out.
3273 cd \"~a\"
3274 exec -a \"$0\" ~a/.redeclipse_linux-real~%"
3275 (assoc-ref inputs "bash") ;implicit input
3276 (string-append out)
3277 (string-append bin))))
3278 (call-with-output-file "redeclipse_server_linux"
3279 (lambda (port)
3280 (format port "#!~a/bin/sh
3281 # Run the thing from its home, otherwise it just bails out.
3282 cd \"~a\"
3283 exec -a \"$0\" ~a/.redeclipse_server_linux-real~%"
3284 (assoc-ref inputs "bash") ;implicit input
3285 (string-append out)
3286 (string-append bin))))
3287 (chmod "redeclipse_linux" #o555)
3288 (chmod "redeclipse_server_linux" #o555)))
3289 #t)))))
3290 (native-inputs
3291 `(("pkg-config" ,pkg-config)))
3292 (inputs
3293 `(("curl" ,curl)
3294 ("glu" ,glu)
3295 ("sdl-union" ,(sdl-union (list sdl2
3296 sdl2-image
3297 sdl2-mixer)))
3298 ;; Create origin records for the many separate data packages.
3299 ,@(map (match-lambda
3300 ((name hash)
3301 (list name
3302 (origin
3303 (method git-fetch)
3304 (uri
3305 (git-reference
3306 (url (string-append "https://github.com/"
3307 "red-eclipse/" name ".git"))
3308 (commit (string-append "v" release))))
3309 (sha256 (base32 hash))
3310 (file-name (git-file-name name version))))))
3311 data-sources)))
3312 (home-page "http://redeclipse.net/")
3313 (synopsis "Arena shooter derived from the Cube 2 engine")
3314 (description
3315 "Red Eclipse is an arena shooter, created from the Cube2 engine.
3316 Offering an innovative parkour system and distinct but all potent weapons,
3317 Red Eclipse provides fast paced and accessible gameplay.")
3318 ;; The engine is under Zlib; data files are covered by the other
3319 ;; licenses. More details at <http://redeclipse.net/wiki/License>.
3320 (license (list license:expat
3321 license:zlib
3322 license:cc-by-sa3.0
3323 license:cc-by3.0
3324 license:cc0)))))
3325
3326 (define-public grue-hunter
3327 (package
3328 (name "grue-hunter")
3329 (version "1.0")
3330 (source (origin
3331 (method url-fetch)
3332 (uri (string-append "https://jxself.org/grue-hunter.tar.gz"))
3333 (sha256
3334 (base32
3335 "1hjcpy5439qs3v2zykis7hsi0i17zjs62gks3zd8mnfw9ni4i2h3"))))
3336 (build-system trivial-build-system) ; no Makefile.PL
3337 (arguments `(#:modules ((guix build utils))
3338 #:builder
3339 (begin
3340 (use-modules (guix build utils))
3341 (use-modules (srfi srfi-1))
3342
3343 (let* ((tarball (assoc-ref %build-inputs "tarball"))
3344 (perl (string-append (assoc-ref %build-inputs
3345 "perl")
3346 "/bin"))
3347 (gzip (string-append (assoc-ref %build-inputs
3348 "gzip")
3349 "/bin/gzip"))
3350 (tar (string-append (assoc-ref %build-inputs
3351 "tar")
3352 "/bin/tar"))
3353 (out (assoc-ref %outputs "out"))
3354 (bin (string-append out "/bin"))
3355 (doc (string-append out
3356 "/share/doc/grue-hunter")))
3357 (copy-file tarball "grue-hunter.tar.gz")
3358 (invoke gzip "-d" "grue-hunter.tar.gz")
3359 (invoke tar "xvf" "grue-hunter.tar")
3360
3361 (mkdir-p bin)
3362 (copy-file "grue-hunter/gh.pl"
3363 (string-append bin "/grue-hunter"))
3364 (patch-shebang (string-append bin "/grue-hunter")
3365 (list perl))
3366
3367 (install-file "grue-hunter/AGPLv3.txt" doc)
3368
3369 #t))))
3370 (inputs `(("perl" ,perl)
3371 ("tar" ,tar)
3372 ("gzip" ,gzip)
3373 ("tarball" ,source)))
3374 (home-page "http://jxself.org/grue-hunter.shtml")
3375 (synopsis "Text adventure game")
3376 (description
3377 "Grue Hunter is a text adventure game written in Perl. You must make
3378 your way through an underground cave system in search of the Grue. Can you
3379 capture it and get out alive?")
3380 (license license:agpl3+)))
3381
3382 (define-public lierolibre
3383 (package
3384 (name "lierolibre")
3385 (version "0.5")
3386 (source (origin
3387 (method url-fetch)
3388 (uri (string-append "https://launchpad.net/lierolibre/trunk/"
3389 version "/+download/lierolibre-"
3390 version ".tar.xz"))
3391 (sha256
3392 (base32
3393 "1cf1gvsn4qq190lrf9k5bpjnqwlcfw7pajvdnh7z5r4jqw0rsbl9"))
3394 (patches
3395 (search-patches "lierolibre-check-unaligned-access.patch"
3396 "lierolibre-try-building-other-arch.patch"
3397 "lierolibre-remove-arch-warning.patch"
3398 "lierolibre-newer-libconfig.patch"
3399 "lierolibre-is-free-software.patch"))
3400 (modules '((guix build utils)))
3401 (snippet
3402 '(begin
3403 ;; Delete pre-compiled files.
3404 (delete-file "data/LIERO.CHR")
3405 (delete-file "data/LIERO.SND")
3406 #t))))
3407 (build-system gnu-build-system)
3408 (native-inputs
3409 `(("imagemagick" ,imagemagick)
3410 ("pkg-config" ,pkg-config)
3411 ("util-linux" ,util-linux)
3412 ("sox" ,sox)))
3413 (inputs
3414 `(("boost" ,boost)
3415 ("libconfig" ,libconfig)
3416 ("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer)))
3417 ("zlib" ,zlib)))
3418 (home-page "https://gitlab.com/lierolibre/lierolibre")
3419 (synopsis "Old-school earthworm action game")
3420 (description
3421 "lierolibre is an earthworm action game where you fight another player
3422 (or the computer) underground using a wide array of weapons.
3423
3424 Features:
3425 @itemize
3426 @item 2 worms, 40 weapons, great playability, two game modes: Kill'em All
3427 and Game of Tag, plus AI-players without true intelligence!
3428 @item Dat nostalgia.
3429 @item Extensions via a hidden F1 menu:
3430 @itemize
3431 @item Replays
3432 @item Game controller support
3433 @item Powerlevel palettes
3434 @end itemize
3435 @item Ability to write game variables to plain text files.
3436 @item Ability to load game variables from both EXE and plain text files.
3437 @item Scripts to extract and repack graphics, sounds and levels.
3438 @end itemize
3439
3440 To switch between different window sizes, use F6, F7 and F8, to switch to
3441 fullscreen, use F5 or Alt+Enter.")
3442 ;; Code mainly BSD-2, some parts under Boost 1.0. All assets are WTFPL2.
3443 (license (list license:bsd-2 license:boost1.0 license:wtfpl2))))
3444
3445 (define-public warzone2100
3446 (package
3447 (name "warzone2100")
3448 (version "3.2.3")
3449 (source
3450 (origin
3451 (method url-fetch)
3452 (uri (string-append "mirror://sourceforge/warzone2100/archives/"
3453 "unsupported/Warzone2100-"
3454 (version-major+minor version) "/" version
3455 "/warzone2100-" version ".tar.xz"))
3456 (sha256
3457 (base32 "10kmpr4cby95zwqsl1zwx95d9achli6khq7flv6xmrq30a39xazw"))))
3458 (build-system gnu-build-system)
3459 (arguments
3460 `(#:configure-flags '("--with-distributor=Guix")
3461 #:phases
3462 (modify-phases %standard-phases
3463 (add-after 'unpack 'link-tests-with-qt
3464 (lambda _
3465 (substitute* "tests/Makefile.in"
3466 (("(framework_linktest_LDADD|maptest_LDADD) = " prefix)
3467 (string-append prefix "$(QT5_LIBS) ")))
3468 #t))
3469 (add-after 'unpack 'fix-ivis-linktest
3470 (lambda _
3471 (substitute* "tests/ivis_linktest.cpp"
3472 (("iV_DrawTextRotated.*;")
3473 (string-append "iV_DrawTextRotated(\"Press ESC to exit.\", "
3474 "100, 100, 0.0f, font_regular);")))
3475 #t)))))
3476 (native-inputs `(("gettext" ,gettext-minimal)
3477 ("pkg-config" ,pkg-config)
3478 ("unzip" ,unzip)
3479 ("zip" ,zip)))
3480 (inputs `(("fontconfig" ,fontconfig)
3481 ("freetype" ,freetype)
3482 ("fribidi" ,fribidi)
3483 ("glew" ,glew)
3484 ("harfbuzz" ,harfbuzz)
3485 ("libtheora" ,libtheora)
3486 ("libvorbis" ,libvorbis)
3487 ("libxrandr" ,libxrandr)
3488 ("openal" ,openal)
3489 ("physfs" ,physfs)
3490 ("qtbase" ,qtbase)
3491 ("qtscript" ,qtscript)
3492 ("openssl" ,openssl)
3493 ("sdl2" ,sdl2)))
3494 (home-page "http://wz2100.net")
3495 (synopsis "3D Real-time strategy and real-time tactics game")
3496 (description
3497 "Warzone 2100 offers campaign, multi-player, and single-player skirmish
3498 modes. An extensive tech tree with over 400 different technologies, combined
3499 with the unit design system, allows for a wide variety of possible units and
3500 tactics.")
3501 ; Everything is GPLv2+ unless otherwise specified in COPYING.NONGPL
3502 (license (list license:bsd-3
3503 license:cc0
3504 license:cc-by-sa3.0
3505 license:expat
3506 license:gpl2+
3507 license:lgpl2.1+))))
3508
3509 (define-public starfighter
3510 (package
3511 (name "starfighter")
3512 (version "2.0.0.3")
3513 (source (origin
3514 (method url-fetch)
3515 (uri (string-append
3516 "https://github.com/pr-starfighter/starfighter/releases"
3517 "/download/v" version "/starfighter-"
3518 (version-major+minor version) "-src.tar.gz"))
3519 (sha256
3520 (base32
3521 "13vi5kh9ahws4f52421cbyw0jn7pmbnld358lqfmr6flql7ilj3b"))))
3522 (build-system gnu-build-system)
3523 (native-inputs
3524 `(("pkg-config" ,pkg-config)))
3525 (inputs
3526 `(("pango" ,pango)
3527 ("sdl2" ,sdl2)
3528 ("sdl2-image" ,sdl2-image)
3529 ("sdl2-mixer" ,sdl2-mixer)
3530 ("sdl2-ttf" ,sdl2-ttf)))
3531 (home-page "https://pr-starfighter.github.io/")
3532 (synopsis "2D scrolling shooter game")
3533 (description
3534 "In the year 2579, the intergalactic weapons corporation, WEAPCO, has
3535 dominated the galaxy. Guide Chris Bainfield and his friend Sid Wilson on
3536 their quest to liberate the galaxy from the clutches of WEAPCO. Along the
3537 way, you will encounter new foes, make new allies, and assist local rebels
3538 in strikes against the evil corporation.")
3539 ;; gfx and music are under CC-BY 3.0, CC-BY-SA 3.0, CC0 or Public Domain.
3540 (license (list license:gpl3+
3541 license:cc-by3.0
3542 license:cc-by-sa3.0
3543 license:cc0
3544 license:public-domain))))
3545
3546 (define-public project-starfighter
3547 (deprecated-package "project-starfighter" starfighter))
3548
3549 (define-public chromium-bsu
3550 (package
3551 (name "chromium-bsu")
3552 (version "0.9.16.1")
3553 (source (origin
3554 (method url-fetch)
3555 (uri (string-append "mirror://sourceforge/chromium-bsu"
3556 "/Chromium B.S.U. source code/"
3557 "chromium-bsu-" version ".tar.gz"))
3558 (sha256
3559 (base32
3560 "0jk2w5b6s6nkzri585bbz16cif2fhqcnl5l1mq3rd98r9nil3hd1"))))
3561 (build-system gnu-build-system)
3562 (native-inputs `(("pkg-config" ,pkg-config)))
3563 (inputs `(("gettext" ,gettext-minimal)
3564 ("glu" ,glu)
3565 ("quesoglc" ,quesoglc)
3566 ("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer)))))
3567 (home-page "http://chromium-bsu.sourceforge.net/")
3568 (synopsis "Fast-paced, arcade-style, top-scrolling space shooter")
3569 (description
3570 "In this game you are the captain of the cargo ship Chromium B.S.U. and
3571 are responsible for delivering supplies to the troops on the front line. Your
3572 ship has a small fleet of robotic fighters which you control from the relative
3573 safety of the Chromium vessel.")
3574 ;; Clarified Artistic License for everything but sound, which is covered
3575 ;; by the Expat License.
3576 (license (list license:clarified-artistic license:expat))))
3577
3578 (define-public tuxpaint
3579 (package
3580 (name "tuxpaint")
3581 (version "0.9.23") ;keep VER_DATE below in sync
3582 (source
3583 (origin
3584 (method url-fetch)
3585 (uri (string-append "mirror://sourceforge/tuxpaint/tuxpaint/"
3586 version "/tuxpaint-" version ".tar.gz"))
3587 (sha256
3588 (base32
3589 "09k9pxi88r3dx6dyjwf9h85d4qpva4i29qz63dc558hg9v21k69l"))
3590 (modules '((guix build utils)))
3591 (snippet
3592 '(begin
3593 ;; Remove win32 directory which contains binary dll's and the
3594 ;; deprecated visualc directory.
3595 (for-each delete-file-recursively '("win32" "visualc"))
3596 (substitute* "Makefile"
3597 ;; Do not rely on $(GPERF) being an absolute file name
3598 (("\\[ -x \\$\\(GPERF\\) \\]")
3599 "$(GPERF) --version >/dev/null 2>&1"))
3600 #t))
3601 (patches (search-patches "tuxpaint-stamps-path.patch"))))
3602 (build-system gnu-build-system)
3603 (native-inputs
3604 `(("gperf" ,gperf)
3605 ("pkg-config" ,pkg-config)))
3606 (inputs
3607 `(("cairo" ,cairo)
3608 ("fribidi" ,fribidi)
3609 ("gettext" ,gettext-minimal)
3610 ("libpng" ,libpng)
3611 ("librsvg" ,librsvg)
3612 ("libpaper" ,libpaper)
3613 ("netpbm" ,netpbm)
3614 ("sdl" ,(sdl-union (list sdl sdl-mixer sdl-ttf sdl-image)))))
3615 ;; TODO: Use system fonts rather than those in data/fonts
3616 (arguments
3617 `(#:make-flags `("VER_DATE=2018-09-02"
3618 "GPERF=gperf" "CC=gcc"
3619 "SDL_PCNAME=sdl SDL_image SDL_mixer SDL_ttf"
3620 ,(string-append "PREFIX=" %output)
3621 "KDE_PREFIX=$(PREFIX)/share/applications"
3622 "KDE_ICON_PREFIX=$(PREFIX)/share/icons/"
3623 "COMPLETIONDIR=$(PREFIX)/etc/bash_completion.d")
3624 #:parallel-build? #f ;fails on some systems
3625 #:tests? #f ;No tests
3626 #:phases (modify-phases %standard-phases
3627 (delete 'configure) ;no configure phase
3628 (add-before 'install 'no-sys-cache
3629 (lambda _ ;do not rebuild system conf cache
3630 (substitute* "Makefile"
3631 (("kbuildsycoca4") ""))
3632 #t))
3633 (add-after 'install 'fix-import
3634 (lambda* (#:key inputs outputs #:allow-other-keys)
3635 (let* ((out (assoc-ref outputs "out"))
3636 (net (assoc-ref inputs "netpbm"))
3637 (tpi (string-append out "/bin/tuxpaint-import")))
3638 (substitute* tpi
3639 ;; Point to installation prefix so that the default
3640 ;; configure file is found.
3641 (("/usr/local") out))
3642 ;; tuxpaint-import uses a bunch of programs from
3643 ;; netpbm, so make sure it knows where those are
3644 (wrap-program tpi
3645 `("PATH" ":" prefix
3646 (,(string-append net "/bin"))))))))))
3647 (native-search-paths
3648 (list (search-path-specification
3649 (variable "TUXPAINT_STAMPS_PATH")
3650 (files '("share/tuxpaint/stamps")))))
3651 (home-page "http://www.tuxpaint.org")
3652 (synopsis "Drawing software for children")
3653 (description
3654 "Tux Paint is a free drawing program designed for young children (kids
3655 ages 3 and up). It has a simple, easy-to-use interface; fun sound effects;
3656 and an encouraging cartoon mascot who helps guide children as they use the
3657 program. It provides a blank canvas and a variety of drawing tools to help
3658 your child be creative.")
3659 (license license:gpl2+)))
3660
3661 (define-public tuxpaint-stamps
3662 (package
3663 (name "tuxpaint-stamps")
3664 (version "2018.09.01")
3665 (source
3666 (origin
3667 (method url-fetch)
3668 (uri (string-append "mirror://sourceforge/tuxpaint/tuxpaint-stamps/"
3669 (string-map (λ (x) (if (eq? x #\.) #\- x)) version)
3670 "/tuxpaint-stamps-" version ".tar.gz"))
3671 (sha256
3672 (base32
3673 "1skr23k27yj3vgwfazpzxp90lb2a278gxrkr3bxw7az6zpkmb3yp"))))
3674 (build-system trivial-build-system)
3675 (native-inputs
3676 `(("tar" ,tar)
3677 ("gzip" ,gzip)))
3678 (arguments
3679 `(#:modules ((guix build utils))
3680 #:builder (begin
3681 (use-modules (guix build utils))
3682 (setenv "PATH"
3683 (string-append
3684 (assoc-ref %build-inputs "tar") "/bin" ":"
3685 (assoc-ref %build-inputs "gzip") "/bin"))
3686 (invoke "tar" "xvf" (assoc-ref %build-inputs "source"))
3687 (chdir (string-append ,name "-" ,version))
3688 (let ((dir (string-append %output "/share/tuxpaint/stamps")))
3689 (mkdir-p dir)
3690 (copy-recursively "stamps" dir))
3691 #t)))
3692 (home-page (package-home-page tuxpaint))
3693 (synopsis "Stamp images for Tux Paint")
3694 (description
3695 "This package contains a set of \"Rubber Stamp\" images which can be used
3696 with the \"Stamp\" tool within Tux Paint.")
3697 (license license:gpl2+)))
3698
3699 (define-public tuxpaint-config
3700 (package
3701 (name "tuxpaint-config")
3702 (version "0.0.14") ;keep VER_DATE below in sync
3703 (source
3704 (origin
3705 (method url-fetch)
3706 (uri (string-append "mirror://sourceforge/tuxpaint/tuxpaint-config/"
3707 version "/tuxpaint-config-" version ".tar.gz"))
3708 (sha256
3709 (base32
3710 "0zkgxk436nqcp43zghkfmh397c7dvh5bwn2as7gwvv208bzyij6g"))))
3711 (build-system gnu-build-system)
3712 (native-inputs
3713 `(("gettext" ,gettext-minimal)))
3714 (inputs
3715 `(("fltk" ,fltk)
3716 ("libpaper" ,libpaper)
3717 ;; TODO: Should the following be propagated by fltk?
3718 ("libx11" ,libx11)
3719 ("libxft" ,libxft)
3720 ("mesa" ,mesa)))
3721 (arguments
3722 `(#:make-flags `("VER_DATE=2018-09-01"
3723 "CONFDIR=/etc/tuxpaint" ;don't write to store
3724 ,(string-append "PREFIX=" %output)
3725 "GNOME_PREFIX=$(PREFIX)")
3726 #:parallel-build? #f ;race conditions
3727 #:tests? #f ;no tests
3728 #:phases (modify-phases %standard-phases
3729 (delete 'configure) ;no configure phase
3730 (add-before 'install 'gzip-no-name
3731 (lambda* _
3732 (substitute* "Makefile"
3733 ;; tuxpaint-config compresses its own documentation;
3734 ;; make sure it uses flags for reproducibility.
3735 (("gzip") "gzip --no-name"))))
3736 (add-before 'install 'make-install-dirs
3737 (lambda* (#:key outputs #:allow-other-keys)
3738 (let ((out (assoc-ref outputs "out")))
3739 (mkdir-p (string-append out "/bin"))
3740 #t))))))
3741 (home-page (package-home-page tuxpaint))
3742 (synopsis "Configure Tux Paint")
3743 (description
3744 "Tux Paint Config is a graphical configuration editor for Tux Paint.")
3745 (license license:gpl2))) ;no "or later" present
3746
3747 (define-public supertux
3748 (package
3749 (name "supertux")
3750 (version "0.6.0")
3751 (source (origin
3752 (method url-fetch)
3753 (uri (string-append "https://github.com/SuperTux/supertux/"
3754 "releases/download/v" version "/SuperTux-v"
3755 version "-Source.tar.gz"))
3756 (file-name (string-append name "-" version ".tar.gz"))
3757 (sha256
3758 (base32
3759 "1h1s4abirkdv4ag22zvyk6zkk64skqbjmcnnba67ps4hdzxfbhy4"))
3760 (patches
3761 (search-patches "supertux-unbundle-squirrel.patch"))))
3762 (arguments
3763 '(#:tests? #f
3764 #:configure-flags '("-DINSTALL_SUBDIR_BIN=bin"
3765 "-DUSE_SYSTEM_PHYSFS=ON")
3766 #:phases
3767 (modify-phases %standard-phases
3768 (add-after 'unpack 'patch-squirrel-path
3769 (lambda* (#:key inputs #:allow-other-keys)
3770 (let ((squirrel (assoc-ref inputs "squirrel")))
3771 (substitute* "CMakeLists.txt"
3772 (("set\\(SQUIRREL_PREFIX.*")
3773 (string-append "set(SQUIRREL_PREFIX " squirrel ")"))
3774 (("add_dependencies\\(supertux2_lib squirrel\\)") "")
3775 (("\\$\\{SQUIRREL_PREFIX\\}/include")
3776 (string-append "${SQUIRREL_PREFIX}/include/squirrel"))))
3777 #t)))))
3778 (build-system cmake-build-system)
3779 (inputs `(("sdl2" ,sdl2)
3780 ("sdl2-image" ,sdl2-image)
3781 ("sdl2-mixer" ,sdl2-mixer)
3782 ("openal" ,openal)
3783 ("mesa" ,mesa)
3784 ("glew" ,glew)
3785 ("libvorbis" ,libvorbis)
3786 ("libogg" ,libogg)
3787 ("physfs" ,physfs)
3788 ("curl" ,curl)
3789 ("boost" ,boost)
3790 ("freetype" ,freetype)
3791 ("squirrel" ,squirrel)))
3792 (native-inputs `(("pkg-config" ,pkg-config)))
3793 (synopsis "2D platformer game")
3794 (description "SuperTux is a free classic 2D jump'n run sidescroller game
3795 in a style similar to the original Super Mario games covered under
3796 the GNU GPL.")
3797 (home-page "https://supertux.org/")
3798 (license license:gpl3+)))
3799
3800 (define-public tintin++
3801 (package
3802 (name "tintin++")
3803 (version "2.01.7")
3804 (source
3805 (origin
3806 (method url-fetch)
3807 (uri (string-append "mirror://sourceforge/tintin/TinTin++ Source Code/"
3808 (version-major+minor version)
3809 "/tintin-" version ".tar.gz"))
3810 (sha256
3811 (base32
3812 "033n84pyxml3n3gd4dq0497n9w331bnrr1gppwipz9ashmq8jz7v"))))
3813 (inputs
3814 `(("gnutls" ,gnutls)
3815 ("pcre" ,pcre)
3816 ("readline" ,readline)
3817 ("zlib" ,zlib)))
3818 (arguments
3819 '(#:tests? #f ; no test suite
3820 #:phases
3821 (modify-phases %standard-phases
3822 ;; The source is in tt/src.
3823 (add-before 'configure 'chdir
3824 (lambda _
3825 (chdir "src")
3826 #t)))))
3827 (build-system gnu-build-system)
3828 (home-page "http://tintin.sourceforge.net/")
3829 (synopsis "MUD client")
3830 (description
3831 "TinTin++ is a MUD client which supports MCCP (Mud Client Compression
3832 Protocol), MMCP (Mud Master Chat Protocol), xterm 256 colors, most TELNET
3833 options used by MUDs, as well as those required to login via telnet on
3834 Linux / Mac OS X servers, and an auto mapper with a VT100 map display.")
3835 (license license:gpl2+)))
3836
3837 (define-public laby
3838 (package
3839 (name "laby")
3840 (version "0.6.4")
3841 (source
3842 (origin (method git-fetch)
3843 (uri (git-reference
3844 (url "https://github.com/sgimenez/laby.git")
3845 (commit (string-append name "-" version))))
3846 (file-name (git-file-name name version))
3847 (sha256
3848 (base32
3849 "12fq9hhrxpzgfinmj9ra9ckss9yficwdlrmgjvvsq7agvh3sgyl1"))
3850 (patches (search-patches "laby-make-install.patch"))))
3851 (build-system gnu-build-system)
3852 (inputs
3853 `(("lablgtk" ,lablgtk)
3854 ("ocaml" ,ocaml)
3855 ("ocaml-findlib" ,ocaml-findlib)
3856 ("ocamlbuild" ,ocamlbuild)))
3857 (arguments
3858 '(#:phases
3859 (modify-phases %standard-phases
3860 (delete 'configure)
3861 (add-before 'build 'allow-unsafe-strings
3862 ;; Fix a build failure with ocaml >=4.06.0.
3863 ;; See <https://github.com/sgimenez/laby/issues/53>.
3864 (lambda _
3865 (setenv "OCAMLPARAM" "safe-string=0,_")
3866 #t))
3867 (add-before 'build 'set-library-path
3868 (lambda* (#:key inputs #:allow-other-keys)
3869 (let ((lablgtk (assoc-ref inputs "lablgtk")))
3870 (setenv "LD_LIBRARY_PATH"
3871 (string-append lablgtk "/lib/ocaml/stublibs"))))))
3872 #:tests? #f ; no 'check' target
3873 #:make-flags
3874 (list (string-append "PREFIX=" (assoc-ref %outputs "out")) "all")))
3875 (home-page "https://sgimenez.github.io/laby/")
3876 (synopsis "Programming game")
3877 (description "Learn programming, playing with ants and spider webs ;-)
3878 Your robot ant can be programmed in many languages: OCaml, Python, C, C++,
3879 Java, Ruby, Lua, JavaScript, Pascal, Perl, Scheme, Vala, Prolog. Experienced
3880 programmers may also add their own favorite language.")
3881 (license license:gpl3+)))
3882
3883 (define-public bambam
3884 (package
3885 (name "bambam")
3886 (version "1.0.0")
3887 (source
3888 (origin
3889 (method git-fetch)
3890 (uri (git-reference
3891 (url "https://github.com/porridge/bambam")
3892 (commit (string-append "v" version))))
3893 (file-name (git-file-name name version))
3894 (sha256
3895 (base32 "18cwd1wpyyx8y61cags9bkdhx9x858xicc4y1c9c2s0xjmgzhl3i"))))
3896 (build-system python-build-system)
3897 (arguments
3898 `(#:tests? #f ; no tests
3899 #:phases
3900 (modify-phases %standard-phases
3901 (delete 'build) ; nothing to build
3902 (replace 'install
3903 (lambda* (#:key outputs #:allow-other-keys)
3904 (let* ((out (assoc-ref outputs "out"))
3905 (bin (string-append out "/bin"))
3906 (share (string-append out "/share")))
3907 (mkdir-p bin)
3908 (copy-file "bambam.py" (string-append bin "/bambam"))
3909 (install-file "bambam.6" (string-append share "/man/man6"))
3910 (copy-recursively "data" (string-append share "/bambam/data")))
3911 #t)))))
3912 (inputs
3913 `(("python-pygame" ,python-pygame)))
3914 (home-page "https://github.com/porridge/bambam")
3915 (synopsis "Keyboard mashing and doodling game for babies")
3916 (description "Bambam is a simple baby keyboard (and gamepad) masher
3917 application that locks the keyboard and mouse and instead displays bright
3918 colors, pictures, and sounds.")
3919 (license license:gpl3+)))
3920
3921 (define-public mrrescue
3922 (package
3923 (name "mrrescue")
3924 (version "1.02e")
3925 (source (origin
3926 (method url-fetch)
3927 (uri (string-append
3928 "https://github.com/SimonLarsen/mrrescue/releases/"
3929 "download/" version "/mrrescue" version ".love"))
3930 (file-name (string-append name "-" version ".love"))
3931 (sha256
3932 (base32
3933 "0jwzbwkgp1l5ia6c7s760gmdirbsncp6nfqp7vqdqsfb63la9gl2"))))
3934 (build-system trivial-build-system)
3935 (arguments
3936 `(#:modules ((guix build utils))
3937 #:builder
3938 (begin
3939 (use-modules (guix build utils))
3940 (let* ((out (assoc-ref %outputs "out"))
3941 (script (string-append out "/bin/" ,name))
3942 (data (string-append out "/share/" ,name))
3943 (source (assoc-ref %build-inputs "source"))
3944 (unzip (string-append (assoc-ref %build-inputs "unzip")
3945 "/bin/unzip"))
3946 (patch (string-append (assoc-ref %build-inputs "patch")
3947 "/bin/patch"))
3948 (bash (string-append (assoc-ref %build-inputs "bash")
3949 "/bin/bash"))
3950 (love (string-append (assoc-ref %build-inputs "love")
3951 "/bin/love")))
3952
3953 (mkdir-p (dirname script))
3954 (with-output-to-file script
3955 (lambda ()
3956 (format #t "#!~a~%" bash)
3957 (format #t "exec -a ~a \"~a\" \"~a\"~%" ,name love data)))
3958 (chmod script #o755)
3959
3960 ;; The better way to package this game would be to install *only* the
3961 ;; script above, pointing to the unextracted .love file in the store.
3962 ;; However, mrrescue 1.02e needs to be patched to work with Love 11.
3963 ;; Instead of extracting the .love file, patching it, and re-zipping
3964 ;; it to the store, simply point the script to the extracted patched
3965 ;; data directory directly.
3966 (mkdir-p data)
3967 (with-directory-excursion data
3968 (invoke unzip source)
3969 (invoke patch "-p1" "-i"
3970 (assoc-ref %build-inputs "love-11.patch")))
3971 #t))))
3972 (native-inputs
3973 `(("unzip" ,unzip)
3974 ("patch" ,patch)
3975 ("love-11.patch" ,(search-patch "mrrescue-support-love-11.patch"))))
3976 (inputs
3977 `(("bash" ,bash)
3978 ("love" ,love)))
3979 (home-page "http://tangramgames.dk/games/mrrescue")
3980 (synopsis "Arcade-style fire fighting game")
3981 (description
3982 "Mr. Rescue is an arcade styled 2d action game centered around evacuating
3983 civilians from burning buildings. The game features fast-paced fire
3984 extinguishing action, intense boss battles, a catchy soundtrack, and lots of
3985 throwing people around in pseudo-randomly generated buildings.")
3986 (license (list license:zlib ; for source code
3987 license:cc-by-sa3.0)))) ; for graphics and music assets
3988
3989 (define-public hyperrogue
3990 (package
3991 (name "hyperrogue")
3992 (version "11.2d")
3993 ;; When updating this package, be sure to update the "hyperrogue-data"
3994 ;; origin in native-inputs.
3995 (source (origin
3996 (method url-fetch)
3997 (uri (string-append
3998 "https://www.roguetemple.com/z/hyper/hyperrogue"
3999 (string-join (string-split version #\.) "")
4000 "-src.tgz"))
4001 (sha256
4002 (base32
4003 "1b532s94zv1jsni7bvh848m42arxcclsr0x3n7c689iamwqzrxmn"))))
4004 (build-system gnu-build-system)
4005 (arguments
4006 `(#:tests? #f ; no check target
4007 #:make-flags '("HYPERROGUE_USE_GLEW=1"
4008 "HYPERROGUE_USE_PNG=1")
4009 #:phases
4010 (modify-phases %standard-phases
4011 (add-after 'set-paths 'set-sdl-paths
4012 (lambda* (#:key inputs #:allow-other-keys)
4013 (setenv "CPATH"
4014 (string-append (getenv "CPATH") ":"
4015 (assoc-ref inputs "sdl-union")
4016 "/include/SDL"))))
4017 (replace 'configure
4018 (lambda* (#:key inputs outputs #:allow-other-keys)
4019 (let* ((out (assoc-ref outputs "out"))
4020 (share-dir (string-append out "/share/hyperrogue"))
4021 (dejavu-dir (string-append
4022 (assoc-ref inputs "font-dejavu")
4023 "/share/fonts/truetype"))
4024 (dejavu-font "DejaVuSans-Bold.ttf")
4025 (music-file "hyperrogue-music.txt"))
4026 ;; Fix font and music paths.
4027 (substitute* "basegraph.cpp"
4028 ((dejavu-font)
4029 (string-append dejavu-dir "/" dejavu-font)))
4030 (substitute* music-file
4031 (("\\*/")
4032 (string-append share-dir "/sounds/")))
4033 (substitute* "sound.cpp"
4034 (("musicfile = \"\"")
4035 (string-append "musicfile = \""
4036 share-dir "/" music-file "\"")))
4037 ;; Disable build machine CPU optimizations and warnings treated
4038 ;; as errors.
4039 (substitute* "Makefile"
4040 (("-march=native") "")
4041 (("-Werror") "")))
4042 #t))
4043 (replace 'install
4044 (lambda* (#:key inputs outputs #:allow-other-keys)
4045 (let* ((out (assoc-ref outputs "out"))
4046 (bin (string-append out "/bin"))
4047 (share-dir (string-append out "/share/hyperrogue")))
4048 (mkdir-p bin)
4049 (install-file "hyperrogue" bin)
4050 (install-file "hyperrogue-music.txt" share-dir))
4051 #t))
4052 (add-after 'install 'install-data
4053 (lambda* (#:key inputs outputs #:allow-other-keys)
4054 (let* ((data (assoc-ref inputs "hyperrogue-data"))
4055 (out (assoc-ref outputs "out"))
4056 (sounds (string-append out "/share/hyperrogue/sounds"))
4057 (unzip (string-append (assoc-ref inputs "unzip") "/bin/unzip")))
4058 ;; Extract media license information into sounds directory.
4059 (invoke unzip "-j" data
4060 (string-append
4061 "hyperrogue"
4062 (string-join (string-split ,version #\.) "")
4063 "/sounds/credits.txt") "-d" sounds)
4064 ;; Extract sounds and music into sounds directory.
4065 (invoke "unzip" "-j" data
4066 (string-append
4067 "hyperrogue"
4068 (string-join (string-split ,version #\.) "")
4069 "/*.ogg") "-d" sounds)))))))
4070 (native-inputs
4071 `(("hyperrogue-data"
4072 ,(origin
4073 (method url-fetch)
4074 (uri
4075 (string-append
4076 "https://www.roguetemple.com/z/hyper/hyperrogue"
4077 (string-join (string-split version #\.) "")
4078 "-win.zip"))
4079 (sha256
4080 (base32
4081 "0vq4l1xaqpjj3hmxn1vn2b3bbkn1hrag42ck9f30blinv347bwhf"))))
4082 ("unzip" ,unzip)))
4083 (inputs
4084 `(("font-dejavu" ,font-dejavu)
4085 ("glew" ,glew)
4086 ("libpng" ,libpng)
4087 ("sdl-union" ,(sdl-union (list sdl
4088 sdl-gfx
4089 sdl-mixer
4090 sdl-ttf)))))
4091 (home-page "https://www.roguetemple.com/z/hyper/")
4092 (synopsis "Non-euclidean graphical rogue-like game")
4093 (description
4094 "HyperRogue is a game in which the player collects treasures and fights
4095 monsters -- rogue-like but for the fact that it is played on the hyperbolic
4096 plane and not in euclidean space.
4097
4098 In HyperRogue, the player can move through different parts of the world, which
4099 are home to particular creatures and may be subject to their own rules of
4100 \"physics\".
4101
4102 While the game can use ASCII characters to display the the classical rogue
4103 symbols, it still needs graphics to render the non-euclidean world.")
4104 (license (list license:bsd-3 ; glew.c, mtrand.*
4105 license:cc-by-sa3.0 ; music
4106 license:cc-by-sa4.0 ; sounds
4107 license:cc0
4108 license:public-domain ; direntx.*, some sounds
4109 license:zlib ; savepng.*
4110 license:gpl2+)))) ; remaining files
4111
4112 (define-public kobodeluxe
4113 (package
4114 (name "kobodeluxe")
4115 (version "0.5.1")
4116 (source (origin
4117 (method url-fetch)
4118 (uri (string-append "http://olofson.net/kobodl/download/KoboDeluxe-"
4119 version ".tar.bz2"))
4120 (sha256
4121 (base32
4122 "0b2wvdpnmaibsy419c16dfwj5kvd3pccby2aaqvm964x74592yqg"))
4123 (patches (search-patches
4124 "kobodeluxe-const-charp-conversion.patch"
4125 "kobodeluxe-enemies-pipe-decl.patch"
4126 "kobodeluxe-graphics-window-signed-char.patch"
4127 "kobodeluxe-manpage-minus-not-hyphen.patch"
4128 "kobodeluxe-midicon-segmentation-fault.patch"
4129 "kobodeluxe-paths.patch"))))
4130 (build-system gnu-build-system)
4131 (arguments
4132 '(#:configure-flags
4133 (list (string-append "CPPFLAGS=-I"
4134 (assoc-ref %build-inputs "sdl-union")
4135 "/include/SDL"))))
4136 (inputs `(("sdl-union" ,(sdl-union (list sdl sdl-image)))))
4137 (synopsis "Shooter with space station destruction")
4138 (description
4139 "Kobo Deluxe is an enhanced version of Akira Higuchi's XKobo graphical game
4140 for Un*x systems with X11.")
4141 (home-page "http://olofson.net/kobodl/")
4142 (license license:gpl2+)))
4143
4144 (define-public freeciv
4145 (package
4146 (name "freeciv")
4147 (version "2.6.0")
4148 (source
4149 (origin
4150 (method url-fetch)
4151 (uri (list (string-append
4152 "http://files.freeciv.org/stable/freeciv-"
4153 version ".tar.bz2")
4154 (string-append
4155 "mirror://sourceforge/freeciv/Freeciv%20"
4156 (version-major+minor version) "/" version
4157 "/freeciv-" version ".tar.bz2")))
4158 (sha256
4159 (base32
4160 "16f9wsnn7073s6chzbm3819swd0iw019p9nrzr3diiynk28kj83w"))))
4161 (build-system gnu-build-system)
4162 (inputs
4163 `(("curl" ,curl)
4164 ("cyrus-sasl" ,cyrus-sasl)
4165 ("gtk+" ,gtk+)
4166 ("sdl-mixer" ,sdl-mixer)
4167 ("zlib" ,zlib)))
4168 (native-inputs
4169 `(("pkg-config" ,pkg-config)))
4170 (home-page "http://www.freeciv.org/")
4171 (synopsis "Turn based empire building strategy game")
4172 (description "Freeciv is a turn based empire building strategy game
4173 inspired by the history of human civilization. The game commences in
4174 prehistory and your mission is to lead your tribe from the Stone Age
4175 to the Space Age.")
4176 (license license:gpl2+)))
4177
4178 (define-public no-more-secrets
4179 (package
4180 (name "no-more-secrets")
4181 (version "0.3.3")
4182 (source
4183 (origin
4184 (method git-fetch)
4185 (uri (git-reference
4186 (url "https://github.com/bartobri/no-more-secrets.git")
4187 (commit (string-append "v" version))))
4188 (file-name (git-file-name name version))
4189 (sha256
4190 (base32 "1zfv4qabikf8w9winsr4brxrdvs3f0d7xvydksyx8bydadsm2v2h"))))
4191 (build-system gnu-build-system)
4192 (arguments
4193 `(#:tests? #f
4194 #:make-flags (list "CC=gcc" "all-ncurses"
4195 (string-append "prefix="
4196 (assoc-ref %outputs "out")))
4197 #:phases
4198 (modify-phases %standard-phases
4199 (delete 'configure))))
4200 (inputs
4201 `(("ncurses" ,ncurses)))
4202 (home-page "https://github.com/bartobri/no-more-secrets")
4203 (synopsis "Recreation of data decryption effect in \"Sneakers\"")
4204 (description
4205 "@code{No More Secrets} provides a command line tool called \"nms\"
4206 that recreates the famous data decryption effect seen on screen in the 1992
4207 movie \"Sneakers\".
4208
4209 This command works on piped data. Pipe any ASCII or UTF-8 text to nms, and
4210 it will apply the hollywood effect, initially showing encrypted data, then
4211 starting a decryption sequence to reveal the original plaintext characters.")
4212 (license license:expat)))
4213
4214 (define-public megaglest-data
4215 (package
4216 (name "megaglest-data")
4217 (version "3.13.0")
4218 (source
4219 (origin
4220 (method url-fetch)
4221 (uri (string-append
4222 "https://github.com/MegaGlest/megaglest-data"
4223 "/releases/download/" version "/megaglest-data-"
4224 version ".tar.xz"))
4225 (sha256
4226 (base32
4227 "0ipgza33z89fw3si32iafm981f3fvm0zldvbxj29whghd2k3rpj3"))))
4228 (build-system cmake-build-system)
4229 (arguments
4230 `(#:tests? #f))
4231 (home-page "https://megaglest.org/")
4232 (synopsis "Data files for MegaGlest")
4233 (description "This package contains the data files required for MegaGlest.")
4234 (license license:cc-by-sa3.0)))
4235
4236 (define-public megaglest
4237 (package
4238 (name "megaglest")
4239 (version "3.13.0")
4240 (source
4241 (origin
4242 (method url-fetch)
4243 (uri (string-append
4244 "https://github.com/MegaGlest/megaglest-source"
4245 "/releases/download/" version "/megaglest-source-"
4246 version ".tar.xz"))
4247 (sha256
4248 (base32
4249 "1ffck3ii1wp5k3nn5p0ga06jgp7pzk4zw0xln3xim2w7qrxzdzh9"))))
4250 (build-system cmake-build-system)
4251 (inputs
4252 `(("curl" ,curl)
4253 ("fontconfig" ,fontconfig)
4254 ("ftgl" ,ftgl)
4255 ("glew" ,glew)
4256 ("libjpeg-turbo" ,libjpeg-turbo)
4257 ("megaglest-data" ,megaglest-data)
4258 ("mesa" ,mesa)
4259 ("miniupnpc" ,miniupnpc)
4260 ("openal" ,openal)
4261 ("libircclient" ,libircclient)
4262 ("libpng" ,libpng)
4263 ("libvorbis" ,libvorbis)
4264 ("lua" ,lua)
4265 ("sdl2" ,sdl2)
4266 ("wxwidgets" ,wxwidgets)))
4267 (native-inputs
4268 `(("cppunit" ,cppunit)
4269 ("pkg-config" ,pkg-config)))
4270 (arguments
4271 `(#:configure-flags
4272 (list (string-append "-DCUSTOM_DATA_INSTALL_PATH="
4273 (assoc-ref %build-inputs "megaglest-data")
4274 "/share/megaglest")
4275 "-DBUILD_MEGAGLEST_TESTS=ON")
4276 #:phases
4277 (modify-phases %standard-phases
4278 (add-after 'unpack 'fix-ini-search-path
4279 (lambda* (#:key outputs #:allow-other-keys)
4280 (substitute* "source/glest_game/global/config.cpp"
4281 (("/usr/share/megaglest/")
4282 (string-append (assoc-ref outputs "out")
4283 "/share/megaglest/"))))))
4284 #:test-target "megaglest_tests"))
4285 (home-page "https://megaglest.org/")
4286 (synopsis "3D real-time strategy (RTS) game")
4287 (description "MegaGlest is a cross-platform 3D real-time strategy (RTS)
4288 game, where you control the armies of one of seven different factions: Tech,
4289 Magic, Egypt, Indians, Norsemen, Persian or Romans.")
4290 (license license:gpl2+)))
4291
4292 (define-public freegish
4293 (let ((commit "8795cd7adc95957883f2d3465eb9036a774667a7")
4294 (revision "1"))
4295 (package
4296 (name "freegish")
4297 (version (string-append "0-" revision "." (string-take commit 9)))
4298 (source (origin
4299 (method git-fetch)
4300 (uri (git-reference
4301 (url "https://github.com/freegish/freegish.git")
4302 (commit commit)))
4303 (file-name (git-file-name name version))
4304 (sha256
4305 (base32
4306 "1p1zf5qqagmcpi1db2bs02cnalpy3qiymp6yzan7k1bhmv859gsx"))
4307 (modules '((guix build utils)))
4308 ;; The audio files in the "music" directory are licensed under
4309 ;; CC-BY-NC, so we delete them.
4310 (snippet
4311 '(begin
4312 (delete-file-recursively "music")
4313 #t))))
4314 (build-system cmake-build-system)
4315 (arguments
4316 `(#:tests? #f ; no tests included
4317 #:configure-flags
4318 (list "-DCMAKE_INSTALL_FHS=ON")
4319 #:phases
4320 (modify-phases %standard-phases
4321 (add-after 'unpack 'set-DATAPATH
4322 (lambda* (#:key outputs #:allow-other-keys)
4323 (substitute* "CMakeLists.txt"
4324 (("^option\\(INSTALL_FHS" line)
4325 (string-append "add_definitions(-DDATAPATH=\""
4326 (assoc-ref outputs "out") "/share/freegish\")\n"
4327 line)))
4328 #t)))))
4329 (inputs
4330 `(("sdl-union" ,(sdl-union (list sdl sdl-mixer)))
4331 ("openal" ,openal)
4332 ("libvorbis" ,libvorbis)
4333 ("libogg" ,libogg)
4334 ("mesa" ,mesa)
4335 ("libpng" ,libpng)
4336 ("zlib" ,zlib)))
4337 (home-page "https://github.com/freegish/freegish")
4338 (synopsis "Side-scrolling physics platformer with a ball of tar")
4339 (description "In FreeGish you control Gish, a ball of tar who lives
4340 happily with his girlfriend Brea, until one day a mysterious dark creature
4341 emerges from a sewer hole and pulls her below ground.")
4342 ;; The textures are available under the Expat license. All other assets
4343 ;; (including levels) are covered under CC-BY-SA or public domain. The
4344 ;; source code is under GPLv2+.
4345 (license (list license:gpl2+
4346 license:expat
4347 license:public-domain
4348 license:cc-by-sa3.0)))))
4349
4350 (define-public cdogs-sdl
4351 (package
4352 (name "cdogs-sdl")
4353 (version "0.6.9")
4354 (source (origin
4355 (method git-fetch)
4356 (uri (git-reference
4357 (url "https://github.com/cxong/cdogs-sdl.git")
4358 (commit version)))
4359 (file-name (git-file-name name version))
4360 (sha256
4361 (base32
4362 "13gyv2hzk43za1n3lsjnd5v64xlzfzq7n10scd1rcbsnk1n007zr"))))
4363 (build-system cmake-build-system)
4364 (arguments
4365 `(#:configure-flags
4366 (list (string-append "-DCDOGS_DATA_DIR="
4367 (assoc-ref %outputs "out")
4368 "/share/cdogs-sdl/"))))
4369 (inputs
4370 `(("mesa" ,mesa)
4371 ("sdl2" ,sdl2)
4372 ("sdl2-image" ,sdl2-image)
4373 ("sdl2-mixer" ,sdl2-mixer)))
4374 (home-page "https://cxong.github.io/cdogs-sdl/")
4375 (synopsis "Classic overhead run-and-gun game")
4376 (description "C-Dogs SDL is a classic overhead run-and-gun game,
4377 supporting up to 4 players in co-op and deathmatch modes. Customize your
4378 player, choose from many weapons, and blast, slide and slash your way through
4379 over 100 user-created campaigns.")
4380 ;; GPLv2+ for code (includes files under BSD-2 and BSD-3),
4381 ;; CC0/CC-BY/CC-BY-SA for assets.
4382 (license (list license:gpl2+
4383 license:bsd-2
4384 license:bsd-3
4385 license:cc0
4386 license:cc-by3.0
4387 license:cc-by-sa3.0))))
4388
4389 (define-public kiki
4390 (package
4391 (name "kiki")
4392 (version "1.0.2")
4393 (source (origin
4394 (method url-fetch)
4395 (uri (string-append "mirror://sourceforge/kiki/kiki-src/"
4396 version "/kiki-" version "-src.tgz"))
4397 (sha256
4398 (base32
4399 "0ihjdsxbn8z3cz0gpcprafiipcqaiskgdnh1rhmw4qff8dszalbn"))
4400 (modules '((guix build utils)))
4401 (snippet
4402 '(begin
4403 (for-each delete-file (find-files "." "\\.dll$"))
4404 #t))
4405 (patches
4406 (search-patches "kiki-level-selection-crash.patch"
4407 "kiki-makefile.patch"
4408 "kiki-missing-includes.patch"
4409 "kiki-portability-64bit.patch"))))
4410 (build-system gnu-build-system)
4411 (arguments
4412 `(#:tests? #f ; there are no tests
4413 #:make-flags '("CXX=g++")
4414 #:phases
4415 (modify-phases %standard-phases
4416 (replace 'configure
4417 (lambda* (#:key inputs outputs #:allow-other-keys)
4418 (setenv "CPLUS_INCLUDE_PATH"
4419 (string-append (assoc-ref inputs "sdl-union")
4420 "/include/SDL:"
4421 (assoc-ref inputs "python")
4422 "/include/python2.7"))
4423 (substitute* "src/main/main.cpp"
4424 (("#include <SDL.h>" line)
4425 (string-append line "
4426 #define K_INCLUDE_GLUT
4427 #include \"KIncludeTools.h\""))
4428 (("// initialize SDL" line)
4429 (string-append "glutInit(&argc,argv);\n" line)))
4430 (substitute* "src/main/KikiController.cpp"
4431 (("getenv\\(\"KIKI_HOME\"\\)")
4432 (string-append "\"" (assoc-ref outputs "out") "/share/kiki/\"")))
4433 (substitute* "linux/Makefile"
4434 (("CXXOPTS =" line)
4435 (string-append line " -fpermissive"))
4436 (("PYTHON_VERSION=.*") "PYTHON_VERSION=2.7")
4437 (("PYTHONHOME =.*")
4438 (string-append "PYTHONHOME = "
4439 (assoc-ref inputs "python")
4440 "/lib/python2.7/"))
4441 (("\\$\\(GLLIBS\\)" line)
4442 (string-append line " -lm -lpython2.7")))
4443 (substitute* "src/main/KikiPythonWidget.h"
4444 (("#define __KikiPythonWidget" line)
4445 (string-append line "\n#include \"KikiPython.h\"")))
4446 #t))
4447 (add-before 'build 'build-kodilib
4448 (lambda* (#:key make-flags #:allow-other-keys)
4449 (with-directory-excursion "kodilib/linux"
4450 (apply invoke "make" make-flags))))
4451 (add-after 'build-kodilib 'chdir
4452 (lambda _ (chdir "linux") #t))
4453 (replace 'install
4454 (lambda* (#:key outputs #:allow-other-keys)
4455 (let* ((out (assoc-ref outputs "out"))
4456 (bin (string-append out "/bin"))
4457 (share (string-append out "/share/kiki")))
4458 (mkdir-p bin)
4459 (mkdir-p share)
4460 (install-file "kiki" bin)
4461 (copy-recursively "../py" (string-append share "/py"))
4462 (copy-recursively "../sound" (string-append share "/sound"))
4463 #t))))))
4464 (inputs
4465 `(("glu" ,glu)
4466 ;; Kiki builds fine with freeglut 3.0.0 but segfaults on start.
4467 ("freeglut" ,freeglut-2.8)
4468 ("sdl-union" ,(sdl-union (list sdl
4469 sdl-mixer
4470 sdl-image)))
4471 ("python" ,python-2)))
4472 (native-inputs
4473 `(("swig" ,swig)))
4474 (home-page "http://kiki.sourceforge.net/")
4475 (synopsis "3D puzzle game")
4476 (description "Kiki the nano bot is a 3D puzzle game. It is basically a
4477 mixture of the games Sokoban and Kula-World. Your task is to help Kiki, a
4478 small robot living in the nano world, repair its maker.")
4479 ;; See <http://metadata.ftp-master.debian.org/changelogs/main/k/
4480 ;; kiki-the-nano-bot/kiki-the-nano-bot_1.0.2+dfsg1-4_copyright>
4481 ;; for a statement from the author.
4482 (license license:public-domain)))
4483
4484 (define-public kiki-the-nano-bot
4485 (deprecated-package "kiki-the-nano-bot" kiki))
4486
4487 (define-public teeworlds
4488 (package
4489 (name "teeworlds")
4490 (version "0.7.2")
4491 (source (origin
4492 (method git-fetch)
4493 (uri (git-reference
4494 (url "https://github.com/teeworlds/teeworlds.git")
4495 (commit version)))
4496 (file-name (git-file-name name version))
4497 (sha256
4498 (base32
4499 "15l988qcsqgb6rjais0qd5sd2rjanm2708jmzvkariqzz0d6pb93"))
4500 (modules '((guix build utils)
4501 (ice-9 ftw)
4502 (ice-9 regex)
4503 (srfi srfi-1)
4504 (srfi srfi-26)))
4505 (snippet ; remove bundled libraries except md5
4506 '(let ((base-dir "src/engine/external/"))
4507 (for-each (compose (cut delete-file-recursively <>)
4508 (cut string-append base-dir <>))
4509 (remove (cut string-match "(^.)|(^md5$)" <>)
4510 (scandir base-dir)))
4511 #t))
4512 (patches
4513 (search-patches "teeworlds-use-latest-wavpack.patch"))))
4514 (build-system gnu-build-system)
4515 (arguments
4516 `(#:tests? #f ; no tests included
4517 #:modules ((guix build gnu-build-system)
4518 (guix build utils)
4519 (srfi srfi-26))
4520 #:phases
4521 (modify-phases %standard-phases
4522 (replace 'configure
4523 (lambda* (#:key outputs #:allow-other-keys)
4524 ;; The bundled json-parser uses an old API.
4525 ;; To use the latest non-bundled version, we need to pass the
4526 ;; length of the data in all 'json_parse_ex' calls.
4527 (define (use-latest-json-parser file)
4528 (substitute* file
4529 (("engine/external/json-parser/json\\.h")
4530 "json-parser/json.h")
4531 (("json_parse_ex\\(&JsonSettings, pFileData, aError\\);")
4532 "json_parse_ex(&JsonSettings,
4533 pFileData,
4534 strlen(pFileData),
4535 aError);")))
4536
4537 ;; Embed path to assets.
4538 (substitute* "src/engine/shared/storage.cpp"
4539 (("#define DATA_DIR.*")
4540 (string-append "#define DATA_DIR \""
4541 (assoc-ref outputs "out")
4542 "/share/teeworlds/data"
4543 "\"")))
4544
4545 ;; Bam expects all files to have a recent time stamp.
4546 (for-each (cut utime <> 1 1)
4547 (find-files "."))
4548
4549 ;; Do not use bundled libraries.
4550 (substitute* "bam.lua"
4551 (("local json = Compile.+$")
4552 "local json = nil
4553 settings.link.libs:Add(\"jsonparser\")")
4554 (("local png = Compile.+$")
4555 "local png = nil
4556 settings.link.libs:Add(\"pnglite\")")
4557 (("local wavpack = Compile.+$")
4558 "local wavpack = nil
4559 settings.link.libs:Add(\"wavpack\")")
4560 (("if config\\.zlib\\.value == 1")
4561 "if config.zlib.value"))
4562 (substitute* "src/engine/client/graphics_threaded.cpp"
4563 (("engine/external/pnglite/pnglite\\.h")
4564 "pnglite.h"))
4565 (substitute* "src/engine/client/sound.cpp"
4566 (("engine/external/wavpack/wavpack\\.h")
4567 "wavpack/wavpack.h"))
4568 (for-each use-latest-json-parser
4569 '("src/game/client/components/countryflags.cpp"
4570 "src/game/client/components/menus_settings.cpp"
4571 "src/game/client/components/skins.cpp"
4572 "src/game/client/localization.cpp"
4573 "src/game/editor/auto_map.h"
4574 "src/game/editor/editor.cpp"))
4575 #t))
4576 (replace 'build
4577 (lambda _
4578 (invoke "bam" "-a" "-v" "conf=release")))
4579 (replace 'install
4580 (lambda* (#:key outputs #:allow-other-keys)
4581 (let* ((arch ,(system->linux-architecture
4582 (or (%current-target-system)
4583 (%current-system))))
4584 (build (string-append "build/" arch "/release/"))
4585 (data-built (string-append build "data/"))
4586 (out (assoc-ref outputs "out"))
4587 (bin (string-append out "/bin/"))
4588 (data (string-append out "/share/teeworlds/data/")))
4589 (for-each (cut install-file <> bin)
4590 (map (cut string-append build <>)
4591 '("teeworlds" "teeworlds_srv")))
4592 (copy-recursively data-built data)
4593 #t))))))
4594 (inputs
4595 `(("freetype" ,freetype)
4596 ("glu" ,glu)
4597 ("json-parser" ,json-parser)
4598 ("mesa" ,mesa)
4599 ("pnglite" ,pnglite)
4600 ("sdl2" ,sdl2)
4601 ("sdl2-image" ,sdl2-image)
4602 ("sdl2-mixer" ,sdl2-mixer)
4603 ("wavpack" ,wavpack)
4604 ("zlib" ,zlib)))
4605 (native-inputs
4606 `(("bam" ,bam)
4607 ("python" ,python-wrapper)
4608 ("pkg-config" ,pkg-config)))
4609 (home-page "https://www.teeworlds.com")
4610 (synopsis "2D retro multiplayer shooter game")
4611 (description "Teeworlds is an online multiplayer game. Battle with up to
4612 16 players in a variety of game modes, including Team Deathmatch and Capture
4613 The Flag. You can even design your own maps!")
4614 (license license:bsd-3)))
4615
4616 (define-public enigma
4617 (package
4618 (name "enigma")
4619 (version "1.21")
4620 (source (origin
4621 (method url-fetch)
4622 (uri (string-append "mirror://sourceforge/enigma-game/"
4623 "Release%20" version "/enigma-"
4624 version ".tar.gz"))
4625 (sha256
4626 (base32
4627 "00ffh9pypj1948pg3q9sjp1nmiabh52p5c8wpg9n1dcfgl3cywnq"))))
4628 (build-system gnu-build-system)
4629 (arguments
4630 `(#:configure-flags
4631 (list "--with-system-enet")
4632 #:phases
4633 (modify-phases %standard-phases
4634 (add-after 'unpack 'find-sdl
4635 (lambda _
4636 (substitute* "configure"
4637 (("SDL_ttf.h") "SDL/SDL_ttf.h"))
4638 (substitute* '("tools/ttf2bmf.cc"
4639 "lib-src/enigma-core/ecl_font.cc"
4640 "lib-src/enigma-core/ecl_video.cc"
4641 "lib-src/enigma-core/ecl_buffer.hh"
4642 "src/SoundEngine.cc"
4643 "src/SoundEngine.hh"
4644 "src/MusicManager.cc"
4645 "src/MusicManager.hh"
4646 "src/d_models.cc"
4647 "src/main.cc"
4648 "src/network.cc")
4649 (("#include \"SDL_(image|ttf|mixer|types|syswm|mutex).h\"" line header)
4650 (string-append "#include \"SDL/SDL_" header ".h\"")))
4651 (substitute* "src/main.cc"
4652 (("#include <SDL_(image|ttf|mixer).h>" line header)
4653 (string-append "#include \"SDL/SDL_" header ".h\"")))
4654 #t)))))
4655 (inputs
4656 `(("xerces-c" ,xerces-c)
4657 ("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-ttf)))
4658 ("curl" ,curl)
4659 ("enet" ,enet)))
4660 (native-inputs
4661 `(("pkg-config" ,pkg-config)
4662 ("imagemagick" ,imagemagick)))
4663 (home-page "https://www.nongnu.org/enigma")
4664 (synopsis "Puzzle game with a dexterity component")
4665 (description "Enigma is a puzzle game with 550 unique levels. The object
4666 of the game is to find and uncover pairs of identically colored ‘Oxyd’ stones.
4667 Simple? Yes. Easy? Certainly not! Hidden traps, vast mazes, laser beams,
4668 and most of all, countless hairy puzzles usually block your direct way to the
4669 Oxyd stones. Enigma’s game objects (and there are hundreds of them, lest you
4670 get bored) interact in many unexpected ways, and since many of them follow the
4671 laws of physics (Enigma’s special laws of physics, that is), controlling them
4672 with the mouse isn’t always trivial.")
4673 (license license:gpl2+)))
4674
4675 (define-public chroma
4676 (package
4677 (name "chroma")
4678 (version "1.17")
4679 (source (origin
4680 (method url-fetch)
4681 (uri (string-append "http://level7.org.uk/chroma/download/chroma-"
4682 version ".tar.bz2"))
4683 (sha256
4684 (base32
4685 "047sf00x71xbmi8bqrhfbmr9bk89l2gbykkqsfpw4wz6yfjscs6y"))))
4686 (build-system gnu-build-system)
4687 (arguments
4688 `(#:tests? #f)) ; no tests included
4689 (inputs
4690 `(("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-ttf)))
4691 ("freetype" ,freetype)
4692 ("ncurses" ,ncurses)
4693 ("fontconfig" ,fontconfig)
4694 ("libxft" ,libxft)))
4695 (native-inputs
4696 `(("pkg-config" ,pkg-config)))
4697 (home-page "http://level7.org.uk/chroma/")
4698 (synopsis "Abstract puzzle game")
4699 (description "Chroma is an abstract puzzle game. A variety of colourful
4700 shapes are arranged in a series of increasingly complex patterns, forming
4701 fiendish traps that must be disarmed and mysterious puzzles that must be
4702 manipulated in order to give up their subtle secrets. Initially so
4703 straightforward that anyone can pick it up and begin to play, yet gradually
4704 becoming difficult enough to tax even the brightest of minds.")
4705 (license license:gpl2+)))
4706
4707 (define-public fillets-ng
4708 (package
4709 (name "fillets-ng")
4710 (version "1.0.1")
4711 (source (origin
4712 (method url-fetch)
4713 (uri (string-append "mirror://sourceforge/fillets/"
4714 "Fish%20Fillets%20-%20Next%20Generation/"
4715 version "/fillets-ng-" version ".tar.gz"))
4716 (sha256
4717 (base32
4718 "1nljp75aqqb35qq3x7abhs2kp69vjcj0h1vxcpdyn2yn2nalv6ij"))))
4719 (build-system gnu-build-system)
4720 (arguments
4721 `(#:configure-flags
4722 (list (string-append "--with-lua="
4723 (assoc-ref %build-inputs "lua")))
4724 #:make-flags
4725 (list (string-append "CFLAGS=-I"
4726 (assoc-ref %build-inputs "sdl-union")
4727 "/include/SDL")
4728 (string-append "CXXFLAGS=-I"
4729 (assoc-ref %build-inputs "sdl-union")
4730 "/include/SDL"))
4731 #:phases
4732 (modify-phases %standard-phases
4733 ;; Lua 5.1 does not provide it.
4734 (add-after 'unpack 'do-not-link-with-lualib
4735 (lambda _
4736 (substitute* "configure"
4737 (("-llualib") ""))
4738 #t))
4739 (add-after 'install 'install-data
4740 (lambda* (#:key inputs outputs #:allow-other-keys)
4741 (let ((data (string-append (assoc-ref outputs "out")
4742 "/share/games/fillets-ng")))
4743 (mkdir-p data)
4744 (invoke "tar" "-xvf"
4745 (assoc-ref inputs "fillets-ng-data")
4746 "--strip-components=1"
4747 "-C" data)))))))
4748 (inputs
4749 `(("sdl-union" ,(sdl-union (list sdl
4750 sdl-mixer
4751 sdl-image
4752 sdl-ttf)))
4753 ("fribidi" ,fribidi)
4754 ("libx11" ,libx11)
4755 ("lua" ,lua-5.1)))
4756 (native-inputs
4757 `(("pkg-config" ,pkg-config)
4758 ("fillets-ng-data"
4759 ,(origin
4760 (method url-fetch)
4761 (uri (string-append "mirror://sourceforge/fillets/"
4762 "Fish%20Fillets%20-%20Next%20Generation/"
4763 version "/fillets-ng-data-" version ".tar.gz"))
4764 (sha256
4765 (base32
4766 "169p0yqh2gxvhdilvjc2ld8aap7lv2nhkhkg4i1hlmgc6pxpkjgh"))))))
4767 (home-page "http://fillets.sourceforge.net/")
4768 (synopsis "Puzzle game")
4769 (description "Fish Fillets NG is strictly a puzzle game. The goal in
4770 every of the seventy levels is always the same: find a safe way out. The fish
4771 utter witty remarks about their surroundings, the various inhabitants of their
4772 underwater realm quarrel among themselves or comment on the efforts of your
4773 fish. The whole game is accompanied by quiet, comforting music.")
4774 (license license:gpl2+)))
4775
4776 (define-public fish-fillets-ng
4777 (deprecated-package "fish-fillets-ng" fillets-ng))
4778
4779 (define-public crawl
4780 (package
4781 (name "crawl")
4782 (version "0.24.0")
4783 (source
4784 (origin
4785 (method url-fetch)
4786 (uri (list
4787 ;; Older releases get moved into a versioned directory
4788 (string-append "http://crawl.develz.org/release/"
4789 (version-major+minor version) "/stone_soup-"
4790 version "-nodeps.tar.xz")
4791 ;; Only the latest release is in this directory
4792 (string-append "http://crawl.develz.org/release/stone_soup-"
4793 version "-nodeps.tar.xz")))
4794 (sha256
4795 (base32 "0kdq6s12myxfdg75ma9x3ys2nd0xwb3xm2ynlmhg4628va0pnixr"))
4796 (patches (search-patches "crawl-upgrade-saves.patch"))))
4797 (build-system gnu-build-system)
4798 (inputs
4799 `(("lua51" ,lua-5.1)
4800 ("ncurses" ,ncurses)
4801 ("sqlite" ,sqlite)
4802 ("zlib" ,zlib)))
4803 (native-inputs
4804 `(("bison" ,bison)
4805 ("flex" ,flex)
4806 ("perl" ,perl)
4807 ("python" ,python-wrapper)
4808 ("python-pyyaml" ,python-pyyaml)
4809 ("pkg-config" ,pkg-config)))
4810 (arguments
4811 `(#:make-flags
4812 (let* ((sqlite (assoc-ref %build-inputs "sqlite"))
4813 (out (assoc-ref %outputs "out")))
4814 (list (string-append "SQLITE_INCLUDE_DIR=" sqlite "/include")
4815 (string-append "prefix=" out)
4816 "SAVEDIR=~/.crawl"
4817 ;; Don't compile with SSE on systems which don't have it.
4818 ,@(match (%current-system)
4819 ((or "i686-linux" "x86_64-linux")
4820 '())
4821 (_ '("NOSSE=TRUE")))
4822 ;; don't build any bundled dependencies
4823 "BUILD_LUA="
4824 "BUILD_SQLITE="
4825 "BUILD_ZLIB="
4826 "-Csource"))
4827 #:phases
4828 (modify-phases %standard-phases
4829 (add-after 'unpack 'find-SDL-image
4830 (lambda _
4831 (substitute* "source/windowmanager-sdl.cc"
4832 (("SDL_image.h") "SDL2/SDL_image.h"))
4833 #t))
4834 (delete 'configure)
4835 (replace 'check
4836 (lambda* (#:key inputs outputs make-flags #:allow-other-keys)
4837 (setenv "HOME" (getcwd))
4838 ;; Fake a terminal for the test cases.
4839 (setenv "TERM" "xterm-256color")
4840 ;; Run the tests that don't require a debug build.
4841 (apply invoke "make" "nondebugtest"
4842 (format #f "-j~d" (parallel-job-count))
4843 ;; Force command line build for test cases.
4844 (append make-flags '("GAME=crawl" "TILES="))))))))
4845 (synopsis "Roguelike dungeon crawler game")
4846 (description "Dungeon Crawl Stone Soup (also known as \"Crawl\" or DCSS
4847 for short) is a roguelike adventure through dungeons filled with dangerous
4848 monsters in a quest to find the mystifyingly fabulous Orb of Zot.")
4849 (home-page "https://crawl.develz.org")
4850 (license (list license:gpl2+
4851 license:bsd-2
4852 license:bsd-3
4853 license:cc0
4854 license:expat
4855 license:zlib
4856 license:asl2.0))))
4857
4858 (define-public dungeon-crawl-stone-soup
4859 (deprecated-package "dungeon-crawl-stone-soup" crawl))
4860
4861 ;; The linter here claims that patch file names should start with the package
4862 ;; name. But, in this case, the patches are inherited from crawl with the
4863 ;; "crawl-" prefix instead of "crawl-tiles-".
4864 (define-public crawl-tiles
4865 (package
4866 (inherit crawl)
4867 (name "crawl-tiles")
4868 (arguments
4869 (substitute-keyword-arguments
4870 (package-arguments crawl)
4871 ((#:make-flags flags)
4872 `(let ((dejavu (assoc-ref %build-inputs "font-dejavu")))
4873 (cons*
4874 (string-append "PROPORTIONAL_FONT=" dejavu
4875 "/share/fonts/truetype/DejaVuSans.ttf")
4876 (string-append "MONOSPACED_FONT=" dejavu
4877 "/share/fonts/truetype/DejaVuSansMono.ttf")
4878 "TILES=y"
4879 ;; Rename the executable to allow parallel installation with crawl.
4880 "GAME=crawl-tiles"
4881 ,flags)))))
4882 (inputs
4883 `(,@(package-inputs crawl)
4884 ("font-dejavu" ,font-dejavu)
4885 ("freetype6" ,freetype)
4886 ("glu" ,glu)
4887 ("libpng" ,libpng)
4888 ("sdl2" ,sdl2)
4889 ("sdl2-image" ,sdl2-image)
4890 ("sdl2-mixer" ,sdl2-mixer)))
4891 (native-inputs
4892 `(,@(package-native-inputs crawl)
4893 ("pngcrush" ,pngcrush)
4894 ("which" ,which)))
4895 (synopsis "Graphical roguelike dungeon crawler game")))
4896
4897 (define-public dungeon-crawl-stone-soup-tiles
4898 (deprecated-package "dungeon-crawl-stone-soup-tiles" crawl-tiles))
4899
4900 (define-public lugaru
4901 (package
4902 (name "lugaru")
4903 (version "1.2")
4904 (source (origin
4905 (method url-fetch)
4906 (uri (string-append "https://bitbucket.org/osslugaru/lugaru/downloads/"
4907 "lugaru-" version ".tar.xz"))
4908 (sha256
4909 (base32
4910 "15zgcshy22q51rm72zi6y9z7qlgnz5iw3gczjdlir4bqmxy4gspk"))))
4911 (build-system cmake-build-system)
4912 (arguments
4913 `(#:configure-flags
4914 (list "-DSYSTEM_INSTALL=ON")
4915 ;; no test target
4916 #:tests? #f))
4917 (native-inputs
4918 `(("pkg-config" ,pkg-config)))
4919 (inputs
4920 `(("sdl2" ,sdl2)
4921 ("glu" ,glu)
4922 ("libjpeg" ,libjpeg-turbo)
4923 ("libpng" ,libpng)
4924 ("openal" ,openal)
4925 ("vorbis" ,libvorbis)
4926 ("zlib" ,zlib)))
4927 (home-page "https://osslugaru.gitlab.io")
4928 (synopsis "Cross-platform third-person action game")
4929 (description "Lugaru is a third-person action game. The main character,
4930 Turner, is an anthropomorphic rebel bunny rabbit with impressive combat skills.
4931 In his quest to find those responsible for slaughtering his village, he uncovers
4932 a far-reaching conspiracy involving the corrupt leaders of the rabbit republic
4933 and the starving wolves from a nearby den. Turner takes it upon himself to
4934 fight against their plot and save his fellow rabbits from slavery.")
4935 (license (list license:gpl2+ ; code
4936 ;; assets:
4937 license:cc-by-sa3.0
4938 license:cc-by-sa4.0))))
4939
4940 (define-public 0ad-data
4941 (package
4942 (name "0ad-data")
4943 (version "0.0.23b-alpha")
4944 (source
4945 (origin
4946 (method url-fetch)
4947 (uri (string-append "https://releases.wildfiregames.com/0ad-"
4948 version "-unix-data.tar.xz"))
4949 (file-name (string-append name "-" version ".tar.xz"))
4950 (sha256
4951 (base32
4952 "04x7729hk6zw1xj3n4s4lvaviijsnbjf5rhzvjxlr5fygvg4l6z1"))
4953 (modules '((guix build utils)))
4954 (snippet
4955 #~(begin
4956 (for-each (lambda (name)
4957 (let* ((dir (string-append "binaries/data/mods/" name))
4958 (file (string-append dir "/" name ".zip"))
4959 (unzip #$(file-append unzip "/bin/unzip")))
4960 (invoke unzip "-d" dir file)
4961 (delete-file file)))
4962 '("mod" "public"))
4963 #t))))
4964 (build-system trivial-build-system)
4965 (native-inputs `(("tar" ,tar)
4966 ("xz" ,xz)))
4967 (arguments
4968 `(#:modules ((guix build utils))
4969 #:builder
4970 (begin
4971 (use-modules (guix build utils))
4972 (let ((out (assoc-ref %outputs "out"))
4973 (source (assoc-ref %build-inputs "source"))
4974 (tar (string-append (assoc-ref %build-inputs "tar") "/bin/tar"))
4975 (xz-path (string-append (assoc-ref %build-inputs "xz") "/bin")))
4976 (setenv "PATH" xz-path)
4977 (mkdir out)
4978 (invoke tar "xvf" source "-C" out "--strip=3")))))
4979 (synopsis "Data files for 0ad")
4980 (description "0ad-data provides the data files required by the game 0ad.")
4981 (home-page "https://play0ad.com")
4982 (license (list (license:fsdg-compatible
4983 "http://tavmjong.free.fr/FONTS/ArevCopyright.txt"
4984 "Similar to the license of the Bitstream Vera fonts.")
4985 (license:fsdg-compatible
4986 "https://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts")
4987 license:cc-by-sa3.0
4988 license:expat
4989 license:gfl1.0
4990 license:gpl2+
4991 license:gpl3+))))
4992
4993 (define-public 0ad
4994 (package
4995 (name "0ad")
4996 (version "0.0.23b-alpha")
4997 (source
4998 (origin
4999 (method url-fetch)
5000 (uri (string-append "https://releases.wildfiregames.com/0ad-"
5001 version "-unix-build.tar.xz"))
5002 (file-name (string-append name "-" version ".tar.xz"))
5003 (sha256
5004 (base32
5005 "0draa53xg69i5qhqym85658m45xhwkbiimaldj4sr3703rjgggq1"))))
5006 ;; A snippet here would cause a build failure because of timestamps
5007 ;; reset. See https://bugs.gnu.org/26734.
5008 (inputs
5009 `(("0ad-data" ,0ad-data)
5010 ("curl" ,curl)
5011 ("enet" ,enet)
5012 ("gloox" ,gloox)
5013 ("icu4c" ,icu4c)
5014 ("libpng" ,libpng)
5015 ("libsodium" ,libsodium)
5016 ("libvorbis" ,libvorbis)
5017 ("libxcursor" ,libxcursor)
5018 ("libxml2" ,libxml2)
5019 ("miniupnpc" ,miniupnpc)
5020 ("mozjs-38" ,mozjs-38)
5021 ("openal" ,openal)
5022 ("sdl2" ,sdl2)
5023 ("wxwidgets" ,wxwidgets)
5024 ("zlib" ,zlib)))
5025 (native-inputs
5026 `(("boost" ,boost)
5027 ("cmake" ,cmake-minimal)
5028 ("mesa" ,mesa)
5029 ("pkg-config" ,pkg-config)
5030 ("python-2" ,python-2)))
5031 (build-system gnu-build-system)
5032 (arguments
5033 `(#:make-flags '("config=release" "verbose=1" "-C" "build/workspaces/gcc")
5034 #:phases
5035 (modify-phases %standard-phases
5036 (add-after 'unpack 'delete-bundles
5037 (lambda _
5038 (delete-file-recursively "libraries/source/spidermonkey")
5039 #t))
5040 (add-after 'unpack 'fix-x11-includes
5041 (lambda _
5042 (substitute* "source/lib/sysdep/os/unix/x/x.cpp"
5043 (("<Xlib.h>") "<X11/Xlib.h>"))
5044 (substitute* "source/lib/sysdep/os/unix/x/x.cpp"
5045 (("<Xatom.h>") "<X11/Xatom.h>"))
5046 (substitute* "source/lib/sysdep/os/unix/x/x.cpp"
5047 (("<Xcursor/Xcursor.h>") "<X11/Xcursor/Xcursor.h>"))
5048 #t))
5049 (replace 'configure
5050 (lambda* (#:key inputs outputs #:allow-other-keys)
5051 (let* ((jobs (number->string (parallel-job-count)))
5052 (out (assoc-ref outputs "out"))
5053 (lib (string-append out "/lib"))
5054 (data (string-append out "/share/0ad")))
5055 (setenv "JOBS" (string-append "-j" jobs))
5056 (setenv "CC" "gcc")
5057 (with-directory-excursion "build/workspaces"
5058 (invoke "./update-workspaces.sh"
5059 (string-append "--libdir=" lib)
5060 (string-append "--datadir=" data)
5061 ;; TODO: "--with-system-nvtt"
5062 "--with-system-mozjs38")))))
5063 (delete 'check)
5064 (replace 'install
5065 (lambda* (#:key inputs outputs #:allow-other-keys)
5066 (chdir "binaries")
5067 (let* ((out (assoc-ref outputs "out"))
5068 (bin (string-append out "/bin"))
5069 (lib (string-append out "/lib"))
5070 (data (string-append out "/share/0ad"))
5071 (applications (string-append out "/share/applications"))
5072 (pixmaps (string-append out "/share/pixmaps"))
5073 (0ad-data (assoc-ref inputs "0ad-data")))
5074 ;; data
5075 (copy-recursively "data" data)
5076 (for-each (lambda (file)
5077 (symlink (string-append 0ad-data "/" file)
5078 (string-append data "/" file)))
5079 '("config" "mods/mod" "mods/public" "tools"))
5080 ;; libraries
5081 (for-each (lambda (file)
5082 (install-file file lib))
5083 (find-files "system" "\\.so$"))
5084 ;; binaries
5085 (install-file "system/pyrogenesis" bin)
5086 (with-directory-excursion bin
5087 (symlink "pyrogenesis" "0ad"))
5088 ;; resources
5089 (with-directory-excursion "../build/resources"
5090 (install-file "0ad.desktop" applications)
5091 (install-file "0ad.png" pixmaps))
5092 #t)))
5093 (add-after 'install 'check
5094 (lambda _
5095 (with-directory-excursion "system"
5096 (invoke "./test")))))))
5097 (home-page "https://play0ad.com")
5098 (synopsis "3D real-time strategy game of ancient warfare")
5099 (description "0 A.D. is a real-time strategy (RTS) game of ancient
5100 warfare. It's a historically-based war/economy game that allows players to
5101 relive or rewrite the history of twelve ancient civilizations, each depicted
5102 at their peak of economic growth and military prowess.
5103
5104 0ad needs a window manager that supports 'Extended Window Manager Hints'.")
5105 (license (list license:bsd-2
5106 license:bsd-3
5107 license:expat
5108 license:gpl2+
5109 license:ibmpl1.0
5110 license:isc
5111 license:lgpl2.1
5112 license:lgpl3
5113 license:mpl2.0
5114 license:zlib))))
5115
5116 ;; There have been no official releases.
5117 (define-public open-adventure
5118 (let* ((commit "d43854f0f6bb8e9eea7fbce80348150e7e7fc34d")
5119 (revision "2"))
5120 (package
5121 (name "open-adventure")
5122 (version (string-append "2.5-" revision "." (string-take commit 7)))
5123 (source (origin
5124 (method git-fetch)
5125 (uri (git-reference
5126 (url "https://gitlab.com/esr/open-adventure")
5127 (commit commit)))
5128 (file-name (string-append name "-" version "-checkout"))
5129 (sha256
5130 (base32
5131 "08bwrvf4axb1rsfd6ia1fddsky9pc1p350vjskhaakg2czc6dsk0"))))
5132 (build-system gnu-build-system)
5133 (arguments
5134 `(#:make-flags (list "CC=gcc")
5135 #:parallel-build? #f ; not supported
5136 #:phases
5137 (modify-phases %standard-phases
5138 (replace 'configure
5139 (lambda* (#:key inputs outputs #:allow-other-keys)
5140 ;; Linenoise is meant to be included, so we have to
5141 ;; copy it into the working directory.
5142 (let* ((linenoise (assoc-ref inputs "linenoise"))
5143 (noisepath (string-append linenoise "/include/linenoise"))
5144 (out (assoc-ref outputs "out")))
5145 (copy-recursively noisepath "linenoise"))
5146 #t))
5147 (add-before 'build 'use-echo
5148 (lambda _
5149 (substitute* "tests/Makefile"
5150 (("/bin/echo") (which "echo")))
5151 #t))
5152 (add-after 'build 'build-manpage
5153 (lambda _
5154 ;; This target is missing a dependency
5155 (substitute* "Makefile"
5156 ((".adoc.6:" line)
5157 (string-append line " advent.adoc")))
5158 (invoke "make" ".adoc.6")))
5159 ;; There is no install target
5160 (replace 'install
5161 (lambda* (#:key outputs #:allow-other-keys)
5162 (let* ((out (assoc-ref outputs "out"))
5163 (bin (string-append out "/bin"))
5164 (man (string-append out "/share/man/man6")))
5165 (install-file "advent" bin)
5166 (install-file "advent.6" man))
5167 #t)))))
5168 (native-inputs
5169 `(("asciidoc" ,asciidoc)
5170 ("linenoise" ,linenoise)
5171 ("python" ,python)
5172 ("python-pyyaml" ,python-pyyaml)))
5173 (home-page "https://gitlab.com/esr/open-adventure")
5174 (synopsis "Colossal Cave Adventure")
5175 (description "The original Colossal Cave Adventure from 1976 was the
5176 origin of all text adventures, dungeon-crawl (computer) games, and
5177 computer-hosted roleplaying games. This is the last version released by
5178 Crowther & Woods, its original authors, in 1995. It has been known as
5179 \"adventure 2.5\" and \"430-point adventure\".")
5180 (license license:bsd-2))))
5181
5182 (define-public tome4
5183 (package
5184 (name "tome4")
5185 (version "1.6.4")
5186 (synopsis "Single-player, RPG roguelike game set in the world of Eyal")
5187 (source
5188 (origin
5189 (method url-fetch)
5190 (uri (string-append "https://te4.org/dl/t-engine/t-engine4-src-"
5191 version ".tar.bz2"))
5192 (sha256
5193 (base32
5194 "1hrh79aqmvwwd7idlr3lzpdpc9dgm1k5p7w2462chcjvd8vhfhb7"))
5195 (modules '((guix build utils)))
5196 (snippet
5197 '(begin
5198 (substitute* '("src/music.h" "src/tSDL.h")
5199 (("#elif defined(__FreeBSD__)" line)
5200 (string-append
5201 line " || defined(__GNUC__)")))
5202 (substitute* '("src/tgl.h")
5203 (("#include <GL/glext.h>") ""))
5204 #t))))
5205 (build-system gnu-build-system)
5206 (native-inputs
5207 `(("unzip" ,unzip)))
5208 (inputs
5209 `(("sdl-union" ,(sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf)))
5210 ("glu" ,glu)
5211 ("premake4" ,premake4)
5212 ("openal" ,openal)
5213 ("vorbis" ,libvorbis)
5214 ("luajit" ,luajit)))
5215 (arguments
5216 `(#:make-flags '("CC=gcc" "config=release")
5217 ;; XXX: Building in parallel occasionally causes this build failure:
5218 ;; ../src/luajit2/src/host/buildvm.c:73:10: fatal error: buildvm_arch.h:
5219 ;; No such file or directory
5220 #:parallel-build? #f
5221 #:phases (modify-phases %standard-phases
5222 (delete 'bootstrap)
5223 (replace 'configure
5224 (lambda _
5225 (invoke "premake4" "gmake")
5226 #t))
5227 (add-after 'set-paths 'set-sdl-paths
5228 (lambda* (#:key inputs #:allow-other-keys)
5229 (setenv "CPATH"
5230 (string-append (assoc-ref inputs "sdl-union")
5231 "/include/SDL2:"
5232 (getenv "CPATH")))
5233 #t))
5234 (delete 'check)
5235 ;; premake doesn't provide install target
5236 (replace 'install
5237 (lambda* (#:key inputs outputs #:allow-other-keys)
5238 (let* ((out (assoc-ref outputs "out"))
5239 (usr (string-append out "/usr"))
5240 (bin (string-append out "/bin"))
5241 (licenses (string-append out "/share/licenses"))
5242 (documents (string-append out "/share/doc"))
5243 (pixmaps (string-append out "/share/pixmaps"))
5244 (icon "te4-icon.png")
5245 (data (string-append out "/share/" ,name))
5246 (applications (string-append
5247 out "/share/applications"))
5248 (unzip (string-append
5249 (assoc-ref inputs "unzip") "/bin/unzip"))
5250 (wrapper (string-append bin "/" ,name)))
5251 ;; icon
5252 (mkdir-p pixmaps)
5253 (system* unzip "-j"
5254 (string-append
5255 "game/engines/te4-" ,version ".teae")
5256 (string-append
5257 "data/gfx/" icon) "-d" pixmaps)
5258 ;; game executable
5259 (install-file "t-engine" data)
5260 (mkdir-p bin)
5261 (with-output-to-file wrapper
5262 (lambda ()
5263 (display
5264 (string-append
5265 "#!/bin/sh\n"
5266 ;; No bootstrap code found,
5267 ;; defaulting to working directory
5268 ;; for engine code!
5269 "cd " data "\n"
5270 "exec -a tome4 ./t-engine \"$@\"\n"))))
5271 (chmod wrapper #o555)
5272 ;; licenses
5273 (for-each (lambda (file)
5274 (install-file file licenses))
5275 '("COPYING" "COPYING-MEDIA"))
5276 ;; documents
5277 (for-each (lambda (file)
5278 (install-file file documents))
5279 '("CONTRIBUTING" "CREDITS"))
5280 ;; data
5281 (copy-recursively "bootstrap" (string-append
5282 data "/bootstrap"))
5283 (copy-recursively "game" (string-append data "/game"))
5284 ;; launcher
5285 (mkdir-p applications)
5286 (make-desktop-entry-file
5287 (string-append applications "/" ,name ".desktop")
5288 #:name "ToME4"
5289 #:comment ,synopsis
5290 #:exec ,name
5291 #:icon icon
5292 #:categories '("Game" "RolePlaying")))
5293 #t)))))
5294 (home-page "https://te4.org")
5295 (description "Tales of Maj’Eyal (ToME) RPG, featuring tactical turn-based
5296 combat and advanced character building. Play as one of many unique races and
5297 classes in the lore-filled world of Eyal, exploring random dungeons, facing
5298 challenging battles, and developing characters with your own tailored mix of
5299 abilities and powers. With a modern graphical and customisable interface,
5300 intuitive mouse control, streamlined mechanics and deep, challenging combat,
5301 Tales of Maj’Eyal offers engaging roguelike gameplay for the 21st century.")
5302 (license license:gpl3+)))
5303
5304 (define-public tales-of-maj-eyal
5305 (deprecated-package "tales-of-maj-eyal" tome4))
5306
5307 (define-public quakespasm
5308 (package
5309 (name "quakespasm")
5310 (version "0.93.1")
5311 (source
5312 (origin
5313 (method url-fetch)
5314 (uri (string-append "mirror://sourceforge/quakespasm/Source/quakespasm-"
5315 version ".tgz"))
5316 (sha256
5317 (base32
5318 "1bimv18f6rzhyjz78yvw2vqr5n0kdqbcqmq7cb3m951xgsxfcgpd"))))
5319 (arguments
5320 `(#:tests? #f
5321 #:make-flags '("CC=gcc"
5322 "MP3LIB=mpg123"
5323 "USE_CODEC_FLAC=1"
5324 "USE_CODEC_MIKMOD=1"
5325 "USE_SDL2=1"
5326 "-CQuake")
5327 #:phases (modify-phases %standard-phases
5328 (delete 'configure)
5329 (add-after 'unpack 'fix-makefile-paths
5330 (lambda* (#:key outputs #:allow-other-keys)
5331 (let ((out (assoc-ref outputs "out")))
5332 (mkdir-p (string-append out "/bin"))
5333 (substitute* "Quake/Makefile"
5334 (("/usr/local/games")
5335 (string-append out "/bin")))
5336 #t))))))
5337 (build-system gnu-build-system)
5338 (inputs `(("libmikmod" ,libmikmod)
5339 ("libvorbis" ,libvorbis)
5340 ("flac" ,flac)
5341 ("mesa" ,mesa)
5342 ("mpg123" ,mpg123)
5343 ("sdl2" ,sdl2)))
5344 (synopsis "First person shooter engine for Quake 1")
5345 (description "Quakespasm is a modern engine for id software's Quake 1.
5346 It includes support for 64 bit CPUs, custom music playback, a new sound driver,
5347 some graphical niceities, and numerous bug-fixes and other improvements.")
5348 (home-page "http://quakespasm.sourceforge.net/")
5349 (license license:gpl2+)))
5350
5351 (define-public vkquake
5352 (package
5353 (inherit quakespasm)
5354 (name "vkquake")
5355 (version "1.01.0")
5356 (source
5357 (origin
5358 (method git-fetch)
5359 (uri (git-reference
5360 (url "https://github.com/Novum/vkQuake.git")
5361 (commit version)))
5362 (file-name (git-file-name name version))
5363 (sha256
5364 (base32 "1iwin8j5kbyrknbkhjgpy8nmm7pxqzr0daa9gn7p38qhg2mh0a39"))))
5365 (arguments
5366 `(#:make-flags
5367 (let ((vulkanlib (string-append (assoc-ref %build-inputs
5368 "vulkan-loader") "/lib")))
5369 (list "CC=gcc"
5370 "MP3LIB=mpg123"
5371 "USE_CODEC_FLAC=1"
5372 "USE_CODEC_MIKMOD=1"
5373 "USE_SDL2=1"
5374 (string-append "LDFLAGS=-Wl,-rpath=" vulkanlib)
5375 "-CQuake"))
5376 #:phases (modify-phases %standard-phases
5377 (delete 'configure)
5378 (add-after 'unpack 'fix-makefile-paths
5379 (lambda* (#:key outputs #:allow-other-keys)
5380 (let ((vulkan (assoc-ref %build-inputs
5381 "vulkan-loader"))
5382 (out (assoc-ref outputs "out")))
5383 (mkdir-p (string-append out "/bin"))
5384 (substitute* "Quake/Makefile" ((" /usr")
5385 (string-append " " out)))
5386 (substitute* "Quake/Makefile" (("/games")
5387 (string-append "/bin")))
5388 (substitute* "Quake/Makefile" (("..VULKAN_SDK.") vulkan))
5389 #t))))
5390 ,@(strip-keyword-arguments '(#:make-flags #:phases)
5391 (package-arguments quakespasm))))
5392 (inputs `(("vulkan-headers" ,vulkan-headers)
5393 ("vulkan-loader" ,vulkan-loader)
5394 ,@(package-inputs quakespasm)))
5395 (description "vkquake is a modern engine for id software's Quake 1.
5396 It includes support for 64 bit CPUs, custom music playback, a new sound driver,
5397 some graphical niceities, and numerous bug-fixes and other improvements.")
5398 (home-page "https://github.com/Novum/vkQuake")))
5399
5400 (define-public yamagi-quake2
5401 (package
5402 (name "yamagi-quake2")
5403 (version "7.10")
5404 (source
5405 (origin
5406 (method url-fetch)
5407 (uri (string-append "https://deponie.yamagi.org/quake2/quake2-"
5408 version ".tar.xz"))
5409 (sha256
5410 (base32
5411 "0psinbg25mysd58k99s1n34w31w5hj1vppb39gdjb0zqi6sl6cps"))))
5412 (build-system gnu-build-system)
5413 (arguments
5414 `(#:tests? #f
5415 #:make-flags
5416 (list "CC=gcc"
5417 ;; link openAL instead of using dlopen at runtime
5418 "DLOPEN_OPENAL=\"no\""
5419 ;; an optional directory where it will look for quake2 data files
5420 ;; in addition to the current working directory
5421 "WITH_SYSTEMWIDE=yes"
5422 "WITH_SYSTEMDIR=\"/opt/quake2\"")
5423 #:phases
5424 (modify-phases %standard-phases
5425 (delete 'configure)
5426 (replace 'install
5427 (lambda* (#:key outputs #:allow-other-keys)
5428 (let ((out (assoc-ref outputs "out")))
5429 (mkdir-p (string-append out "/lib"))
5430 (mkdir-p (string-append out "/bin"))
5431 ;; The yamagi-quake2 binary must be in the same directory
5432 ;; as it's engine libraries, but symlinking it to /bin is okay
5433 ;; https://github.com/yquake2/yquake2/blob/master/stuff/packaging.md
5434 (copy-recursively "release"
5435 (string-append out "/lib/yamagi-quake2"))
5436 (symlink (string-append out "/lib/yamagi-quake2/quake2")
5437 (string-append out "/bin/yamagi-quake2"))
5438 (symlink (string-append out "/lib/yamagi-quake2/q2ded")
5439 (string-append out "/bin/yamagi-q2ded"))))))))
5440 (inputs `(("sdl2" ,sdl2)
5441 ("mesa" ,mesa)
5442 ("libvorbis" ,libvorbis)
5443 ("zlib" ,zlib)
5444 ("openal" ,openal)))
5445 (native-inputs `(("pkg-config" ,pkg-config)))
5446 (synopsis "First person shooter engine based on quake2")
5447 (description "Yamagi Quake II is an enhanced client for id Software's Quake II.
5448 The main focus is an unchanged single player experience like back in 1997,
5449 thus the gameplay and the graphics are unaltered. However the user may use one
5450 of the unofficial retexturing packs. In comparison with the official client,
5451 over 1000 bugs were fixed and an extensive code audit done,
5452 making Yamagi Quake II one of the most solid Quake II implementations available.")
5453 (home-page "https://www.yamagi.org/quake2/")
5454 (license (list license:gpl2+ ; game and server
5455 (license:non-copyleft ; info-zip
5456 "file://LICENSE"
5457 "See Info-Zip section.")
5458 license:public-domain)))) ; stb
5459
5460 (define-public nudoku
5461 (package
5462 (name "nudoku")
5463 (version "1.0.0")
5464 (source (origin
5465 (method url-fetch)
5466 (uri (string-append "https://github.com/jubalh/nudoku/"
5467 "releases/download/" version
5468 "/nudoku-" version ".tar.xz"))
5469 (sha256
5470 (base32
5471 "0nr2j2z07nxk70s8xnmmpzccxicf7kn5mbwby2kg6aq8paarjm8k"))))
5472 (build-system gnu-build-system)
5473 (inputs `(("ncurses" ,ncurses)))
5474 (home-page "https://jubalh.github.io/nudoku/")
5475 (synopsis "Sudoku for your terminal")
5476 (description "Nudoku is a ncurses-based Sudoku game for your terminal.")
5477 (license license:gpl3+)))
5478
5479 (define-public the-butterfly-effect
5480 (package
5481 (name "the-butterfly-effect")
5482 (version "0.9.3.1")
5483 (source
5484 (origin
5485 (method git-fetch)
5486 (uri (git-reference
5487 (url "https://github.com/the-butterfly-effect/tbe.git")
5488 (commit (string-append "v" version))))
5489 (file-name (git-file-name name version))
5490 (sha256
5491 (base32
5492 "1ag2cp346f9bz9qy6za6q54id44d2ypvkyhvnjha14qzzapwaysj"))))
5493 (build-system gnu-build-system)
5494 (arguments
5495 `(#:phases
5496 (modify-phases %standard-phases
5497 (delete 'configure)
5498 ;; There is no "install" phase. By default, tbe is installed
5499 ;; in the build directory. Provide our own installation.
5500 (replace 'install
5501 (lambda* (#:key outputs #:allow-other-keys)
5502 (let* ((out (assoc-ref outputs "out"))
5503 (bin (string-append out "/bin"))
5504 (share (string-append out "/share")))
5505 (install-file "usr/games/tbe" bin)
5506 (mkdir-p share)
5507 (copy-recursively "usr/share" share)
5508 #t))))
5509 ;; Test suite requires a running Xorg server. Even when
5510 ;; provided, it fails with "D-Bus library appears to be
5511 ;; incorrectly set up; failed to read machine uuid: Failed to
5512 ;; open "/etc/machine-id": No such file or directory" along
5513 ;; with multiple "QPainter:: ... Painter not active" warnings.
5514 #:tests? #f))
5515 (inputs
5516 `(("qtbase" ,qtbase)
5517 ("qtsvg" ,qtsvg)))
5518 (native-inputs
5519 `(("cmake" ,cmake-minimal)
5520 ("gettext-minimal" ,gettext-minimal)
5521 ("qttools" ,qttools)))
5522 (synopsis "Realistic physics puzzle game")
5523 (description "The Butterfly Effect (tbe) is a game that uses
5524 realistic physics simulations to combine lots of simple mechanical
5525 elements to achieve a simple goal in the most complex way possible.")
5526 (home-page "http://the-butterfly-effect.org/")
5527 ;; Main license is GPL2-only. However, artwork is distributed
5528 ;; under various licenses, listed here.
5529 (license (list license:gpl2 license:public-domain license:expat
5530 license:cc-by-sa3.0 license:gpl3+ license:wtfpl2))))
5531
5532 (define-public pioneer
5533 (package
5534 (name "pioneer")
5535 (version "20190203")
5536 (source (origin
5537 (method git-fetch)
5538 (uri (git-reference
5539 (url "https://github.com/pioneerspacesim/pioneer.git")
5540 (commit version)))
5541 (file-name (git-file-name name version))
5542 (sha256
5543 (base32
5544 "1g34wvgyvz793dhm1k64kl82ib0cavkbg0f2p3fp05b457ycljff"))))
5545 (build-system cmake-build-system)
5546 (native-inputs
5547 `(("pkg-config" ,pkg-config)))
5548 (inputs
5549 `(("assimp" ,assimp)
5550 ("curl" ,curl)
5551 ("freetype" ,freetype)
5552 ("glew" ,glew)
5553 ("glu" ,glu)
5554 ("libpng" ,libpng)
5555 ("libsigc++" ,libsigc++)
5556 ("libvorbis" ,libvorbis)
5557 ("lua" ,lua-5.2) ;not compatible with 5.3
5558 ("mesa" ,mesa)
5559 ("sdl" ,(sdl-union (list sdl2 sdl2-image)))))
5560 (arguments
5561 `(#:tests? #f ;tests are broken
5562 #:configure-flags (list "-DUSE_SYSTEM_LIBLUA:BOOL=YES"
5563 (string-append "-DPIONEER_DATA_DIR="
5564 %output "/share/games/pioneer"))))
5565 (home-page "http://pioneerspacesim.net")
5566 (synopsis "Game of lonely space adventure")
5567 (description
5568 "Pioneer is a space adventure game set in our galaxy at the turn of the
5569 31st century. The game is open-ended, and you are free to eke out whatever
5570 kind of space-faring existence you can think of. Look for fame or fortune by
5571 exploring the millions of star systems. Turn to a life of crime as a pirate,
5572 smuggler or bounty hunter. Forge and break alliances with the various
5573 factions fighting for power, freedom or self-determination. The universe is
5574 whatever you make of it.")
5575 (license license:gpl3)))
5576
5577 (define-public badass
5578 (let ((commit "3c3cd669b4fc8f73a102e3702788f7b28dc47dbb")
5579 (revision "0"))
5580 (package
5581 (name "badass")
5582 (version (git-version "0.0" revision commit))
5583 (source (origin
5584 (method git-fetch)
5585 (uri (git-reference
5586 (url "https://github.com/umayr/badass.git")
5587 (commit commit)))
5588 (file-name (git-file-name name version))
5589 (sha256
5590 (base32
5591 "05c9vdcb5ym3z0n5ll3v39mw4yl9jcjnlydmn0yl89ai9pv71zb6"))))
5592 (build-system go-build-system)
5593 (arguments
5594 '(#:import-path "github.com/umayr/badass"))
5595 (synopsis "Hacking contribution graphs in git")
5596 (description
5597 "Badass generates false commits for a range of dates, essentially
5598 hacking the gamification of contribution graphs on platforms such as
5599 Github or Gitlab.")
5600 (home-page "https://github.com/umayr/badass")
5601 (license license:expat))))
5602
5603 (define-public colobot
5604 (package
5605 (name "colobot")
5606 (version "0.1.12-alpha")
5607 (source
5608 (origin
5609 (method git-fetch)
5610 (uri (git-reference
5611 (url "https://github.com/colobot/colobot.git")
5612 (commit (string-append "colobot-gold-" version))
5613 (recursive? #t))) ;for "data/" subdir
5614 (file-name (git-file-name name version))
5615 (sha256
5616 (base32
5617 "1c181cclkrnspgs07lvndg2c81cjq3smkv7qim8c470cj88rcrp2"))))
5618 (build-system cmake-build-system)
5619 (arguments
5620 `(#:tests? #f ;no test
5621 #:phases
5622 (modify-phases %standard-phases
5623 (add-after 'unpack 'make-git-checkout-writable
5624 (lambda _
5625 (for-each make-file-writable (find-files "."))
5626 #t))
5627 (add-after 'unpack 'fix-directories
5628 (lambda _
5629 (substitute* "CMakeLists.txt"
5630 (("(\\$\\{CMAKE_INSTALL_PREFIX\\})/games" _ prefix)
5631 (string-append prefix "/bin"))
5632 (("(\\$\\{CMAKE_INSTALL_PREFIX\\}/share)/games/colobot" _ prefix)
5633 (string-append prefix "/colobot")))
5634 #t))
5635 (add-after 'fix-directories 'install-music
5636 ;; Retrieve and install music files.
5637 (lambda* (#:key inputs #:allow-other-keys)
5638 ;; Installation process tries to download music files using
5639 ;; "wget" if not already present. Since we are going another
5640 ;; route, skip "wget" command check.
5641 (substitute* "data/music/CMakeLists.txt"
5642 (("find_program\\(WGET wget\\)") ""))
5643 ;; Populate "music/" directory.
5644 (let ((data (assoc-ref inputs "colobot-music")))
5645 (invoke "tar" "-xvf" data "-Cdata/music"))
5646 #t)))))
5647 (native-inputs
5648 `(("colobot-music"
5649 ,(origin
5650 (method url-fetch)
5651 (uri (string-append "https://colobot.info/files/music/"
5652 "colobot-music_ogg_" version ".tar.gz"))
5653 (sha256
5654 (base32
5655 "1s86cd36rwkff329mb1ay1wi5qqyi35564ppgr3f4qqz9wj9vs2m"))))
5656 ("gettext" ,gettext-minimal)
5657 ("librsvg" ,librsvg)
5658 ("po4a" ,po4a)
5659 ("python" ,python-wrapper)))
5660 (inputs
5661 `(("boost" ,boost)
5662 ("glew" ,glew)
5663 ("libogg" ,libogg)
5664 ("libpng" ,libpng)
5665 ("libsndfile" ,libsndfile)
5666 ("libvorbis" ,libvorbis)
5667 ("openal" ,openal)
5668 ("physfs" ,physfs)
5669 ("sdl" ,(sdl-union (list sdl2 sdl2-image sdl2-ttf)))))
5670 (synopsis "Educational programming strategy game")
5671 (description "Colobot: Gold Edition is a real-time strategy game, where
5672 you can program your units (bots) in a language called CBOT, which is similar
5673 to C++ and Java. Your mission is to find a new planet to live and survive.
5674 You can save humanity and get programming skills!")
5675 (home-page "https://colobot.info")
5676 (license license:gpl3+)))
5677
5678 (define-public gzdoom
5679 (package
5680 (name "gzdoom")
5681 (version "3.7.2")
5682 (source (origin
5683 (method url-fetch)
5684 (uri
5685 (string-append "https://zdoom.org/files/gzdoom/src/gzdoom-src-g"
5686 version ".zip"))
5687 (sha256
5688 (base32
5689 "0182f160m8d0c3nywjw3dxvnz93xjs4cn8akx7137cha4s05wdq7"))
5690 (patches (search-patches "gzdoom-search-in-installed-share.patch"))
5691 (modules '((guix build utils)))
5692 (snippet
5693 '(begin
5694 (delete-file-recursively "bzip2")
5695 (delete-file-recursively "game-music-emu")
5696 (delete-file-recursively "jpeg")
5697 (delete-file-recursively "zlib")
5698 #t))))
5699 (arguments
5700 '(#:tests? #f
5701 #:configure-flags
5702 (let ((out (assoc-ref %outputs "out")))
5703 (list
5704 (string-append
5705 "-DCMAKE_CXX_FLAGS:="
5706 "-DSHARE_DIR=\\\"" out "/share/\\\" "
5707 "-DGUIX_OUT_PK3=\\\"" out "/share/games/doom\\\"")
5708 ;; look for libraries at buildtime instead of
5709 ;; dynamically finding them at runtime
5710 "-DDYN_OPENAL=OFF"
5711 "-DDYN_FLUIDSYNTH=OFF"
5712 "-DDYN_GTK=OFF"
5713 "-DDYN_MPG123=OFF"
5714 "-DDYN_SNDFILE=OFF"))
5715 #:phases
5716 (modify-phases %standard-phases
5717 (add-before 'configure 'fix-referenced-paths
5718 (lambda* (#:key inputs outputs #:allow-other-keys)
5719 (let ((fluid-3 (assoc-ref inputs "fluid-3"))
5720 (timidity++ (assoc-ref inputs "timidity++"))
5721 (out (assoc-ref outputs "out")))
5722
5723 (substitute*
5724 "src/CMakeLists.txt"
5725 (("COMMAND /bin/sh")
5726 (string-append "COMMAND " (which "sh"))))
5727
5728 (substitute*
5729 "src/sound/mididevices/music_fluidsynth_mididevice.cpp"
5730 (("/usr/share/sounds/sf2/FluidR3_GM.sf2")
5731 (string-append fluid-3 "/share/soundfonts/FluidR3Mono_GM.sf3")))
5732
5733 (substitute*
5734 "src/sound/mididevices/music_timiditypp_mididevice.cpp"
5735 (("exename = \"timidity\"")
5736 (string-append "exename = \"" timidity++ "/bin/timidity\"")))
5737 #t))))))
5738 (build-system cmake-build-system)
5739 (inputs `(("bzip2" ,bzip2)
5740 ("fluid-3" ,fluid-3)
5741 ("fluidsynth" ,fluidsynth-1) ;XXX: try using 2.x when updating
5742 ("gtk+3" ,gtk+)
5743 ("libgme" ,libgme)
5744 ("libjpeg" ,libjpeg)
5745 ("libsndfile" ,libsndfile)
5746 ("mesa" ,mesa)
5747 ("mpg123" ,mpg123)
5748 ("openal" ,openal)
5749 ("sdl2" ,sdl2)
5750 ("timidity++" ,timidity++)
5751 ("zlib" ,zlib)))
5752 (native-inputs `(("pkg-config" ,pkg-config)
5753 ("unzip" ,unzip)))
5754 (synopsis "Modern Doom 2 source port")
5755 (description "GZdoom is a port of the Doom 2 game engine, with a modern
5756 renderer. It improves modding support with ZDoom's advanced mapping features
5757 and the new ZScript language. In addition to Doom, it supports Heretic, Hexen,
5758 Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom.")
5759 (home-page "https://zdoom.org/index")
5760 ;; The source uses x86 assembly
5761 (supported-systems '("x86_64-linux" "i686-linux"))
5762 (license (list license:gpl3+ ; gzdoom game
5763 license:lgpl3+ ; gzdoom renderer
5764 license:expat ; gdtoa
5765 (license:non-copyleft ; modified dumb
5766 "file://dumb/licence.txt"
5767 "Dumb license, explicitly GPL compatible.")))))
5768
5769 (define-public odamex
5770 (package
5771 (name "odamex")
5772 (version "0.8.0")
5773 (source
5774 (origin
5775 (method url-fetch)
5776 (uri (string-append
5777 "mirror://sourceforge/odamex/Odamex/" version "/"
5778 "odamex-src-" version ".tar.gz"))
5779 (sha256
5780 (base32
5781 "1sh6lqj7vsdmnqz17hw0b6vy7xx6dp41k2sdw99ympsfa2xd1d2j"))))
5782 (build-system cmake-build-system)
5783 (arguments `(#:tests? #f)) ; no tests.
5784 (inputs
5785 `(("sdl" ,sdl)
5786 ("sdl-mixer" ,sdl-mixer)
5787 ("zlib" ,zlib)
5788 ("libpng" ,libpng)
5789 ("alsa-lib" ,alsa-lib)))
5790 (home-page "https://odamex.net/")
5791 (synopsis "Multiplayer Doom port")
5792 (description "Odamex is a modification of the Doom engine that
5793 allows players to easily join servers dedicated to playing Doom
5794 online.")
5795 (license license:gpl2+)))
5796
5797 (define-public chocolate-doom
5798 (package
5799 (name "chocolate-doom")
5800 (version "3.0.0")
5801 (source (origin
5802 (method url-fetch)
5803 (uri (string-append "https://www.chocolate-doom.org/downloads/"
5804 version
5805 "/chocolate-doom-"
5806 version
5807 ".tar.gz"))
5808 (sha256
5809 (base32
5810 "1f6sw6qa9z0a70dsjh5cs45fkyyxw68s7vkqlykihz8cjcisdbkk"))))
5811 (build-system gnu-build-system)
5812 (inputs `(("sdl2-net" ,sdl2-net)
5813 ("sdl2-mixer" , sdl2-mixer)
5814 ("sdl2" ,sdl2)))
5815 (native-inputs
5816 `(("pkg-config" ,pkg-config)))
5817 (synopsis "Doom source port preserving the look, feel, and bugs of vanilla
5818 Doom")
5819 (description
5820 "Chocolate Doom takes a different approach to other source ports. Its
5821 aim is to accurately reproduce the experience of playing Vanilla Doom. It is
5822 a conservative, historically accurate Doom source port, which is compatible
5823 with the thousands of mods and levels that were made before the Doom source
5824 code was released. Rather than flashy new graphics, Chocolate Doom's main
5825 features are its accurate reproduction of the game as it was played in the
5826 1990s. The project is developed around a carefully-considered philosophy that
5827 intentionally restricts which features may be added (and rejects any that
5828 affect gameplay).")
5829 (home-page "https://www.chocolate-doom.org/wiki/index.php/Chocolate_Doom")
5830 (license license:gpl2)))
5831
5832 (define-public crispy-doom
5833 (package
5834 (inherit chocolate-doom)
5835 (name "crispy-doom")
5836 (version "5.6.3")
5837 (source (origin
5838 (method git-fetch)
5839 (uri (git-reference
5840 (url "https://github.com/fabiangreffrath/crispy-doom.git")
5841 (commit (string-append "crispy-doom-" version))))
5842 (file-name (git-file-name name version))
5843 (sha256
5844 (base32 "0f319979wqfgm4pvsa6y5clg30p55l441kmrr8db0p5smyv3x2s4"))))
5845 (native-inputs
5846 (append
5847 (package-native-inputs chocolate-doom)
5848 `(("automake" ,automake)
5849 ("autoreconf" ,autoconf))))
5850 (arguments
5851 `(#:phases
5852 (modify-phases %standard-phases
5853 (replace 'bootstrap
5854 ;; the autogen.sh script in the source tree doesn't work
5855 (lambda _ (invoke "autoreconf" "-vif"))))))
5856 (synopsis "Limit-removing enhanced-resolution Doom source port based on
5857 Chocolate Doom")
5858 (description
5859 "Crispy Doom is a friendly fork of Chocolate Doom that provides a higher
5860 display resolution, removes the static limits of the Doom engine and offers
5861 further optional visual, tactical and physical enhancements while remaining
5862 entirely config file, savegame, netplay and demo compatible with the
5863 original.")
5864 (home-page "https://www.chocolate-doom.org/wiki/index.php/Crispy_Doom")))
5865
5866 (define-public fortune-mod
5867 (package
5868 (name "fortune-mod")
5869 (version "2.6.2")
5870 (source
5871 (origin
5872 (method git-fetch)
5873 (uri (git-reference
5874 (url "https://github.com/shlomif/fortune-mod")
5875 (commit (string-append "fortune-mod-" version))))
5876 (file-name (git-file-name name version))
5877 (sha256
5878 (base32
5879 "11xff87s8ifw2dqs90n0rjq0psv4i7ykybygmibsqjj7id3xxw4c"))))
5880 (build-system cmake-build-system)
5881 (arguments
5882 `(#:test-target "check"
5883 #:phases
5884 (modify-phases %standard-phases
5885 (add-after 'unpack 'fix-build-env
5886 (lambda* (#:key inputs #:allow-other-keys)
5887 (use-modules (guix build utils))
5888 (let* ((cmake-rules (assoc-ref inputs "cmake-rules")))
5889 (copy-file cmake-rules
5890 (string-append "fortune-mod/cmake/"
5891 (strip-store-file-name cmake-rules)))
5892 (chdir "fortune-mod")
5893 ;; TODO: Valgrind tests fail for some reason.
5894 ;; Similar issue: https://github.com/shlomif/fortune-mod/issues/21 (?)
5895 (delete-file "tests/t/valgrind.t")
5896 #t)))
5897 (add-after 'install 'fix-install-directory
5898 (lambda* (#:key outputs #:allow-other-keys)
5899 ;; Move binary from "games/" to "bin/" and remove the latter. This
5900 ;; is easier than patching CMakeLists.txt since the tests hard-code
5901 ;; the location as well.
5902 (let* ((out (assoc-ref outputs "out"))
5903 (bin (string-append out "/bin"))
5904 (games (string-append out "/games")))
5905 (rename-file (string-append games "/fortune")
5906 (string-append bin "/fortune"))
5907 (rmdir games)
5908 #t))))))
5909 (inputs `(("recode" ,recode)))
5910 (native-inputs
5911 `(("perl" ,perl)
5912 ;; The following is only needed for tests.
5913 ("perl-file-find-object" ,perl-file-find-object)
5914 ("perl-test-differences" ,perl-test-differences)
5915 ("perl-class-xsaccessor" ,perl-class-xsaccessor)
5916 ("perl-io-all" ,perl-io-all)
5917 ("perl-test-runvalgrind" ,perl-test-runvalgrind)
5918 ("cmake-rules"
5919 ,(origin
5920 (method url-fetch)
5921 (uri (string-append "https://bitbucket.org/shlomif/shlomif-cmake-modules/"
5922 "raw/c505713d7a7cda608f97f01577e5868a711b883e/"
5923 "shlomif-cmake-modules/Shlomif_Common.cmake"))
5924 (sha256
5925 (base32 "0kx9s1qqhhzprp1w3b67xmsns0n0v506bg5hgrshxaxpy6lqiwb2"))))))
5926 (home-page "http://www.shlomifish.org/open-source/projects/fortune-mod/")
5927 (synopsis "The Fortune Cookie program from BSD games")
5928 (description "Fortune is a command-line utility which displays a random
5929 quotation from a collection of quotes.")
5930 (license license:bsd-4)))
5931
5932 (define xonotic-data
5933 (package
5934 (name "xonotic-data")
5935 (version "0.8.2")
5936 (source
5937 (origin
5938 (method url-fetch)
5939 (uri (string-append "http://dl.xonotic.org/xonotic-"
5940 version ".zip"))
5941 (file-name (string-append name "-" version ".zip"))
5942 (sha256
5943 (base32
5944 "1mcs6l4clvn7ibfq3q69k2p0z6ww75rxvnngamdq5ic6yhq74bx2"))))
5945 (build-system trivial-build-system)
5946 (native-inputs
5947 `(("unzip" ,unzip)))
5948 (arguments
5949 `(#:modules ((guix build utils))
5950 #:builder
5951 (begin
5952 (use-modules (guix build utils))
5953 (let* ((out (assoc-ref %outputs "out"))
5954 (xonotic (string-append out "/share/xonotic"))
5955 (source (assoc-ref %build-inputs "source"))
5956 (unzip (string-append (assoc-ref %build-inputs "unzip") "/bin/unzip")))
5957 (copy-file source (string-append ,name "-" ,version ".zip"))
5958 (invoke unzip (string-append ,name "-" ,version ".zip"))
5959 (mkdir-p out)
5960 (mkdir-p xonotic)
5961 (chdir "Xonotic")
5962 (copy-recursively "data"
5963 (string-append xonotic "/data"))
5964 (copy-recursively "server"
5965 (string-append xonotic "/server"))
5966 (install-file "key_0.d0pk" xonotic)))))
5967 (home-page "http://xonotic.org")
5968 (synopsis "Data files for Xonotic")
5969 (description
5970 "Xonotic-data provides the data files required by the game Xonotic.")
5971 (license (list license:gpl2+
5972 (license:x11-style "file://server/rcon.pl")))))
5973
5974 (define-public xonotic
5975 (package
5976 (name "xonotic")
5977 (version "0.8.2")
5978 (source
5979 (origin
5980 (method url-fetch)
5981 (uri (string-append "http://dl.xonotic.org/xonotic-"
5982 version "-source.zip"))
5983 (file-name (string-append name "-" version ".zip"))
5984 (sha256
5985 (base32
5986 "0axxw04fyz6jlfqd0kp7hdrqa0li31sx1pbipf2j5qp9wvqicsay"))))
5987 (build-system gnu-build-system)
5988 (arguments
5989 `(#:configure-flags (list (string-append "--prefix="
5990 (assoc-ref %outputs "out"))
5991 "--disable-rijndael")
5992 #:phases
5993 (modify-phases %standard-phases
5994 (add-before 'configure 'make-darkplaces
5995 (lambda* (#:key outputs #:allow-other-keys)
5996 (let* ((out (assoc-ref outputs "out"))
5997 (sharedir (string-append out "/share/xonotic/")))
5998 (invoke "make" "-C" "source/darkplaces"
5999 (string-append "DP_FS_BASEDIR="
6000 sharedir)
6001 "DP_LINK_TO_LIBJPEG=1"
6002 "DP_SOUND_API=ALSA"
6003 "CC=gcc"
6004 "-f" "makefile"
6005 "cl-release")
6006 (invoke "make" "-C" "source/darkplaces"
6007 (string-append "DP_FS_BASEDIR="
6008 sharedir)
6009 "DP_LINK_TO_LIBJPEG=1"
6010 "DP_SOUND_API=ALSA"
6011 "CC=gcc"
6012 "-f" "makefile"
6013 "sdl-release")
6014 (invoke "make" "-C" "source/darkplaces"
6015 (string-append "DP_FS_BASEDIR="
6016 sharedir)
6017 "DP_LINK_TO_LIBJPEG=1"
6018 "DP_SOUND_API=ALSA"
6019 "CC=gcc"
6020 "-f" "makefile"
6021 "sv-release"))))
6022 (add-before 'configure 'bootstrap
6023 (lambda _
6024 (chdir "source/d0_blind_id")
6025 (invoke "sh" "autogen.sh")))
6026 (add-after 'build 'install-desktop-entry
6027 (lambda* (#:key outputs #:allow-other-keys)
6028 ;; Add .desktop files for the 2 variants and the symlink
6029 (let* ((output (assoc-ref outputs "out"))
6030 (apps (string-append output "/share/applications")))
6031 (mkdir-p apps)
6032 (with-output-to-file
6033 (string-append apps "/xonotic-glx.desktop")
6034 (lambda _
6035 (format #t
6036 "[Desktop Entry]~@
6037 Name=xonotic-glx~@
6038 Comment=Xonotic glx~@
6039 Exec=~a/bin/xonotic-glx~@
6040 TryExec=~@*~a/bin/xonotic-glx~@
6041 Icon=xonotic~@
6042 Categories=Game~@
6043 Type=Application~%"
6044 output)))
6045 (with-output-to-file
6046 (string-append apps "/xonotic-sdl.desktop")
6047 (lambda _
6048 (format #t
6049 "[Desktop Entry]~@
6050 Name=xonotic-sdl~@
6051 Comment=Xonotic sdl~@
6052 Exec=~a/bin/xonotic-sdl~@
6053 TryExec=~@*~a/bin/xonotic-sdl~@
6054 Icon=xonotic~@
6055 Categories=Game~@
6056 Type=Application~%"
6057 output)))
6058 (with-output-to-file
6059 (string-append apps "/xonotic.desktop")
6060 (lambda _
6061 (format #t
6062 "[Desktop Entry]~@
6063 Name=xonotic~@
6064 Comment=Xonotic~@
6065 Exec=~a/bin/xonotic-glx~@
6066 TryExec=~@*~a/bin/xonotic~@
6067 Icon=xonotic~@
6068 Categories=Game~@
6069 Type=Application~%"
6070 output)))
6071 #t)))
6072 (add-after 'install-desktop-entry 'install-icons
6073 (lambda* (#:key outputs #:allow-other-keys)
6074 (let ((out (assoc-ref outputs "out")))
6075 (with-directory-excursion "../../misc/logos/icons_png/"
6076 (for-each
6077 (lambda (file)
6078 (let* ((size (string-filter char-numeric? file))
6079 (icons (string-append out "/share/icons/hicolor/"
6080 size "x" size "/apps")))
6081 (mkdir-p icons)
6082 (copy-file file (string-append icons "/xonotic.png"))))
6083 '("xonotic_16.png" "xonotic_22.png" "xonotic_24.png"
6084 "xonotic_32.png" "xonotic_48.png" "xonotic_64.png"
6085 "xonotic_128.png" "xonotic_256.png" "xonotic_512.png"))))))
6086 (add-after 'install-icons 'install-binaries
6087 (lambda* (#:key outputs #:allow-other-keys)
6088 (let ((out (assoc-ref outputs "out")))
6089 (define (install src dst)
6090 (let ((dst (string-append out dst)))
6091 (mkdir-p (dirname dst))
6092 (copy-file src dst)))
6093 (mkdir-p (string-append out "/bin"))
6094 (install "../darkplaces/darkplaces-dedicated"
6095 "/bin/xonotic-dedicated")
6096 (install "../darkplaces/darkplaces-glx"
6097 "/bin/xonotic-glx")
6098 (install "../darkplaces/darkplaces-sdl"
6099 "/bin/xonotic-sdl")
6100 ;; Provide a default xonotic executable, defaulting to SDL.
6101 (symlink (string-append out "/bin/xonotic-sdl")
6102 (string-append out "/bin/xonotic"))
6103 #t)))
6104 (add-after 'install-binaries 'install-data
6105 (lambda* (#:key outputs inputs #:allow-other-keys)
6106 (let* ((out (assoc-ref outputs "out"))
6107 (data (assoc-ref inputs "xonotic-data")))
6108 (symlink (string-append data "/share/xonotic")
6109 (string-append out "/share/xonotic"))
6110 #t)))
6111 (add-after 'install-binaries 'wrap-binaries
6112 (lambda* (#:key outputs inputs #:allow-other-keys)
6113 ;; Curl and libvorbis need to be wrapped so that we get
6114 ;; sound and networking.
6115 (let* ((out (assoc-ref outputs "out"))
6116 (bin (string-append out "/bin/xonotic"))
6117 (bin-sdl (string-append out "/bin/xonotic-sdl"))
6118 (bin-glx (string-append out "/bin/xonotic-glx"))
6119 (bin-dedicated (string-append out "/bin/xonotic-dedicated"))
6120 (curl (assoc-ref inputs "curl"))
6121 (vorbis (assoc-ref inputs "libvorbis")))
6122 (wrap-program bin
6123 `("LD_LIBRARY_PATH" ":" prefix
6124 (,(string-append curl "/lib:" vorbis "/lib"))))
6125 (wrap-program bin-sdl
6126 `("LD_LIBRARY_PATH" ":" prefix
6127 (,(string-append curl "/lib:" vorbis "/lib"))))
6128 (wrap-program bin-glx
6129 `("LD_LIBRARY_PATH" ":" prefix
6130 (,(string-append curl "/lib:" vorbis "/lib"))))
6131 (wrap-program bin-dedicated
6132 `("LD_LIBRARY_PATH" ":" prefix
6133 (,(string-append curl "/lib:" vorbis "/lib"))))
6134 #t))))))
6135 (inputs
6136 `(("xonotic-data" ,xonotic-data)
6137 ("alsa-lib" ,alsa-lib)
6138 ("curl" ,curl)
6139 ("libjpeg" ,libjpeg)
6140 ("libmodplug" ,libmodplug)
6141 ("libvorbis" ,libvorbis)
6142 ("libogg" ,libogg)
6143 ("libxpm" ,libxpm)
6144 ("libxxf86dga" ,libxxf86dga)
6145 ("libxxf86vm" ,libxxf86vm)
6146 ("libx11" ,libx11)
6147 ("libxext" ,libxext)
6148 ("libxau" ,libxau)
6149 ("libxdmcp" ,libxdmcp)
6150 ("mesa" ,mesa)
6151 ("glu" ,glu)
6152 ("freetype" ,freetype)
6153 ("sdl2" ,sdl2)
6154 ("libpng" ,libpng)
6155 ("hicolor-icon-theme" ,hicolor-icon-theme)))
6156 (native-inputs
6157 `(("unzip" ,unzip)
6158 ("autoconf" ,autoconf)
6159 ("automake" ,automake)
6160 ("pkg-config" ,pkg-config)
6161 ("libtool" ,libtool)
6162 ("gmp" ,gmp)))
6163 (home-page "http://xonotic.org")
6164 (synopsis "Fast-paced first-person shooter game")
6165 (description
6166 "Xonotic is a free, fast-paced first-person shooter.
6167 The project is geared towards providing addictive arena shooter
6168 gameplay which is all spawned and driven by the community itself.
6169 Xonotic is a direct successor of the Nexuiz project with years of
6170 development between them, and it aims to become the best possible
6171 open-source FPS of its kind.")
6172 (license (list license:gpl2+
6173 license:bsd-3 ; /source/d0_blind_id folder and others
6174 (license:x11-style "" "See file rcon.pl.")))))
6175
6176 (define-public frotz
6177 (package
6178 (name "frotz")
6179 (version "2.44")
6180 (source (origin
6181 (method url-fetch)
6182 (uri (list (string-append
6183 "http://www.ifarchive.org/if-archive/infocom/interpreters/"
6184 "frotz/frotz-" version ".tar.gz")
6185 (string-append
6186 "ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/"
6187 "frotz/frotz-" version ".tar.gz")))
6188 (sha256
6189 (base32
6190 "1v735xr3blznac8fnwa27s1vhllx4jpz7kw7qdw1bsfj6kq21v3k"))))
6191 (build-system gnu-build-system)
6192 (arguments
6193 `(#:tests? #f ; there are no tests
6194 #:phases
6195 (modify-phases %standard-phases
6196 (delete 'configure)
6197 (add-before 'build 'curses
6198 (lambda _
6199 (substitute* "Makefile"
6200 (("lcurses") "lncurses"))
6201 #t))
6202 (replace 'install
6203 (lambda* (#:key outputs #:allow-other-keys)
6204 (let* ((out (assoc-ref outputs "out"))
6205 (bin (string-append out "/bin"))
6206 (man (string-append out "/share/man/man6")))
6207 (install-file "frotz" bin)
6208 (mkdir-p man)
6209 (install-file "doc/frotz.6" man)
6210 #t))))))
6211 (inputs `(("libmodplug" ,libmodplug)
6212 ("libsamplerate" ,libsamplerate)
6213 ("libsndfile" ,libsndfile)
6214 ("libvorbis" ,libvorbis)
6215 ("ncurses" ,ncurses)))
6216 (synopsis "Portable Z-machine interpreter (ncurses version) for text adventure games")
6217 (description "Frotz is an interpreter for Infocom games and other Z-machine
6218 games in the text adventure/interactive fiction genre. This version of Frotz
6219 complies with standard 1.0 of Graham Nelson's specification. It plays all
6220 Z-code games V1-V8, including V6, with sound support through libao, and uses
6221 ncurses for text display.")
6222 (home-page "http://frotz.sourceforge.net")
6223 (license license:gpl2+)))
6224
6225 (define-public frotz-dumb-terminal
6226 (package
6227 (name "frotz-dumb-terminal")
6228 (version "2.44")
6229 (source (origin
6230 (method url-fetch)
6231 (uri (list (string-append
6232 "http://www.ifarchive.org/if-archive/infocom/interpreters/"
6233 "frotz/frotz-" version ".tar.gz")
6234 (string-append
6235 "ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/"
6236 "frotz/frotz-" version ".tar.gz")))
6237 (sha256
6238 (base32
6239 "1v735xr3blznac8fnwa27s1vhllx4jpz7kw7qdw1bsfj6kq21v3k"))))
6240 (build-system gnu-build-system)
6241 (arguments
6242 `(#:tests? #f ; there are no tests
6243 #:phases
6244 (modify-phases %standard-phases
6245 (delete 'configure)
6246 (replace 'build
6247 (lambda _
6248 (invoke "make" "dumb")))
6249 (replace 'install
6250 (lambda* (#:key outputs #:allow-other-keys)
6251 (let* ((out (assoc-ref outputs "out"))
6252 (bin (string-append out "/bin"))
6253 (man (string-append out "/share/man/man6")))
6254 (install-file "dfrotz" bin)
6255 (mkdir-p man)
6256 (install-file "doc/dfrotz.6" man)
6257 #t))))))
6258 (synopsis "Portable Z-machine dumb interpreter for text adventure games")
6259 (description "Frotz is an interpreter for Infocom games and
6260 other Z-machine games in the text adventure/interactive fiction genre.
6261 dfrotz is the dumb interface version. You get no screen control; everything
6262 is just printed to the terminal line by line. The terminal handles all the
6263 scrolling. Maybe you'd like to experience what it's like to play Adventure on
6264 a teletype. A much cooler use for compiling Frotz with the dumb interface is
6265 that it can be wrapped in CGI scripting, PHP, and the like to allow people
6266 to play games on webpages. It can also be made into a chat bot.")
6267 (home-page "http://frotz.sourceforge.net")
6268 (license license:gpl2+)))
6269
6270 (define-public frotz-sdl
6271 (let* ((commit "4de8c34f2116fff554af6216c30ec9d41bf50b24"))
6272 (package
6273 (name "frotz-sdl")
6274 (version "2.45pre")
6275 (source (origin
6276 (method git-fetch)
6277 (uri (git-reference
6278 (url "https://gitlab.com/DavidGriffith/frotz")
6279 (commit commit)))
6280 (sha256
6281 (base32
6282 "18ms21pcrl7ipcnyqnf8janamkryzx78frsgd9kfk67jvbj0z2k8"))
6283 (file-name (git-file-name name version))))
6284 (build-system gnu-build-system)
6285 (arguments
6286 `(#:tests? #f ; there are no tests
6287 #:phases
6288 (modify-phases %standard-phases
6289 (delete 'configure)
6290 (add-before 'build 'patch-makefile
6291 (lambda _
6292 (substitute* "Makefile"
6293 (("lcurses") "lncurses")
6294 (("^BUILD_DATE_TIME =.*$")
6295 "BUILD_DATE_TIME = \"2.45pre-20180907.00000\"\n"))
6296 #t))
6297 (replace 'build
6298 (lambda _
6299 (invoke "make" "sdl")))
6300 (replace 'install
6301 (lambda* (#:key outputs #:allow-other-keys)
6302 (let* ((out (assoc-ref outputs "out"))
6303 (bin (string-append out "/bin"))
6304 (man (string-append out "/share/man/man6")))
6305 (install-file "sfrotz" bin)
6306 (mkdir-p man)
6307 (install-file "doc/sfrotz.6" man)
6308 #t))))))
6309 (native-inputs
6310 `(("pkg-config" ,pkg-config)
6311 ("which" ,which)
6312 ("perl" ,perl)))
6313 (inputs `(("sdl2" ,sdl2)
6314 ("sdl2-mixer" ,sdl2-mixer)
6315 ("libmodplug" ,libmodplug)
6316 ("libsamplerate" ,libsamplerate)
6317 ("libsndfile" ,libsndfile)
6318 ("libvorbis" ,libvorbis)
6319 ("ncurses" ,ncurses)
6320 ("freetype" ,freetype)
6321 ("libjpeg-turbo" ,libjpeg-turbo)))
6322 (synopsis "Portable Z-machine interpreter (SDL port) for text adventure games")
6323 (description "Frotz is an interpreter for Infocom games and other Z-machine
6324 games in the text adventure/interactive fiction genre. This version of Frotz
6325 using SDL fully supports all these versions of the Z-Machine including the
6326 graphical version 6. Graphics and sound are created through the use of the SDL
6327 libraries. AIFF sound effects and music in MOD and OGG formats are supported
6328 when packaged in Blorb container files or optionally from individual files.")
6329 (home-page "http://frotz.sourceforge.net")
6330 (license license:gpl2+))))
6331
6332 (define-public libmanette
6333 (package
6334 (name "libmanette")
6335 (version "0.2.3")
6336 (source (origin
6337 (method url-fetch)
6338 (uri (string-append "mirror://gnome/sources/libmanette/"
6339 (version-major+minor version) "/"
6340 "libmanette-" version ".tar.xz"))
6341 (sha256
6342 (base32
6343 "1zxh7jn2zg7hivmal5zxam6fxvjsd1w6hlw0m2kysk76b8anbw60"))))
6344 (build-system meson-build-system)
6345 (native-inputs
6346 `(("glib" ,glib "bin") ; for glib-compile-resources
6347 ("gobject-introspection" ,gobject-introspection)
6348 ("pkg-config" ,pkg-config)
6349 ("vala" ,vala)))
6350 (inputs
6351 `(("libevdev" ,libevdev)
6352 ("libgudev" ,libgudev)))
6353 (home-page "https://wiki.gnome.org/Apps/Games")
6354 (synopsis "Game controller library")
6355 (description "Libmanette is a small GObject library giving you simple
6356 access to game controllers. It supports the de-facto standard gamepads as
6357 defined by the W3C standard Gamepad specification or as implemented by the SDL
6358 GameController.")
6359 (license license:lgpl2.1+)))
6360
6361 (define-public quadrapassel
6362 (package
6363 (name "quadrapassel")
6364 (version "3.32.0")
6365 (source (origin
6366 (method url-fetch)
6367 (uri (string-append "mirror://gnome/sources/quadrapassel/"
6368 (version-major+minor version) "/"
6369 "quadrapassel-" version ".tar.xz"))
6370 (sha256
6371 (base32
6372 "1zhi1957knz9dm98drn2dh95mr33sdch590yddh1f8r6bzsfjvpy"))))
6373 (build-system meson-build-system)
6374 (arguments
6375 '(#:glib-or-gtk? #t
6376 #:phases
6377 (modify-phases %standard-phases
6378 (add-after 'unpack 'skip-gtk-update-icon-cache
6379 ;; Don't create 'icon-theme.cache'.
6380 (lambda _
6381 (substitute* "build-aux/meson_post_install.py"
6382 (("gtk-update-icon-cache") (which "true")))
6383 #t)))))
6384 (native-inputs
6385 `(("desktop-file-utils" ,desktop-file-utils) ;for desktop-file-validate
6386 ("gettext" ,gnu-gettext)
6387 ("glib" ,glib "bin") ;for glib-compile-resources
6388 ("itstool" ,itstool)
6389 ("libxml2" ,libxml2) ;for xmllint
6390 ("pkg-config" ,pkg-config)
6391 ("vala" ,vala)))
6392 (inputs
6393 `(("clutter" ,clutter)
6394 ("clutter-gtk" ,clutter-gtk)
6395 ("gtk+" ,gtk+)
6396 ("libcanberra" ,libcanberra)
6397 ("libmanette" ,libmanette)
6398 ("librsvg" ,librsvg)))
6399 (home-page "https://wiki.gnome.org/Apps/Quadrapassel")
6400 (synopsis "GNOME version of Tetris")
6401 (description "Quadrapassel comes from the classic falling-block game,
6402 Tetris. The goal of the game is to create complete horizontal lines of
6403 blocks, which will disappear. The blocks come in seven different shapes made
6404 from four blocks each: one straight, two L-shaped, one square, and two
6405 S-shaped. The blocks fall from the top center of the screen in a random
6406 order. You rotate the blocks and move them across the screen to drop them in
6407 complete lines. You score by dropping blocks fast and completing lines. As
6408 your score gets higher, you level up and the blocks fall faster.")
6409 (license license:gpl2+)))
6410
6411 (define-public endless-sky
6412 (package
6413 (name "endless-sky")
6414 (version "0.9.10")
6415 (source
6416 (origin
6417 (method git-fetch)
6418 (uri (git-reference
6419 (url "https://github.com/endless-sky/endless-sky")
6420 (commit (string-append "v" version))))
6421 (file-name (git-file-name name version))
6422 (sha256
6423 (base32
6424 "1wax9qhxakydg6bs92d1jy2fki1n9r0wkps1np02y0pvm1fl189i"))))
6425 (build-system scons-build-system)
6426 (arguments
6427 `(#:scons ,scons-python2
6428 #:scons-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
6429 #:tests? #f ; no tests
6430 #:phases
6431 (modify-phases %standard-phases
6432 (add-after 'unpack 'patch-resource-locations
6433 (lambda* (#:key outputs #:allow-other-keys)
6434 (substitute* "source/Files.cpp"
6435 (("/usr/local/")
6436 (string-append (assoc-ref outputs "out") "/")))
6437 #t))
6438 (add-after 'unpack 'patch-scons
6439 (lambda _
6440 (substitute* "SConstruct"
6441 ;; Keep environmental variables
6442 (("Environment\\(\\)")
6443 "Environment(ENV = os.environ)")
6444 ;; Install into %out/bin
6445 (("games\"") "bin\""))
6446 #t)))))
6447 (inputs
6448 `(("glew" ,glew)
6449 ("libjpeg" ,libjpeg-turbo)
6450 ("libmad" ,libmad)
6451 ("libpng" ,libpng)
6452 ("openal" ,openal)
6453 ("sdl2" ,sdl2)))
6454 (home-page "https://endless-sky.github.io/")
6455 (synopsis "2D space trading and combat game")
6456 (description "Endless Sky is a 2D space trading and combat game. Explore
6457 other star systems. Earn money by trading, carrying passengers, or completing
6458 missions. Use your earnings to buy a better ship or to upgrade the weapons and
6459 engines on your current one. Blow up pirates. Take sides in a civil war. Or
6460 leave human space behind and hope to find friendly aliens whose culture is more
6461 civilized than your own.")
6462 (license (list license:gpl3+
6463 license:cc-by-sa3.0
6464 license:cc-by-sa4.0
6465 license:public-domain))))
6466
6467 (define-public stepmania
6468 (package
6469 (name "stepmania")
6470 (version "5.1.0-b2")
6471 (source
6472 (origin
6473 (method git-fetch)
6474 (uri (git-reference
6475 (url "https://github.com/stepmania/stepmania.git")
6476 (commit (string-append "v" version))))
6477 (file-name (git-file-name name version))
6478 (sha256
6479 (base32
6480 "0a7y9l7xm510vgnpmj1is7p9m6d6yd0fcaxrjcickz295k5w3rdn"))
6481 (modules '((guix build utils)))
6482 (snippet
6483 '(begin
6484 ;; Remove song files, which are licensed under a non-commercial
6485 ;; clause, and a course pointing to them.
6486 (for-each delete-file-recursively
6487 '("Songs/StepMania 5/Goin' Under"
6488 "Songs/StepMania 5/MechaTribe Assault"
6489 "Songs/StepMania 5/Springtime"))
6490 (for-each delete-file '("Courses/Default/Jupiter.crs"
6491 "Courses/Default/Jupiter.png"))
6492 ;; Unbundle libpng.
6493 (substitute* "extern/CMakeLists.txt"
6494 (("include\\(CMakeProject-png.cmake\\)") ""))
6495 (delete-file-recursively "extern/libpng")
6496 #t))))
6497 (build-system cmake-build-system)
6498 (arguments
6499 `(#:tests? #f ;FIXME: couldn't find how to run tests
6500 #:build-type "Release"
6501 #:out-of-source? #f ;for the 'install-desktop' phase
6502 #:configure-flags
6503 (list "-DWITH_SYSTEM_FFMPEG=1"
6504 ;; SSE instructions are available on Intel systems only.
6505 ,@(if (any (cute string-prefix? <> (or (%current-target-system)
6506 (%current-system)))
6507 '("x64_64" "i686"))
6508 '()
6509 '("-DWITH_SSE2=NO"))
6510 ;; Configuration cannot find GTK2 without the two following
6511 ;; flags.
6512 (string-append "-DGTK2_GDKCONFIG_INCLUDE_DIR="
6513 (assoc-ref %build-inputs "gtk+")
6514 "/lib/gtk-2.0/include")
6515 (string-append "-DGTK2_GLIBCONFIG_INCLUDE_DIR="
6516 (assoc-ref %build-inputs "glib")
6517 "/lib/glib-2.0/include"))
6518 #:phases
6519 (modify-phases %standard-phases
6520 (add-after 'unpack 'ensure-application-files-can-be-found
6521 (lambda* (#:key outputs #:allow-other-keys)
6522 (let ((out (assoc-ref outputs "out")))
6523 (substitute* "src/arch/LoadingWindow/LoadingWindow_Gtk.cpp"
6524 (("RageFileManagerUtil::sDirOfExecutable \\+ \"/\" \\+ \"GtkModule.so\"")
6525 (string-append "\"" out
6526 "/share/stepmania/GtkModule.so\"")))
6527 (substitute* "src/arch/ArchHooks/ArchHooks_Unix.cpp"
6528 (("Root = sDirOfExecutable")
6529 (string-append "Root = \"" out "/share/stepmania/\""))
6530 (("sDirOfExecutable \\+ \"/(Packages|Songs)\"" _ dir)
6531 (string-append "\"" out "/share/stepmania/" dir "\"")))
6532 (substitute* "src/RageFileManager.cpp"
6533 (("RageFileManagerUtil::sDirOfExecutable \\+ \"/\"")
6534 (string-append "\"" out "/share/stepmania/\""))))
6535 #t))
6536 (add-after 'unpack 'fix-install-subdir
6537 ;; Installation would be done in "%out/stepmania-X.Y", but we
6538 ;; prefer the more common layout "%out/share/stepmania".
6539 (lambda _
6540 (substitute* "src/CMakeLists.txt"
6541 (("\"stepmania-.*?\"") "\"share/stepmania\""))
6542 #t))
6543 (add-after 'unpack 'unbundle-libpng
6544 (lambda* (#:key inputs #:allow-other-keys)
6545 (substitute* "src/CMakeLists.txt"
6546 (("\\$\\{SM_EXTERN_DIR\\}/libpng/include")
6547 (string-append (assoc-ref inputs "libpng") "/include")))
6548 #t))
6549 (add-after 'install 'install-executable
6550 (lambda* (#:key outputs #:allow-other-keys)
6551 (let* ((out (assoc-ref outputs "out"))
6552 (bin (string-append out "/bin"))
6553 (exe (string-append out "/share/stepmania/stepmania")))
6554 (mkdir-p bin)
6555 (symlink exe (string-append bin "/stepmania"))
6556 #t)))
6557 (add-after 'install-executable 'install-desktop
6558 (lambda* (#:key outputs #:allow-other-keys)
6559 (let* ((out (assoc-ref outputs "out"))
6560 (share (string-append out "/share"))
6561 (applications (string-append share "/applications"))
6562 (icons (string-append share "/icons")))
6563 (install-file "stepmania.desktop" applications)
6564 (mkdir-p icons)
6565 (copy-recursively "icons" icons)
6566 #t)))
6567 ;; Move documentation in a more usual place, i.e.,
6568 ;; "%out/share/doc/stepmania/".
6569 (add-after 'install-desktop 'install-doc
6570 (lambda* (#:key outputs #:allow-other-keys)
6571 (let* ((out (assoc-ref outputs "out"))
6572 (share (string-append out "/share")))
6573 (with-directory-excursion share
6574 (mkdir-p "doc")
6575 (symlink "../stepmania/Docs" "doc/stepmania"))
6576 #t))))))
6577 (native-inputs
6578 `(("pkg-config" ,pkg-config)
6579 ("yasm" ,yasm)))
6580 (inputs
6581 `(("alsa-lib" ,alsa-lib)
6582 ;; Per upstream, StepMania is only guaranteed to work with a very
6583 ;; specific FFmpeg version, which is included in the repository as
6584 ;; a Git submodule. This particular version requirement usually
6585 ;; changes every few years.
6586 ("ffmpeg" ,ffmpeg-for-stepmania)
6587 ("glib" ,glib)
6588 ("glew" ,glew)
6589 ("gtk+" ,gtk+-2)
6590 ("jsoncpp" ,jsoncpp)
6591 ("libpng" ,libpng)
6592 ("libjpeg" ,libjpeg-8)
6593 ("libmad" ,libmad)
6594 ("libogg" ,libogg)
6595 ("libva" ,libva)
6596 ("libvorbis" ,libvorbis)
6597 ("libxinerama" ,libxinerama)
6598 ("libxrandr" ,libxrandr)
6599 ("mesa" ,mesa)
6600 ("pcre" ,pcre)
6601 ("pulseaudio" ,pulseaudio)
6602 ("sdl" ,sdl2)
6603 ("udev" ,eudev)
6604 ("zlib" ,zlib)))
6605 (synopsis "Advanced rhythm game designed for both home and arcade use")
6606 (description "StepMania is a dance and rhythm game. It features 3D
6607 graphics, keyboard and dance pad support, and an editor for creating your own
6608 steps.
6609
6610 This package provides the core application, but no song is shipped. You need
6611 to download and install them in @file{$HOME/.stepmania-X.Y/Songs} directory.")
6612 (home-page "https://www.stepmania.com")
6613 (license license:expat)))
6614
6615 (define-public btanks
6616 (package
6617 (name "btanks")
6618 (version "0.9.8083")
6619 (source
6620 (origin
6621 (method url-fetch)
6622 (uri (string-append "mirror://sourceforge/btanks/btanks-source/"
6623 "btanks-" version ".tar.bz2"))
6624 (sha256
6625 (base32
6626 "0ha35kxc8xlbg74wsrbapfgxvcrwy6psjkqi7c6adxs55dmcxliz"))))
6627 (build-system scons-build-system)
6628 (arguments
6629 `(#:tests? #f ; there are none
6630 #:scons ,scons-python2
6631 #:scons-flags (list (string-append "prefix=" (assoc-ref %outputs "out")))
6632 #:phases
6633 (modify-phases %standard-phases
6634 (add-after 'unpack 'replace-removed-scons-syntax
6635 (lambda _
6636 (substitute* "SConstruct"
6637 (("Options") "Variables")
6638 (("opts.Add\\(BoolOption.*") "opts.Add('gcc_visibility', 'gcc visibility', 'true')")
6639 (("opts.Add\\(EnumOption.*") "opts.Add('mode', 'build mode', 'release')"))
6640 #t))
6641 (add-after 'set-paths 'set-sdl-paths
6642 (lambda* (#:key inputs #:allow-other-keys)
6643 (setenv "CPATH"
6644 (string-append (assoc-ref inputs "sdl")
6645 "/include/SDL:"
6646 (or (getenv "CPATH") "")))
6647 #t))
6648 (add-after 'unpack 'fix-compilation-errors
6649 (lambda _
6650 (substitute* "mrt/base_file.h"
6651 (("#include <string>" m)
6652 (string-append m "\n#include <sys/types.h>")))
6653 (substitute* '("engine/sl08/sl08.h"
6654 "engine/sl08/sl08.py")
6655 (("signal = NULL") "signal = 0")
6656 (("object\\(NULL\\)") "object(0)")
6657 (("func\\(NULL\\)") "func(0)")
6658 ((" connect\\(signal_ref\\)")
6659 " this->connect(signal_ref)"))
6660 (substitute* "math/range_list.h"
6661 ((" lower_bound\\(value\\)")
6662 " this->lower_bound(value)")
6663 ((" erase\\(i\\)")
6664 " this->erase(i)"))
6665 (substitute* "clunk/source.cpp"
6666 (("using namespace clunk" m)
6667 (string-append "# define pow10f(x) exp10f(x)\n" m)))
6668 #t))
6669 (add-after 'unpack 'find-lua
6670 (lambda _
6671 (substitute* "engine/SConscript"
6672 (("lua5.1") "lua-5.1")
6673 (("bt_libs.append\\(lua\\)")
6674 "bt_libs.append(\"lua\")"))
6675 #t)))))
6676 (inputs
6677 `(("expat" ,expat)
6678 ("glu" ,glu)
6679 ("libsmpeg" ,libsmpeg-with-sdl1)
6680 ("libvorbis" ,libvorbis)
6681 ("lua51" ,lua-5.1)
6682 ("sdl" ,(sdl-union (list sdl
6683 sdl-mixer
6684 sdl-image
6685 sdl-ttf)))
6686 ("zlib" ,zlib)))
6687 (native-inputs
6688 `(("pkg-config" ,pkg-config)
6689 ("zip" ,zip)))
6690 (home-page "http://btanks.sourceforge.net")
6691 (synopsis "Multiplayer tank battle game")
6692 (description "Battle Tanks (also known as \"btanks\") is a funny battle
6693 game, where you can choose one of three vehicles and eliminate your enemy
6694 using the whole arsenal of weapons. It has original cartoon-like graphics and
6695 cool music, it’s fun and dynamic, it has several network modes for deathmatch
6696 and cooperative.")
6697 ;; Some parts (e.g. mrt/b64.cpp) are LGPLv2.1+, but the whole package is
6698 ;; released under GPLv2 or later. It comes with extra exceptions for the
6699 ;; developers.
6700 (license (list license:gpl2+ license:lgpl2.1+))))
6701
6702 (define-public battle-tanks
6703 (deprecated-package "battle-tanks" btanks))
6704
6705 (define-public slingshot
6706 (package
6707 (name "slingshot")
6708 (version "0.9")
6709 (source
6710 (origin
6711 (method git-fetch)
6712 (uri (git-reference
6713 (url "https://github.com/ryanakca/slingshot.git")
6714 (commit version)))
6715 (file-name (git-file-name name version))
6716 (sha256
6717 (base32
6718 "19m8b6nsi786bc6gmkp185mwri3r5y249gjmqd5qsc23nnfhgrs1"))))
6719 (build-system python-build-system)
6720 (arguments
6721 `(#:python ,python-2))
6722 (inputs
6723 `(("python-pygame" ,python2-pygame)))
6724 (home-page "https://github.com/ryanakca/slingshot")
6725 (synopsis "Simple 2D shooting strategy game set in space")
6726 (description "Slingshot is a two-dimensional strategy game where two
6727 players attempt to shoot one another through a section of space populated by
6728 planets. The main feature of the game is that the shots, once fired, are
6729 affected by the gravity of the planets.")
6730 (license license:gpl2+)))
6731
6732 (define-public 4dtris
6733 (package
6734 (name "4dtris")
6735 (version "0.4.3")
6736 (source
6737 (origin
6738 (method url-fetch)
6739 (uri (string-append "https://launchpad.net/4dtris/"
6740 (version-major+minor version)
6741 "/" version "/+download/4dtris_"
6742 version ".orig.tar.gz"))
6743 (sha256
6744 (base32
6745 "1nfkhcm0l89jyw8yr65na97g4l385zhjf7whkyg47c3v5sdqq2g7"))))
6746 (build-system gnu-build-system)
6747 (arguments
6748 `(#:phases
6749 (modify-phases %standard-phases
6750 (add-after 'unpack 'fix-install-directories
6751 (lambda* (#:key outputs #:allow-other-keys)
6752 (let ((out (assoc-ref outputs "out")))
6753 (substitute* "Makefile.in"
6754 (("bindir = /usr/games")
6755 (string-append "bindir = " out "/bin"))
6756 (("/usr/share/applications")
6757 (string-append out "/share/applications"))
6758 (("/usr/share/games/4dtris")
6759 (string-append out "/share/4dtris"))))
6760 #t))
6761 (add-after 'set-paths 'set-sdl-paths
6762 (lambda* (#:key inputs #:allow-other-keys)
6763 (setenv "CPATH"
6764 (string-append (assoc-ref inputs "sdl")
6765 "/include/SDL:"
6766 (or (getenv "CPATH") "")))
6767 #t)))))
6768 (inputs
6769 `(("fontconfig" ,fontconfig)
6770 ("freeglut" ,freeglut)
6771 ("sdl" ,(sdl-union (list sdl sdl-ttf)))))
6772 (home-page "https://launchpad.net/4dtris/")
6773 (synopsis "4D Tetris")
6774 (description "4D-TRIS is an alteration of the well-known Tetris game. The
6775 game field is extended to 4D space, which has to filled up by the gamer with
6776 4D hyper cubes.")
6777 (license license:gpl3)))
6778
6779 (define-public arx-libertatis
6780 (package
6781 (name "arx-libertatis")
6782 (version "1.1.2")
6783 (source
6784 (origin
6785 (method url-fetch)
6786 (uri (string-append "http://arx-libertatis.org/files/arx-libertatis-"
6787 version ".tar.xz"))
6788 (sha256
6789 (base32
6790 "0hjfxlsmp8wwqr06snv2dlly2s79ra0d9aw49gkp6rn8m50b9bc2"))))
6791 (build-system cmake-build-system)
6792 (outputs '("out" "installer"))
6793 (arguments
6794 '(#:tests? #f ; No tests.
6795 #:phases
6796 (modify-phases %standard-phases
6797 (add-after 'unpack 'fix-install-helper-paths
6798 (lambda* (#:key inputs #:allow-other-keys)
6799 (let ((p7zip (assoc-ref inputs "p7zip"))
6800 (innoextract (assoc-ref inputs "innoextract"))
6801 (wget (assoc-ref inputs "wget"))
6802 (zenity (assoc-ref inputs "zenity")))
6803 (substitute* "scripts/arx-install-data"
6804 (("have innoextract")
6805 (string-append "have " innoextract "/bin/innoextract"))
6806 (("then innoextract")
6807 (string-append "then " innoextract "/bin/innoextract"))
6808 (("else innoextract")
6809 (string-append "else " innoextract "/bin/innoextract"))
6810 (("for _extract_zip_sz in 7za 7z")
6811 (string-append "for _extract_zip_sz in " p7zip "/bin/7za"))
6812 (("else if have 7z")
6813 (string-append "else if have " p7zip "/bin/7za"))
6814 (("7z x -tiso")
6815 (string-append p7zip "/bin/7z x -tiso"))
6816 (("if have wget")
6817 (string-append "if have " wget "/bin/wget"))
6818 (("wget -O")
6819 (string-append wget "/bin/wget -O"))
6820 (("for backend in \\$preferred zenity")
6821 (string-append "for backend in $preferred " zenity "/bin/zenity"))
6822 (("zenity +--title")
6823 (string-append zenity "/bin/zenity --title"))
6824 (("^zenity\\)")
6825 (string-append zenity "/bin/zenity)"))))
6826 #t))
6827 (add-after 'install 'move-installer
6828 (lambda* (#:key outputs #:allow-other-keys)
6829 (let ((out (assoc-ref outputs "out"))
6830 (installer (assoc-ref outputs "installer")))
6831 (mkdir-p (string-append installer "/bin"))
6832 (rename-file (string-append out "/bin/arx-install-data")
6833 (string-append installer "/bin/arx-install-data"))))))))
6834 (inputs
6835 `(("sdl" ,sdl) ; Switch to sdl2 in >1.1.2.
6836 ("mesa" ,mesa) ; Switch to libepoxy in >1.1.2.
6837 ("glew" ,glew)
6838 ("openal" ,openal)
6839 ("zlib" ,zlib)
6840 ("boost" ,boost)
6841 ("glm" ,glm)
6842 ("freetype" ,freetype)
6843 ;; The following are only needed by the arx-install-data script.
6844 ("p7zip" ,p7zip) ; Install-helper uses it to extract ISO and .cab archives.
6845 ("zenity" ,zenity) ; GUI for install-helper.
6846 ("wget" ,wget) ; Used by the install-helper to download the patch.
6847 ;; The install-helper needs it to extract the patch.
6848 ("innoextract" ,innoextract)))
6849 (home-page "https://arx-libertatis.org/")
6850 (synopsis "Port of Arx Fatalis, a first-person role-playing game")
6851 (description "Arx Libertatis is a cross-platform port of Arx Fatalis, a 2002
6852 first-person role-playing game / dungeon crawler developed by Arkane Studios.
6853 This port however does not include the game data, so you need to obtain a copy
6854 of the original Arx Fatalis or its demo to play Arx Libertatis. Arx Fatalis
6855 features crafting, melee and ranged combat, as well as a unique casting system
6856 where the player draws runes in real time to effect the desired spell.")
6857 (license license:gpl3+)))
6858
6859 (define-public edgar
6860 (package
6861 (name "edgar")
6862 (version "1.32")
6863 (source
6864 (origin
6865 (method url-fetch)
6866 (uri
6867 (string-append "https://github.com/riksweeney/edgar/releases/download/"
6868 version "/edgar-" version "-1.tar.gz"))
6869 (sha256
6870 (base32 "12lam6qcscc5ima1w2ksd1cvsvxbd17h6mqkgsqpzx8ap43p2r5p"))))
6871 (build-system gnu-build-system)
6872 (arguments '(#:tests? #f ; there are no tests
6873 #:make-flags
6874 (list "CC=gcc"
6875 (string-append "PREFIX=" (assoc-ref %outputs "out"))
6876 (string-append "BIN_DIR=" (assoc-ref %outputs "out") "/bin/"))
6877 #:phases
6878 (modify-phases %standard-phases
6879 (delete 'configure)
6880 (add-before 'build 'fix-env
6881 (lambda* (#:key inputs #:allow-other-keys)
6882 (setenv "CPATH"
6883 (string-append (assoc-ref inputs "sdl2-union")
6884 "/include/SDL2:"
6885 (or (getenv "CPATH") "")))
6886 #t)))))
6887 (inputs
6888 `(("sdl2-union" ,(sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf)))
6889 ("zlib" ,zlib)))
6890 (native-inputs
6891 `(("pkg-config" ,pkg-config)
6892 ("autoconf" ,autoconf)
6893 ("automake" ,automake)
6894 ("gnu-gettext" ,gnu-gettext)
6895 ("libtool" ,libtool)
6896 ("which" ,which)))
6897 (synopsis "2d action platformer game")
6898 (description "The Legend of Edgar is a 2D platform game with a persistent world.
6899 When Edgar's father fails to return home after venturing out one dark and stormy night,
6900 Edgar fears the worst: he has been captured by the evil sorcerer who lives in
6901 a fortress beyond the forbidden swamp.")
6902 (home-page "https://www.parallelrealities.co.uk/games/edgar/")
6903 (license license:gpl2+)))
6904
6905 (define-public the-legend-of-edgar
6906 (deprecated-package "the-legend-of-edgar" edgar))
6907
6908 (define-public openclonk
6909 (package
6910 (name "openclonk")
6911 (version "8.1")
6912 (source (origin
6913 (method url-fetch)
6914 (uri (string-append
6915 "https://www.openclonk.org/builds/release/" version "/"
6916 "openclonk-" version "-src.tar.bz2"))
6917 (sha256
6918 (base32
6919 "0imkqjp8lww5p0cnqf4k4mb2v682mnsas63qmiz17rspakr7fxik"))))
6920 (build-system cmake-build-system)
6921 (arguments
6922 `(#:configure-flags '("-DAudio_TK=OpenAL")
6923 #:test-target "tests"
6924 #:phases
6925 (modify-phases %standard-phases
6926 (add-after 'unpack 'prepare-gmock
6927 (lambda* (#:key inputs #:allow-other-keys)
6928 (mkdir "gmock")
6929 (copy-recursively (assoc-ref inputs "googlemock") "gmock")
6930 (substitute* "tests/CMakeLists.txt"
6931 (("/usr/src/gmock")
6932 (string-append (getcwd) "/gmock/googlemock"))
6933 (("/usr/src/gtest")
6934 (string-append (getcwd) "/gmock/googletest"))
6935 (("PATH_SUFFIXES \"src\" \"gtest\"")
6936 "PATH_SUFFIXES \"src\""))
6937 #t))
6938 (add-after 'unpack 'adjust-backward-cpp-includes
6939 (lambda _
6940 ;; XXX: The bundled backward-cpp exports a CMake "interface"
6941 ;; that includes external libraries such as libdl from glibc.
6942 ;; By default, CMake interface includes are treated as "system
6943 ;; headers", and GCC behaves poorly when glibc is passed as a
6944 ;; system header (causing #include_next failures).
6945
6946 ;; Here we prevent targets that consume the Backward::Backward
6947 ;; interface from treating it as "system includes".
6948 (substitute* "CMakeLists.txt"
6949 (("target_link_libraries\\((.+) Backward::Backward\\)" all target)
6950 (string-append "set_property(TARGET " target " PROPERTY "
6951 "NO_SYSTEM_FROM_IMPORTED true)\n"
6952 all)))
6953 #t))
6954 (add-after 'unpack 'add-libiberty
6955 ;; Build fails upon linking executables without this.
6956 (lambda _
6957 (substitute* "thirdparty/backward-cpp/BackwardConfig.cmake"
6958 (("set\\(LIBBFD_LIBRARIES (.*?)\\)" _ libraries)
6959 (string-append "set(LIBBFD_LIBRARIES " libraries " iberty)")))
6960 #t))
6961 (add-after 'add-libiberty 'lax-freealut-requirement
6962 ;; TODO: We provide freealut 1.1.0, but pkg-config somehow detects
6963 ;; it as 1.0.1. Force minimal version.
6964 (lambda _
6965 (substitute* "cmake/FindAudio.cmake"
6966 (("freealut>=1.1.0") "freealut>=1.0.1"))
6967 #t))
6968 (add-after 'lax-freealut-requirement 'fix-directories
6969 ;; Prefer "$out/share/openclonk" over
6970 ;; "$out/share/games/openclonk". Also install "openclonk"
6971 ;; binary in "bin/", not "games/".
6972 (lambda _
6973 (substitute* "CMakeLists.txt"
6974 (("share/games/openclonk") "share/openclonk")
6975 (("TARGETS openclonk DESTINATION games")
6976 "TARGETS openclonk DESTINATION bin"))
6977 #t)))))
6978 (native-inputs
6979 `(("googlemock" ,(package-source googletest))
6980 ("googletest" ,googletest)
6981 ("pkg-config" ,pkg-config)))
6982 (inputs
6983 `(("freealut" ,freealut)
6984 ("freetype" ,freetype)
6985 ("glew" ,glew)
6986 ("libiberty" ,libiberty)
6987 ("libjpeg" ,libjpeg-turbo)
6988 ("libogg" ,libogg)
6989 ("libpng" ,libpng)
6990 ("libvorbis" ,libvorbis)
6991 ("libxrandr" ,libxrandr)
6992 ("mesa" ,mesa)
6993 ("miniupnpc" ,miniupnpc)
6994 ("openal" ,openal)
6995 ("qtbase" ,qtbase)
6996 ("readline" ,readline)
6997 ("sdl" ,sdl2)
6998 ("tinyxml" ,tinyxml)
6999 ("zlib" ,zlib)))
7000 (home-page "https://www.openclonk.org/")
7001 (synopsis
7002 "Multiplayer action game where you control small and nimble humanoids")
7003 (description "OpenClonk is a multiplayer action/tactics/skill game. It is
7004 often referred to as a mixture of The Settlers and Worms. In a simple 2D
7005 antfarm-style landscape, the player controls a crew of Clonks, small but
7006 robust humanoid beings. The game encourages free play but the normal goal is
7007 to either exploit valuable resources from the earth by building a mine or
7008 fight each other on an arena-like map.")
7009 ;; Software as a whole is licensed under ISC, artwork under CC-BY.
7010 (license (list license:isc license:cc-by3.0))))
7011
7012 (define-public flare-engine
7013 (package
7014 (name "flare-engine")
7015 (version "1.11")
7016 (source (origin
7017 (method git-fetch)
7018 (uri (git-reference
7019 (url "https://github.com/flareteam/flare-engine.git")
7020 (commit (string-append "v" version))))
7021 (file-name (git-file-name name version))
7022 (sha256
7023 (base32
7024 "1mqr1s72p5bdh4kq2a8hg72dk8lwnddicjnd2cdp1sbfa9lmjym8"))))
7025 (build-system cmake-build-system)
7026 (arguments
7027 `(#:tests? #f ;no test
7028 #:configure-flags '("-DBINDIR=bin" "-DDATADIR=share/flare")))
7029 (inputs
7030 `(("hicolor-icon-theme" ,hicolor-icon-theme)
7031 ("python" ,python-wrapper)
7032 ("sdl" ,(sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf)))))
7033 (home-page "http://www.flarerpg.org/")
7034 (synopsis "Action Roleplaying Engine")
7035 (description "Flare (Free Libre Action Roleplaying Engine) is a simple
7036 game engine built to handle a very specific kind of game: single-player 2D
7037 action RPGs.")
7038 (license license:gpl3+)))
7039
7040 (define-public flare-game
7041 (package
7042 (name "flare-game")
7043 (version "1.11")
7044 (source (origin
7045 (method git-fetch)
7046 (uri (git-reference
7047 (url "https://github.com/flareteam/flare-game.git")
7048 (commit (string-append "v" version))))
7049 (file-name (git-file-name name version))
7050 (sha256
7051 (base32
7052 "0bd5g7sd89a9176ilr408hdqzdfv4j7wj0idd685c1n6s01c3h6p"))))
7053 (build-system cmake-build-system)
7054 (arguments
7055 `(#:tests? #f ;no test
7056 #:configure-flags '("-DDATADIR=share/flare")
7057 #:phases
7058 (modify-phases %standard-phases
7059 ;; Flare expects the mods to be located in the same folder.
7060 ;; Yet, "default" mod is in the engine, whereas the others
7061 ;; are in the current package. Merge everything here with
7062 ;; a symlink.
7063 (add-after 'install 'add-default-mod
7064 (lambda* (#:key inputs outputs #:allow-other-keys)
7065 (let* ((out (assoc-ref outputs "out"))
7066 (mods (string-append out "/share/flare/mods")))
7067 (with-directory-excursion mods
7068 (symlink (string-append (assoc-ref inputs "flare-engine")
7069 "/share/flare/mods/default")
7070 "default")))
7071 #t))
7072 (add-after 'install 'install-executable
7073 ;; The package only provides assets for the game, the
7074 ;; executable coming from "flare-engine". Since more than
7075 ;; one game may use the engine, we create a new executable,
7076 ;; "flare-game", which launches the engine with appropriate
7077 ;; parameters.
7078 (lambda* (#:key inputs outputs #:allow-other-keys)
7079 (let* ((out (assoc-ref outputs "out"))
7080 (bash (string-append (assoc-ref inputs "bash")
7081 "/bin/bash"))
7082 (flare (string-append (assoc-ref inputs "flare-engine")
7083 "/bin/flare"))
7084 (script (string-append out "/bin/flare-game")))
7085 (mkdir-p (dirname script))
7086 (call-with-output-file script
7087 (lambda (port)
7088 (format port
7089 "#!~a
7090 exec ~a --data-path=~a/share/flare --mods=empyrean_campaign~%"
7091 bash
7092 flare
7093 out)))
7094 (chmod script #o755))
7095 #t)))))
7096 (inputs
7097 `(("flare-engine" ,flare-engine)))
7098 (home-page "http://www.flarerpg.org/")
7099 (synopsis "Fantasy action RPG using the FLARE engine")
7100 (description "Flare is a single-player 2D action RPG with
7101 fast-paced action and a dark fantasy style.")
7102 (license license:cc-by-sa3.0)))
7103
7104 (define-public meritous
7105 (package
7106 (name "meritous")
7107 (version "1.5")
7108 (source (origin
7109 (method git-fetch)
7110 (uri (git-reference
7111 (url "https://gitlab.com/meritous/meritous.git")
7112 (commit (string-append "v" version))))
7113 (file-name (git-file-name name version))
7114 (sha256
7115 (base32
7116 "0n5jm4g0arjllgqmd2crv8h02i6hs3hlh1zyc7ng7yfpg1mbd8p8"))))
7117 (build-system gnu-build-system)
7118 (arguments
7119 `(#:tests? #f ;no test
7120 #:make-flags
7121 (list "CC=gcc"
7122 (string-append "prefix=" (assoc-ref %outputs "out")))
7123 #:phases
7124 (modify-phases %standard-phases
7125 (delete 'configure)
7126 (add-after 'unpack 'fix-sdl-path
7127 ;; XXX: For some reason, `sdl-config' reports stand-alone SDL
7128 ;; directory, not SDL-union provided as an input to the package.
7129 ;; We force the latter with "--prefix=" option.
7130 (lambda* (#:key inputs #:allow-other-keys)
7131 (substitute* "Makefile"
7132 (("sdl-config" command)
7133 (string-append command " --prefix=" (assoc-ref inputs "sdl"))))
7134 #t))
7135 (add-after 'unpack 'fix-crash
7136 ;; XXX: Songs are not present in the repository, due to licensing
7137 ;; issues. Yet, the game tries to load them, and, since it cannot
7138 ;; find them, crashes. Users cannot add them back, the store being
7139 ;; read-only, so we turn off background music altogether.
7140 (lambda _
7141 (substitute* "src/audio.c"
7142 (("PlayBackgroundMusic\\(new_track\\);" all)
7143 (string-append "// " all)))
7144 #t)))))
7145 (native-inputs
7146 `(("intltool" ,intltool)))
7147 (inputs
7148 `(("sdl" ,(sdl-union (list sdl sdl-image sdl-mixer)))
7149 ("zlib" ,zlib)))
7150 (home-page "https://gitlab.com/meritous/meritous")
7151 (synopsis "Action-adventure dungeon crawl game")
7152 (description "Far below the surface of the planet is a place of limitless
7153 power. Those that seek to control such a utopia will soon bring an end to
7154 themselves. Seeking an end to the troubles that plague him, PSI user Merit
7155 journeys into the hallowed Orcus Dome in search of answers.
7156
7157 Meritous is a action-adventure game with simple controls but a challenge to
7158 find a balance of power versus recovery time during real-time battles. Set in
7159 a procedurally generated world, the player can explore thousands of rooms in
7160 search of powerful artifacts, tools to help them, and to eventually free the
7161 Orcus Dome from evil.")
7162 (license license:gpl3+)))
7163
7164 (define-public marble-marcher
7165 (let ((commit "e580460a0c3826f9b28ab404607942a8ecb625d7")
7166 (revision "1"))
7167 (package
7168 (name "marble-marcher")
7169 (version (git-version "0" revision commit))
7170 (source (origin
7171 (method git-fetch)
7172 (uri (git-reference
7173 (url "https://github.com/HackerPoet/MarbleMarcher.git")
7174 (commit commit)))
7175 (file-name (git-file-name name version))
7176 (sha256
7177 (base32
7178 "0jjv832hl1v170n6gryp2sr3lgqndi9ab841qvgqk68bks8701mx"))))
7179 (build-system cmake-build-system)
7180 (arguments
7181 `(#:tests? #f ; there are none
7182 #:phases
7183 (modify-phases %standard-phases
7184 (add-after 'unpack 'embed-asset-directory
7185 (lambda* (#:key outputs #:allow-other-keys)
7186 (let ((assets (string-append (assoc-ref outputs "out")
7187 "/share/marble-marcher/assets/")))
7188 ;; Some of the files we're patching are
7189 ;; ISO-8859-1-encoded, so choose it as the default
7190 ;; encoding so the byte encoding is preserved.
7191 (with-fluids ((%default-port-encoding #f))
7192 (substitute* "src/Resource.rc"
7193 (("../assets/icon.ico")
7194 (string-append assets "icon.ico")))
7195 (substitute* "src/Res.h"
7196 (("assets/") assets))))
7197 #t))
7198 (replace 'install
7199 (lambda* (#:key outputs #:allow-other-keys)
7200 (let* ((out (assoc-ref outputs "out"))
7201 (assets (string-append out "/share/marble-marcher/assets"))
7202 (bin (string-append out "/bin/")))
7203 (mkdir-p bin)
7204 (mkdir-p assets)
7205 (copy-recursively "../source/assets" assets)
7206 (install-file "MarbleMarcher" bin))
7207 #t)))))
7208 (inputs
7209 `(("eigen" ,eigen)
7210 ("mesa" ,mesa)
7211 ("sfml" ,sfml)))
7212 (native-inputs
7213 `(("pkg-config" ,pkg-config)))
7214 (home-page "https://codeparade.itch.io/marblemarcher")
7215 (synopsis "Guide a marble across fractal landscapes")
7216 (description "Marble Marcher is a video game that uses a fractal physics
7217 engine and fully procedural rendering to produce beautiful and unique
7218 gameplay. The game is played on the surface of evolving fractals. The goal
7219 of the game is to get your marble to the flag as quickly as possible. But be
7220 careful not to fall off the level or get crushed by the fractal! There are 24
7221 levels to unlock.")
7222 ;; Code is under GPLv2+, assets are under CC-BY-SA 3.0 and OFL 1.1.
7223 (license (list license:gpl2+
7224 license:silofl1.1
7225 license:cc-by-sa3.0)))))
7226
7227 ;; This must be updated together with flightgear.
7228 (define simgear
7229 (package
7230 (name "simgear")
7231 (version "2018.3.2")
7232 (source (origin
7233 (method url-fetch)
7234 (uri (string-append "mirror://sourceforge/flightgear/release-"
7235 (version-major+minor version) "/"
7236 "simgear-" version ".tar.bz2"))
7237 (sha256
7238 (base32
7239 "1941ay8rngz4vwsx37bbpxr48hpcvcbj3xw1hy264lq4qnl99c68"))))
7240 (build-system cmake-build-system)
7241 (arguments
7242 `(#:phases
7243 (modify-phases %standard-phases
7244 (replace 'check
7245 (lambda _
7246 ;; Skip tests that require internet access.
7247 (invoke "ctest" "-E" "(http|dns)"))))))
7248 (inputs
7249 `(("boost" ,boost-for-mysql) ; fails with 1.69
7250 ("curl" ,curl)
7251 ("expat" ,expat)
7252 ("mesa" ,mesa)
7253 ("openal" ,openal)
7254 ("openscenegraph" ,openscenegraph-3.4)
7255 ("zlib" ,zlib)))
7256 (home-page "https://home.flightgear.org/")
7257 (synopsis "Libraries for 3D simulations and games")
7258 (description "SimGear is a set of libraries designed to be used as
7259 building blocks for quickly assembling 3D simulations, games, and
7260 visualization applications. SimGear is developed by the FlightGear project
7261 and also provides the base for the FlightGear Flight Simulator.")
7262 (license license:lgpl2.0+)))
7263
7264 (define-public flightgear
7265 (package
7266 (name "flightgear")
7267 (version (package-version simgear))
7268 (source (origin
7269 (method url-fetch)
7270 (uri (string-append "mirror://sourceforge/flightgear/release-"
7271 (version-major+minor version) "/"
7272 "flightgear-" version ".tar.bz2"))
7273 (sha256
7274 (base32
7275 "0lzy524cjzs8vldcjcc750bgg5c4mq9fkymxxxzqf68ilc4d1jss"))
7276 (modules '((guix build utils)))
7277 (snippet
7278 '(begin
7279 ;; There are some bundled libraries.
7280 (for-each delete-file-recursively
7281 '("3rdparty/sqlite3/"))
7282 #t))))
7283 (build-system cmake-build-system)
7284 (arguments
7285 `(#:configure-flags
7286 (list "-DSYSTEM_SQLITE=ON"
7287 (string-append "-DFG_DATA_DIR="
7288 (assoc-ref %outputs "out")
7289 "/share/flightgear"))
7290 ;; TODO: test cannot be run because the "run_test_suite" executable
7291 ;; does not seem to be built.
7292 #:tests? #f
7293 #:phases
7294 (modify-phases %standard-phases
7295 (add-after 'install 'wrap-executable
7296 (lambda* (#:key inputs outputs #:allow-other-keys)
7297 (let ((out (assoc-ref outputs "out")))
7298 (wrap-program (string-append out "/bin/fgfs")
7299 `("QT_PLUGIN_PATH" ":" prefix
7300 ,(map (lambda (label)
7301 (string-append (assoc-ref inputs label)
7302 "/lib/qt5/plugins"))
7303 '("qtbase" "qtdeclarative" "qtsvg")))
7304 `("QML2_IMPORT_PATH" ":" prefix
7305 ,(map (lambda (label)
7306 (string-append (assoc-ref inputs label)
7307 "/lib/qt5/qml"))
7308 '("qtdeclarative" "qtsvg"))))
7309 #t)))
7310 (add-after 'install 'install-data
7311 (lambda* (#:key inputs outputs #:allow-other-keys)
7312 (let ((share (string-append (assoc-ref outputs "out") "/share/flightgear")))
7313 (mkdir-p share)
7314 (with-directory-excursion share
7315 (invoke "tar" "xf" (assoc-ref inputs "flightgear-data")
7316 "--strip-components=1")))
7317 #t)))))
7318 (inputs
7319 `(("boost" ,boost-for-mysql) ; same as simgear
7320 ("dbus" ,dbus)
7321 ("eudev" ,eudev)
7322 ("freeglut" ,freeglut)
7323 ("freetype" ,freetype)
7324 ("glew" ,glew)
7325 ("libpng" ,libpng)
7326 ("openal" ,openal)
7327 ("openscenegraph" ,openscenegraph-3.4)
7328 ("plib" ,plib)
7329 ("qtbase" ,qtbase)
7330 ("qtdeclarative" ,qtdeclarative)
7331 ("qtsvg" ,qtsvg)
7332 ("simgear" ,simgear)
7333 ("speexdsp" ,speexdsp)
7334 ("sqlite" ,sqlite)
7335 ("zlib" ,zlib)))
7336 (native-inputs
7337 `(("cppunit" ,cppunit)
7338 ("pkg-config" ,pkg-config)
7339 ("qttools" ,qttools)
7340 ("flightgear-data"
7341 ,(origin
7342 (method url-fetch)
7343 (uri (string-append "mirror://sourceforge/flightgear/release-"
7344 (version-major+minor version) "/"
7345 "FlightGear-" version "-data.tar.bz2"))
7346 (sha256
7347 (base32
7348 "0h4npa7gqpf5fw6pv2bpw0wbwr7fa2vhia21cjbigfgd75x82zi7"))))))
7349 (home-page "https://home.flightgear.org/")
7350 (synopsis "Flight simulator")
7351 (description "The goal of the FlightGear project is to create a
7352 sophisticated flight simulator framework for use in research or academic
7353 environments, pilot training, as an industry engineering tool, for DIY-ers to
7354 pursue their favorite interesting flight simulation idea, and last but
7355 certainly not least as a fun, realistic, and challenging desktop flight
7356 simulator.")
7357 (license license:gpl2+)))
7358
7359 (define-public jumpnbump
7360 (package
7361 (name "jumpnbump")
7362 (version "1.61")
7363 (source (origin
7364 (method git-fetch)
7365 (uri (git-reference
7366 (url "https://gitlab.com/LibreGames/jumpnbump.git")
7367 (commit version)))
7368 (file-name (git-file-name name version))
7369 (sha256
7370 (base32
7371 "12lwl5sl5n009nb83r8l4lakb9286csqdf1ynpmwwydy17giqsdp"))))
7372 (build-system gnu-build-system)
7373 (arguments
7374 `(#:make-flags
7375 (list "CC=gcc"
7376 (string-append "PREFIX=" (assoc-ref %outputs "out")))
7377 #:tests? #f ;no test
7378 #:phases
7379 (modify-phases %standard-phases
7380 (delete 'configure) ;no configure script
7381 (add-after 'unpack 'fix-sdl-path
7382 ;; XXX: For some reason, `sdl2-config' reports stand-alone SDL
7383 ;; directory, not SDL-union provided as an input to the package.
7384 ;; We force the latter with "--prefix=" option.
7385 (lambda* (#:key inputs #:allow-other-keys)
7386 (substitute* "Makefile"
7387 (("sdl2-config" command)
7388 (string-append command " --prefix=" (assoc-ref inputs "sdl"))))
7389 #t)))))
7390 (inputs
7391 `(("bzip2" ,bzip2)
7392 ("sdl" ,(sdl-union (list sdl2 sdl2-mixer sdl2-net)))
7393 ("zlib" ,zlib)))
7394 (native-inputs
7395 `(("gettext" ,gettext-minimal))) ;for msgfmt
7396 (home-page "https://gitlab.com/LibreGames/jumpnbump")
7397 (synopsis "Multiplayer platform game with bunnies")
7398 (description "You, as a bunny, have to jump on your opponents to make them
7399 explode. It is a true multiplayer game; you cannot play this alone. You can
7400 play with up to four players simultaneously. It has network support.")
7401 (license license:gpl2+)))
7402
7403 (define-public hedgewars
7404 (package
7405 (name "hedgewars")
7406 (version "1.0.0")
7407 (source (origin
7408 (method url-fetch)
7409 (uri (string-append "https://www.hedgewars.org/download/releases/"
7410 "hedgewars-src-" version ".tar.bz2"))
7411 (sha256
7412 (base32
7413 "0nqm9w02m0xkndlsj6ys3wr0ik8zc14zgilq7k6fwjrf3zk385i1"))))
7414 (build-system cmake-build-system)
7415 (arguments
7416 ;; XXX: Engine is built as Pascal source code, requiring Free Pascal
7417 ;; Compiler, which we haven't packaged yet. With the flag below, we use
7418 ;; a Pascal to C translator and Clang instead.
7419 `(#:configure-flags (list "-DBUILD_ENGINE_C=ON")
7420 #:phases
7421 (modify-phases %standard-phases
7422 (replace 'check
7423 (lambda _ (invoke "ctest"))))))
7424 (inputs
7425 `(("ffmpeg" ,ffmpeg)
7426 ("freeglut" ,freeglut)
7427 ("ghc-entropy" ,ghc-entropy)
7428 ("ghc-hslogger" ,ghc-hslogger)
7429 ("ghc-network" ,ghc-network)
7430 ("ghc-random" ,ghc-random)
7431 ("ghc-regex-tdfa" ,ghc-regex-tdfa)
7432 ("ghc-sandi" ,ghc-sandi)
7433 ("ghc-sha" ,ghc-sha)
7434 ("ghc-utf8-string" ,ghc-utf8-string)
7435 ("ghc-vector" ,ghc-vector)
7436 ("ghc-zlib" ,ghc-zlib)
7437 ("glew" ,glew)
7438 ("libpng" ,libpng)
7439 ("lua" ,lua-5.1)
7440 ("physfs" ,physfs)
7441 ("qtbase" ,qtbase)
7442 ("sdl" ,(sdl-union
7443 (list sdl2 sdl2-mixer sdl2-net sdl2-ttf sdl2-image)))))
7444 (native-inputs
7445 `(("clang" ,clang)
7446 ("ghc" ,ghc)
7447 ("pkg-config" ,pkg-config)
7448 ("qttools" ,qttools)))
7449 (home-page "https://hedgewars.org/")
7450 (synopsis "Turn-based artillery game featuring fighting hedgehogs")
7451 (description
7452 "Hedgewars is a turn based strategy, artillery, action and comedy game,
7453 featuring the antics of pink hedgehogs with attitude as they battle from the
7454 depths of hell to the depths of space.
7455
7456 As commander, it's your job to assemble your crack team of hedgehog soldiers
7457 and bring the war to your enemy.")
7458 ;; Software as a whole is licensed under GPL-2 terms. Artwork and
7459 ;; scripts are distributed under various terms.
7460 (license (list license:gpl2
7461 license:bsd-2 license:bsd-3 license:cc-by3.0 license:cc0
7462 license:expat license:fdl1.3+ license:public-domain
7463 license:zlib))))
7464
7465 (define-public harmonist
7466 (package
7467 (name "harmonist")
7468 (version "0.2")
7469 (source (origin
7470 (method git-fetch)
7471 (uri (git-reference
7472 (url "https://git.tuxfamily.org/harmonist/harmonist.git")
7473 (commit (string-append "v" version))))
7474 (file-name (git-file-name name version))
7475 (sha256
7476 (base32
7477 "0hqy9kqwgirwkq1v3vj1hp9m93hjvdj4nxcfbjfvvwk2bbzri3s2"))))
7478 (build-system go-build-system)
7479 (arguments
7480 '(#:import-path "git.tuxfamily.org/harmonist/harmonist"))
7481 (inputs
7482 `(("go-github.com-nsf-termbox-go" ,go-github.com-nsf-termbox-go)))
7483 (home-page "https://harmonist.tuxfamily.org/")
7484 (synopsis "Stealth coffee-break roguelike game")
7485 (description "Harmonist: Dayoriah Clan Infiltration is a stealth
7486 coffee-break roguelike game. The game has a heavy focus on tactical
7487 positioning, light and noise mechanisms, making use of various terrain types
7488 and cones of view for monsters. Aiming for a replayable streamlined experience,
7489 the game avoids complex inventory management and character building, relying
7490 on items and player adaptability for character progression.")
7491 (license license:isc)))
7492
7493 (define-public harmonist-tk
7494 (package
7495 (inherit harmonist)
7496 (name "harmonist-tk")
7497 (arguments
7498 (append
7499 (package-arguments harmonist)
7500 `(#:phases
7501 (modify-phases %standard-phases
7502 (replace 'build
7503 (lambda _
7504 (invoke "go" "install" "-v" "-x" "--tags" "tk"
7505 "git.tuxfamily.org/harmonist/harmonist")))
7506 (replace 'check
7507 (lambda _
7508 (invoke "go" "test" "--tags" "tk"
7509 "git.tuxfamily.org/harmonist/harmonist")))))))
7510 (inputs
7511 `(("go-github.com-nsf-gothic" ,go-github.com-nsf-gothic)))))
7512
7513 (define-public drascula
7514 (package
7515 (name "drascula")
7516 (version "1.0")
7517 (source (origin
7518 (method url-fetch)
7519 (uri (string-append "mirror://sourceforge/scummvm/extras/"
7520 "Drascula_%20The%20Vampire%20Strikes%20Back/"
7521 "drascula-" version ".zip"))
7522 (sha256
7523 (base32
7524 "1pj29rpb754sn6a56f8brfv6f2m1p5qgaqik7d68pfi2bb5zccdp"))))
7525 (build-system trivial-build-system)
7526 (arguments
7527 `(#:modules ((guix build utils))
7528 #:builder
7529 (begin
7530 (use-modules (guix build utils)
7531 (ice-9 match))
7532 (let* ((out (assoc-ref %outputs "out"))
7533 (share (string-append out "/share/drascula"))
7534 (scummvm (assoc-ref %build-inputs "scummvm")))
7535 ;; Install data.
7536 (let ((unzip (string-append (assoc-ref %build-inputs "unzip")
7537 "/bin/unzip"))
7538 (doc (string-append out "/share/doc/" ,name "-" ,version)))
7539 (for-each
7540 (lambda (input)
7541 (invoke unzip
7542 "-j"
7543 (assoc-ref %build-inputs input)
7544 "-x" "__MACOSX")
7545 ;; Every input provides "readme.txt", and we want to
7546 ;; preserve them all. Therefore we rename them first.
7547 (match input
7548 ("drascula-int"
7549 (rename-file "readme.txt" "readme-international.txt"))
7550 ("drascula-audio"
7551 (rename-file "readme.txt" "readme-audio.txt"))
7552 (_ #f))
7553 ;; Install documentation.
7554 (for-each (lambda (f) (install-file f doc))
7555 (find-files "." "\\.(txt|doc)$"))
7556 ;; Install data.
7557 (for-each (lambda (f) (install-file f share))
7558 (find-files "." "\\.(ogg|00[0-9])$")))
7559 '("drascula-audio" "drascula-int" "source")))
7560 ;; Create standalone executable.
7561 (let* ((bin (string-append out "/bin"))
7562 (executable (string-append bin "/drascula"))
7563 (bash (string-append (assoc-ref %build-inputs "bash")
7564 "/bin/bash")))
7565 (mkdir-p bin)
7566 (with-output-to-file executable
7567 (lambda ()
7568 (format #t "#!~a~%" bash)
7569 (format #t
7570 "exec ~a/bin/scummvm --path=~a drascula~%"
7571 scummvm share)))
7572 (chmod executable #o755))
7573 ;; Create desktop file. There is no dedicated icon for the
7574 ;; game, so we borrow SCUMMVM's.
7575 (let ((apps (string-append out "/share/applications")))
7576 (mkdir-p apps)
7577 (make-desktop-entry-file
7578 (string-append apps "/drascula.desktop")
7579 #:name "Drascula: The Vampire Strikes Back"
7580 #:generic-name "Drascula"
7581 #:exec (string-append out "/bin/drascula")
7582 #:icon (string-append scummvm "/share/icons/hicolor/scalable/apps/scummvm.svg")
7583 #:categories '("AdventureGame" "Game" "RolePlaying")
7584 #:keywords '("game" "adventure" "roleplaying" "2D" "fantasy")
7585 #:comment '((#f "Classic 2D point and click adventure game")
7586 ("de" "Klassisches 2D-Abenteuerspiel in Zeigen-und-Klicken-Manier")
7587 ("fr" "Jeu classique d'aventure pointer-et-cliquer en 2D")
7588 ("it" "Gioco classico di avventura punta e clicca 2D"))))
7589 #t))))
7590 (native-inputs
7591 `(("bash" ,bash)
7592 ("unzip" ,unzip)))
7593 (inputs
7594 `(("scummvm" ,scummvm)
7595 ("drascula-int"
7596 ,(let ((version "1.1"))
7597 (origin
7598 (method url-fetch)
7599 (uri (string-append "mirror://sourceforge/scummvm/extras/"
7600 "Drascula_%20The%20Vampire%20Strikes%20Back/"
7601 "drascula-int-" version ".zip"))
7602 (sha256
7603 (base32
7604 "12236i7blamal92p1i8dgp3nhp2yicics4whsl63v682bj999n14")))))
7605 ("drascula-audio"
7606 ,(let ((version "2.0"))
7607 (origin
7608 (method url-fetch)
7609 (uri (string-append "mirror://sourceforge/scummvm/extras/"
7610 "Drascula_%20The%20Vampire%20Strikes%20Back/"
7611 "drascula-audio-" version ".zip"))
7612 (sha256
7613 (base32
7614 "00g4izmsqzxb8ry1vhfx6jrygl58lvlij09nw01ds4zddsiznsky")))))))
7615 (home-page "https://www.scummvm.org")
7616 (synopsis "Classic 2D point and click adventure game")
7617 (description "Drascula: The Vampire Strikes Back is a classic humorous 2D
7618 point and click adventure game.
7619
7620 In Drascula you play the role of John Hacker, a British estate agent, that
7621 gets to meet a gorgeous blond girl who is kidnapped by the notorious vampire
7622 Count Drascula and embark on a fun yet dangerous quest to rescue her.
7623 Unfortunately, Hacker is not aware of Drascula's real ambitions: DOMINATING
7624 the World and demonstrating that he is even more evil than his brother Vlad.")
7625 ;; Drascula uses a BSD-like license.
7626 (license (license:non-copyleft "file:///readme.txt"))))
7627
7628 (define-public gnurobots
7629 (package
7630 (name "gnurobots")
7631 (version "1.2.0")
7632 (source
7633 (origin
7634 (method url-fetch)
7635 (uri (string-append "mirror://gnu/gnurobots/gnurobots-"
7636 version ".tar.gz"))
7637 (sha256
7638 (base32
7639 "07gi3lsmbzzsjambgixj6xy79lh22km84z7bnzgwzxdy806lyvwb"))))
7640 (build-system gnu-build-system)
7641 (inputs
7642 `(("glib" ,glib)
7643 ("gtk+" ,gtk+-2)
7644 ("vte" ,vte/gtk+-2)
7645 ("readline" ,readline)
7646 ("guile" ,guile-1.8)))
7647 (native-inputs
7648 `(("pkg-config" ,pkg-config)))
7649 (arguments
7650 `(#:make-flags
7651 (list
7652 ;; Do not abort build on "deprecated-declarations" warnings.
7653 "CFLAGS=-Wno-error=deprecated-declarations"
7654 ;; Find readline headers in sub-directory.
7655 (string-append "READLINE_CFLAGS=-I"
7656 (assoc-ref %build-inputs "readline")
7657 "/include/readline/"))
7658 #:phases
7659 (modify-phases %standard-phases
7660 (add-after 'install 'install-doc
7661 (lambda* (#:key outputs #:allow-other-keys)
7662 (install-file "doc/Robots-HOWTO"
7663 (string-append (assoc-ref outputs "out")
7664 "/share/doc/gnurobots-"
7665 ,version))
7666 #t)))))
7667 (home-page "https://www.gnu.org/software/gnurobots/")
7668 (synopsis "Program a little robot and watch it explore a world")
7669 (description
7670 "GNU Robots is a game in which you program a robot to explore a world
7671 full of enemies that can hurt it, obstacles and food to be eaten. The goal of
7672 the game is to stay alive and collect prizes. The robot program conveniently
7673 may be written in a plain text file in the Scheme programming language.")
7674 (license license:gpl3+)))
7675
7676 (define-public ri-li
7677 (package
7678 (name "ri-li")
7679 (version "2.0.1")
7680 (source (origin
7681 (method url-fetch)
7682 (uri (string-append "mirror://sourceforge/ri-li/"
7683 "Ri-li%20Linux_Unix/Ri-li%20V" version "/"
7684 "Ri-li-" version ".tar.bz2"))
7685 (sha256
7686 (base32
7687 "1gcdsgnnbbn1mb1hkpwniv3fhkaj1nn8gq33v5c16q3wqchcq77p"))
7688 ;; Taken from
7689 ;; <https://github.com/NixOS/nixpkgs/blob/master/pkgs/games/rili/moderinze_cpp.patch>.
7690 ;; It doesn't build otherwise.
7691 (patches (search-patches "ri-li-modernize_cpp.patch"))))
7692 (build-system gnu-build-system)
7693 (arguments
7694 `(#:phases
7695 (modify-phases %standard-phases
7696 ;; Remove "gentoo" subdirectory from Makefile, as it is
7697 ;; missing a make file and generates a build failure.
7698 (add-after 'configure 'fix-build
7699 (lambda _
7700 (substitute* "Makefile"
7701 ((" gentoo") ""))
7702 #t))
7703 (add-after 'install 'install-desktop-file
7704 (lambda* (#:key outputs #:allow-other-keys)
7705 (let* ((out (assoc-ref outputs "out"))
7706 (apps (string-append out "/share/applications"))
7707 (pixmaps (string-append out "/share/pixmaps")))
7708 (for-each (lambda (f) (install-file f pixmaps))
7709 (find-files "data" "\\.(png|ico)$"))
7710 (mkdir-p apps)
7711 (with-output-to-file (string-append apps "/ri-li.desktop")
7712 (lambda _
7713 (format #t
7714 "[Desktop Entry]~@
7715 Name=Ri-li~@
7716 Exec=~a/bin/Ri_li~@
7717 Icon=~a/Ri-li-icon-32x32.png~@
7718 Categories=Game;ArcadeGame;~@
7719 Keywords=toy;train;wooden;snake-like;engine;~@
7720 Comment=a toy simulator game~@
7721 Comment[de]=Ein Spiel mit einem kleinen Zug~@
7722 Comment[fr]=un jeu de petit train~@
7723 Comment[ro_RO]=un joc cu un tren de jucărie~@
7724 Terminal=false~@
7725 Type=Application~%"
7726 out pixmaps))))
7727 #t))
7728 (add-after 'install-desktop-file 'remove-spurious-files
7729 ;; Delete redundant files already installed somewhere else.
7730 (lambda* (#:key outputs #:allow-other-keys)
7731 (let ((out (assoc-ref outputs "out")))
7732 (for-each delete-file
7733 (find-files (string-append out "/share/Ri-li")
7734 "\\.(png|ico)|COPYING"))
7735 #t))))))
7736 (inputs
7737 `(("sdl" ,(sdl-union (list sdl sdl-mixer)))))
7738 (home-page "http://www.ri-li.org")
7739 (synopsis "Toy train simulation game")
7740 (description "Ri-li is a game in which you drive a wooden toy
7741 steam locomotive across many levels and collect all the coaches to
7742 win.")
7743 ;; The project is dual-licensed GPL2+ and GPL3+.
7744 (license (list license:gpl2+ license:gpl3+))))
7745
7746 (define-public freeorion
7747 (package
7748 (name "freeorion")
7749 (version "0.4.8")
7750 (source
7751 (origin
7752 (method git-fetch)
7753 (uri (git-reference
7754 (url "https://github.com/freeorion/freeorion.git")
7755 ;; Most recent stable release uses boost_signals (v1) which was
7756 ;; later replaced with boost-signals2 and no longer exists. This
7757 ;; commit builds and runs.
7758 ;;
7759 ;; TODO: Update this when the next stable release when it is
7760 ;; available.
7761 (commit "470d0711537804df3c2ca25532f674ab4bec58af")))
7762 (file-name (git-file-name name version))
7763 (sha256
7764 (base32
7765 "1wsw632l1cj17px6i88nqjzs0dngp5rsr67n6qkkjlfjfxi69j0f"))
7766 (modules '((guix build utils)))
7767 (snippet
7768 '(begin
7769 ;; There are some bundled fonts.
7770 (for-each delete-file-recursively '("default/data/fonts"))
7771 #t))))
7772 (build-system cmake-build-system)
7773 (arguments
7774 '(#:tests? #f ;no test
7775 #:phases
7776 (modify-phases %standard-phases
7777 (add-after 'unpack 'unbundle-fonts
7778 (lambda* (#:key inputs #:allow-other-keys)
7779 (let ((roboto-dir (string-append (assoc-ref inputs "font-roboto")
7780 "/share/fonts/truetype/")))
7781 (substitute* "UI/ClientUI.cpp"
7782 (("\\(GetRootDataDir.*?Roboto-(Bold|Regular)\\.ttf\"\\)\\.string\\(\\)\\);"
7783 all type)
7784 (string-append "\"" roboto-dir "Roboto-" type ".ttf\");")))
7785 #t))))))
7786 (inputs
7787 `(("boost" ,boost)
7788 ("boost_signals" ,boost-signals2)
7789 ("font-dejavu" ,font-dejavu)
7790 ("font-roboto" ,font-google-roboto)
7791 ("freetype2" ,freetype)
7792 ("glew" ,glew)
7793 ("glu" ,glu)
7794 ("libogg" ,libogg)
7795 ("libpng" ,libpng)
7796 ("libvorbis" ,libvorbis)
7797 ("openal" ,openal)
7798 ("python2" ,python-2.7)
7799 ("sdl2" ,sdl2)
7800 ("zlib" ,zlib)))
7801 (home-page "https://www.freeorion.org/index.php/Main_Page")
7802 (synopsis "Turn-based space empire and galactic conquest computer game")
7803 (description
7804 "FreeOrion is a turn-based space empire and galactic conquest (4X)
7805 computer game being designed and built by the FreeOrion project. Control an
7806 empire with the goal of exploring the galaxy, expanding your territory,
7807 exploiting the resources, and exterminating rival alien empires. FreeOrion is
7808 inspired by the tradition of the Master of Orion games, but is not a clone or
7809 remake of that series or any other game.")
7810 ;; Source code is released under gpl2. Artwork, music and sounds, and
7811 ;; in-game text are released under cc-by-sa3.0. Game content scripts are
7812 ;; released under both gpl2 and cc-by-sa3.0. Bundled Gigi library is
7813 ;; released under lgpl2.1+.
7814 (license (list license:gpl2 license:cc-by-sa3.0 license:lgpl2.1+))))
7815
7816 (define-public leela-zero
7817 (package
7818 (name "leela-zero")
7819 (version "0.17")
7820 (source
7821 (origin
7822 (method git-fetch)
7823 (uri (git-reference
7824 (url "https://github.com/leela-zero/leela-zero.git")
7825 (commit (string-append "v" version))))
7826 (file-name (git-file-name name version))
7827 (sha256
7828 (base32
7829 "17px5iny8mql5c01bymcli7zfssswkzvb2i8gnsmjcck6i2n8srl"))
7830 (patches (search-patches "leela-zero-gtest.patch"))))
7831 (build-system cmake-build-system)
7832 (native-inputs
7833 `(("googletest" ,googletest)))
7834 (inputs
7835 `(("boost" ,boost)
7836 ("ocl-icd" ,ocl-icd)
7837 ("openblas" ,openblas)
7838 ("opencl-headers" ,opencl-headers)
7839 ("qtbase" ,qtbase)
7840 ("zlib" ,zlib)))
7841 (arguments
7842 '(#:configure-flags '("-DUSE_BLAS=YES")
7843 #:phases (modify-phases %standard-phases
7844 (add-before 'configure 'fix-tests
7845 (lambda* (#:key outputs #:allow-other-keys)
7846 (let ((home (getcwd)))
7847 (setenv "HOME" home)
7848 (substitute* "src/tests/gtests.cpp"
7849 (("\\.\\./src/tests/0k\\.txt")
7850 (string-append home "/src/tests/0k.txt"))
7851 (("cfg_gtp_mode = true;")
7852 "cfg_gtp_mode = true; cfg_cpu_only = true;")))
7853 #t))
7854 (replace 'check
7855 (lambda _
7856 (invoke "./tests"))))))
7857 (home-page "https://github.com/leela-zero/leela-zero")
7858 (synopsis "Program playing the game of Go")
7859 (description
7860 "Leela-zero is a Go engine with no human-provided knowledge, modeled after
7861 the AlphaGo Zero paper. The current best network weights file for the engine
7862 can be downloaded from @url{https://zero.sjeng.org/best-network}.")
7863 (license license:gpl3+)))
7864
7865 (define-public q5go
7866 (package
7867 (name "q5go")
7868 (version "1.0")
7869 (source (origin
7870 (method git-fetch)
7871 (uri (git-reference
7872 (url "https://github.com/bernds/q5Go.git")
7873 (commit (string-append "q5go-" version))))
7874 (file-name (git-file-name name version))
7875 (sha256
7876 (base32
7877 "1gdlfqcqkqv7vph3qwq78d0qz6dhmdsranxq9bmixiisbzkqby31"))))
7878 (build-system gnu-build-system)
7879 (native-inputs
7880 `(("pkg-config" ,pkg-config)))
7881 (inputs
7882 `(("qtbase" ,qtbase)
7883 ("qtmultimedia" ,qtmultimedia)
7884 ("qtsvg" ,qtsvg)))
7885 (arguments
7886 '(#:phases
7887 (modify-phases %standard-phases
7888 (add-after 'unpack 'fix-configure-script
7889 (lambda _
7890 ;; Bypass the unavailable qtchooser program.
7891 (substitute* "configure"
7892 (("test -z \"QTCHOOSER\"")
7893 "false")
7894 (("qtchooser -run-tool=(.*) -qt=qt5" _ command)
7895 command))
7896 #t))
7897 (add-after 'unpack 'fix-paths
7898 (lambda _
7899 (substitute* '("src/pics/Makefile.in"
7900 "src/translations/Makefile.in")
7901 (("\\$\\(datadir\\)/qGo/")
7902 "$(datadir)/q5go/"))
7903 #t))
7904 (add-after 'install 'install-desktop-file
7905 (lambda* (#:key outputs #:allow-other-keys)
7906 (let* ((out (assoc-ref outputs "out"))
7907 (apps (string-append out "/share/applications"))
7908 (pics (string-append out "/share/q5go/pics")))
7909 (delete-file-recursively (string-append out "/share/applnk"))
7910 (delete-file-recursively (string-append out "/share/mimelnk"))
7911 (install-file "../source/src/pics/Bowl.ico" pics)
7912 (mkdir-p apps)
7913 (with-output-to-file (string-append apps "/q5go.desktop")
7914 (lambda _
7915 (format #t
7916 "[Desktop Entry]~@
7917 Name=q5go~@
7918 Exec=~a/bin/q5go~@
7919 Icon=~a/Bowl.ico~@
7920 Categories=Game;~@
7921 Comment=Game of Go~@
7922 Comment[de]=Spiel des Go~@
7923 Comment[eo]=Goo~@
7924 Comment[es]=Juego de Go~@
7925 Comment[fr]=Jeu de Go~@
7926 Comment[ja]=囲碁~@
7927 Comment[ko]=바둑~@
7928 Comment[zh]=围棋~@
7929 Terminal=false~@
7930 Type=Application~%"
7931 out pics))))
7932 #t)))))
7933 (synopsis "Qt GUI to play the game of Go")
7934 (description
7935 "This a tool for Go players which performs the following functions:
7936 @itemize
7937 @item SGF editor,
7938 @item Analysis frontend for Leela Zero (or compatible engines),
7939 @item GTP interface (to play against an engine),
7940 @item IGS client (to play on the internet),
7941 @item Export games to a variety of formats.
7942 @end itemize")
7943 (home-page "https://github.com/bernds/q5Go")
7944 (license license:gpl2+)))
7945
7946 (define-public ktuberling
7947 (package
7948 (name "ktuberling")
7949 (version "19.08.3")
7950 (source
7951 (origin
7952 (method url-fetch)
7953 (uri (string-append "mirror://kde/stable/applications/" version
7954 "/src/ktuberling-" version ".tar.xz"))
7955 (sha256
7956 (base32 "1qdf4q6wjh1lnlqw5c8z4rpj9w5vbyjfri1dah6yjm3mwppbc12j"))))
7957 (build-system qt-build-system)
7958 (native-inputs
7959 `(("extra-cmake-modules" ,extra-cmake-modules)
7960 ("perl" ,perl)))
7961 (inputs
7962 `(("kcompletion" ,kcompletion)
7963 ("kconfigwidgets" ,kconfigwidgets)
7964 ("kcoreaddons" ,kcoreaddons)
7965 ("kcrash" ,kcrash)
7966 ("kdbusaddons" ,kdbusaddons)
7967 ("kdelibs4support" ,kdelibs4support)
7968 ("ki18n" ,ki18n)
7969 ("kwidgetsaddons" ,kwidgetsaddons)
7970 ("kxmlgui" ,kxmlgui)
7971 ("libkdegames" ,libkdegames)
7972 ("qtbase" ,qtbase)
7973 ("qtmultimedia" ,qtmultimedia)
7974 ("qtdeclarative" ,qtdeclarative)
7975 ("qtsvg" ,qtsvg)))
7976 (home-page "https://games.kde.org/")
7977 (synopsis "Stamp drawing toy")
7978 (description "KTuberling is a drawing toy intended for small children and
7979 adults who remain young at heart. The game has no winner; the only purpose is
7980 to make the funniest faces you can. Several activites are possible, e.g.:
7981
7982 @itemize
7983 @item Give the potato a funny face, clothes, and other goodies
7984 @item Build a small town, complete with school, zoo, and fire department
7985 @item Create a fantastic moonscape with spaceships and aliens
7986 @item Top a pizza
7987 @end itemize
7988
7989 KTuberling can speak the name of each the object in several languages,
7990 to assist in learning basic vocabulary.
7991
7992 This package is part of the KDE games module.")
7993 (license (list license:gpl2+ license:fdl1.2+))))
7994
7995 (define-public picmi
7996 (package
7997 (name "picmi")
7998 (version "19.08.3")
7999 (source
8000 (origin
8001 (method url-fetch)
8002 (uri (string-append "mirror://kde/stable/applications/" version
8003 "/src/picmi-" version ".tar.xz"))
8004 (sha256
8005 (base32 "0z9mpmv49w914gqdx274brdzl6d1bz9j9nkvbwgmr3iq1ba49m3f"))))
8006 (build-system qt-build-system)
8007 (native-inputs
8008 `(("extra-cmake-modules" ,extra-cmake-modules)
8009 ("kdoctools" ,kdoctools)))
8010 (inputs
8011 `(("kcoreaddons" ,kcoreaddons)
8012 ("kcrash" ,kcrash)
8013 ("kdbusaddons" ,kdbusaddons)
8014 ("kdeclarative" ,kdeclarative)
8015 ("ki18n" ,ki18n)
8016 ("kio" ,kio)
8017 ("knewstuff" ,knewstuff)
8018 ("kxmlgui" ,kxmlgui)
8019 ("libkdegames" ,libkdegames)
8020 ("qtbase" ,qtbase)
8021 ("qtdeclarative" ,qtdeclarative)
8022 ("qtsvg" ,qtsvg)))
8023 (home-page "https://games.kde.org/")
8024 (synopsis "Number logic game")
8025 (description "Picmi is a number logic game in which cells in a grid have
8026 to be colored or left blank according to numbers given at the side of the
8027 grid. The aim is to reveal a hidden picture.
8028
8029 This package is part of the KDE games module.")
8030 (license (list license:gpl2+ license:fdl1.2+))))
8031
8032 (define-public kolf
8033 (package
8034 (name "kolf")
8035 (version "19.08.3")
8036 (source
8037 (origin
8038 (method url-fetch)
8039 (uri (string-append "mirror://kde/stable/applications/" version
8040 "/src/kolf-" version ".tar.xz"))
8041 (sha256
8042 (base32 "06sfd0llr5cc3zf1vrpcxgw9bm009ky7y8822kynic9ipcd4z1hw"))))
8043 (build-system qt-build-system)
8044 (native-inputs
8045 `(("extra-cmake-modules" ,extra-cmake-modules)
8046 ("kdoctools" ,kdoctools)))
8047 (inputs
8048 `(("kcompletion" ,kcompletion)
8049 ("kconfigwidgets" ,kconfigwidgets)
8050 ("kcoreaddons" ,kcoreaddons)
8051 ("kcrash" ,kcrash)
8052 ("kdbusaddons" ,kdbusaddons)
8053 ("ki18n" ,ki18n)
8054 ("kio" ,kio)
8055 ("kwidgetsaddons" ,kwidgetsaddons)
8056 ("kxmlgui" ,kxmlgui)
8057 ("ktextwidgets" ,ktextwidgets)
8058 ("libkdegames" ,libkdegames)
8059 ("qtbase" ,qtbase)
8060 ("qtdeclarative" ,qtdeclarative)))
8061 (home-page "https://games.kde.org/")
8062 (synopsis "Miniature golf game")
8063 (description "Kolf is a miniature golf game for one to ten players. The
8064 game is played from an overhead view, with a short bar representing the golf
8065 club. Kolf features many different types of objects, such as water hazards,
8066 slopes, sand traps, and black holes (warps), among others.
8067
8068 Features are:
8069 @itemize
8070 @item Single and Multi-player (up to ten players) modes
8071 @item High scores table
8072 @item Dynamic courses
8073 @item Third-party courses
8074 @item Course editor
8075 @end itemize
8076
8077 This package is part of the KDE games module.")
8078 (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
8079
8080 (define-public libkmahjongg
8081 (package
8082 (name "libkmahjongg")
8083 (version "19.08.3")
8084 (source
8085 (origin
8086 (method url-fetch)
8087 (uri (string-append "mirror://kde/stable/applications/"
8088 version "/src/libkmahjongg-" version ".tar.xz"))
8089 (sha256
8090 (base32 "0rdimk11hrc8qrmiv26z0ddjzi1k6806c0rfskx4cwmildmh6zgx"))))
8091 (build-system qt-build-system)
8092 (native-inputs
8093 `(("extra-cmake-modules" ,extra-cmake-modules)))
8094 (inputs
8095 `(("kauth" ,kauth)
8096 ("kcompletion" ,kcompletion)
8097 ;("kconfig" ,kconfig)
8098 ("kcodecs" ,kcodecs)
8099 ("kconfigwidgets" ,kconfigwidgets)
8100 ("kcoreaddons" ,kcoreaddons)
8101 ("ki18n" ,ki18n)
8102 ("kwidgetsaddons" ,kwidgetsaddons)
8103 ("qtbase" ,qtbase)
8104 ("qtsvg" ,qtsvg)))
8105 (home-page "https://games.kde.org/")
8106 (synopsis "Shared library for kmahjongg and kshisen")
8107 (description "Shared library and common files for kmahjongg, kshisen and
8108 other Mah Jongg like games.")
8109 (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
8110
8111 (define-public kmahjongg
8112 (package
8113 (name "kmahjongg")
8114 (version "19.08.3")
8115 (source
8116 (origin
8117 (method url-fetch)
8118 (uri (string-append "mirror://kde/stable/applications/"
8119 version "/src/kmahjongg-" version ".tar.xz"))
8120 (sha256
8121 (base32 "08na845h0nhmfrszdmvfq5y1dy7kgbrlzjp0f5snvbbf7w44ci6p"))))
8122 (build-system qt-build-system)
8123 (native-inputs
8124 `(("extra-cmake-modules" ,extra-cmake-modules)
8125 ("kdoctools" ,kdoctools)))
8126 (inputs
8127 `(("kcompletion" ,kcompletion)
8128 ("kcrash" ,kcrash)
8129 ("kdbusaddons" ,kdbusaddons)
8130 ("kdeclarative" ,kdeclarative)
8131 ("ki18n" ,ki18n)
8132 ("knewstuff" ,knewstuff)
8133 ("kxmlgui" ,kxmlgui)
8134 ("libkdegames" ,libkdegames)
8135 ("libkmahjongg" ,libkmahjongg)
8136 ("qtbase" ,qtbase)
8137 ("qtdeclarative" ,qtdeclarative)
8138 ("qtsvg" ,qtsvg)))
8139 (home-page "https://games.kde.org/")
8140 (synopsis "Tile laying patience")
8141 (description "In KMahjongg the tiles are scrambled and staked on top of
8142 each other to resemble a certain shape. The player is then expected to remove
8143 all the tiles off the game board by locating each tile's matching pair.
8144
8145 A variety of tile layouts are included, as well as an editor to create new
8146 layouts.
8147
8148 This package is part of the KDE games module.")
8149 (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
8150
8151 (define-public kshisen
8152 (package
8153 (name "kshisen")
8154 (version "19.08.3")
8155 (source
8156 (origin
8157 (method url-fetch)
8158 (uri (string-append "mirror://kde/stable/applications/"
8159 version "/src/kshisen-" version ".tar.xz"))
8160 (sha256
8161 (base32 "1bq5m48af4h5apfp3bfsp76nlpv6h5sc0gd544zv7cgpfznz1sds"))))
8162 (build-system qt-build-system)
8163 (native-inputs
8164 `(("extra-cmake-modules" ,extra-cmake-modules)
8165 ;("perl" ,perl)
8166 ;("pkg-config" ,pkg-config)
8167 ("kdoctools" ,kdoctools)))
8168 (inputs
8169 `(("kauth" ,kauth)
8170 ("kcompletion" ,kcompletion)
8171 ("kconfigwidgets" ,kconfigwidgets)
8172 ("kcoreaddons" ,kcoreaddons)
8173 ("kcrash" ,kcrash)
8174 ("kdbusaddons" ,kdbusaddons)
8175 ("ki18n" ,ki18n)
8176 ("kxmlgui" ,kxmlgui)
8177 ("libkdegames" ,libkdegames)
8178 ("libkmahjongg" ,libkmahjongg)
8179 ("qtbase" ,qtbase)
8180 ("qtdeclarative" ,qtdeclarative)))
8181 (home-page "https://games.kde.org/")
8182 (synopsis "Shisen-Sho solitaire game")
8183 (description "KShisen is a solitaire-like game played using the standard
8184 set of Mahjong tiles. Unlike Mahjong however, KShisen has only one layer of
8185 scrambled tiles
8186
8187 This package is part of the KDE games module.")
8188 (license license:gpl2+)))
8189
8190 (define-public kajongg
8191 (package
8192 (name "kajongg")
8193 (version "19.08.3")
8194 (source
8195 (origin
8196 (method url-fetch)
8197 (uri (string-append "mirror://kde/stable/applications/"
8198 version "/src/kajongg-" version ".tar.xz"))
8199 (sha256
8200 (base32 "0ql6p5zifdpdf65r7ki9ml123azpwwk9x3x8r9ij6xhjnf7p7x6w"))))
8201 (build-system qt-build-system)
8202 (native-inputs
8203 `(("extra-cmake-modules" ,extra-cmake-modules)
8204 ;("perl" ,perl)
8205 ("kdoctools" ,kdoctools)))
8206 (inputs
8207 `(("kconfig" ,kconfig)
8208 ("kconfigwidgets" ,kconfigwidgets)
8209 ("kcoreaddons" ,kcoreaddons)
8210 ("ki18n" ,ki18n)
8211 ("libkmahjongg" ,libkmahjongg)
8212 ("python" ,python)
8213 ("qtbase" ,qtbase)
8214 ("qtsvg" ,qtsvg)))
8215 (propagated-inputs
8216 `(("python-twisted" ,python-twisted)
8217 ("python-pyqt" ,python-pyqt)))
8218 ;; FIXME: Need to wrap PYTHONPATH
8219 (home-page "https://games.kde.org/")
8220 (synopsis "Classical Mah Jongg game for 4 players")
8221 (description "Kajongg is the ancient Chinese board game for 4 players.
8222
8223 If you are looking for the Mah Jongg solitaire please use the application
8224 kmahjongg.
8225
8226 Kajongg can be used in two different ways: Scoring a manual game where you
8227 play as always and use Kajongg for the computation of scores and for
8228 bookkeeping. Or you can use Kajongg to play against any combination of other
8229 human players or computer players.
8230
8231 This package is part of the KDE games module.")
8232 (license (list license:gpl2+ license:fdl1.2+))))
8233
8234 (define-public kbreakout
8235 (package
8236 (name "kbreakout")
8237 (version "19.08.3")
8238 (source
8239 (origin
8240 (method url-fetch)
8241 (uri (string-append "mirror://kde/stable/applications/" version
8242 "/src/kbreakout-" version ".tar.xz"))
8243 (sha256
8244 (base32 "0gwzx1z9mxrjlcjzglg8cxkyd6900whcar3b5j9laxxarc6xhj8w"))))
8245 (build-system qt-build-system)
8246 (native-inputs
8247 `(("extra-cmake-modules" ,extra-cmake-modules)
8248 ("kdoctools" ,kdoctools)))
8249 (inputs
8250 `(("kcompletion" ,kcompletion)
8251 ("kconfig" ,kconfig)
8252 ("kconfigwidgets" ,kconfigwidgets)
8253 ("kcoreaddons" ,kcoreaddons)
8254 ("kcrash" ,kcrash)
8255 ("kdbusaddons" ,kdbusaddons)
8256 ("ki18n" ,ki18n)
8257 ("kwidgetsaddons" ,kwidgetsaddons)
8258 ("kxmlgui" ,kxmlgui)
8259 ("libkdegames" ,libkdegames)
8260 ("qtbase" ,qtbase)
8261 ("qtdeclarative" ,qtdeclarative)))
8262 (home-page "https://games.kde.org/")
8263 (synopsis "Breakout like game")
8264 (description "KBreakout is similar to the classics breakout and xboing,
8265 featuring a number of added graphical enhancements and effects. You control a
8266 paddle at the bottom of the playing-field, and must destroy bricks at the top
8267 by bouncing balls against them.
8268
8269 This package is part of the KDE games module.")
8270 (license (list license:gpl2+ license:fdl1.2+))))
8271
8272 (define-public kmines
8273 (package
8274 (name "kmines")
8275 (version "19.08.3")
8276 (source
8277 (origin
8278 (method url-fetch)
8279 (uri (string-append "mirror://kde/stable/applications/" version
8280 "/src/kmines-" version ".tar.xz"))
8281 (sha256
8282 (base32 "0ac3za36lh8hpx6mqfic9amwmzhzhzplm9hg3pw12gxl5a9mvfsf"))))
8283 (build-system qt-build-system)
8284 (native-inputs
8285 `(("extra-cmake-modules" ,extra-cmake-modules)
8286 ("kdoctools" ,kdoctools)))
8287 (inputs
8288 `(("kcompletion" ,kcompletion)
8289 ("kconfig" ,kconfig)
8290 ("kconfigwidgets" ,kconfigwidgets)
8291 ("kcoreaddons" ,kcoreaddons)
8292 ("kcrash" ,kcrash)
8293 ("kdbusaddons" ,kdbusaddons)
8294 ("ki18n" ,ki18n)
8295 ("ktextwidgets" ,ktextwidgets)
8296 ("kwidgetsaddons" ,kwidgetsaddons)
8297 ("kxmlgui" ,kxmlgui)
8298 ("libkdegames" ,libkdegames)
8299 ("qtbase" ,qtbase)
8300 ("qtdeclarative" ,qtdeclarative)))
8301 (home-page "https://games.kde.org/")
8302 (synopsis "Classical mine sweeper game")
8303 (description "KMines is a classic Minesweeper game. The idea is to
8304 uncover all the squares without blowing up any mines. When a mine is blown
8305 up, the game is over.
8306
8307 This package is part of the KDE games module.")
8308 (license (list license:gpl2+ license:fdl1.2+))))
8309
8310 (define-public konquest
8311 (package
8312 (name "konquest")
8313 (version "19.08.3")
8314 (source
8315 (origin
8316 (method url-fetch)
8317 (uri (string-append "mirror://kde/stable/applications/"
8318 version "/src/konquest-" version ".tar.xz"))
8319 (sha256
8320 (base32 "02gjxskhi10a1sqh3skcild8zria7wncz1a4sbz7ax1p851q76k1"))))
8321 (build-system qt-build-system)
8322 (native-inputs
8323 `(("extra-cmake-modules" ,extra-cmake-modules)
8324 ("kdoctools" ,kdoctools)))
8325 (inputs
8326 `(("kcompletion" ,kcompletion)
8327 ("kconfig" ,kconfig)
8328 ("kcoreaddons" ,kcoreaddons)
8329 ("kcrash" ,kcrash)
8330 ("kdbusaddons" ,kdbusaddons)
8331 ("kguiaddons" ,kguiaddons)
8332 ("ki18n" ,ki18n)
8333 ("kwidgetsaddons" ,kwidgetsaddons)
8334 ("kxmlgui" ,kxmlgui)
8335 ("libkdegames" ,libkdegames)
8336 ("qtbase" ,qtbase)
8337 ("qtdeclarative" ,qtdeclarative)
8338 ("qtsvg" ,qtsvg)))
8339 (home-page "https://games.kde.org/")
8340 (synopsis "Simple turn-based strategy game")
8341 (description "Konquest is the KDE version of Gnu-Lactic Konquest. Players
8342 conquer other planets by sending ships to them. The goal is to build an
8343 interstellar empire and ultimately conquer all other player's planets. The
8344 game can be played with up to nine empires, commanded either by the computer
8345 or by puny earthlings.
8346
8347 This package is part of the KDE games module.")
8348 (license (list license:gpl2+ license:fdl1.2+))))
8349
8350 (define-public kbounce
8351 (package
8352 (name "kbounce")
8353 (version "19.08.3")
8354 (source
8355 (origin
8356 (method url-fetch)
8357 (uri (string-append "mirror://kde/stable/applications/"
8358 version "/src/kbounce-" version ".tar.xz"))
8359 (sha256
8360 (base32 "02rfv0qzz5cmyfx8f56a45hbm9gsp6m3dcy8ajwx88rw5wpbrr11"))))
8361 (build-system qt-build-system)
8362 (native-inputs
8363 `(("extra-cmake-modules" ,extra-cmake-modules)
8364 ("kdoctools" ,kdoctools)))
8365 (inputs
8366 `(("kcompletion" ,kcompletion)
8367 ("kconfigwidgets" ,kconfigwidgets)
8368 ("kcoreaddons" ,kcoreaddons)
8369 ("kcrash" ,kcrash)
8370 ("kdbusaddons" ,kdbusaddons)
8371 ("ki18n" ,ki18n)
8372 ("kio" ,kio)
8373 ("kwidgetsaddons" ,kwidgetsaddons)
8374 ("kxmlgui" ,kxmlgui)
8375 ("libkdegames" ,libkdegames)
8376 ("qtbase" ,qtbase)
8377 ("qtdeclarative" ,qtdeclarative)
8378 ("qtsvg" ,qtsvg)))
8379 (home-page "https://games.kde.org/")
8380 (synopsis "Jezzball arcade game")
8381 (description "KBounce is a single player arcade game with the elements of
8382 puzzle. It is played on a field, surrounded by wall, with two or more balls
8383 bouncing around within the walls. The object of the game is to build new
8384 walls to decrease the size of the active field.
8385
8386 This package is part of the KDE games module.")
8387 (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
8388
8389 (define-public kblocks
8390 (package
8391 (name "kblocks")
8392 (version "19.08.3")
8393 (source
8394 (origin
8395 (method url-fetch)
8396 (uri (string-append "mirror://kde/stable/applications/"
8397 version "/src/kblocks-" version ".tar.xz"))
8398 (sha256
8399 (base32 "0qrm0dihzhkxsq9l49ndzms802x6jn92vvabb2zf2q9z593m69cx"))))
8400 (build-system qt-build-system)
8401 (native-inputs
8402 `(("extra-cmake-modules" ,extra-cmake-modules)
8403 ("kdoctools" ,kdoctools)))
8404 (inputs
8405 `(("kcompletion" ,kcompletion)
8406 ("kconfig" ,kconfig)
8407 ("kconfigwidgets" ,kconfigwidgets)
8408 ("kcoreaddons" ,kcoreaddons)
8409 ("kcrash" ,kcrash)
8410 ("kdbusaddons" ,kdbusaddons)
8411 ("ki18n" ,ki18n)
8412 ("kwidgetsaddons" ,kwidgetsaddons)
8413 ("kxmlgui" ,kxmlgui)
8414 ("libkdegames" ,libkdegames)
8415 ("qtbase" ,qtbase)
8416 ("qtdeclarative" ,qtdeclarative)
8417 ("qtsvg" ,qtsvg)))
8418 (home-page "https://games.kde.org/")
8419 (synopsis "Single player falling blocks puzzle game")
8420 (description "KBlocks is the classic Tetris-like falling blocks game.
8421
8422 The idea is to stack the falling blocks to create horizontal lines without any
8423 gaps. When a line is completed it is removed, and more space is available in
8424 the play area. When there is not enough space for blocks to fall, the game is
8425 over.
8426
8427 This package is part of the KDE games module.")
8428 (license (list license:gpl2+ license:fdl1.2+))))
8429
8430 (define-public ksudoku
8431 (package
8432 (name "ksudoku")
8433 (version "19.08.3")
8434 (source
8435 (origin
8436 (method url-fetch)
8437 (uri (string-append "mirror://kde/stable/applications/"
8438 version "/src/ksudoku-" version ".tar.xz"))
8439 (sha256
8440 (base32 "0rcscz91hilm7l3am5w02n0n8l7xhi4l0n4sskznh68kblw0ggw2"))))
8441 (build-system qt-build-system)
8442 (native-inputs
8443 `(("extra-cmake-modules" ,extra-cmake-modules)
8444 ("kdoctools" ,kdoctools)))
8445 (inputs
8446 `(("karchive", karchive)
8447 ("kconfig" ,kconfig)
8448 ("kconfigwidgets" ,kconfigwidgets)
8449 ("kcoreaddons" ,kcoreaddons)
8450 ("kcrash" ,kcrash)
8451 ("kguiaddons" ,kguiaddons)
8452 ("ki18n" ,ki18n)
8453 ("kiconthemes" ,kiconthemes)
8454 ("kio" ,kio)
8455 ("kwidgetsaddons" ,kwidgetsaddons)
8456 ("kxmlgui" ,kxmlgui)
8457 ("libkdegames" ,libkdegames)
8458 ("glu" ,glu)
8459 ("qtbase" ,qtbase)
8460 ("qtdeclarative" ,qtdeclarative)
8461 ("qtsvg" ,qtsvg)))
8462 (home-page "https://games.kde.org/")
8463 (synopsis "Sudoku puzzle game and solver")
8464 (description "KSudoku is a Sudoku game and solver, supporting a range of
8465 2D and 3D Sudoku variants. In addition to playing Sudoku, it can print Sudoku
8466 puzzle sheets and find the solution to any Sudoku puzzle.
8467
8468 The word Sudoku means \"single number in an allotted place\" in Japanese.
8469 These are the basic rules: Every Sudoku is a square divided into 3x3
8470 subsquares with 3x3 cells each.
8471
8472 Some cells are filled with a number at the beginning. The remaining ones are
8473 to be filled by the player using numbers from 1 to 9, without repeating a
8474 number twice on each column, row or subsquare (each of them must contain only
8475 one 1, one 2, one 3, and so on). The game requires logic and patience.
8476 Solving takes usually 10 to 30 minutes, depending on puzzle level, your skill
8477 and experience.
8478
8479 The numerals in Sudoku puzzles are used for convenience (for example in 16x16
8480 board we use letters): arithmetic relationships between numbers are
8481 irrelevant.
8482
8483 This program supports also 16x16 games with numbers from 1 to 16 and 256
8484 cells with 16 cols, rows and subsquares!
8485
8486 More information at http://en.wikipedia.org/wiki/Sudoku
8487
8488 This package is part of the KDE games module.")
8489 (license (list license:gpl2+ license:fdl1.2+))))
8490
8491 (define-public klines
8492 (package
8493 (name "klines")
8494 (version "19.08.3")
8495 (source
8496 (origin
8497 (method url-fetch)
8498 (uri (string-append "mirror://kde/stable/applications/" version
8499 "/src/klines-" version ".tar.xz"))
8500 (sha256
8501 (base32 "1g1f46jp0rb8gpqkgcf915ydpsscn1sxk3gjvm8bcqgx9ddq59xa"))))
8502 (build-system qt-build-system)
8503 (native-inputs
8504 `(("extra-cmake-modules" ,extra-cmake-modules)
8505 ("kdoctools" ,kdoctools)))
8506 (inputs
8507 `(("kcompletion" ,kcompletion)
8508 ("kconfigwidgets" ,kconfigwidgets)
8509 ("kcoreaddons" ,kcoreaddons)
8510 ("kcrash" ,kcrash)
8511 ("kdbusaddons" ,kdbusaddons)
8512 ("ki18n" ,ki18n)
8513 ("kwidgetsaddons" ,kwidgetsaddons)
8514 ("kxmlgui" ,kxmlgui)
8515 ("libkdegames" ,libkdegames)
8516 ("qtbase" ,qtbase)
8517 ("qtdeclarative" ,qtdeclarative)))
8518 (home-page "https://games.kde.org/")
8519 (synopsis "Place 5 equal pieces together, but wait, there are 3 new ones")
8520 (description "KLines is a simple but highly addictive one player game.
8521
8522 The player has to move the colored balls around the game board, gathering them
8523 into the lines of the same color by five. Once the line is complete it is
8524 removed from the board, therefore freeing precious space. In the same time
8525 the new balls keep arriving by three after each move, filling up the game
8526 board.
8527
8528 KLines is a single-player game where the player removes colored balls from the
8529 board by arranging them into lines of five or more. However, every time the
8530 player moves a ball, three more balls are added to the board.
8531
8532 This package is part of the KDE games module.")
8533 (license (list license:gpl2+ license:fdl1.2+))))
8534
8535 (define-public kgoldrunner
8536 (package
8537 (name "kgoldrunner")
8538 (version "19.08.3")
8539 (source
8540 (origin
8541 (method url-fetch)
8542 (uri (string-append "mirror://kde/stable/applications/" version "/src/kgoldrunner-"
8543 version ".tar.xz"))
8544 (sha256
8545 (base32 "16rcvq796r3asz4v4ap75xvwnxd3dd2nsq5r9vxvzl6rrf1w9bj4"))))
8546 (build-system qt-build-system)
8547 (native-inputs
8548 `(("extra-cmake-modules" ,extra-cmake-modules)
8549 ("kdoctools" ,kdoctools)))
8550 (inputs
8551 `(("kcompletion" ,kcompletion)
8552 ("kcoreaddons" ,kcoreaddons)
8553 ("kcrash" ,kcrash)
8554 ("kdbusaddons" ,kdbusaddons)
8555 ("ki18n" ,ki18n)
8556 ("kio" ,kio)
8557 ("kwidgetsaddons" ,kwidgetsaddons)
8558 ("kxmlgui" ,kxmlgui)
8559 ("libkdegames" ,libkdegames)
8560 ("qtbase" ,qtbase)
8561 ("qtdeclarative" ,qtdeclarative)))
8562 (home-page "https://games.kde.org/")
8563 (synopsis "Action and puzzle solving game")
8564 (description "KGoldrunner is an action game where the hero runs through a
8565 maze, climbs stairs, dig holes and dodges enemies in order to collect all the
8566 gold nuggets and escape to the next level. Your enemies are also after the
8567 gold. Worse still, they are after you!.
8568
8569 KGoldrunner is a fast-paced platform game where the player must navigate a
8570 maze while collecting gold nuggets and avoiding enemies. A variety of level
8571 packs are included, as well as an editor to create new levels.
8572
8573 This package is part of the KDE games module.")
8574 (license (list license:gpl2+ license:fdl1.2+))))
8575
8576 (define-public kdiamond
8577 (package
8578 (name "kdiamond")
8579 (version "19.08.3")
8580 (source
8581 (origin
8582 (method url-fetch)
8583 (uri (string-append "mirror://kde/stable/applications/" version
8584 "/src/kdiamond-" version ".tar.xz"))
8585 (sha256
8586 (base32 "1v5yb9hb26lk277zhw8d37ks829yfqr5anzx1qhms44gca5kqhva"))))
8587 (build-system qt-build-system)
8588 (native-inputs
8589 `(("extra-cmake-modules" ,extra-cmake-modules)
8590 ("kdoctools" ,kdoctools)))
8591 (inputs
8592 `(("kcompletion", kcompletion)
8593 ("kconfig" ,kconfig)
8594 ("kconfigwidgets" ,kconfigwidgets)
8595 ("kcoreaddons" ,kcoreaddons)
8596 ("kcrash" ,kcrash)
8597 ("kdbusaddons" ,kdbusaddons)
8598 ("ki18n" ,ki18n)
8599 ("knotifications" ,knotifications)
8600 ("knotifyconfig" ,knotifyconfig)
8601 ("kwidgetsaddons" ,kwidgetsaddons)
8602 ("kxmlgui" ,kxmlgui)
8603 ("libkdegames" ,libkdegames)
8604 ("qtbase" ,qtbase)
8605 ("qtdeclarative" ,qtdeclarative)))
8606 (home-page "https://games.kde.org/")
8607 (synopsis "Three-in-a-row game")
8608 (description "KDiamond is a three-in-a-row game like Bejeweled. It
8609 features unlimited fun with randomly generated games and five difficulty
8610 levels with varying number of diamond colors and board sizes.
8611
8612 This package is part of the KDE games module.")
8613 (license (list license:gpl2+ license:fdl1.2+))))
8614
8615 (define-public kfourinline
8616 (package
8617 (name "kfourinline")
8618 (version "19.08.3")
8619 (source
8620 (origin
8621 (method url-fetch)
8622 (uri (string-append "mirror://kde/stable/applications/" version
8623 "/src/kfourinline-" version ".tar.xz"))
8624 (sha256
8625 (base32 "1vprs6dc1ccn3g6k594i9s94xy4b91vzlqjysyc6fqcq2fs54ny3"))))
8626 (build-system qt-build-system)
8627 (native-inputs
8628 `(("extra-cmake-modules" ,extra-cmake-modules)
8629 ("kdoctools" ,kdoctools)))
8630 (inputs
8631 `(("kcompletion" ,kcompletion)
8632 ("kconfig" ,kconfig)
8633 ("kconfigwidgets" ,kconfigwidgets)
8634 ("kcoreaddons" ,kcoreaddons)
8635 ("kcrash" ,kcrash)
8636 ("kdelibs4support" ,kdelibs4support)
8637 ("kdnssd" ,kdnssd)
8638 ("ki18n" ,ki18n)
8639 ("kxmlgui" ,kxmlgui)
8640 ("libkdegames" ,libkdegames)
8641 ("qtbase" ,qtbase)
8642 ("qtdeclarative" ,qtdeclarative)
8643 ("qtsvg" ,qtsvg)))
8644 (home-page "https://games.kde.org/")
8645 (synopsis "Place 4 pieces in a row")
8646 (description "KFourInLine is a board game for two players based on the
8647 Connect-Four game.
8648
8649 KFourInLine is a game where two players take turns dropping pieces into a
8650 grid, the winner being the first to place four pieces in a line.
8651
8652 This package is part of the KDE games module.")
8653 (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
8654
8655 (define-public kblackbox
8656 (package
8657 (name "kblackbox")
8658 (version "19.08.3")
8659 (source
8660 (origin
8661 (method url-fetch)
8662 (uri (string-append "mirror://kde/stable/applications/" version
8663 "/src/kblackbox-" version ".tar.xz"))
8664 (sha256
8665 (base32 "1x42sfpf75c6mavwkc7g7dm11y9s5dpj8igphly5kvm0pajqby0n"))))
8666 (build-system qt-build-system)
8667 (native-inputs
8668 `(("extra-cmake-modules" ,extra-cmake-modules)
8669 ("kdoctools" ,kdoctools)))
8670 (inputs
8671 `(("karchive" ,karchive)
8672 ("kcompletion" ,kcompletion)
8673 ("kconfig" ,kconfig)
8674 ("kcoreaddons" ,kcoreaddons)
8675 ("kcrash" ,kcrash)
8676 ("kdbusaddons" ,kdbusaddons)
8677 ("ki18n" ,ki18n)
8678 ("ktextwidgets" ,ktextwidgets)
8679 ("kxmlgui" ,kxmlgui)
8680 ("libkdegames" ,libkdegames)
8681 ("qtbase" ,qtbase)
8682 ("qtdeclarative" ,qtdeclarative)
8683 ("qtsvg" ,qtsvg)))
8684 (home-page "https://games.kde.org/")
8685 (synopsis "Find atoms in a grid by shooting electrons")
8686 (description "KBlackbox is a game of hide and seek played on a grid of
8687 boxes where the computer has hidden several balls. The position of the hidden
8688 balls can be deduced by shooting beams into the box
8689
8690 KBlackBox is a game of hide and seek played on an grid of boxes, where the
8691 player shoots rays into the grid to deduce the positions of hidden objects.
8692
8693 This package is part of the KDE games module.")
8694 (license (list license:gpl2+ license:fdl1.2+))))
8695
8696 (define-public knetwalk
8697 (package
8698 (name "knetwalk")
8699 (version "19.08.3")
8700 (source
8701 (origin
8702 (method url-fetch)
8703 (uri (string-append "mirror://kde/stable/applications/" version
8704 "/src/knetwalk-" version ".tar.xz"))
8705 (sha256
8706 (base32 "1i340salzgqdw8y33wrrydmpgx3pvwf5wrbljlh67cjf6s4csx7d"))))
8707 (build-system qt-build-system)
8708 (native-inputs
8709 `(("extra-cmake-modules" ,extra-cmake-modules)
8710 ("kdoctools" ,kdoctools)))
8711 (inputs
8712 `(("kcompletion" ,kcompletion)
8713 ("kconfig" ,kconfig)
8714 ("kconfigwidgets" ,kconfigwidgets)
8715 ("kcoreaddons" ,kcoreaddons)
8716 ("kcrash" ,kcrash)
8717 ("kdbusaddons" ,kdbusaddons)
8718 ("ki18n" ,ki18n)
8719 ("ktextwidgets" ,ktextwidgets)
8720 ("kwidgetsaddons" ,kwidgetsaddons)
8721 ("kxmlgui" ,kxmlgui)
8722 ("libkdegames" ,libkdegames)
8723 ("qtbase" ,qtbase)
8724 ("qtdeclarative" ,qtdeclarative)))
8725 (home-page "https://games.kde.org/")
8726 (synopsis "Turn the board pieces to get all computers connected")
8727 (description "KNetWalk is a small game where you have to build up a
8728 computer network by rotating the wires to connect the terminals to the server.
8729 When the network is build, a highscore-list comes up where competitions can be
8730 fought out.
8731
8732 KNetwalk is a puzzle game where the player arranges sections of wire to
8733 connect all the computers on the board.
8734
8735 This package is part of the KDE games module.")
8736 (license (list license:gpl2+ license:fdl1.2+))))
8737
8738 (define-public bomber
8739 (package
8740 (name "bomber")
8741 (version "19.08.3")
8742 (source
8743 (origin
8744 (method url-fetch)
8745 (uri (string-append "mirror://kde/stable/applications/" version
8746 "/src/bomber-" version ".tar.xz"))
8747 (sha256
8748 (base32 "1lvzd0mzgq25akvwvkm57l3plm65k731v2i1ahakn985bb5gc3is"))))
8749 (build-system qt-build-system)
8750 (native-inputs
8751 `(("extra-cmake-modules" ,extra-cmake-modules)
8752 ("kdoctools" ,kdoctools)))
8753 (inputs
8754 `(("kcompletiom" ,kcompletion)
8755 ("kconfig" ,kconfig)
8756 ("kcoreaddons" ,kcoreaddons)
8757 ("kcrash" ,kcrash)
8758 ("kdbusaddons" ,kdbusaddons)
8759 ("ki18n" ,ki18n)
8760 ("kxmlgui" ,kxmlgui)
8761 ("libkdegames" ,libkdegames)
8762 ("qtbase" ,qtbase)
8763 ("qtdeclarative" ,qtdeclarative)))
8764 (home-page "https://games.kde.org/")
8765 (synopsis "Arcade bombing game")
8766 (description "Bomber is a single player arcade game.
8767
8768 The player is invading various cities in a plane that is decreasing in height.
8769 The goal of the game is to destroy all the buildings and advance to the next
8770 level. Each level gets a bit harder by increasing the speed of the plane and
8771 the height of the buildings.
8772
8773 Bomber is a game where you fly a spaceship and attempt to bomb the buildings
8774 below you. Each pass the spaceship makes, it gets lower and lower. If you've
8775 not destroyed a building in your path, you will crash into it.
8776
8777 This package is part of the KDE games module.")
8778 (license (list license:gpl2+ license:fdl1.2+))))
8779
8780 (define-public granatier
8781 (package
8782 (name "granatier")
8783 (version "19.08.3")
8784 (source
8785 (origin
8786 (method url-fetch)
8787 (uri (string-append "mirror://kde/stable/applications/" version
8788 "/src/granatier-" version ".tar.xz"))
8789 (sha256
8790 (base32 "141qmdinz7ikbbrs8dq6cap3nl22sl7pw62r80pf3xxwn2q4phpa"))))
8791 (build-system qt-build-system)
8792 (native-inputs
8793 `(("extra-cmake-modules" ,extra-cmake-modules)
8794 ("kdoctools" ,kdoctools)))
8795 (inputs
8796 `(("kcompletion" ,kcompletion)
8797 ("kconfig" ,kconfig)
8798 ("kconfigwidgets" ,kconfigwidgets)
8799 ("kcoreaddons" ,kcoreaddons)
8800 ("kcrash" ,kcrash)
8801 ("kdbusaddons" ,kdbusaddons)
8802 ("ki18n" ,ki18n)
8803 ("knewstuff" ,knewstuff)
8804 ("kwidgetsaddons" ,kwidgetsaddons)
8805 ("kxmlgui" ,kxmlgui)
8806 ("libkdegames" ,libkdegames)
8807 ("qtbase" ,qtbase)
8808 ("qtdeclarative" ,qtdeclarative)
8809 ("qtsvg" ,qtsvg)))
8810 (home-page "https://games.kde.org/")
8811 (synopsis "Bomberman clone")
8812 (description "Granatier is a clone of the classic Bomberman game,
8813 inspired by the work of the Clanbomber clone.
8814
8815 This package is part of the KDE games module.")
8816 (license (list license:gpl2+ license:fdl1.2+))))
8817
8818 (define-public ksirk
8819 (package
8820 (name "ksirk")
8821 (version "19.08.3")
8822 (source
8823 (origin
8824 (method url-fetch)
8825 (uri (string-append "mirror://kde/stable/applications/" version
8826 "/src/ksirk-" version ".tar.xz"))
8827 (sha256
8828 (base32 "1b1wixs2hp5qnvdygfwa3kvy0kn94ysa4ifmx90q6r3yfr2lpfca"))))
8829 (build-system qt-build-system)
8830 (native-inputs
8831 `(("extra-cmake-modules" ,extra-cmake-modules)
8832 ("kdoctools" ,kdoctools)))
8833 (inputs
8834 `(("kcrash" ,kcrash)
8835 ("ki18n" ,ki18n)
8836 ("kiconthemes" ,kiconthemes)
8837 ("kio" ,kio)
8838 ("knewstuff" ,knewstuff)
8839 ("kwallet" ,kwallet)
8840 ("kxmlgui" ,kxmlgui)
8841 ("libkdegames" ,libkdegames)
8842 ("phonon" ,phonon)
8843 ("qca" ,qca)
8844 ("qtbase" ,qtbase)
8845 ("qtdeclarative" ,qtdeclarative)
8846 ("qtsvg" ,qtsvg)
8847 ("zlib" ,zlib)))
8848 (home-page "https://games.kde.org/")
8849 (synopsis "Computerized version of the well known strategy board game
8850 'Risk'")
8851 (description "KsirK is a multi-player network-enabled game. The goal of
8852 the game is simply to conquer the world by attacking your neighbors with your
8853 armies.
8854
8855 At the beginning of the game, countries are distributed to all the players.
8856 Each country contains one army represented by an infantryman. Each player has
8857 some armies to distribute to his countries. On each turn, each player can
8858 attack his neighbours, eventually conquering one or more countries. At the
8859 end of each turn, some bonus armies are distributed to the players in function
8860 of the number of countries they own. The winner is the player that conquered
8861 all the world.
8862
8863 Features:
8864 @itemize
8865 @item Support for 1-6 human or computer players
8866 @item Multi-player gaming over a network
8867 @item You can easily create new skins with SVG graphics and the skin editor
8868 @item Hot New Stuff support. You can easily download and install new skins
8869 @end itemize
8870
8871 This package is part of the KDE games module.")
8872 (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
8873
8874 (define-public palapeli
8875 (package
8876 (name "palapeli")
8877 (version "19.08.3")
8878 (source
8879 (origin
8880 (method url-fetch)
8881 (uri (string-append "mirror://kde/stable/applications/" version
8882 "/src/palapeli-" version ".tar.xz"))
8883 (sha256
8884 (base32 "1g91ydbc0x2y2gn3lcb5w03mn7k78l5bq4cb1s59kx6yjbflv3pw"))))
8885 (build-system qt-build-system)
8886 (native-inputs
8887 `(("extra-cmake-modules" ,extra-cmake-modules)
8888 ("kdoctools" ,kdoctools)))
8889 (inputs
8890 `(("karchive" ,karchive)
8891 ("kcompletion" ,kcompletion)
8892 ("kconfig" ,kconfig)
8893 ("kconfigwidgets" ,kconfigwidgets)
8894 ("kcoreaddons" ,kcoreaddons)
8895 ("kcrash" ,kcrash)
8896 ("kcrash" ,kcrash)
8897 ("ki18n" ,ki18n)
8898 ("ki18n" ,ki18n)
8899 ("kio" ,kio)
8900 ("kitemviews" ,kitemviews)
8901 ("knotifications" ,knotifications)
8902 ("kservice" ,kservice)
8903 ("kwidgetsaddons" ,kwidgetsaddons)
8904 ("kxmlgui" ,kxmlgui)
8905 ("libkdegames" ,libkdegames)
8906 ("qtbase" ,qtbase)
8907 ("qtdeclarative" ,qtdeclarative)
8908 ("qtsvg" ,qtsvg)
8909 ("shared-mime-info" ,shared-mime-info)))
8910 (home-page "https://games.kde.org/")
8911 (synopsis "Jigsaw puzzle game")
8912 (description "Palapeli is a jigsaw puzzle game. Unlike other games in
8913 that genre, you are not limited to aligning pieces on imaginary grids. The
8914 pieces are freely moveable. Also, Palapeli features real persistency, i.e.
8915 everything you do is saved on your disk immediately.
8916
8917 Palapeli is the Finnish word for jigsaw puzzle.
8918
8919 This package is part of the KDE games module.")
8920 (license license:gpl2+)))
8921
8922 (define-public kiriki
8923 (package
8924 (name "kiriki")
8925 (version "19.08.3")
8926 (source
8927 (origin
8928 (method url-fetch)
8929 (uri (string-append "mirror://kde/stable/applications/" version
8930 "/src/kiriki-" version ".tar.xz"))
8931 (sha256
8932 (base32 "1xg25dj95g81dc5l7k47am4j52abrwwfx4h73lvsbn4lc8lfmshw"))))
8933 (build-system qt-build-system)
8934 (native-inputs
8935 `(("extra-cmake-modules" ,extra-cmake-modules)
8936 ("kdoctools" ,kdoctools)))
8937 (inputs
8938 `(("kcompletion" ,kcompletion)
8939 ("kconfig" ,kconfig)
8940 ("kconfigwidgets" ,kconfigwidgets)
8941 ("kcoreaddons" ,kcoreaddons)
8942 ("kcrash" ,kcrash)
8943 ("kdbusaddons" ,kdbusaddons)
8944 ("ki18n" ,ki18n)
8945 ("kiconthemes" ,kiconthemes)
8946 ("kxmlgui" ,kxmlgui)
8947 ("libkdegames" ,libkdegames)
8948 ("qtbase" ,qtbase)
8949 ("qtdeclarative" ,qtdeclarative)))
8950 (home-page "https://games.kde.org/")
8951 (synopsis "Yahtzee dice game")
8952 (description "Kiriki is an addictive and fun dice game, designed to be
8953 played by as many as six players.
8954
8955 Participants have to collect points by rolling five dice for up to three times
8956 per single turn to make combinations with the highest score.
8957
8958 This package is part of the KDE games module.")
8959 (license (list license:gpl2+ license:fdl1.2+))))
8960
8961 (define-public kigo
8962 (package
8963 (name "kigo")
8964 (version "19.08.3")
8965 (source
8966 (origin
8967 (method url-fetch)
8968 (uri (string-append "mirror://kde/stable/applications/" version
8969 "/src/kigo-" version ".tar.xz"))
8970 (sha256
8971 (base32 "00l5gcbi8xyj9c1lngkrddka3a4m4cd78prfplrpq32ma9xq681f"))))
8972 (build-system qt-build-system)
8973 (native-inputs
8974 `(("extra-cmake-modules" ,extra-cmake-modules)
8975 ("kdoctools" ,kdoctools)))
8976 (inputs
8977 `(("kconfig" ,kconfig)
8978 ("kconfigwidgets" ,kconfigwidgets)
8979 ("kcoreaddons" ,kcoreaddons)
8980 ("kcrash" ,kcrash)
8981 ("kdbusaddons" ,kdbusaddons)
8982 ("ki18n" ,ki18n)
8983 ("kio" ,kio)
8984 ("knewstuff", knewstuff)
8985 ("ktextwidgets" ,ktextwidgets)
8986 ("kxmlgui" ,kxmlgui)
8987 ("libkdegames" ,libkdegames)
8988 ("qtbase" ,qtbase)
8989 ("qtdeclarative" ,qtdeclarative)
8990 ("qtsvg" ,qtsvg)))
8991 (home-page "https://games.kde.org/")
8992 (synopsis "Go board game")
8993 (description "Kigo is an open-source implementation of the popular Go
8994 game.
8995
8996 Go is a strategic board game for two players. It is also known as
8997 igo (Japanese), weiqi or wei ch'i (Chinese) or baduk (Korean). Go is noted
8998 for being rich in strategic complexity despite its simple rules. The game is
8999 played by two players who alternately place black and white stones (playing
9000 pieces, now usually made of glass or plastic) on the vacant intersections of a
9001 grid of 19x19 lines (9x9 or 13x13 for easier games).
9002
9003 You also need to install a go engine, e.g. @code{gnugo}.
9004
9005 This package is part of the KDE games module.")
9006 (license license:gpl3+)))
9007
9008 (define-public kubrick
9009 (package
9010 (name "kubrick")
9011 (version "19.08.3")
9012 (source
9013 (origin
9014 (method url-fetch)
9015 (uri (string-append "mirror://kde/stable/applications/" version
9016 "/src/kubrick-" version ".tar.xz"))
9017 (sha256
9018 (base32 "0ma8wja4rqlsmsr8cyicfpkwlgqva4450ls4c0ql53p0kabf04gx"))))
9019 (build-system qt-build-system)
9020 (native-inputs
9021 `(("extra-cmake-modules" ,extra-cmake-modules)
9022 ("kdoctools" ,kdoctools)))
9023 (inputs
9024 `(("glu" ,glu)
9025 ("kconfig" ,kconfig)
9026 ("kconfigwidgets" ,kconfigwidgets)
9027 ("kcoreaddons" ,kcoreaddons)
9028 ("kcrash" ,kcrash)
9029 ("ki18n" ,ki18n)
9030 ("kio" ,kio)
9031 ("kwidgetsaddons" ,kwidgetsaddons)
9032 ("kxmlgui" ,kxmlgui)
9033 ("libkdegames" ,libkdegames)
9034 ("qtbase" ,qtbase)
9035 ("qtdeclarative" ,qtdeclarative)
9036 ("qtsvg" ,qtsvg)))
9037 (home-page "https://games.kde.org/")
9038 (synopsis "Game based on Rubik's Cube")
9039 (description "Kubrick is a game based on the Rubik's Cube puzzle.
9040
9041 The cube sizes range from 2x2x2 up to 6x6x6, or you can play with irregular
9042 \"bricks\" such as 5x3x2 or \"mats\" such as 6x4x1 or 2x2x1. The game has a
9043 selection of puzzles at several levels of difficulty, as well as demos of
9044 pretty patterns and solution moves, or you can make up your own puzzles. The
9045 game has unlimited undo, redo, save and reload capabilities.
9046
9047 This package is part of the KDE games module.")
9048 (license (list license:gpl2+ license:fdl1.2+))))
9049
9050 (define-public lskat
9051 (package
9052 (name "lskat")
9053 (version "19.08.3")
9054 (source
9055 (origin
9056 (method url-fetch)
9057 (uri (string-append "mirror://kde/stable/applications/" version
9058 "/src/lskat-" version ".tar.xz"))
9059 (sha256
9060 (base32 "1qk5hd27zb42pbcxq5wyzz62nj5f0qdmgy54r9rnk92pzzzk94s9"))))
9061 (build-system qt-build-system)
9062 (native-inputs
9063 `(("extra-cmake-modules" ,extra-cmake-modules)
9064 ("kdoctools" ,kdoctools)))
9065 (inputs
9066 `(("kcompletion" ,kcompletion)
9067 ("kconfig" ,kconfig)
9068 ("kcoreaddons" ,kcoreaddons)
9069 ("kcrash" ,kcrash)
9070 ("kguiaddons" ,kguiaddons)
9071 ("ki18n" ,ki18n)
9072 ("kwidgetsaddons" ,kwidgetsaddons)
9073 ("kxmlgui" ,kxmlgui)
9074 ("libkdegames" ,libkdegames)
9075 ("qtbase" ,qtbase)
9076 ("qtdeclarative" ,qtdeclarative)
9077 ("qtsvg" ,qtsvg)))
9078 (home-page "https://games.kde.org/")
9079 (synopsis "Lieutnant Skat card game")
9080 (description "Lieutnant Skat (from German \"Offiziersskat\") is a fun and
9081 engaging card game for two players, where the second player is either live
9082 opponent, or a built in artificial intelligence.
9083
9084 Lieutnant Skat is a simplified variant of the Skat card game for two players.
9085
9086 This package is part of the KDE games module.")
9087 (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
9088
9089 (define-public kapman
9090 (package
9091 (name "kapman")
9092 (version "19.08.3")
9093 (source
9094 (origin
9095 (method url-fetch)
9096 (uri (string-append "mirror://kde/stable/applications/" version
9097 "/src/kapman-" version ".tar.xz"))
9098 (sha256
9099 (base32 "03pq38caam30q4bw14c045kayw2d87xq1yaa3s2jkrylylfq3p0f"))))
9100 (build-system qt-build-system)
9101 (native-inputs
9102 `(("extra-cmake-modules" ,extra-cmake-modules)
9103 ("kdoctools" ,kdoctools)))
9104 (inputs
9105 `(("kcompletion" ,kcompletion)
9106 ("kconfig" ,kconfig)
9107 ("kconfigwidgets" ,kconfigwidgets)
9108 ("kcoreaddons" ,kcoreaddons)
9109 ("kcrash" ,kcrash)
9110 ("kdbusaddons" ,kdbusaddons)
9111 ("ki18n" ,ki18n)
9112 ("kxmlgui" ,kxmlgui)
9113 ("libkdegames" ,libkdegames)
9114 ("qtbase" ,qtbase)
9115 ("qtdeclarative" ,qtdeclarative)
9116 ("qtsvg" ,qtsvg)))
9117 (home-page "https://games.kde.org/")
9118 (synopsis "Pac-Man clone")
9119 (description "Kapman is a clone of the well known game Pac-Man.
9120
9121 You must run through the maze to eat all pills without being captured by a
9122 ghost. By eating an energizer, Kapman gets the ability to eat ghosts for a
9123 few seconds. When a stage is cleared of pills and energizer the player is
9124 taken to the next stage with slightly increased game speed
9125
9126 This package is part of the KDE games module.")
9127 (license (list license:gpl2+ license:fdl1.2+))))
9128
9129 (define-public kspaceduel
9130 (package
9131 (name "kspaceduel")
9132 (version "19.08.3")
9133 (source
9134 (origin
9135 (method url-fetch)
9136 (uri (string-append "mirror://kde/stable/applications/" version
9137 "/src/kspaceduel-" version ".tar.xz"))
9138 (sha256
9139 (base32 "1hppni0ihs7psc0dly5rxyy2a38nzhlig9yfyhi3lkh36z05pql8"))))
9140 (build-system qt-build-system)
9141 (native-inputs
9142 `(("extra-cmake-modules" ,extra-cmake-modules)
9143 ("kdoctools" ,kdoctools)))
9144 (inputs
9145 `(("kcompletion" ,kcompletion)
9146 ("kconfig" ,kconfig)
9147 ("kconfigwidgets" ,kconfigwidgets)
9148 ("kcoreaddons" ,kcoreaddons)
9149 ("kcrash" ,kcrash)
9150 ("kdbusaddons" ,kdbusaddons)
9151 ("ki18n" ,ki18n)
9152 ("kxmlgui" ,kxmlgui)
9153 ("libkdegames" ,libkdegames)
9154 ("qtbase" ,qtbase)
9155 ("qtdeclarative" ,qtdeclarative)
9156 ("qtsvg" ,qtsvg)))
9157 (home-page "https://games.kde.org/")
9158 (synopsis "Two player game with shooting spaceships flying around a sun")
9159 (description "KSpaceduel is a space battle game for one or two players,
9160 where two ships fly around a star in a struggle to be the only survivor.
9161
9162 This package is part of the KDE games module.")
9163 (license (list license:gpl2+ license:fdl1.2+))))
9164
9165 (define-public bovo
9166 (package
9167 (name "bovo")
9168 (version "19.08.3")
9169 (source
9170 (origin
9171 (method url-fetch)
9172 (uri (string-append "mirror://kde/stable/applications/" version
9173 "/src/bovo-" version ".tar.xz"))
9174 (sha256
9175 (base32 "0dbpng0w52nahmx7brsll66zw23ql1g6pcvn2k4g2lnvxch0i59g"))))
9176 (build-system qt-build-system)
9177 (native-inputs
9178 `(("extra-cmake-modules" ,extra-cmake-modules)
9179 ("kdoctools" ,kdoctools)))
9180 (inputs
9181 `(("kcompletion" ,kcompletion)
9182 ("kcoreaddons" ,kcoreaddons)
9183 ("kcrash" ,kcrash)
9184 ("kdbusaddons" ,kdbusaddons)
9185 ("ki18n" ,ki18n)
9186 ("kxmlgui" ,kxmlgui)
9187 ("libkdegames" ,libkdegames)
9188 ("qtbase" ,qtbase)
9189 ("qtdeclarative" ,qtdeclarative)
9190 ("qtsvg" ,qtsvg)))
9191 (home-page "https://games.kde.org/")
9192 (synopsis "Classic pen and paper game: five in a line")
9193 (description "Bovo is a Gomoku (from Japanese 五目並べ - lit. \"five
9194 points\") like game for two players, where the opponents alternate in placing
9195 their respective pictogram on the game board. The winner is the first to
9196 complete a line of five markers. (Also known as: Connect Five, Five in a row,
9197 X and O, Naughts and Crosses)
9198
9199 This package is part of the KDE games module.")
9200 (license (list license:gpl2+ license:fdl1.2+))))
9201
9202 (define-public killbots
9203 (package
9204 (name "killbots")
9205 (version "19.08.3")
9206 (source
9207 (origin
9208 (method url-fetch)
9209 (uri (string-append "mirror://kde/stable/applications/" version
9210 "/src/killbots-" version ".tar.xz"))
9211 (sha256
9212 (base32 "1qi86q7diw7glkp9v33yim9nhz2da4balbxa1hjrdgjdv8zdbxbm"))))
9213 (build-system qt-build-system)
9214 (native-inputs
9215 `(("extra-cmake-modules" ,extra-cmake-modules)
9216 ("kdoctools" ,kdoctools)))
9217 (inputs
9218 `(("kcompletion" ,kcompletion)
9219 ("kconfig" ,kconfig)
9220 ("kconfigwidgets" ,kconfigwidgets)
9221 ("kcoreaddons" ,kcoreaddons)
9222 ("kcrash" ,kcrash)
9223 ("kdbusaddons" ,kdbusaddons)
9224 ("ki18n" ,ki18n)
9225 ("kwidgetsaddons" ,kwidgetsaddons)
9226 ("kxmlgui" ,kxmlgui)
9227 ("libkdegames" ,libkdegames)
9228 ("qtbase" ,qtbase)
9229 ("qtdeclarative" ,qtdeclarative)))
9230 (home-page "https://games.kde.org/")
9231 (synopsis "Port of the classic BSD console game robots")
9232 (description "Killbots is a simple game of evading killer robots.
9233
9234 Who created the robots and why they have been programmed to destroy, no one
9235 knows. All that is known is that the robots are numerous and their sole
9236 objective is to destroy you. Fortunately for you, their creator has focused
9237 on quantity rather than quality and as a result the robots are severely
9238 lacking in intelligence. Your superior wit and a fancy teleportation device
9239 are your only weapons against the never-ending stream of mindless automatons.
9240
9241 This package is part of the KDE games module.")
9242 (license (list license:gpl2+ license:fdl1.2+))))
9243
9244 (define-public ksnakeduel
9245 (package
9246 (name "ksnakeduel")
9247 (version "19.08.3")
9248 (source
9249 (origin
9250 (method url-fetch)
9251 (uri (string-append "mirror://kde/stable/applications/" version
9252 "/src/ksnakeduel-" version ".tar.xz"))
9253 (sha256
9254 (base32 "0mprrnpax8pv7ab36zwhvdfj8id52w8g6x76nnj8qvkdlkjiqdnn"))))
9255 (build-system qt-build-system)
9256 (native-inputs
9257 `(("extra-cmake-modules" ,extra-cmake-modules)
9258 ("kdoctools" ,kdoctools)))
9259 (inputs
9260 `(("kcompletion" ,kcompletion)
9261 ("kconfig" ,kconfig)
9262 ("kconfigwidgets" ,kconfigwidgets)
9263 ("kcoreaddons" ,kcoreaddons)
9264 ("kcrash" ,kcrash)
9265 ("kdbusaddons" ,kdbusaddons)
9266 ("kguiaddons" ,kguiaddons)
9267 ("ki18n" ,ki18n)
9268 ("kxmlgui" ,kxmlgui)
9269 ("libkdegames" ,libkdegames)
9270 ("qtbase" ,qtbase)
9271 ("qtdeclarative" ,qtdeclarative)
9272 ("qtsvg" ,qtsvg)))
9273 (home-page "https://games.kde.org/")
9274 (synopsis "Snake race played against the computer")
9275 (description "KSnakeDuel is a fast action game where you steer a snake
9276 which has to eat food. While eating the snake grows. But once a player
9277 collides with the other snake or the wall the game is lost. This becomes of
9278 course more and more difficult the longer the snakes grow.
9279
9280 This package is part of the KDE games module.")
9281 (license (list license:gpl2+ license:fdl1.2+))))
9282
9283 (define-public kollision
9284 (package
9285 (name "kollision")
9286 (version "19.08.3")
9287 (source
9288 (origin
9289 (method url-fetch)
9290 (uri (string-append "mirror://kde/stable/applications/" version
9291 "/src/kollision-" version ".tar.xz"))
9292 (sha256
9293 (base32 "1p7qrn3d0ybpvc9k6k5wzj54dsrp1rqh39844maz0ay2fhvmch12"))))
9294 (build-system qt-build-system)
9295 (native-inputs
9296 `(("extra-cmake-modules" ,extra-cmake-modules)
9297 ("kdoctools" ,kdoctools)))
9298 (inputs
9299 `(("kcompletion" ,kcompletion)
9300 ("kconfig" ,kconfig)
9301 ("kcoreaddons" ,kcoreaddons)
9302 ("kcrash" ,kcrash)
9303 ("kdbusaddons" ,kdbusaddons)
9304 ("ki18n" ,ki18n)
9305 ("kwidgetsaddons" ,kwidgetsaddons)
9306 ("kxmlgui" ,kxmlgui)
9307 ("libkdegames" ,libkdegames)
9308 ("qtbase" ,qtbase)
9309 ("qtdeclarative" ,qtdeclarative)))
9310 (home-page "https://games.kde.org/")
9311 (synopsis "Simple ball dodging game")
9312 (description "In Kollision you use mouse to control a small blue ball in a
9313 closed space environment filled with small red balls, which move about
9314 chaotically. Your goal is to avoid touching any of those red balls with your
9315 blue one, because the moment you do the game will be over. The longer you can
9316 stay in game the higher will your score be.
9317
9318 This package is part of the KDE games module.")
9319 (license (list license:gpl2+ license:fdl1.2+))))
9320
9321 (define-public knavalbattle
9322 (package
9323 (name "knavalbattle")
9324 (version "19.08.3")
9325 (source
9326 (origin
9327 (method url-fetch)
9328 (uri (string-append "mirror://kde/stable/applications/" version
9329 "/src/knavalbattle-" version ".tar.xz"))
9330 (sha256
9331 (base32 "0sdfjplqkb30x2mvh66pkzay6vn5px87779sh2s8lpl6fcw0v9g4"))))
9332 (build-system qt-build-system)
9333 (native-inputs
9334 `(("extra-cmake-modules" ,extra-cmake-modules)
9335 ("kdoctools" ,kdoctools)))
9336 (inputs
9337 `(("kauth" ,kauth)
9338 ("kcompletion" ,kcompletion)
9339 ("kconfig" ,kconfig)
9340 ("kconfigwidgets" ,kconfigwidgets)
9341 ("kcoreaddons" ,kcoreaddons)
9342 ("kcrash" ,kcrash)
9343 ("kdbusaddons" ,kdbusaddons)
9344 ("kdnssd" ,kdnssd)
9345 ("ki18n" ,ki18n)
9346 ("ktextwidgets" ,ktextwidgets)
9347 ("kxmlgui" ,kxmlgui)
9348 ("libkdegames" ,libkdegames)
9349 ("qtbase" ,qtbase)
9350 ("qtdeclarative" ,qtdeclarative)))
9351 (home-page "https://games.kde.org/")
9352 (synopsis "Battleship board game with built-in game server")
9353 (description "KBattleship is a Battle Ship game for KDE.
9354
9355 Ships are placed on a board which represents the sea. Players try to hit each
9356 others ships in turns without knowing where they are placed. The first player
9357 to destroy all ships wins the game.
9358
9359 This package is part of the KDE games module.")
9360 (license (list license:gpl2+ license:fdl1.2+))))
9361
9362 (define-public kreversi
9363 (package
9364 (name "kreversi")
9365 (version "19.08.3")
9366 (source
9367 (origin
9368 (method url-fetch)
9369 (uri (string-append "mirror://kde/stable/applications/" version
9370 "/src/kreversi-" version ".tar.xz"))
9371 (sha256
9372 (base32 "0b6q8df2bawgnrswhq59z37axad0q3zpvvzxdds7sz1lw505xw9h"))))
9373 (build-system qt-build-system)
9374 (native-inputs
9375 `(("extra-cmake-modules" ,extra-cmake-modules)
9376 ("kdoctools" ,kdoctools)))
9377 (inputs
9378 `(("kconfig" ,kconfig)
9379 ("kconfigwidgets" ,kconfigwidgets)
9380 ("kcoreaddons" ,kcoreaddons)
9381 ("kcrash" ,kcrash)
9382 ("kdbusaddons" ,kdbusaddons)
9383 ("kdeclarative" ,kdeclarative)
9384 ("ki18n" ,ki18n)
9385 ("kiconthemes" ,kiconthemes)
9386 ("kio" ,kio)
9387 ("kxmlgui" ,kxmlgui)
9388 ("libkdegames" ,libkdegames)
9389 ("qtbase" ,qtbase)
9390 ("qtdeclarative" ,qtdeclarative)
9391 ("qtsvg" ,qtsvg)))
9392 (home-page "https://games.kde.org/")
9393 (synopsis "Old reversi board game, also known as othello")
9394 (description "KReversi is a simple one player strategy game played
9395 against the computer.
9396
9397 If a player's piece is captured by an opposing player, that piece is turned
9398 over to reveal the color of that player. A winner is declared when one player
9399 has more pieces of his own color on the board and there are no more possible
9400 moves.
9401
9402 This package is part of the KDE games module.")
9403 (license (list license:gpl2+ license:fdl1.2+))))
9404
9405 (define-public ksquares
9406 (package
9407 (name "ksquares")
9408 (version "19.08.3")
9409 (source
9410 (origin
9411 (method url-fetch)
9412 (uri (string-append "mirror://kde/stable/applications/" version
9413 "/src/ksquares-" version ".tar.xz"))
9414 (sha256
9415 (base32 "0hv8hls5s627lys08nnw72rfzsafj3dmp49mh2afzmh6lgk9h5vy"))))
9416 (build-system qt-build-system)
9417 (native-inputs
9418 `(("extra-cmake-modules" ,extra-cmake-modules)
9419 ("kdoctools" ,kdoctools)))
9420 (inputs
9421 `(("kcompletion" ,kcompletion)
9422 ("kconfig" ,kconfig)
9423 ("kconfigwidgets" ,kconfigwidgets)
9424 ("kcoreaddons" ,kcoreaddons)
9425 ("kcrash" ,kcrash)
9426 ("kdbusaddons" ,kdbusaddons)
9427 ("ki18n" ,ki18n)
9428 ("kwidgetsaddons" ,kwidgetsaddons)
9429 ("kxmlgui" ,kxmlgui)
9430 ("libkdegames" ,libkdegames)
9431 ("qtbase" ,qtbase)
9432 ("qtdeclarative" ,qtdeclarative)))
9433 (home-page "https://games.kde.org/")
9434 (synopsis "Dots and Boxes game")
9435 (description "KSquares is an implementation of the popular paper based
9436 game Squares. Two players take turns connecting dots on a grid to complete
9437 squares, the player with the most squares wins.
9438
9439 This package is part of the KDE games module.")
9440 (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
9441
9442 (define-public kjumpingcube
9443 (package
9444 (name "kjumpingcube")
9445 (version "19.08.3")
9446 (source
9447 (origin
9448 (method url-fetch)
9449 (uri (string-append "mirror://kde/stable/applications/" version
9450 "/src/kjumpingcube-" version ".tar.xz"))
9451 (sha256
9452 (base32 "0d67zqkf2xffjkj671gl2n6nj6jajyn6rgqqj5i6gm500mqi9rm1"))))
9453 (build-system qt-build-system)
9454 (native-inputs
9455 `(("extra-cmake-modules" ,extra-cmake-modules)
9456 ("kdoctools" ,kdoctools)))
9457 (inputs
9458 `(("kconfig" ,kconfig)
9459 ("kconfigwidgets" ,kconfigwidgets)
9460 ("kcoreaddons" ,kcoreaddons)
9461 ("kcrash" ,kcrash)
9462 ("kdbusaddons" ,kdbusaddons)
9463 ("ki18n" ,ki18n)
9464 ("kio" ,kio)
9465 ("kwidgetsaddons" ,kwidgetsaddons)
9466 ("kxmlgui" ,kxmlgui)
9467 ("libkdegames" ,libkdegames)
9468 ("qtbase" ,qtbase)
9469 ("qtdeclarative" ,qtdeclarative)
9470 ("qtsvg" ,qtsvg)))
9471 (home-page "https://games.kde.org/")
9472 (synopsis "Simple tactical game for number-crunchers")
9473 (description "KJumpingcube is a simple tactical game for one or two
9474 players, played on a grid of numbered squares. Each turn, players compete for
9475 control of the board by capturing or adding to one square.
9476
9477 This package is part of the KDE games module.")
9478 (license (list license:gpl2+ license:fdl1.2+))))