all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31612] [PATCH] gnu: 0ad: Update to 0.0.23-alpha.
@ 2018-05-27 21:00 Jonathan Brielmaier
  2018-05-31  4:22 ` bug#31612: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Brielmaier @ 2018-05-27 21:00 UTC (permalink / raw)
  To: 31612

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

Hi,

find attached a patch to update 0ad (and 0ad-data) to 0.0.23-alpha.
I did a quick test and I didn't see any regression :)

~Jonathan

[-- Attachment #2: 0001-gnu-0ad-Update-to-0.0.23-alpha.patch --]
[-- Type: text/x-patch, Size: 2849 bytes --]

From 63fc102c729a5a4411abb722f640e3f719cf35fc Mon Sep 17 00:00:00 2001
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Date: Sun, 27 May 2018 22:49:50 +0200
Subject: [PATCH] gnu: 0ad: Update to 0.0.23-alpha.

* gnu/packages/games.scm (0ad-data, 0ad): Update to 0.0.23-alpha.
[source]: Change link to https.
[inputs]: Add libsodium.
---
 gnu/packages/games.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 3e848369b..940892551 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -67,6 +67,7 @@
   #:use-module (gnu packages audio)
   #:use-module (gnu packages avahi)
   #:use-module (gnu packages boost)
+  #:use-module (gnu packages crypto)
   #:use-module (gnu packages documentation)
   #:use-module (gnu packages docbook)
   #:use-module (gnu packages fltk)
@@ -4047,16 +4048,16 @@ fight against their plot and save his fellow rabbits from slavery.")
 (define-public 0ad-data
   (package
     (name "0ad-data")
-    (version "0.0.22-alpha")
+    (version "0.0.23-alpha")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://releases.wildfiregames.com/0ad-"
+       (uri (string-append "https://releases.wildfiregames.com/0ad-"
                            version "-unix-data.tar.xz"))
        (file-name (string-append name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0vknk9ay9h2p34r7mym2g066f3s3c5d5vmap0ckcs5b86h5cscjc"))
+         "1b6qcvd8yyyxavgdwpcs7asmln3xgnvjkglz6ggvwb956x37ggzx"))
        (modules '((guix build utils)))
        (snippet
         #~(begin
@@ -4101,19 +4102,18 @@ fight against their plot and save his fellow rabbits from slavery.")
 (define-public 0ad
   (package
     (name "0ad")
-    (version "0.0.22-alpha")
+    (version "0.0.23-alpha")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://releases.wildfiregames.com/0ad-"
+       (uri (string-append "https://releases.wildfiregames.com/0ad-"
                            version "-unix-build.tar.xz"))
        (file-name (string-append name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1cgmr4g5g9wv36v7ylbrvqhsjwgcsdgbqwc8zlqmnayk9zgkdpgx"))
+         "0qz1sg4n5y766qwgi63drrrx6k17kk0rcnn9a4a9crllk2vf78fg"))))
        ;; A snippet here would cause a build failure because of timestamps
        ;; reset.  See https://bugs.gnu.org/26734.
-       ))
     (inputs
      `(("0ad-data" ,0ad-data)
        ("curl" ,curl)
@@ -4121,6 +4121,7 @@ fight against their plot and save his fellow rabbits from slavery.")
        ("gloox" ,gloox)
        ("icu4c" ,icu4c)
        ("libpng" ,libpng)
+       ("libsodium" ,libsodium)
        ("libvorbis" ,libvorbis)
        ("libxcursor" ,libxcursor)
        ("libxml2" ,libxml2)
-- 
2.17.0


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

* bug#31612: [PATCH] gnu: 0ad: Update to 0.0.23-alpha.
  2018-05-27 21:00 [bug#31612] [PATCH] gnu: 0ad: Update to 0.0.23-alpha Jonathan Brielmaier
@ 2018-05-31  4:22 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2018-05-31  4:22 UTC (permalink / raw)
  To: Jonathan Brielmaier; +Cc: 31612-done

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

On Sun, May 27, 2018 at 11:00:52PM +0200, Jonathan Brielmaier wrote:
> Hi,
> 
> find attached a patch to update 0ad (and 0ad-data) to 0.0.23-alpha.
> I did a quick test and I didn't see any regression :)
> 
> ~Jonathan

> From 63fc102c729a5a4411abb722f640e3f719cf35fc Mon Sep 17 00:00:00 2001
> From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
> Date: Sun, 27 May 2018 22:49:50 +0200
> Subject: [PATCH] gnu: 0ad: Update to 0.0.23-alpha.
> 
> * gnu/packages/games.scm (0ad-data, 0ad): Update to 0.0.23-alpha.
> [source]: Change link to https.
> [inputs]: Add libsodium.

Thanks! Pushed as 706d6190cabead6885d16cb2d89cd89f1a216229

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

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

end of thread, other threads:[~2018-05-31  4:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-27 21:00 [bug#31612] [PATCH] gnu: 0ad: Update to 0.0.23-alpha Jonathan Brielmaier
2018-05-31  4:22 ` bug#31612: " Leo Famulari

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.