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

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

[debbugs-tracker] bug#32859: closed ([PATCH 1/3] gnu: Add emacs-all-the-


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32859: closed ([PATCH 1/3] gnu: Add emacs-all-the-icons.)
Date: Wed, 03 Oct 2018 16:59:02 +0000

Your message dated Wed, 03 Oct 2018 18:58:53 +0200
with message-id <address@hidden>
and subject line Re: [bug#32859] [PATCH 1/3] gnu: Add emacs-all-the-icons.
has caused the debbugs.gnu.org bug report #32859,
regarding [PATCH 1/3] gnu: Add emacs-all-the-icons.
to be marked as done.

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


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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 8da5add88..fe229b650 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -12262,3 +12262,38 @@ execute its commands and resize images.")
       (description "Synosaurus is a thesaurus fontend for Emacs with pluggable
 backends, including the @command{wordnet} offline backend.")
       (license license:gpl3+))))
+
+(define-public emacs-all-the-icons
+  (package
+    (name "emacs-all-the-icons")
+    (version "3.2.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/domtronn/all-the-icons.el.git";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1sdl33117lccznj38021lwcdnpi9nxmym295q6y460y4dm4lx0jn"))))
+    (build-system emacs-build-system)
+    (arguments
+     `(#:include '("\\.el$" "^data/" "^fonts/")
+       ;; Compiling "test/" fails with "Symbol’s value as variable is void:
+       ;; all-the-icons--root-code".  Ignoring tests.
+       #:exclude '("^test/")
+       #:tests? #f))
+    (propagated-inputs
+     `(("f" ,emacs-f)
+       ("memoize" ,emacs-memoize)))
+    (home-page "https://github.com/dommtron/all-the-icons.el";)
+    (synopsis "Collect icon fonts and propertize them within Emacs")
+    (description "All-the-icons is a utility package to collect various icon
+fonts and propertize them within Emacs.")
+    ;; Package is released under Expat license.  Fonts come with various
+    ;; licenses: Expat for "all-the-icons.ttf" and "file-icons.ttf", Apache
+    ;; License 2.0 for "material-design-icons.ttf", and SIL OFL 1.1 for
+    ;; "fontawesome.ttf", "ocitcons.ttf" and "weathericons.ttf".
+    (license (list license:expat license:silofl1.1 license:asl2.0))))
+
-- 
2.18.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32859] [PATCH 1/3] gnu: Add emacs-all-the-icons. Date: Wed, 03 Oct 2018 18:58:53 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hello,

address@hidden (Ludovic Courtès) writes:

> Apart from the typo Timothy reported, I think patches #1 and #2 could
> have their descriptions expounded.

I tried to expound the descriptions a bit and applied the patches. Let
me know if something is not right.

Thank you.

Regards,

-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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