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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#45217: [PATCH] added emacs-airline-themes
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 45217 <at> debbugs.gnu.org.
--
45217: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45217
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (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 5 (text/html, inline)]
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.