mbox

[bug#39641,0/2] Add opensurge.

Message ID 875zg54c6z.fsf@araneo.si
Headers show

Message

Timotej Lazar Feb. 17, 2020, 12:42 p.m. UTC
Hi,

these patches add opensurge[0] and its game engine, surgescript. The
bundled copies of Roboto fonts are replaced with the store versions.

I kept the Gothic A1 font because it isn’t packaged for Guix. While the
font is distributed under OFL[1], I could only find it on font repos
such as https://fontlibrary.org and not on the official site[2]. If
downloading from repos is OK, I can add the package for the Gothic A1
font and update this submission.

Thanks!

[0] https://opensurge2d.org/
[1] https://fontlibrary.org/en/font/gothic-a1
[2] https://www.hanyang.co.kr/hygothic/

Timotej Lazar (2):
  gnu: Add surgescript.
  gnu: Add opensurge.

 gnu/packages/game-development.scm | 28 +++++++++++++
 gnu/packages/games.scm            | 67 +++++++++++++++++++++++++++++++
 2 files changed, 95 insertions(+)

Comments

Nicolas Goaziou Feb. 18, 2020, 1:35 a.m. UTC | #1
Hello,

Timotej Lazar <timotej.lazar@araneo.si> writes:

> these patches add opensurge[0] and its game engine, surgescript. The
> bundled copies of Roboto fonts are replaced with the store versions.

Thank you for this! I applied your patches.

> I kept the Gothic A1 font because it isn’t packaged for Guix. While the
> font is distributed under OFL[1], I could only find it on font repos
> such as https://fontlibrary.org and not on the official site[2]. If
> downloading from repos is OK, I can add the package for the Gothic A1
> font and update this submission.

I am not a reference on that matter, but I think that downloading from
font repos should be avoided, if possible. So I suggest to add this as
a TODO note for later, if we find font in an official place.

WDYT?

Regards,
Timotej Lazar Feb. 18, 2020, 8:24 a.m. UTC | #2
Nicolas Goaziou <mail@nicolasgoaziou.fr> [2020-02-18 02:35:33+0100]:
> Timotej Lazar <timotej.lazar@araneo.si> writes:
>> I kept the Gothic A1 font because it isn’t packaged for Guix. While the
>> font is distributed under OFL[1], I could only find it on font repos
>
> I am not a reference on that matter, but I think that downloading from
> font repos should be avoided, if possible. So I suggest to add this as
> a TODO note for later, if we find font in an official place.

I agree. I’ll add the TODO locally and submit it with the next package
upgrade, if that’s OK.

Thanks for the review!
Timotej
Nicolas Goaziou Feb. 18, 2020, 3:30 p.m. UTC | #3
Hello,

Timotej Lazar <timotej.lazar@araneo.si> writes:

> Nicolas Goaziou <mail@nicolasgoaziou.fr> [2020-02-18 02:35:33+0100]:

>> I am not a reference on that matter, but I think that downloading from
>> font repos should be avoided, if possible. So I suggest to add this as
>> a TODO note for later, if we find font in an official place.
>
> I agree. I’ll add the TODO locally and submit it with the next package
> upgrade, if that’s OK.

Fine by me. Meanwhile, I'm closing this bug report.

Regards,