all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34881] [PATCH] gnu: gzdoom: Update to 3.7.2.
@ 2019-03-15 23:18 nee
  2019-03-20  1:14 ` Kei Kebreau
  0 siblings, 1 reply; 5+ messages in thread
From: nee @ 2019-03-15 23:18 UTC (permalink / raw)
  To: 34881

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



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

From 261618b557f4f292c376e1f92c4a4d5f23bc4b73 Mon Sep 17 00:00:00 2001
From: nee <nee-git@hidamari.blue>
Date: Fri, 15 Mar 2019 23:53:52 +0100
Subject: [PATCH] gnu: gzdoom: Update to 3.7.2.

* gnu/packages/games.scm (gzdoom): Update to 3.7.2.
[source](uri): Update path.
[source](snippet): Bundled libjpeg directory has beend renamed.
---
 gnu/packages/games.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 46b58e352c..a1626740cd 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5309,22 +5309,22 @@ You can save humanity and get programming skills!")
 (define-public gzdoom
   (package
     (name "gzdoom")
-    (version "3.3.0")
+    (version "3.7.2")
     (source (origin
               (method url-fetch)
               (uri
-               (string-append "https://zdoom.org/files/gzdoom/src/gzdoom-g"
+               (string-append "https://zdoom.org/files/gzdoom/src/gzdoom-src-g"
                               version ".zip"))
               (sha256
                (base32
-                "09a4kx3ry8pc9r578m7yprwa7zsdqxjpn10lyc92r5g9sx4l1m1a"))
+                "0182f160m8d0c3nywjw3dxvnz93xjs4cn8akx7137cha4s05wdq7"))
               (patches (search-patches "gzdoom-search-in-installed-share.patch"))
               (modules '((guix build utils)))
               (snippet
                '(begin
                   (delete-file-recursively "bzip2")
                   (delete-file-recursively "game-music-emu")
-                  (delete-file-recursively "jpeg-6b")
+                  (delete-file-recursively "jpeg")
                   (delete-file-recursively "zlib")
                   #t))))
     (arguments
-- 
2.20.1


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

end of thread, other threads:[~2019-03-26  1:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-15 23:18 [bug#34881] [PATCH] gnu: gzdoom: Update to 3.7.2 nee
2019-03-20  1:14 ` Kei Kebreau
2019-03-20 18:28   ` nee
2019-03-23 17:09   ` Ludovic Courtès
2019-03-26  1:33     ` bug#34881: " 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.