unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jake Leporte <jakeleporte@outlook.com>
To: 60827@debbugs.gnu.org
Cc: Jake Leporte <jakeleporte@outlook.com>
Subject: [bug#60827] [PATCH 3/4] gnu: Add xforms-gl.
Date: Sun, 15 Jan 2023 19:11:19 -0600	[thread overview]
Message-ID: <MN2PR20MB2605B244006AC31BE52CE479ACC19@MN2PR20MB2605.namprd20.prod.outlook.com> (raw)
In-Reply-To: <20230116011120.528765-1-jakeleporte@outlook.com>

---
 gnu/packages/xdisorg.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index df82b7b..dedc191 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3369,3 +3369,12 @@ (define-public xforms
 called @code{fdesign} that allows you to design a GUI for a program directly
 on the screen and which then writes out the necessary C code for it.")
       (license license:lgpl2.1+))))
+
+(define-public xforms-gl
+  (package
+    (inherit xforms)
+    (name "xforms-gl")
+    (propagated-inputs (modify-inputs (package-propagated-inputs xforms)
+                         (append mesa)))
+    (synopsis
+     "GUI toolkit for X based on the X11 Xlib library, with OpenGL support")))
-- 
2.34.1





  parent reply	other threads:[~2023-01-16  1:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230116011120.528765-1-jakeleporte@outlook.com>
2023-01-16  1:11 ` [bug#60827] [PATCH 2/4] gnu: Add xforms Jake Leporte
2023-01-16  1:11 ` Jake Leporte [this message]
2023-01-16  1:11 ` [bug#60827] [PATCH 4/4] gnu: Add dozenal Jake Leporte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MN2PR20MB2605B244006AC31BE52CE479ACC19@MN2PR20MB2605.namprd20.prod.outlook.com \
    --to=jakeleporte@outlook.com \
    --cc=60827@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).