GNU bug report logs -
#62494
[PATCH] gnu: Add emacs-exwm-modeline.
Previous Next
Reported by: Miguel Moreno <mmoreno <at> mmoreno.eu>
Date: Tue, 28 Mar 2023 07:17:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#62494: [PATCH] gnu: Add emacs-exwm-modeline.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 62494 <at> debbugs.gnu.org.
--
62494: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62494
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
Miguel Moreno <mmoreno <at> mmoreno.eu> writes:
> * gnu/packages/emacs-xyz.scm (emacs-exwm-modeline): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
[Message part 3 (message/rfc822, inline)]
* 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
This bug report was last modified 2 years and 51 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.