all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: iyzsong--- via Guix-patches via <guix-patches@gnu.org>
To: 71329@debbugs.gnu.org
Cc: 宋文武 <iyzsong@member.fsf.org>, "Adam Faiz" <adam.faiz@disroot.org>,
	"Liliana Marie Prikler" <liliana.prikler@gmail.com>,
	宋文武 <iyzsong@envs.net>
Subject: [bug#71329] [PATCH 2/2] gnu: opensurge: Update to 0.6.1.1.
Date: Mon,  3 Jun 2024 12:09:49 +0800	[thread overview]
Message-ID: <e29e613dc4bf5e10cf0f43f1efff6a32fa9b976b.1717387609.git.iyzsong@member.fsf.org> (raw)
In-Reply-To: <cover.1717387609.git.iyzsong@member.fsf.org>

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/games.scm (opensurge): Update to 0.6.1.1.
[inputs]: Add mesa and physfs.

Change-Id: Ia62559372757f7cfd6dc4784e2a8271bbe6d7868
---
 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 2c096ea15d..aaf95fc964 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1850,7 +1850,7 @@ (define-public meandmyshadow
 (define-public opensurge
   (package
     (name "opensurge")
-    (version "0.6.0.3")
+    (version "0.6.1.1")
     (source
      (origin
        (method git-fetch)
@@ -1859,7 +1859,7 @@ (define-public opensurge
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0yia2qcva741a64qpls8a59lvnx5vynqkk2i3arkflw6f1m1vb55"))))
+        (base32 "1hwnjgkbywspmsmpmmnndqil86qqyd21y2q5krs8znwi35ychd3q"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f ; there are no tests
@@ -1891,7 +1891,7 @@ (define-public opensurge
                                  "Roboto-Bold.ttf"
                                  "Roboto-Medium.ttf"))))))))
     (inputs
-     (list allegro font-google-roboto surgescript xdg-utils))
+     (list allegro font-google-roboto mesa physfs surgescript xdg-utils))
     (home-page "https://opensurge2d.org")
     (synopsis "2D retro side-scrolling game")
     (description "@code{Open Surge} is a 2D retro side-scrolling platformer
-- 
2.41.0





  parent reply	other threads:[~2024-06-03  4:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-03  4:07 [bug#71329] [PATCH 0/2] opensurge: Update to 0.6.1.1 iyzsong--- via Guix-patches via
2024-06-03  4:09 ` [bug#71329] [PATCH 1/2] gnu: surgescript: Update to 0.6.0 iyzsong--- via Guix-patches via
2024-06-03  4:09 ` iyzsong--- via Guix-patches via [this message]
2024-06-11 11:39 ` bug#71329: [PATCH 0/2] opensurge: Update to 0.6.1.1 Christopher Baines
2024-06-11 11:39   ` [bug#71329] " Christopher Baines

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e29e613dc4bf5e10cf0f43f1efff6a32fa9b976b.1717387609.git.iyzsong@member.fsf.org \
    --to=guix-patches@gnu.org \
    --cc=71329@debbugs.gnu.org \
    --cc=adam.faiz@disroot.org \
    --cc=iyzsong@envs.net \
    --cc=iyzsong@member.fsf.org \
    --cc=liliana.prikler@gmail.com \
    /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 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.