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:
parent
973bd8a62c
commit
c97e4d8bbe
1 changed files with 10 additions and 7 deletions
|
@ -662,9 +662,9 @@ destroying an ancient book using a special wand.")
|
||||||
;; license. The whole package is released under GPLv3+.
|
;; license. The whole package is released under GPLv3+.
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public gnubg
|
(define-public gnubackgammon
|
||||||
(package
|
(package
|
||||||
(name "gnubg")
|
(name "gnubackgammon")
|
||||||
(version "1.06.002")
|
(version "1.06.002")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -687,13 +687,16 @@ destroying an ancient book using a special wand.")
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://gnubg.org")
|
(home-page "http://gnubg.org")
|
||||||
(synopsis "Backgammon game")
|
(synopsis "Backgammon game")
|
||||||
(description "The GNU backgammon application can be used for playing,
|
(description "The GNU backgammon application (also known as \"gnubg\") can
|
||||||
analyzing and teaching the game. It has an advanced evaluation engine based on
|
be used for playing, analyzing and teaching the game. It has an advanced
|
||||||
artificial neural networks suitable for both beginners and advanced players. In
|
evaluation engine based on artificial neural networks suitable for both
|
||||||
addition to a command-line interface, it also features an attractive, 3D
|
beginners and advanced players. In addition to a command-line interface, it
|
||||||
representation of the playing board.")
|
also features an attractive, 3D representation of the playing board.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public gnubg
|
||||||
|
(deprecated-package "gnubg" gnubackgammon))
|
||||||
|
|
||||||
(define-public gnubik
|
(define-public gnubik
|
||||||
(package
|
(package
|
||||||
(name "gnubik")
|
(name "gnubik")
|
||||||
|
|
Reference in a new issue