unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63183] [PATCH] gnu: Add emacs-next-pgtk-xwidgets.
@ 2023-04-30  4:02 Antero Mejr via Guix-patches via
  2023-05-07 16:00 ` Liliana Marie Prikler
  2023-05-26 15:07 ` bug#63183: (no subject) Antero Mejr via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: Antero Mejr via Guix-patches via @ 2023-04-30  4:02 UTC (permalink / raw)
  To: 63183; +Cc: liliana.prikler

* gnu/packages/emacs.scm (emacs-next-pgtk-xwidgets): New variable.
---
 gnu/packages/emacs.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 8da7279147..c29ce1b567 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -461,6 +461,19 @@ (define-public emacs-next-pgtk
     (description "This Emacs build implements graphical UI purely in terms
 of GTK and supports tree-sitter.")))
 
+(define-public emacs-next-pgtk-xwidgets
+  (package
+    (inherit emacs-next-pgtk)
+    (name "emacs-next-pgtk-xwidgets")
+    (synopsis "Emacs text editor with @code{xwidgets} and @code{pgtk} support")
+    (arguments
+     (substitute-keyword-arguments (package-arguments emacs-next-pgtk)
+       ((#:configure-flags flags #~'())
+        #~(cons "--with-xwidgets" #$flags))))
+    (inputs
+     (modify-inputs (package-inputs emacs-next-pgtk)
+       (prepend gsettings-desktop-schemas webkitgtk-with-libsoup2)))))
+
 (define-public emacs-minimal
   ;; This is the version that you should use as an input to packages that just
   ;; need to byte-compile .el files.
-- 
2.39.2





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

* [bug#63183] [PATCH] gnu: Add emacs-next-pgtk-xwidgets.
  2023-04-30  4:02 [bug#63183] [PATCH] gnu: Add emacs-next-pgtk-xwidgets Antero Mejr via Guix-patches via
@ 2023-05-07 16:00 ` Liliana Marie Prikler
  2023-05-26 15:07 ` bug#63183: (no subject) Antero Mejr via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Liliana Marie Prikler @ 2023-05-07 16:00 UTC (permalink / raw)
  To: Antero Mejr, 63183

Am Sonntag, dem 30.04.2023 um 04:02 +0000 schrieb Antero Mejr:
> * gnu/packages/emacs.scm (emacs-next-pgtk-xwidgets): New variable.
> ---
Pushed

Cheers




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

* bug#63183: (no subject)
  2023-04-30  4:02 [bug#63183] [PATCH] gnu: Add emacs-next-pgtk-xwidgets Antero Mejr via Guix-patches via
  2023-05-07 16:00 ` Liliana Marie Prikler
@ 2023-05-26 15:07 ` Antero Mejr via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Antero Mejr via Guix-patches via @ 2023-05-26 15:07 UTC (permalink / raw)
  To: 63183-done





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

end of thread, other threads:[~2023-05-26 15:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-30  4:02 [bug#63183] [PATCH] gnu: Add emacs-next-pgtk-xwidgets Antero Mejr via Guix-patches via
2023-05-07 16:00 ` Liliana Marie Prikler
2023-05-26 15:07 ` bug#63183: (no subject) Antero Mejr via Guix-patches via

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).