gnu: armagetronad: Rename package to armagetron-advanced.

* gnu/packages/games.scm (armagetronad): Define in terms of
'deprecated-package'.
(armagetron-advanced): New variable, formerly known as "armagetronad".
This commit is contained in:
Pierre Neidhardt 2019-03-26 13:23:03 +01:00
parent ceab612374
commit df42e0f9c9
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 11 additions and 8 deletions

View File

@ -165,9 +165,9 @@
#:use-module ((srfi srfi-1) #:hide (zip)) #:use-module ((srfi srfi-1) #:hide (zip))
#:use-module (srfi srfi-26)) #:use-module (srfi srfi-26))
(define-public armagetronad (define-public armagetron-advanced
(package (package
(name "armagetronad") (name "armagetron-advanced")
(version "0.2.8.3.4") (version "0.2.8.3.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -186,14 +186,17 @@
("libjpeg-turbo" ,libjpeg-turbo))) ("libjpeg-turbo" ,libjpeg-turbo)))
(home-page "http://www.armagetronad.org") (home-page "http://www.armagetronad.org")
(synopsis "Tron clone in 3D") (synopsis "Tron clone in 3D")
(description "Armagetron is a multiplayer game in 3d that attempts to (description "Armagetron Advanced is a multiplayer game in 3d that
emulate and expand on the lightcycle sequence from the movie Tron. It's attempts to emulate and expand on the lightcycle sequence from the movie Tron.
an old school arcade game slung into the 21st century. Highlights include It's an old school arcade game slung into the 21st century. Highlights
a customizable playing arena, HUD, unique graphics, and AI bots. For the include a customizable playing arena, HUD, unique graphics, and AI bots. For
more advanced player there are new game modes and a wide variety of physics the more advanced player there are new game modes and a wide variety of
settings to tweak as well.") physics settings to tweak as well.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public armagetronad
(deprecated-package "armagetronad" armagetron-advanced))
(define-public bastet (define-public bastet
(package (package
(name "bastet") (name "bastet")