unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Felix Gruber <felgru@posteo.net>
To: 51280@debbugs.gnu.org
Cc: Felix Gruber <felgru@posteo.net>
Subject: [bug#51280] [PATCH 2/5] gnu: openttd-opengfx: Update to 7.1.
Date: Tue, 19 Oct 2021 07:01:58 +0000	[thread overview]
Message-ID: <20211019070201.4635-2-felgru@posteo.net> (raw)
In-Reply-To: <20211019070201.4635-1-felgru@posteo.net>

* packages/games.scm (openttd-opengfx): Update to 7.1.
  [arguments]: Use cc-for-target.
---
 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 adf8dec02a..7afcbe860f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4324,7 +4324,7 @@ engine.  When you start it you will be prompted to download a graphics set.")
 (define openttd-opengfx
   (package
     (name "openttd-opengfx")
-    (version "0.6.1")
+    (version "7.1")
     (source
      (origin
        (method url-fetch)
@@ -4332,10 +4332,10 @@ engine.  When you start it you will be prompted to download a graphics set.")
                            version "/opengfx-" version "-source.tar.xz"))
        (sha256
         (base32
-         "0jgy8xv7r72m127qn09vr3rxhnbakl2990f7lldsk0d5d8n993vd"))))
+         "0nhzlk6s73qvznm5fdwcs1b42g2plf26s5ag39fvck45zm7m48jk"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:make-flags (list "CC=gcc"
+     `(#:make-flags (list (string-append "CC=" ,(cc-for-target))
                           (string-append "INSTALL_DIR="
                                          (assoc-ref %outputs "out")
                                          "/share/games/openttd/baseset/opengfx"))
-- 
2.30.2





  reply	other threads:[~2021-10-19  7:03 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-19  6:58 [bug#51280] [PATCH 0/5] Update openttd to 12.0 Felix Gruber
2021-10-19  7:01 ` [bug#51280] [PATCH 1/5] gnu: openttd-engine: Update " Felix Gruber
2021-10-19  7:01   ` Felix Gruber [this message]
2021-10-19  7:01   ` [bug#51280] [PATCH 3/5] gnu: openttd-opensfx: Update to 1.0.2 Felix Gruber
2021-10-19  7:02   ` [bug#51280] [PATCH 4/5] gnu: openttd-openmsx: Update to 0.4.2 Felix Gruber
2021-11-03 14:20     ` Efraim Flashner
2021-11-06 10:21       ` Felix Gruber
2021-11-06 10:40       ` [bug#51280] [PATCH v2 0/5] Update openttd to 12.0 Felix Gruber
2021-11-08 20:50         ` bug#51280: " Liliana Marie Prikler
2021-11-06 10:40       ` [bug#51280] [PATCH v2 1/5] gnu: openttd-engine: Update " Felix Gruber
2021-11-06 10:40       ` [bug#51280] [PATCH v2 2/5] gnu: openttd-opengfx: Update to 7.1 Felix Gruber
2021-11-06 10:40       ` [bug#51280] [PATCH v2 3/5] gnu: openttd-opensfx: Update to 1.0.2 Felix Gruber
2021-11-06 10:40       ` [bug#51280] [PATCH v2 4/5] gnu: openttd-openmsx: Update to 0.4.2 Felix Gruber
2021-11-06 12:34         ` Liliana Marie Prikler
2021-11-06 12:34           ` Liliana Marie Prikler
2021-11-07 20:06           ` Felix Gruber
2021-11-07 20:11             ` [bug#51280] [PATCH v3 " Felix Gruber
2021-11-06 10:40       ` [bug#51280] [PATCH v2 5/5] gnu: openttd: Fix build failure Felix Gruber
2021-10-19  7:02   ` [bug#51280] [PATCH " Felix Gruber

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=20211019070201.4635-2-felgru@posteo.net \
    --to=felgru@posteo.net \
    --cc=51280@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).