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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62494 in the body.
You can then email your comments to 62494 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#62494
; Package
guix-patches
.
(Tue, 28 Mar 2023 07:17:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Miguel Moreno <mmoreno <at> mmoreno.eu>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 28 Mar 2023 07:17:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Thu, 30 Mar 2023 16:20:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Miguel Moreno <mmoreno <at> mmoreno.eu>
:
bug acknowledged by developer.
(Thu, 30 Mar 2023 16:20:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 62494-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Miguel Moreno <mmoreno <at> mmoreno.eu> writes:
> * gnu/packages/emacs-xyz.scm (emacs-exwm-modeline): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 28 Apr 2023 11:24:18 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 50 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.