emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63183: closed ([PATCH] gnu: Add emacs-next-pgtk-xwidgets.)


From: GNU bug Tracking System
Subject: bug#63183: closed ([PATCH] gnu: Add emacs-next-pgtk-xwidgets.)
Date: Fri, 26 May 2023 15:08:02 +0000

Your message dated Fri, 26 May 2023 15:07:04 +0000
with message-id <87pm6nw2qv.fsf@mailbox.org>
and subject line 
has caused the debbugs.gnu.org bug report #63183,
regarding [PATCH] gnu: Add emacs-next-pgtk-xwidgets.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63183: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63183
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-next-pgtk-xwidgets. Date: Sun, 30 Apr 2023 04:02:06 +0000
* 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




--- End Message ---
--- Begin Message --- Date: Fri, 26 May 2023 15:07:04 +0000

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]