gnu: openmw: Update to 0.44.0.

* gnu/packages/game-development.scm (openmw): Update to 0.44.0.
This commit is contained in:
Alex Kost 2018-08-27 18:30:01 +03:00
parent 3bcb305b98
commit 8b1f8f64c8
No known key found for this signature in database
GPG Key ID: 82460C082A0EE98F
1 changed files with 7 additions and 12 deletions

View File

@ -1037,23 +1037,18 @@ of use.")
(license license:expat))) (license license:expat)))
(define-public openmw (define-public openmw
;; XXX The current version does not support qt 5.11, but the upcoming
;; version (0.44) will do.
(let ((commit "5bc073603e8c7887e015a0ef41b4cefd6e688aaf")
(revision "1"))
(package (package
(name "openmw") (name "openmw")
(version (git-version "0.43" revision commit)) (version "0.44.0")
(source (source
(origin (origin
(method git-fetch) (method url-fetch)
(uri (git-reference (uri
(url "https://gitlab.com/OpenMW/openmw.git") (string-append "https://github.com/OpenMW/openmw/archive/"
(commit commit))) name "-" version ".tar.gz"))
(file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 (base32
"1sp4n3f1syvv0iz7n72wh226fyc0jh98cg8bvs574jvvqx6qn851")))) "03fgm2f2r7y0aqlgp038pdlnllgvm3jimrp968p4nhz1sffvjzcy"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; No test target `(#:tests? #f ; No test target
@ -1080,7 +1075,7 @@ the 2002 open-world RPG Morrowind. The engine comes with its own editor,
called OpenMW-CS which allows the user to edit or create their own original called OpenMW-CS which allows the user to edit or create their own original
games.") games.")
(home-page "https://openmw.org") (home-page "https://openmw.org")
(license license:gpl3)))) (license license:gpl3)))
(define-public godot (define-public godot
(package (package