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 v7 3/4] gnu: Add xforms-gl.
Date: Mon,  6 Mar 2023 06:47:58 -0600	[thread overview]
Message-ID: <MN2PR20MB2605E03B3870337494529423ACB69@MN2PR20MB2605.namprd20.prod.outlook.com> (raw)
In-Reply-To: <20230306124759.21905-1-jakeleporte@outlook.com>

* gnu/packages/xdisorg.scm (xforms-gl): New variable.
---
 gnu/packages/xdisorg.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index ede84ab..50ca156 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3496,3 +3496,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.39.1





  parent reply	other threads:[~2023-03-06 12:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230306124759.21905-1-jakeleporte@outlook.com>
2023-03-06 12:47 ` [bug#60827] [PATCH v7 2/4] gnu: Add xforms Jake Leporte
2023-03-06 12:47 ` Jake Leporte [this message]
2023-03-06 12:47 ` [bug#60827] [PATCH v7 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=MN2PR20MB2605E03B3870337494529423ACB69@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).