mbox series

[bug#58920,0/2] Update endless-sky

Message ID 20221031093659.20182-1-timotej.lazar@araneo.si
Headers show
Series Update endless-sky | expand

Message

Timotej Lazar Oct. 31, 2022, 9:36 a.m. UTC
Hi,

this updates endless-sky to 0.9.16.1 and changes it to the new style. I
modified the scons build-system to allow passing a G-exp for flags. 

I checked that other packages using scons-build-system still build
(except aria-maestosa, which didn’t build before).

Thanks!

Timotej Lazar (2):
  build-system/scons: Allow using a G-exp for scons-flags.
  gnu: endless-sky: Update to 0.9.16.1, use new package style.

 gnu/packages/games.scm      | 46 ++++++++++++++++++-------------------
 guix/build-system/scons.scm |  4 +++-
 2 files changed, 26 insertions(+), 24 deletions(-)


base-commit: ab974ed709976d34917c8f6f9e5cc0004547af45

Comments

Christopher Baines Nov. 3, 2022, 5:50 p.m. UTC | #1
Timotej Lazar <timotej.lazar@araneo.si> writes:

> this updates endless-sky to 0.9.16.1 and changes it to the new style. I
> modified the scons build-system to allow passing a G-exp for flags.
>
> I checked that other packages using scons-build-system still build
> (except aria-maestosa, which didn’t build before).
>
> Thanks!
>
> Timotej Lazar (2):
>   build-system/scons: Allow using a G-exp for scons-flags.
>   gnu: endless-sky: Update to 0.9.16.1, use new package style.
>
>  gnu/packages/games.scm      | 46 ++++++++++++++++++-------------------
>  guix/build-system/scons.scm |  4 +++-
>  2 files changed, 26 insertions(+), 24 deletions(-)

Awesome, I've pushed to master as
0e392dc35cb350f6f0986d816e315d2e38cdef78.

Thanks,

Chris