emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: GNU bug Tracking System
Subject: bug#53622: closed ([PATCH 1/8] gnu: Add emacs-spaceline-all-the-icons.)
Date: Sun, 06 Feb 2022 22:48:04 +0000

Your message dated Sun, 06 Feb 2022 23:47:44 +0100
with message-id <87pmnzehnz.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#53622] [PATCH V2 8/8] gnu: Add emacs-robots-txt-mode.
has caused the debbugs.gnu.org bug report #53622,
regarding [PATCH 1/8] gnu: Add emacs-spaceline-all-the-icons.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53622: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53622
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/8] gnu: Add emacs-spaceline-all-the-icons. Date: Sat, 29 Jan 2022 14:24:09 +0100 User-agent: mu4e 1.6.10; emacs 27.2
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#53622] [PATCH V2 8/8] gnu: Add emacs-robots-txt-mode. Date: Sun, 06 Feb 2022 23:47:44 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

pinoaffe <pinoaffe@gmail.com> writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]