unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 3/4] emacs-spinner
@ 2016-05-29 15:53 Catonano
  0 siblings, 0 replies; only message in thread
From: Catonano @ 2016-05-29 15:53 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #1.2: Type: text/html, Size: 26 bytes --]

[-- Attachment #2: 0003-gnu-Add-emacs-spinner.patch --]
[-- Type: text/x-patch, Size: 1291 bytes --]

From ac23b10894d3332484128c4ed3c6f6bdf81b9c2e Mon Sep 17 00:00:00 2001
From: humanitiesNerd <catonano@gmail.com>
Date: Sun, 29 May 2016 10:25:21 +0200
Subject: gnu: Add emacs-spinner.

* gnu/packages/emacs.scm (emacs-spinner).
---
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 92ad434..014a58c 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1749,3 +1749,24 @@ structure is sometimes called an \"output-restricted deque\")")
     (description
      "This library extracts information from installed packages.")
     (license license:gpl3+)))
+
+(define-public emacs-spinner
+  (package
+    (name "emacs-spinner")
+    (version "1.7.1")
+    (source
+     (origin
+       (method uncompressed-file-fetch)
+       (uri (string-append
+             "http://elpa.gnu.org/packages/spinner-"
+             version ".el"))
+       (sha256
+        (base32
+          "1fmwzdih0kbyvs8bn38mpm4sbs2mikqy2vdykfy9g20wpa8vb681"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/Malabarba/spinner.el")
+    (synopsis
+     "Add spinners and progress-bars to the mode-line for ongoing operations")
+    (description "Add spinners and progress-bars
+to the mode-line for ongoing operations.")
+    (license license:gpl3+)))
-- 
2.5.5


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-05-29 15:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-29 15:53 [PATCH 3/4] emacs-spinner Catonano

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).