gnu: allegro: Update to 5.2.7.0.

* gnu/packages/game-development.scm (allegro): Update to 5.2.7.0.
[inputs]: Use gtk+ instead of gtk+-2.
This commit is contained in:
Liliana Marie Prikler 2021-09-04 11:29:34 +02:00
parent f4278d1f77
commit cd5145875e
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -830,7 +830,7 @@ (define-public allegro-4
(define-public allegro (define-public allegro
(package (package
(name "allegro") (name "allegro")
(version "5.2.5.0") (version "5.2.7.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/liballeg/allegro5/releases" (uri (string-append "https://github.com/liballeg/allegro5/releases"
@ -838,7 +838,7 @@ (define-public allegro
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"06dpkfnac8w3pq36834nn2iij3ajz6prladqd0w92lq39aiqv5jr")))) "034pmbmbq6jagpp4lhnyjqmf8gcz5fx74d9rknrm7d4wv4cv7qy1"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments `(#:tests? #f)) ; there are no tests (arguments `(#:tests? #f)) ; there are no tests
(inputs (inputs
@ -846,7 +846,7 @@ (define-public allegro
`(("flac" ,flac) `(("flac" ,flac)
("freetype" ,freetype) ("freetype" ,freetype)
("glu" ,glu) ("glu" ,glu)
("gtk" ,gtk+-2) ("gtk" ,gtk+)
("libjpeg" ,libjpeg-turbo) ("libjpeg" ,libjpeg-turbo)
("libpng" ,libpng) ("libpng" ,libpng)
("libtheora" ,libtheora) ("libtheora" ,libtheora)