[PATCH] gnu: godot: Update to 3.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Marius Bakke
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
87d0mlgh9q.fsf@posteo.net
From 3f9012635d3ff9fabf341236f1cb60c58a9d3581 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Wed, 20 Mar 2019 20:13:30 -0500
Subject: [PATCH] gnu: godot: Update to 3.1.

* gnu/packages/game-development.scm (godot): Update to 3.1.
Remove openssl from recursive-delete.
---
gnu/packages/game-development.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (40 lines)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 25935aafc..fe136a3bd 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2019 Brett Gilio <brettg@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1113,7 +1114,7 @@ games.")
(define-public godot
(package
(name "godot")
- (version "3.0.6")
+ (version "3.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1122,7 +1123,7 @@ games.")
(file-name (git-file-name name version))
(sha256
(base32
- "0g64h0x8dlv6aa9ggfcidk2mknkfl5li7z1phcav8aqp9srj8avf"))
+ "1z37znqzbn0x8s04pb9dxzni9jzl8m59nfrr14vypww42f9l5i7i"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -1137,7 +1138,6 @@ games.")
"libvorbis"
"libvpx"
"libwebp"
- "openssl"
"opus"
"zlib"))
#t)))))
--
2.21.0
brettg wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)
d97a3eee7d71fb868c65152790a01a89@posteo.net
This patch is definitely not finished. I need some help. I know that the
openssl directory is being deleted in favor of it being compiled using
the openssl version from the inputs. However, with this line in the
recipe, it fails to compile. Is it perhaps a version compatibility with
openssl?

On 21.03.2019 02:14, Brett Gilio wrote:
Toggle quote (1 lines)
>
Marius Bakke wrote 5 years ago
87d0b1p3z1.fsf@devup.no
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (8 lines)
> From 3f9012635d3ff9fabf341236f1cb60c58a9d3581 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Wed, 20 Mar 2019 20:13:30 -0500
> Subject: [PATCH] gnu: godot: Update to 3.1.
>
> * gnu/packages/game-development.scm (godot): Update to 3.1.
> Remove openssl from recursive-delete.

Looks like this fell through the cracks. godot is at 3.1.2 on master
now, closing!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl4ywKIACgkQoqBt8qM6
VPqaggf+JsWIuDWOlOp70E4NjrllpxB+l06+jikQQ9e3kv+X8ZPKc+d8YyvsJavi
mKGG90p6ZDVrN1OVZNqeSbU7B5u9Zr2gjUxQisENy9QbO4Ny28sRLmDhnyxql731
YpWWTea8OYuumn/4Jwetcu9EGCnlXu8YWdM5rLENIAuG2G+W/eIHOx1lNHO7JXiJ
801SpD4EGo9Tv/G/XIIaeZ5D9g0S2LhYgBvWJjOv8GW4NQFAr/Q5MyDLNA3EwtMA
DIAEdxGCYLt3LJPPXSUykAhdBzayqKWxSuvWMi5/Qj7QmRAo989y6Cq78ftCVB+E
AxmgB8y3mI1dl7PbOsMQ6s40GLtMEw==
=Yu2l
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34932@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34932
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help