diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-03 22:01:36 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-04 00:51:52 +0200 |
commit | e97b75d997f08402de07b50b9c6c26d2bfbd909e (patch) | |
tree | d5de7565deb01d1e72489d532545c5f332d6e73a /gnu/packages/games.scm | |
parent | e9e3a69d36f375d36bd25a211b1a173638007494 (diff) |
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.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 603687d08f..a7f697ece4 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 |