Archived
1
0
Fork 0

gnu: cdogs-sdl: Update to 0.6.7.

* gnu/packages/games.scm (cdogs-sdl): Update to 0.6.7.
[source]: Use version tag.
This commit is contained in:
Tobias Geerinckx-Rice 2018-07-02 00:08:54 +02:00
parent 39f516cb83
commit 6e65eb3cad
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3666,46 +3666,43 @@ emerges from a sewer hole and pulls her below ground.")
license:cc-by-sa3.0))))) license:cc-by-sa3.0)))))
(define-public cdogs-sdl (define-public cdogs-sdl
;; XXX: Use version 0.6.7 when it's available. (package
(let ((commit "bab2031369b9ea2dbeb7eedbde10a43dd8ca83db") (name "cdogs-sdl")
(revision "1")) (version "0.6.7")
(package (source (origin
(name "cdogs-sdl") (method git-fetch)
(version (git-version "0.6.6" revision commit)) (uri (git-reference
(source (origin (url "https://github.com/cxong/cdogs-sdl.git")
(method git-fetch) (commit version)))
(uri (git-reference (file-name (git-file-name name version))
(url "https://github.com/cxong/cdogs-sdl.git") (sha256
(commit commit))) (base32
(file-name (git-file-name name version)) "1frafzsj3f83xkmn4llr7g728c82lcqi424ini1hv3gv5zjgpa15"))))
(sha256 (build-system cmake-build-system)
(base32 (arguments
"09sfqhrrffhvxbhigvrxfmai52w01w3f9kjmixjhqvqlkhn77c9n")))) `(#:configure-flags
(build-system cmake-build-system) (list (string-append "-DCDOGS_DATA_DIR="
(arguments (assoc-ref %outputs "out")
`(#:configure-flags "/share/cdogs-sdl/"))))
(list (string-append "-DCDOGS_DATA_DIR=" (inputs
(assoc-ref %outputs "out") `(("mesa" ,mesa)
"/share/cdogs-sdl/")))) ("sdl2" ,sdl2)
(inputs ("sdl2-image" ,sdl2-image)
`(("mesa" ,mesa) ("sdl2-mixer" ,sdl2-mixer)))
("sdl2" ,sdl2) (home-page "https://cxong.github.io/cdogs-sdl/")
("sdl2-image" ,sdl2-image) (synopsis "Classic overhead run-and-gun game")
("sdl2-mixer" ,sdl2-mixer))) (description "C-Dogs SDL is a classic overhead run-and-gun game,
(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 supporting up to 4 players in co-op and deathmatch modes. Customize your
player, choose from many weapons, and blast, slide and slash your way through player, choose from many weapons, and blast, slide and slash your way through
over 100 user-created campaigns.") over 100 user-created campaigns.")
;; GPLv2+ for code (includes files under BSD-2 and BSD-3), ;; GPLv2+ for code (includes files under BSD-2 and BSD-3),
;; CC0/CC-BY/CC-BY-SA for assets. ;; CC0/CC-BY/CC-BY-SA for assets.
(license (list license:gpl2+ (license (list license:gpl2+
license:bsd-2 license:bsd-2
license:bsd-3 license:bsd-3
license:cc0 license:cc0
license:cc-by3.0 license:cc-by3.0
license:cc-by-sa3.0))))) license:cc-by-sa3.0))))
(define-public kiki (define-public kiki
(package (package