mbox series

[bug#53634,0/4] gnu: Add openboardview.

Message ID 20220130074558.3323-1-maxim.cournoyer@gmail.com
Headers show
Series gnu: Add openboardview. | expand

Message

Maxim Cournoyer Jan. 30, 2022, 7:45 a.m. UTC
Hello Guix!

I've finally got around to getting this to build and run.  I got interested in
it when wanting to view board files for an X200 (libreboot-related).

Enjoy,

Maxim Cournoyer (4):
  gnu: Add imgui.
  gnu: Add glad.
  gnu: Add utf8-h.
  gnu: Add openboardview.

 gnu/local.mk                                  |   1 +
 gnu/packages/c.scm                            |  41 ++++++-
 gnu/packages/electronics.scm                  | 113 +++++++++++++++++-
 gnu/packages/gl.scm                           |  35 +++++-
 .../openboardview-use-system-utf8.patch       |  48 ++++++++
 gnu/packages/toolkits.scm                     | 104 ++++++++++++++++
 6 files changed, 337 insertions(+), 5 deletions(-)
 create mode 100644 gnu/packages/patches/openboardview-use-system-utf8.patch
 create mode 100644 gnu/packages/toolkits.scm

Comments

Ludovic Courtès Feb. 9, 2022, 10:45 a.m. UTC | #1
Hi!

Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:

> I've finally got around to getting this to build and run.  I got interested in
> it when wanting to view board files for an X200 (libreboot-related).
>
> Enjoy,
>
> Maxim Cournoyer (4):
>   gnu: Add imgui.
>   gnu: Add glad.
>   gnu: Add utf8-h.
>   gnu: Add openboardview.

I haven’t actually tried it but the patch series LGTM!

Thanks,
Ludo’.
Maxim Cournoyer Feb. 9, 2022, 8:30 p.m. UTC | #2
Hello!

Ludovic Courtès <ludo@gnu.org> writes:

> Hi!
>
> Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:
>
>> I've finally got around to getting this to build and run.  I got interested in
>> it when wanting to view board files for an X200 (libreboot-related).
>>
>> Enjoy,
>>
>> Maxim Cournoyer (4):
>>   gnu: Add imgui.
>>   gnu: Add glad.
>>   gnu: Add utf8-h.
>>   gnu: Add openboardview.
>
> I haven’t actually tried it but the patch series LGTM!

Thanks!  I noticed I had forogetten to register the new
gnu/packages/toolkits.scm file I added for imgui; I fixed that and
pushed as 32ccbc3a1e.

Thank you!

Maxim