GNU bug report logs -
#75179
[PATCH] gnu: endless-sky: Update to 0.10.10.
Previous Next
Reported by: Yovan Naumovski <yovan <at> gorski.stream>
Date: Sun, 29 Dec 2024 15:11:01 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 30 Dec 2024 17:29:22 +0800
with message-id <875xn1seml.fsf <at> iscas.ac.cn>
and subject line Re: [bug#75179] [PATCH] gnu: endless-sky: Update to 0.10.10.
has caused the debbugs.gnu.org bug report #75179,
regarding [PATCH] gnu: endless-sky: Update to 0.10.10.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
75179: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75179
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Yovan Naumovski <yovan <at> 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.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 202 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.