all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Timothy Sample <samplet@ngyro.com>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: 32859@debbugs.gnu.org
Subject: [bug#32859] [PATCH 1/3] gnu: Add emacs-all-the-icons.
Date: Thu, 27 Sep 2018 22:11:17 -0400	[thread overview]
Message-ID: <87efdejrqy.fsf@ngyro.com> (raw)
In-Reply-To: <20180927194737.13782-1-mail@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Thu, 27 Sep 2018 21:47:35 +0200")

Hi,

There’s a little typo in the home-page below.

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> * 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")

s/dommtron/domtronn/

> +    (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))))
> +

-- Tim

  parent reply	other threads:[~2018-09-28  2:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-27 19:47 [bug#32859] [PATCH 1/3] gnu: Add emacs-all-the-icons Nicolas Goaziou
2018-09-27 19:47 ` [bug#32858] [PATCH 2/3] gnu: Add emacs-powerline Nicolas Goaziou
2018-10-03 19:14   ` bug#32858: Closing bug Nicolas Goaziou
2018-09-27 19:47 ` [bug#32857] [PATCH 3/3] gnu: Add emacs-spaceline Nicolas Goaziou
2018-10-03 19:15   ` bug#32857: Close bug Nicolas Goaziou
2018-09-28  2:11 ` Timothy Sample [this message]
2018-10-03 16:58   ` [bug#32859] [PATCH 1/3] gnu: Add emacs-all-the-icons Nicolas Goaziou
2018-09-29 21:59 ` Ludovic Courtès
2018-10-03 16:58   ` bug#32859: " Nicolas Goaziou
2018-09-30 13:54 ` [bug#32859] " Marius Bakke
2018-10-03 16:57   ` Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87efdejrqy.fsf@ngyro.com \
    --to=samplet@ngyro.com \
    --cc=32859@debbugs.gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.