gnu: gnubg: Rename package to gnubackgammon.

* gnu/packages/games.scm (gnubg): Define in terms of
'deprecated-package'.
(gnubackgammon): New variable, formerly known as "gnubg".
This commit is contained in:
Pierre Neidhardt 2019-03-26 13:34:29 +01:00
parent 973bd8a62c
commit c97e4d8bbe
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -662,9 +662,9 @@ (define-public knights
;; license. The whole package is released under GPLv3+.
(license license:gpl3+)))
(define-public gnubg
(define-public gnubackgammon
(package
(name "gnubg")
(name "gnubackgammon")
(version "1.06.002")
(source
(origin
@ -687,13 +687,16 @@ (define-public gnubg
("pkg-config" ,pkg-config)))
(home-page "http://gnubg.org")
(synopsis "Backgammon game")
(description "The GNU backgammon application can be used for playing,
analyzing and teaching the game. It has an advanced evaluation engine based on
artificial neural networks suitable for both beginners and advanced players. In
addition to a command-line interface, it also features an attractive, 3D
representation of the playing board.")
(description "The GNU backgammon application (also known as \"gnubg\") can
be used for playing, analyzing and teaching the game. It has an advanced
evaluation engine based on artificial neural networks suitable for both
beginners and advanced players. In addition to a command-line interface, it
also features an attractive, 3D representation of the playing board.")
(license license:gpl3+)))
(define-public gnubg
(deprecated-package "gnubg" gnubackgammon))
(define-public gnubik
(package
(name "gnubik")