guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: openmw: Update to 0.44.0.


From: Alex Kost
Subject: 01/02: gnu: openmw: Update to 0.44.0.
Date: Tue, 28 Aug 2018 05:24:19 -0400 (EDT)

alezost pushed a commit to branch master
in repository guix.

commit 8b1f8f64c80c37167cfa10aab357e0993293ac3c
Author: Alex Kost <address@hidden>
Date:   Mon Aug 27 18:30:01 2018 +0300

    gnu: openmw: Update to 0.44.0.
    
    * gnu/packages/game-development.scm (openmw): Update to 0.44.0.
---
 gnu/packages/game-development.scm | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 8d66317..86f2877 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1037,23 +1037,18 @@ of use.")
     (license license:expat)))
 
 (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
     (name "openmw")
-    (version (git-version "0.43" revision commit))
+    (version "0.44.0")
     (source
      (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://gitlab.com/OpenMW/openmw.git";)
-             (commit commit)))
-       (file-name (string-append name "-" version "-checkout"))
+       (method url-fetch)
+       (uri
+        (string-append "https://github.com/OpenMW/openmw/archive/";
+                       name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1sp4n3f1syvv0iz7n72wh226fyc0jh98cg8bvs574jvvqx6qn851"))))
+         "03fgm2f2r7y0aqlgp038pdlnllgvm3jimrp968p4nhz1sffvjzcy"))))
     (build-system cmake-build-system)
     (arguments
      `(#: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
 games.")
     (home-page "https://openmw.org";)
-    (license license:gpl3))))
+    (license license:gpl3)))
 
 (define-public godot
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]