GNU bug report logs -
#32036
[PATCH] gnu: Add freedink-dfarc.
Previous Next
Reported by: Kei Kebreau <kkebreau <at> posteo.net>
Date: Mon, 2 Jul 2018 15:08:01 UTC
Severity: normal
Tags: patch
Done: Kei Kebreau <kkebreau <at> posteo.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 32036 in the body.
You can then email your comments to 32036 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#32036
; Package
guix-patches
.
(Mon, 02 Jul 2018 15:08:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Kei Kebreau <kkebreau <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 02 Jul 2018 15:08:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#32036
; Package
guix-patches
.
(Mon, 02 Jul 2018 15:49:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 32036 <at> debbugs.gnu.org (full text, mbox):
Kei Kebreau <kkebreau <at> posteo.net> skribis:
> * gnu/packages/games.scm (freedink-dfarc): New variable.
LGTM, thanks!
Ludo'.
Reply sent
to
Kei Kebreau <kkebreau <at> posteo.net>
:
You have taken responsibility.
(Mon, 02 Jul 2018 19:27:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Kei Kebreau <kkebreau <at> posteo.net>
:
bug acknowledged by developer.
(Mon, 02 Jul 2018 19:27:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 32036-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
ludo <at> gnu.org (Ludovic Courtès) writes:
> Kei Kebreau <kkebreau <at> posteo.net> skribis:
>
>> * gnu/packages/games.scm (freedink-dfarc): New variable.
>
> LGTM, thanks!
>
> Ludo'.
Pushed! Thanks for the review.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 31 Jul 2018 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 19 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.