From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH] gnu: Add emacs-danneskjold-theme. Date: Fri, 18 Nov 2016 21:02:10 +0300 Message-ID: <87d1hs7jkt.fsf@gmail.com> References: <20161118171949.7921-1-ng0@we.make.ritual.n0.is> <20161118171949.7921-2-ng0@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7nUP-00049f-G9 for guix-devel@gnu.org; Fri, 18 Nov 2016 13:02:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c7nUM-0000jl-FE for guix-devel@gnu.org; Fri, 18 Nov 2016 13:02:17 -0500 Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]:35113) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c7nUL-0000jL-UD for guix-devel@gnu.org; Fri, 18 Nov 2016 13:02:14 -0500 Received: by mail-wm0-x241.google.com with SMTP id a20so8615222wme.2 for ; Fri, 18 Nov 2016 10:02:13 -0800 (PST) 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") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: ng0 Cc: guix-devel@gnu.org 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 includ= ed.") > (license license:gpl3+))) >=20=20 > +(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=C2=B9, 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") =C2=B9 http://lists.gnu.org/archive/html/guix-devel/2016-10/msg00678.html --=20 Alex