unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: nee <nee@cock.li>
To: 29458@debbugs.gnu.org
Subject: [bug#29458] [PATCH] gnu: crawl: Update to 0.20.1.
Date: Sun, 26 Nov 2017 20:04:15 +0100	[thread overview]
Message-ID: <468f4baf-ee8c-6ee2-b0ae-5976e6417ef6@cock.li> (raw)

[-- 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


             reply	other threads:[~2017-11-26 19:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-26 19:04 nee [this message]
2017-11-26 22:53 ` bug#29458: [PATCH] gnu: crawl: Update to 0.20.1 Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=468f4baf-ee8c-6ee2-b0ae-5976e6417ef6@cock.li \
    --to=nee@cock.li \
    --cc=29458@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).