GNU bug report logs - #26435
[PATCH] gnu: Add cdogs-sdl.

Previous Next

Package: guix-patches;

Reported by: Ricardo Wurmus <rekado <at> elephly.net>

Date: Mon, 10 Apr 2017 19:40:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26435 in the body.
You can then email your comments to 26435 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#26435; Package guix-patches. (Mon, 10 Apr 2017 19:40:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ricardo Wurmus <rekado <at> elephly.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 10 Apr 2017 19:40:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: guix-patches <at> gnu.org
Cc: Ricardo Wurmus <rekado <at> elephly.net>
Subject: [PATCH] gnu: Add cdogs-sdl.
Date: Mon, 10 Apr 2017 21:39:12 +0200
* gnu/packages/games.scm (cdogs-sdl): New variable.
---
 gnu/packages/games.scm | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index ed04239c6..71f35e2fe 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3515,3 +3515,40 @@ emerges from a sewer hole and pulls her below ground.")
                      license:expat
                      license:public-domain
                      license:cc-by-sa3.0)))))
+
+(define-public cdogs-sdl
+  (package
+    (name "cdogs-sdl")
+    (version "0.6.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://github.com/cxong/cdogs-sdl/"
+                                  "archive/" version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "08c3y8ijimx6mp0gm90abz4lsnbflqka519q2v0id0096vsc2pxn"))))
+    (build-system cmake-build-system)
+    (arguments
+     `(#:configure-flags
+       (list (string-append "-DCDOGS_DATA_DIR="
+                            (assoc-ref %outputs "out")
+                            "/share/cdogs-sdl/"))))
+    (inputs
+     `(("sdl2" ,sdl2)
+       ("sdl2-image" ,sdl2-image)
+       ("sdl2-mixer" ,sdl2-mixer)))
+    (home-page "http://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
+player, choose from many weapons, and blast, slide and slash your way through
+over 100 user-created campaigns.")
+    ;; GPLv2+ for code (includes files under BSD-2 and BSD-3),
+    ;; CC0/CC-BY/CC-BY-SA for assets.
+    (license (list license:gpl2+
+                   license:bsd-2
+                   license:bsd-3
+                   license:cc0
+                   license:cc-by3.0
+                   license:cc-by-sa3.0))))
-- 
2.12.2






Information forwarded to guix-patches <at> gnu.org:
bug#26435; Package guix-patches. (Tue, 11 Apr 2017 03:43:02 GMT) Full text and rfc822 format available.

Message #8 received at 26435 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: 26435 <at> debbugs.gnu.org
Subject: Re: bug#26435: [PATCH] gnu: Add cdogs-sdl.
Date: Mon, 10 Apr 2017 23:42:30 -0400
On Mon, Apr 10, 2017 at 09:39:12PM +0200, Ricardo Wurmus wrote:
> * gnu/packages/games.scm (cdogs-sdl): New variable.

Looks good!




Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Tue, 11 Apr 2017 07:44:02 GMT) Full text and rfc822 format available.

Notification sent to Ricardo Wurmus <rekado <at> elephly.net>:
bug acknowledged by developer. (Tue, 11 Apr 2017 07:44:02 GMT) Full text and rfc822 format available.

Message #13 received at 26435-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Leo Famulari <leo <at> famulari.name>
Cc: 26435-done <at> debbugs.gnu.org
Subject: Re: bug#26435: [PATCH] gnu: Add cdogs-sdl.
Date: Tue, 11 Apr 2017 09:43:48 +0200
Leo Famulari <leo <at> famulari.name> writes:

> On Mon, Apr 10, 2017 at 09:39:12PM +0200, Ricardo Wurmus wrote:
>> * gnu/packages/games.scm (cdogs-sdl): New variable.
>
> Looks good!

Thanks.  Pushed to master with f0f7bf95a.

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 09 May 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 102 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.