From: Alex Kost <alezost@gmail.com>
To: ng0 <ng0@we.make.ritual.n0.is>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add emacs-danneskjold-theme.
Date: Fri, 18 Nov 2016 21:02:10 +0300 [thread overview]
Message-ID: <87d1hs7jkt.fsf@gmail.com> (raw)
In-Reply-To: <20161118171949.7921-2-ng0@we.make.ritual.n0.is> (ng0@we.make.ritual.n0.is's message of "Fri, 18 Nov 2016 17:19:49 +0000")
ng0 (2016-11-18 17:19 +0000) wrote:
> * gnu/packages/emacs.scm (emacs-danneskjold-theme): New variable.
> ---
> gnu/packages/emacs.scm | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index a065959..5084168 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -3259,6 +3259,26 @@ Flx has support for ido (interactively do things) through flx-ido.")
> known loosely as deftheme. Many mode-specific customizations are included.")
> (license license:gpl3+)))
>
> +(define-public emacs-danneskjold-theme
> + (package
> + (name "emacs-danneskjold-theme")
> + (version "20161118.447")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append
> + "http://melpa.org/packages/danneskjold-theme-"
As I told you once¹, we don't use tarballs from MELPA, so since there is
no releases or tags, we probably have to use 'git-fetch' here, WDYT?
> + version ".tar"))
> + (sha256
> + (base32
> + "0pi1cwscfr6fdacg6s1y65x32zgch5da5yhqciqm13wv6d7bw2jm"))))
> + (build-system emacs-build-system)
> + (home-page "https://github.com/rails-to-cosmos/danneskjold-theme")
> + (synopsis "High-contrast Emacs theme")
> + (description
> + "@code{danneskjold-theme} is a high-contrast theme for Emacs.")
> + (license license:gpl3+)))
> +
> (define-public emacs-auto-complete
> (package
> (name "emacs-auto-complete")
¹ http://lists.gnu.org/archive/html/guix-devel/2016-10/msg00678.html
--
Alex
next prev parent reply other threads:[~2016-11-18 18:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-18 17:19 [PATCH] emacs-danneskjold-theme ng0
2016-11-18 17:19 ` [PATCH] gnu: Add emacs-danneskjold-theme ng0
2016-11-18 18:02 ` Alex Kost [this message]
2016-11-18 18:23 ` ng0
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d1hs7jkt.fsf@gmail.com \
--to=alezost@gmail.com \
--cc=guix-devel@gnu.org \
--cc=ng0@we.make.ritual.n0.is \
/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 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).