unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29458] [PATCH] gnu: crawl: Update to 0.20.1.
@ 2017-11-26 19:04 nee
  2017-11-26 22:53 ` bug#29458: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: nee @ 2017-11-26 19:04 UTC (permalink / raw)
  To: 29458

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

Hello, here is a late update for crawl.
I also fixed the TODO for crawl-tiles and added pngcrush as
native-input, since it's packaged now.

I added the crawl blog to my rss feed now. The next stable release is
already queued for the 5th of January 2018¹, so I hope to get that into
guix in a more timely fashion.

1)
https://crawl.develz.org/wordpress/trunk-updates-and-0-21-tournament-release-info

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-crawl-Update-to-0.20.1.patch --]
[-- Type: text/x-patch; name="0001-gnu-crawl-Update-to-0.20.1.patch", Size: 1633 bytes --]

From e549e6f27133b221eb97a5b3883291129ab00d29 Mon Sep 17 00:00:00 2001
From: nee <nee.git@cock.li>
Date: Sun, 26 Nov 2017 19:45:42 +0100
Subject: [PATCH] gnu: crawl: Update to 0.20.1.

* gnu/packages/games.scm(crawl): Update to 0.20.1.
* gnu/packages/games.scm(crawl-tiles): Update to 0.20.1.
[native-inputs]: Add pngcrush.
---
 gnu/packages/games.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index b1ba28a62..458f8ca35 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4505,7 +4505,7 @@ fish.  The whole game is accompanied by quiet, comforting music.")
 (define-public crawl
   (package
     (name "crawl")
-    (version "0.20.0")
+    (version "0.20.1")
     (source
      (origin
        (method url-fetch)
@@ -4519,7 +4519,7 @@ fish.  The whole game is accompanied by quiet, comforting music.")
                             version "-nodeps.tar.xz")))
        (sha256
         (base32
-         "0127dgldij2h4m7cf32yy9ndv4vcz03g4km71lmxrsi5mw7ljgpd"))
+         "0cagx7687r5ln7pmzl60akjhjpyqd62z9zhfr2mqfk53wl9jbsbj"))
        (patches (search-patches "crawl-upgrade-saves.patch"))))
     (build-system gnu-build-system)
     (inputs
@@ -4604,7 +4604,7 @@ fabulous Orb of Zot.")
        ("sdl2-mixer" ,sdl2-mixer)))
     (native-inputs
      `(,@(package-native-inputs crawl)
-       ;; TODO: Add advpng or pngcrush for additional PNG optimization.
+       ("pngcrush" ,pngcrush)
        ("which" ,which)))
     (synopsis "Graphical roguelike dungeon crawler game")))
 
-- 
2.14.1


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

* bug#29458: [PATCH] gnu: crawl: Update to 0.20.1.
  2017-11-26 19:04 [bug#29458] [PATCH] gnu: crawl: Update to 0.20.1 nee
@ 2017-11-26 22:53 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2017-11-26 22:53 UTC (permalink / raw)
  To: nee; +Cc: 29458-done

On Sun, Nov 26, 2017 at 08:04:15PM +0100, nee wrote:
> From e549e6f27133b221eb97a5b3883291129ab00d29 Mon Sep 17 00:00:00 2001
> From: nee <nee.git@cock.li>
> Date: Sun, 26 Nov 2017 19:45:42 +0100
> Subject: [PATCH] gnu: crawl: Update to 0.20.1.
> 
> * gnu/packages/games.scm(crawl): Update to 0.20.1.
> * gnu/packages/games.scm(crawl-tiles): Update to 0.20.1.
> [native-inputs]: Add pngcrush.

Thanks! Pushed as 6438a4682d99f7bb6cc35211ec5d02d969d09b53

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

end of thread, other threads:[~2017-11-26 22:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-26 19:04 [bug#29458] [PATCH] gnu: crawl: Update to 0.20.1 nee
2017-11-26 22:53 ` bug#29458: " Leo Famulari

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).