unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Tobias Geerinckx-Rice via Guix-patches via <guix-patches@gnu.org>
To: Barnabas Beres <beresbarnus03@gmail.com>
Cc: 44573@debbugs.gnu.org
Subject: [bug#44573] [PATCH] gnu: flightgear: Update to 2020.3.2
Date: Wed, 11 Nov 2020 16:38:21 +0100	[thread overview]
Message-ID: <878sb7j442.fsf@nckx> (raw)
In-Reply-To: <20201111112857.5360-1-beresbarnus03@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 705 bytes --]

Barnabas,

Thank you!

Barnabas Beres 写道:
> * gnu/packages/games.scm (simgear): Update to 2020.3.2
> * gnu/packages/games.scm (flightgear): Update to 2020.3.2

Unfortunately, this patch is incomplete: you'd expect at least one 
hash change, and in this case 3 (simgear, flightgear, and its 
data).

Unfortunatelier, I updated Flightgear to 2020.3.2 when it came out 
(patch below) but haven't been able to test it yet, so it's been 
rotting away on my hard drive.

Have you successfully flown the new version?

It adds yet another a third-party library but I kept is as it's 
been ‘modified’ according to the README.  I didn't compare the 
code.

Kind regards,

T G-R


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-simgear-flightgear-Update-to-2020.3.2.patch --]
[-- Type: text/x-patch, Size: 2399 bytes --]

From 4926806b4acc86382cb80195d07cc731c8bb91d3 Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Sat, 7 Nov 2020 23:24:29 +0100
Subject: [PATCH] gnu: simgear, flightgear: Update to 2020.3.2.

* gnu/packages/games.scm (simgear, flightgear): Update to 2020.3.2.
---
 gnu/packages/games.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 439e369fe4..217e2507fd 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8803,7 +8803,7 @@ levels to unlock.")
 (define simgear
   (package
     (name "simgear")
-    (version "2018.3.5")
+    (version "2020.3.2")
     (source
      (origin
        (method url-fetch)
@@ -8811,7 +8811,7 @@ levels to unlock.")
                            (version-major+minor version) "/"
                            "simgear-" version ".tar.bz2"))
        (sha256
-        (base32 "1vkqm66r1205k3hdjmx5wmx5kvmsb0dgfzrs8n5gqnxj8szs42dl"))))
+        (base32 "0kkxanfhdw16phb3b890ywbfnswzjfl5mi2ikjjhz3fwz6rx6i09"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases
@@ -8847,11 +8847,11 @@ and also provides the base for the FlightGear Flight Simulator.")
                            (version-major+minor version) "/"
                            "flightgear-" version ".tar.bz2"))
        (sha256
-        (base32 "0ya3vb539kwi1qrifqhsj5j3k4w6s06hrllp2vdzxf6id7cgf0hc"))
+        (base32 "056cvrb6qwn9p64nigm3d6md86fcqv00691a4a0r0ppqhslbr6xd"))
        (modules '((guix build utils)))
        (snippet
         '(begin
-           ;; There are some bundled libraries.
+           ;; There are some bundled libraries, not all of them listed here.
            (for-each delete-file-recursively
                      '("3rdparty/sqlite3/"))
            #t))))
@@ -8920,7 +8920,7 @@ and also provides the base for the FlightGear Flight Simulator.")
                                "FlightGear-" version "-data.tar.bz2"))
            (sha256
             (base32
-             "04fv9za5zlyxlyfh6jx78y42l3jazvzl9dq2y6rzxqlcc9g5swhk"))))))
+             "0bpr1nidcdc0p7a8z8rnvsisp6jy7ick5m9npdx6z2b0gj7ikcsq"))))))
     (home-page "https://home.flightgear.org/")
     (synopsis "Flight simulator")
     (description "The goal of the FlightGear project is to create a
-- 
2.29.2


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

  reply	other threads:[~2020-11-11 15:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-11 11:28 [bug#44573] [PATCH] gnu: flightgear: Update to 2020.3.2 Barnabas Beres
2020-11-11 15:38 ` Tobias Geerinckx-Rice via Guix-patches via [this message]
2020-11-12  8:01 ` [bug#44573] Barnabás Béres
2021-11-03 14:17 ` [bug#44573] logo [PATCH] gnu: flightgear: Update to 2020.3.2 phodina via Guix-patches via
2021-11-03 22:09   ` bug#44573: " Efraim Flashner

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=878sb7j442.fsf@nckx \
    --to=guix-patches@gnu.org \
    --cc=44573@debbugs.gnu.org \
    --cc=beresbarnus03@gmail.com \
    --cc=me@tobias.gr \
    /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).