guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: arx-libertatis: Update to 1.2.


From: guix-commits
Subject: branch master updated: gnu: arx-libertatis: Update to 1.2.
Date: Sat, 17 Jul 2021 11:49:07 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9591f68  gnu: arx-libertatis: Update to 1.2.
9591f68 is described below

commit 9591f6855090978a1eedb39bbaab48cfc0d858a8
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Sat Jul 17 17:48:26 2021 +0200

    gnu: arx-libertatis: Update to 1.2.
    
    * gnu/packages/games.scm (arx-libertatis): Update to 1.2.
    [inputs]: Replace sdl with sdl2 and mesa with libepoxy.
---
 gnu/packages/games.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9a44c4d..8c6b552 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8771,7 +8771,7 @@ game field is extended to 4D space, which has to filled 
up by the gamer with
 (define-public arx-libertatis
   (package
     (name "arx-libertatis")
-    (version "1.1.2")
+    (version "1.2")
     (source
      (origin
        (method url-fetch)
@@ -8779,7 +8779,7 @@ game field is extended to 4D space, which has to filled 
up by the gamer with
                            version ".tar.xz"))
        (sha256
         (base32
-         "0hjfxlsmp8wwqr06snv2dlly2s79ra0d9aw49gkp6rn8m50b9bc2"))))
+         "035dflxffa98bxmxkrqfizmhvnr09wyhhmzaqxk92772qil7gkxs"))))
     (build-system cmake-build-system)
     (outputs '("out" "installer"))
     (arguments
@@ -8824,8 +8824,8 @@ game field is extended to 4D space, which has to filled 
up by the gamer with
                (rename-file (string-append out "/bin/arx-install-data")
                             (string-append installer 
"/bin/arx-install-data"))))))))
     (inputs
-     `(("sdl" ,sdl)                     ; Switch to sdl2 in >1.1.2.
-       ("mesa" ,mesa)                   ; Switch to libepoxy in >1.1.2.
+     `(("sdl2" ,sdl2)
+       ("libepoxy" ,libepoxy)
        ("glew" ,glew)
        ("openal" ,openal)
        ("zlib" ,zlib)



reply via email to

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