all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75179] [PATCH] gnu: endless-sky: Update to 0.10.10.
@ 2024-12-29 15:10 Yovan Naumovski
  2024-12-29 21:47 ` [bug#75179] QA review for 75179 Noé Lopez via Guix-patches via
  2024-12-30  9:29 ` bug#75179: [PATCH] gnu: endless-sky: Update to 0.10.10 Zheng Junjie
  0 siblings, 2 replies; 3+ messages in thread
From: Yovan Naumovski @ 2024-12-29 15:10 UTC (permalink / raw)
  To: 75179; +Cc: Yovan Naumovski

* gnu/packages/games.scm (endless-sky): Update to 0.10.10.

Change-Id: I1ef88580c0b30169d7c3d9fae7c6c792ad1fa43a
---
 gnu/packages/games.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4f4968b241..f4c92797aa 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9222,7 +9222,7 @@ (define-public quadrapassel
 (define-public endless-sky
   (package
     (name "endless-sky")
-    (version "0.10.6")
+    (version "0.10.10")
     (source
      (origin
        (method git-fetch)
@@ -9231,7 +9231,7 @@ (define-public endless-sky
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1iaiyv9fqgg269wjcyfn1akhh0wfrf64gh5jg3wzxwn24pm77flw"))))
+        (base32 "1nwim56ii3z6f9gxvmf9q4i5chlsgk3kjisz8li6ivr595wq5502"))))
     (build-system cmake-build-system)
     (arguments
      (list #:configure-flags #~(list "-DES_USE_VCPKG=0"
@@ -9249,7 +9249,8 @@ (define-public endless-sky
                    (substitute* "CMakeLists.txt"
                      (("games\\)") "bin)")))))))
     (inputs
-     (list glew
+     (list catch2-3
+           glew
            libjpeg-turbo
            libmad
            libpng

base-commit: dca55056f3f1b61b43fc3a2769bf671f1736a12b
-- 
2.46.0





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

* [bug#75179] QA review for 75179
  2024-12-29 15:10 [bug#75179] [PATCH] gnu: endless-sky: Update to 0.10.10 Yovan Naumovski
@ 2024-12-29 21:47 ` Noé Lopez via Guix-patches via
  2024-12-30  9:29 ` bug#75179: [PATCH] gnu: endless-sky: Update to 0.10.10 Zheng Junjie
  1 sibling, 0 replies; 3+ messages in thread
From: Noé Lopez via Guix-patches via @ 2024-12-29 21:47 UTC (permalink / raw)
  To: control, 75179

user guix
usertag 75179 + reviewed-looks-good
thanks

Guix QA review form submission:
Thanks for the patch!

I’ve been playing for two hours now :P

Items marked as checked: Lint warnings, Package builds, Commit messages




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

* bug#75179: [PATCH] gnu: endless-sky: Update to 0.10.10.
  2024-12-29 15:10 [bug#75179] [PATCH] gnu: endless-sky: Update to 0.10.10 Yovan Naumovski
  2024-12-29 21:47 ` [bug#75179] QA review for 75179 Noé Lopez via Guix-patches via
@ 2024-12-30  9:29 ` Zheng Junjie
  1 sibling, 0 replies; 3+ messages in thread
From: Zheng Junjie @ 2024-12-30  9:29 UTC (permalink / raw)
  To: Yovan Naumovski; +Cc: 75179-done

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

Yovan Naumovski <yovan@gorski.stream> writes:

> * gnu/packages/games.scm (endless-sky): Update to 0.10.10.

[inputs]: Add catch2-3.

>
> Change-Id: I1ef88580c0b30169d7c3d9fae7c6c792ad1fa43a
> ---
>  gnu/packages/games.scm | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
> index 4f4968b241..f4c92797aa 100644
> --- a/gnu/packages/games.scm
> +++ b/gnu/packages/games.scm
> @@ -9222,7 +9222,7 @@ (define-public quadrapassel
>  (define-public endless-sky
>    (package
>      (name "endless-sky")
> -    (version "0.10.6")
> +    (version "0.10.10")
>      (source
>       (origin
>         (method git-fetch)
> @@ -9231,7 +9231,7 @@ (define-public endless-sky
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "1iaiyv9fqgg269wjcyfn1akhh0wfrf64gh5jg3wzxwn24pm77flw"))))
> +        (base32 "1nwim56ii3z6f9gxvmf9q4i5chlsgk3kjisz8li6ivr595wq5502"))))
>      (build-system cmake-build-system)
>      (arguments
>       (list #:configure-flags #~(list "-DES_USE_VCPKG=0"
> @@ -9249,7 +9249,8 @@ (define-public endless-sky
>                     (substitute* "CMakeLists.txt"
>                       (("games\\)") "bin)")))))))
>      (inputs
> -     (list glew
> +     (list catch2-3
> +           glew
>             libjpeg-turbo
>             libmad
>             libpng
>
> base-commit: dca55056f3f1b61b43fc3a2769bf671f1736a12b

pushed, closing.

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

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

end of thread, other threads:[~2024-12-30  9:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-29 15:10 [bug#75179] [PATCH] gnu: endless-sky: Update to 0.10.10 Yovan Naumovski
2024-12-29 21:47 ` [bug#75179] QA review for 75179 Noé Lopez via Guix-patches via
2024-12-30  9:29 ` bug#75179: [PATCH] gnu: endless-sky: Update to 0.10.10 Zheng Junjie

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.