all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75121] [PATCH] gnu: Add emacs-lucid.
@ 2024-12-26 18:20 Divya Ranjan via Guix-patches via
  2024-12-27  8:47 ` [bug#75121] QA review for 75121 Cayetano Santos via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Divya Ranjan via Guix-patches via @ 2024-12-26 18:20 UTC (permalink / raw)
  To: 75121; +Cc: Divya Ranjan

* gnu/packages/emacs.scm (emacs-lucid): New variable.
---
 gnu/packages/emacs.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c5b57211dd..1628bde99c 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -525,6 +525,21 @@ (define-public emacs-pgtk-xwidgets
      (modify-inputs (package-inputs emacs-pgtk)
        (prepend gsettings-desktop-schemas webkitgtk-with-libsoup2)))))
 
+(define-public emacs-lucid
+  (package/inherit emacs-no-x
+    (name "emacs-lucid")
+    (synopsis
+     "The extensible, customizable, self-documenting text editor (with Lucid toolkit)")
+    (inputs (modify-inputs (package-inputs emacs)
+              (delete gtk+)
+              (prepend libxaw)))
+    (arguments
+     (substitute-keyword-arguments
+         (package-arguments emacs-no-x)
+       ((#:configure-flags flags #~'())
+        #~(cons "--with-x-toolkit=lucid"
+                #$flags))))))
+
 (define-public emacs-motif
   (package/inherit emacs-no-x
     (name "emacs-motif")
-- 
2.46.0





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

* [bug#75121] QA review for 75121
  2024-12-26 18:20 [bug#75121] [PATCH] gnu: Add emacs-lucid Divya Ranjan via Guix-patches via
@ 2024-12-27  8:47 ` Cayetano Santos via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2024-12-27  8:47 UTC (permalink / raw)
  To: control, 75121

[-- Attachment #1: Type: text/plain, Size: 389 bytes --]


user guix
usertag 75121 + waiting-on-contributor
thanks

Guix QA review form submission:

- Synopsys line is too long
- use "gtk+" for coherence with equivalent packages

Other than this, the package builds, I’m using it right now, thanks !

--
Cayetano Santos
GnuPG Key:   https://meta.sr.ht/~csantosb.pgp
FingerPrint: CCB8 1842 F9D7 058E CD67 377A BF5C DF4D F6BF 6682

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 259 bytes --]

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

end of thread, other threads:[~2024-12-27  8:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-26 18:20 [bug#75121] [PATCH] gnu: Add emacs-lucid Divya Ranjan via Guix-patches via
2024-12-27  8:47 ` [bug#75121] QA review for 75121 Cayetano Santos via Guix-patches via

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.