all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32036] [PATCH] gnu: Add freedink-dfarc.
@ 2018-07-02 15:06 Kei Kebreau
  2018-07-02 15:48 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Kei Kebreau @ 2018-07-02 15:06 UTC (permalink / raw)
  To: 32036; +Cc: Kei Kebreau

* gnu/packages/games.scm (freedink-dfarc): New variable.
---
 gnu/packages/games.scm | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0796e4800..b172243bd 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1171,7 +1171,28 @@ To that extent, it also includes a front-end for managing all of your D-Mods.")
      "This package contains the game data of GNU Freedink.")
     (license license:gpl3+)))
 
-;; TODO: Add freedink-dfarc when there's a wxWidgets package.
+(define-public freedink-dfarc
+  (package
+    (name "freedink-dfarc")
+    (version "3.14")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnu/freedink/dfarc-"
+                                  version ".tar.gz"))
+              (sha256
+               (base32
+                "1yp8n3w426xnlp10xk06vfi2y3k9xrcfyck7s7qs1v0ys7n284d5"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("intltool" ,intltool)))
+    (inputs
+     `(("bzip2" ,bzip2)
+       ("wxwidgets" ,wxwidgets)))
+    (home-page "https://www.gnu.org/software/freedink/")
+    (synopsis "Front-end for managing and playing Dink Modules")
+    (description "DFArc makes it easy to play and manage the GNU FreeDink game
+and its numerous D-Mods.")
+    (license license:gpl3+)))
 
 (define-public freedink
   ;; This is a wrapper that tells the engine where to find the data.
-- 
2.18.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#32036] [PATCH] gnu: Add freedink-dfarc.
  2018-07-02 15:06 [bug#32036] [PATCH] gnu: Add freedink-dfarc Kei Kebreau
@ 2018-07-02 15:48 ` Ludovic Courtès
  2018-07-02 19:26   ` bug#32036: " Kei Kebreau
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2018-07-02 15:48 UTC (permalink / raw)
  To: Kei Kebreau; +Cc: 32036

Kei Kebreau <kkebreau@posteo.net> skribis:

> * gnu/packages/games.scm (freedink-dfarc): New variable.

LGTM, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#32036: [PATCH] gnu: Add freedink-dfarc.
  2018-07-02 15:48 ` Ludovic Courtès
@ 2018-07-02 19:26   ` Kei Kebreau
  0 siblings, 0 replies; 3+ messages in thread
From: Kei Kebreau @ 2018-07-02 19:26 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 32036-done

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

ludo@gnu.org (Ludovic Courtès) writes:

> Kei Kebreau <kkebreau@posteo.net> skribis:
>
>> * gnu/packages/games.scm (freedink-dfarc): New variable.
>
> LGTM, thanks!
>
> Ludo'.

Pushed! Thanks for the review.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-02 19:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-02 15:06 [bug#32036] [PATCH] gnu: Add freedink-dfarc Kei Kebreau
2018-07-02 15:48 ` Ludovic Courtès
2018-07-02 19:26   ` bug#32036: " Kei Kebreau

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.