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

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

[debbugs-tracker] bug#32857: closed ([PATCH 3/3] gnu: Add emacs-spacelin


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32857: closed ([PATCH 3/3] gnu: Add emacs-spaceline.)
Date: Wed, 03 Oct 2018 19:16:02 +0000

Your message dated Wed, 03 Oct 2018 21:15:04 +0200
with message-id <address@hidden>
and subject line Close bug
has caused the debbugs.gnu.org bug report #32857,
regarding [PATCH 3/3] gnu: Add emacs-spaceline.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32857: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32857
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 3/3] gnu: Add emacs-spaceline. Date: Thu, 27 Sep 2018 21:47:37 +0200
* gnu/packages/emacs.scm (emacs-spaceline): New variable.
---
 gnu/packages/emacs.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a7d8f186b..e5a6a07c3 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -12318,3 +12318,35 @@ fonts and propertize them within Emacs.")
 a better-looking, more functional Emacs mode-line.")
     (license license:gpl3+)))
 
+(define-public emacs-spaceline
+  (package
+    (name "emacs-spaceline")
+    (version "2.0.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/TheBB/spaceline.git";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1q8r95zfrh0vxna5ml2pq9b9f66clfqcl4d2qy2aizkvzyxg6skl"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("dash" ,emacs-dash)
+       ("powerline" ,emacs-powerline)
+       ("s" ,emacs-s)))
+    (home-page "https://github.com/TheBB/spaceline";)
+    (synopsis "Powerline theme from Spacemacs")
+    (description "Spaceline provides Spacemacs' mode-line theme.
+This package provides features for three kinds of users.
+
address@hidden
address@hidden You just want to use the Spacemacs mode-line theme and forget 
about it.
address@hidden You want to use something similar to the Spacemacs mode-line 
theme, but
+with a handful of easy tweaks.
address@hidden You want an easy-to-use library for building your own mode-line 
from
+scratch, and you think the Spacemacs theme looks good.
address@hidden itemize")
+    (license license:gpl3+)))
-- 
2.18.0




--- End Message ---
--- Begin Message --- Subject: Close bug Date: Wed, 03 Oct 2018 21:15:04 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Patch applied.

Closing bug.

-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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