GNU bug report logs - #63183
[PATCH] gnu: Add emacs-next-pgtk-xwidgets.

Previous Next

Package: guix-patches;

Reported by: Antero Mejr <antero <at> mailbox.org>

Date: Sun, 30 Apr 2023 04:03:02 UTC

Severity: normal

Tags: patch

Done: Antero Mejr <antero <at> mailbox.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63183 in the body.
You can then email your comments to 63183 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#63183; Package guix-patches. (Sun, 30 Apr 2023 04:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Antero Mejr <antero <at> mailbox.org>:
New bug report received and forwarded. Copy sent to liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Sun, 30 Apr 2023 04:03:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Antero Mejr <antero <at> mailbox.org>
To: guix-patches <at> gnu.org
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





Information forwarded to guix-patches <at> gnu.org:
bug#63183; Package guix-patches. (Sun, 07 May 2023 16:01:02 GMT) Full text and rfc822 format available.

Message #8 received at 63183 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Antero Mejr <antero <at> mailbox.org>, 63183 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: Add emacs-next-pgtk-xwidgets.
Date: Sun, 07 May 2023 18:00:27 +0200
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




Reply sent to Antero Mejr <antero <at> mailbox.org>:
You have taken responsibility. (Fri, 26 May 2023 15:08:02 GMT) Full text and rfc822 format available.

Notification sent to Antero Mejr <antero <at> mailbox.org>:
bug acknowledged by developer. (Fri, 26 May 2023 15:08:02 GMT) Full text and rfc822 format available.

Message #13 received at 63183-done <at> debbugs.gnu.org (full text, mbox):

From: Antero Mejr <antero <at> mailbox.org>
To: 63183-done <at> debbugs.gnu.org
Date: Fri, 26 May 2023 15:07:04 +0000



bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 24 Jun 2023 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 306 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.