guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: cdogs-sdl: Update to 0.6.5.


From: Tobias Geerinckx-Rice
Subject: 02/03: gnu: cdogs-sdl: Update to 0.6.5.
Date: Mon, 3 Jul 2017 20:08:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e97b75d997f08402de07b50b9c6c26d2bfbd909e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jul 3 22:01:36 2017 +0200

    gnu: cdogs-sdl: Update to 0.6.5.
    
    * gnu/packages/games.scm (cdogs-sdl): Update to 0.6.5.
    [inputs]: Add mesa.
    [home-page]: Use HTTPS.
---
 gnu/packages/games.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 603687d..a7f697e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3849,7 +3849,7 @@ emerges from a sewer hole and pulls her below ground.")
 (define-public cdogs-sdl
   (package
     (name "cdogs-sdl")
-    (version "0.6.4")
+    (version "0.6.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/cxong/cdogs-sdl/";
@@ -3857,7 +3857,7 @@ emerges from a sewer hole and pulls her below ground.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "08c3y8ijimx6mp0gm90abz4lsnbflqka519q2v0id0096vsc2pxn"))))
+                "17llrpdrrwi8h37vjpkxk2asj7h8qdfp2zy28wiwb7cjzribmz3k"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags
@@ -3865,10 +3865,11 @@ emerges from a sewer hole and pulls her below ground.")
                             (assoc-ref %outputs "out")
                             "/share/cdogs-sdl/"))))
     (inputs
-     `(("sdl2" ,sdl2)
+     `(("mesa" ,mesa)
+       ("sdl2" ,sdl2)
        ("sdl2-image" ,sdl2-image)
        ("sdl2-mixer" ,sdl2-mixer)))
-    (home-page "http://cxong.github.io/cdogs-sdl/";)
+    (home-page "https://cxong.github.io/cdogs-sdl/";)
     (synopsis "Classic overhead run-and-gun game")
     (description "C-Dogs SDL is a classic overhead run-and-gun game,
 supporting up to 4 players in co-op and deathmatch modes.  Customize your



reply via email to

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