unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62494] [PATCH] gnu: Add emacs-exwm-modeline.
@ 2023-03-27 17:08 Miguel Moreno
  2023-03-30 16:19 ` bug#62494: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Miguel Moreno @ 2023-03-27 17:08 UTC (permalink / raw)
  To: 62494

* gnu/packages/emacs-xyz.scm (emacs-exwm-modeline): New variable.
---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index da2856abc8..539c0ba341 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29603,6 +29603,27 @@ (define-public emacs-exwm-edit
 invoked.")
       (license license:gpl3+))))
 
+(define-public emacs-exwm-modeline
+  (package
+    (name "emacs-exwm-modeline")
+    (version "0.1.3")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/SqrtMinusOne/exwm-modeline")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0b84wa8n5740p7wyia3skc8683inypha51w85mxn62wz6vfpjfp4"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-exwm))
+    (home-page "https://github.com/SqrtMinusOne/exwm-modeline")
+    (synopsis "Modeline segment for EXWM")
+    (description "This package provides a modeline segment to display EXWM
+workspaces.")
+    (license license:gpl3+)))
+
 (define-public emacs-ert-async
   (package
     (name "emacs-ert-async")
-- 
2.39.2

-- 
Best regards,
Miguel Moreno




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

* bug#62494: [PATCH] gnu: Add emacs-exwm-modeline.
  2023-03-27 17:08 [bug#62494] [PATCH] gnu: Add emacs-exwm-modeline Miguel Moreno
@ 2023-03-30 16:19 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-03-30 16:19 UTC (permalink / raw)
  To: Miguel Moreno; +Cc: 62494-done

Hello,

Miguel Moreno <mmoreno@mmoreno.eu> writes:

> * gnu/packages/emacs-xyz.scm (emacs-exwm-modeline): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2023-03-30 16:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-27 17:08 [bug#62494] [PATCH] gnu: Add emacs-exwm-modeline Miguel Moreno
2023-03-30 16:19 ` bug#62494: " Nicolas Goaziou

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