From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXWtG-0000tH-VE for guix-patches@gnu.org; Mon, 25 Jun 2018 15:11:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXWtC-0002Ya-Ji for guix-patches@gnu.org; Mon, 25 Jun 2018 15:11:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55507) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fXWtC-0002XU-Dn for guix-patches@gnu.org; Mon, 25 Jun 2018 15:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fXWtB-0004hJ-Vb for guix-patches@gnu.org; Mon, 25 Jun 2018 15:11:01 -0400 Subject: [bug#31914] [PATCH] gnu: Add emacs-atom-one-dark-theme. Resent-Message-ID: From: Marius Bakke In-Reply-To: <87d0wlpl74.fsf@alaok.org> References: <87d0wlpl74.fsf@alaok.org> Date: Mon, 25 Jun 2018 21:10:05 +0200 Message-ID: <87o9fyel82.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Peter Mikkelsen , 31914@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello Peter, Peter Mikkelsen writes: > Date: Tue, 19 Jun 2018 21:19:44 +0200 > User-agent: mu4e 1.0; emacs 26.1 > From c324b516d02a4cdb6b0035f5d0fae4b12e050a1f Mon Sep 17 00:00:00 2001 > * gnu/packages/emacs.scm (emacs-atom-one-dark-theme): New variable [...] =20=20 > +(define-public emacs-atom-one-dark-theme > + (package > + (name "emacs-atom-one-dark-theme") > + (version "20180607.1638") > + (source (origin > + (method url-fetch) > + (uri (string-append > + "https://melpa.org/packages/atom-one-dark-theme-" > + version ".el")) Could you change this to use a git checkout or release tarball instead? MELPA does not preserve old versions, so this version might not be around for long. > + (sha256 > + (base32 > + "1qhdhm0xa88jc5z15h1s5qwnzin7fccp2ndvqr0acp89zxi60jbq")))) > + (build-system emacs-build-system) > + (home-page > + "https://github.com/jonathanchu/atom-one-dark-theme") > + (synopsis "Atom One Dark color theme for Emacs") > + (description "An Emacs port of the Atom One Dark theme from Atom.io.") > + (license license:gpl3))) This should be GPL3+, as noted in atom-one-dark-theme.el. Can you send an updated patch please? Thanks in advance! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlsxPg0ACgkQoqBt8qM6 VPq6Igf9Evj78NyiCKuuupEsgoUIxvSUOiUDzrcoj84YuXEZiCsG8LwXh/oYnaGc lwmPKcaXQ0J/IE1ISqvwdXWNQhGU4Pbl8Ber30lKK5Oq9QJGytr/r/Wxea2mr62F zlb2cCr1kmfUQM7bRsJKZs2345mEtn0PJezFtuZ/3ed/uYSHILuAKst6eitPJfKh VsaL0HT4u203PBEOdvZYSSBdYA5wNMblN3PmtMfBD7SzJ/Gl3AXsUSE/mYA/ogdd Nq/+JdaIbCZdyved+Xd6R0sS/D5YiUbbbtO/jl0Gvdkld5KSwYDpJPcyRf6nGViX ioH8+m5W7NRlV9xn3dy4v8ihwJCZdQ== =wAE+ -----END PGP SIGNATURE----- --=-=-=--