GNU bug report logs - #53622
[PATCH 1/8] gnu: Add emacs-spaceline-all-the-icons.

Previous Next

Package: guix-patches;

Reported by: pinoaffe <pinoaffe <at> gmail.com>

Date: Sat, 29 Jan 2022 13:46: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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: pinoaffe <pinoaffe <at> gmail.com>
Subject: bug#53622: closed (Re: [bug#53622] [PATCH V2 8/8] gnu: Add
 emacs-robots-txt-mode.)
Date: Sun, 06 Feb 2022 22:48:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#53622: [PATCH 1/8] gnu: Add emacs-spaceline-all-the-icons.

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 53622 <at> debbugs.gnu.org.

-- 
53622: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53622
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: pinoaffe <pinoaffe <at> gmail.com>
Cc: 53622-done <at> debbugs.gnu.org
Subject: Re: [bug#53622] [PATCH V2 8/8] gnu: Add emacs-robots-txt-mode.
Date: Sun, 06 Feb 2022 23:47:44 +0100
Hello,

pinoaffe <pinoaffe <at> gmail.com> writes:

> * gnu/packages/emacs-xyz.scm (emacs-robots-txt-mode): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: pinoaffe <pinoaffe <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 1/8] gnu: Add emacs-spaceline-all-the-icons.
Date: Sat, 29 Jan 2022 14:24:09 +0100
* gnu/packages/emacs-xyz.scm (emacs-spaceline-all-the-icons): New variable.
---
 gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8ce245c54a..052270630e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -659,6 +659,32 @@ (define-public emacs-puni
 out of the box.")
       (license license:gpl3+))))
 
+(define-public emacs-spaceline-all-the-icons
+  (package
+    (name "emacs-spaceline-all-the-icons")
+    (version "1.4.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/domtronn/spaceline-all-the-icons.el")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "186v71d8n1iy73drayyf57pyzlz973q74mazkyvb8w3fj8bb3llm"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     (list emacs-all-the-icons
+           emacs-spaceline
+           emacs-memoize))
+    (home-page "https://github.com/domtronn/spaceline-all-the-icons.el")
+    (synopsis "Theme for emacs-spaceline using emacs-all-the-icons")
+    (description
+     "A theme for @code{emacs-spaceline} that recreates most of the segments
+available in that package using icons from @code{emacs-all-the-icons}.  Icon
+fonts allow for more tailored and detailed information in the mode line.")
+    (license license:expat)))
+
 (define-public emacs-project
   (package
     (name "emacs-project")
-- 
2.34.0




This bug report was last modified 3 years and 108 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.