all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53634] [PATCH 0/4] gnu: Add openboardview.
@ 2022-01-30  7:45 Maxim Cournoyer
  2022-01-30  7:48 ` [bug#53634] [PATCH 1/4] gnu: Add imgui Maxim Cournoyer
  2022-02-09 10:45 ` [bug#53634] [PATCH 0/4] " Ludovic Courtès
  0 siblings, 2 replies; 9+ messages in thread
From: Maxim Cournoyer @ 2022-01-30  7:45 UTC (permalink / raw)
  To: 53634; +Cc: Maxim Cournoyer

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

-- 
2.34.0





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

end of thread, other threads:[~2022-02-09 20:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-30  7:45 [bug#53634] [PATCH 0/4] gnu: Add openboardview Maxim Cournoyer
2022-01-30  7:48 ` [bug#53634] [PATCH 1/4] gnu: Add imgui Maxim Cournoyer
2022-01-30  7:48   ` [bug#53634] [PATCH 2/4] gnu: Add glad Maxim Cournoyer
2022-01-30  7:48   ` [bug#53634] [PATCH 3/4] gnu: Add utf8-h Maxim Cournoyer
2022-01-30  7:48   ` [bug#53634] [PATCH 4/4] gnu: Add openboardview Maxim Cournoyer
2022-01-31  5:22     ` bug#53647: __TIMESTAMP__ CPP macro not honoring SOURCE_EPOCH_DATE Maxim Cournoyer
2022-01-31  5:45     ` [bug#53634] [PATCH v2 4/4] gnu: Add openboardview Maxim Cournoyer
2022-02-09 10:45 ` [bug#53634] [PATCH 0/4] " Ludovic Courtès
2022-02-09 20:30   ` bug#53634: " Maxim Cournoyer

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.