GNU bug report logs -
#45217
[PATCH] added emacs-airline-themes
Previous Next
Reported by: Noah Evans <clonex100 <at> protonmail.com>
Date: Sun, 13 Dec 2020 01:34:02 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 45217 in the body.
You can then email your comments to 45217 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#45217
; Package
guix-patches
.
(Sun, 13 Dec 2020 01:34:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Noah Evans <clonex100 <at> protonmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 13 Dec 2020 01:34:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
From: Noah <noah <at> nevans.me>
Date: Sat, 12 Dec 2020 19:25:49 -0500
---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ef2c891a27..e8f5f59e15 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19483,6 +19483,28 @@ a better-looking, more functional Emacs mode-line. A collection of predefined
themes comes with the package.")
(license license:gpl3+)))
+(define-public emacs-airline-themes
+ (package
+ (name "emacs-airline-themes")
+ (version "1.8")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/AnthonyDiGirolamo/airline-themes")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1jx17g8a6pxkw4zlx3fwhqgxfzcf3019k8fklykamfrkharzsc2l"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-powerline" ,emacs-powerline)))
+ (home-page "https://github.com/AnthonyDiGirolamo/airline-themes")
+ (synopsis "Vim-airline themes for emacs powerline")
+ (description "This is a port of the themes in vim-airline to emacs powerline.")
+ (license license:expat)))
+
(define-public emacs-spaceline
(package
(name "emacs-spaceline")
--
2.29.2
[Message part 2 (text/html, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#45217
; Package
guix-patches
.
(Thu, 17 Dec 2020 22:21:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
Noah Evans via Guix-patches via <guix-patches <at> gnu.org> writes:
> +(define-public emacs-airline-themes
Thank you.
I fixed indentation, tweaked description and synopsis, added a copyright
line for you and pushed!
Regards,
--
Nicolas Goaziou
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Thu, 17 Dec 2020 22:21:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Noah Evans <clonex100 <at> protonmail.com>
:
bug acknowledged by developer.
(Thu, 17 Dec 2020 22:21:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 15 Jan 2021 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 155 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.