GNU bug report logs - #41724
[PATCH] Add dracula theme package

Previous Next

Package: guix-patches;

Reported by: Jonathan <rostranjj <at> gmail.com>

Date: Fri, 5 Jun 2020 17:34:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 41724 in the body.
You can then email your comments to 41724 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#41724; Package guix-patches. (Fri, 05 Jun 2020 17:34:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jonathan <rostranjj <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 05 Jun 2020 17:34:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jonathan <rostranjj <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] Add dracula theme package
Date: Fri, 5 Jun 2020 11:28:50 -0600
[Message part 1 (text/plain, inline)]
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a111cbb99b..3116de6969 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -74,6 +74,7 @@
 ;;; Copyright © 2020 Ryan Desfosses <rdes <at> protonmail.com>
 ;;; Copyright © 2020 Marcin Karpezo <sirmacik <at> wioo.waw.pl>
 ;;; Copyright © 2020 Fredrik Salomonsson <plattfot <at> gmail.com>
+;;; Copyright © 2020 Jonathan Rostran <rostranjj <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -5563,6 +5564,28 @@ Code blocks, tables, etc are formatted in monospace
text with the appropriate
 backgrounds.")
       (license license:expat))))

+(define-public emacs-dracula-theme
+  (package
+    (name "emacs-dracula-theme")
+    (version "20200527.1834")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+               "https://melpa.org/packages/dracula-theme-"
+               version
+               ".tar"))
+        (sha256
+          (base32
+            "0z7rycvjcn10hyh22l0d494y6srxysslyhgcmfgrr1xfcjzydwgn"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/dracula/emacs")
+    (synopsis "Dracula Theme")
+    (description
+      "A dark color theme available for a number of editors.
+")
+    (license license:expat))) ;; MIT license
+
 (define-public emacs-ahungry-theme
   (package
     (name "emacs-ahungry-theme")
-- 
2.26.0
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#41724; Package guix-patches. (Fri, 05 Jun 2020 19:24:02 GMT) Full text and rfc822 format available.

Message #8 received at 41724 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Jonathan <rostranjj <at> gmail.com>
Cc: 41724 <at> debbugs.gnu.org
Subject: Re: [bug#41724] [PATCH] Add dracula theme package
Date: Fri, 05 Jun 2020 21:23:04 +0200
Hello,

Jonathan <rostranjj <at> gmail.com> writes:

> +(define-public emacs-dracula-theme

Thank you. 

However, Emacs Dracula theme is already packaged in Guix.

Is it OK to close this?

Regards,

-- 
Nicolas Goaziou




Information forwarded to guix-patches <at> gnu.org:
bug#41724; Package guix-patches. (Fri, 05 Jun 2020 23:20:02 GMT) Full text and rfc822 format available.

Message #11 received at 41724 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan <rostranjj <at> gmail.com>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: 41724 <at> debbugs.gnu.org
Subject: Re: [bug#41724] [PATCH] Add dracula theme package
Date: Fri, 5 Jun 2020 14:58:37 -0600
[Message part 1 (text/plain, inline)]
Yes, you can do that.

On Fri, Jun 5, 2020, 1:23 PM Nicolas Goaziou <mail <at> nicolasgoaziou.fr> wrote:

> Hello,
>
> Jonathan <rostranjj <at> gmail.com> writes:
>
> > +(define-public emacs-dracula-theme
>
> Thank you.
>
> However, Emacs Dracula theme is already packaged in Guix.
>
> Is it OK to close this?
>
> Regards,
>
> --
> Nicolas Goaziou
>
[Message part 2 (text/html, inline)]

Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sat, 06 Jun 2020 07:21:01 GMT) Full text and rfc822 format available.

Notification sent to Jonathan <rostranjj <at> gmail.com>:
bug acknowledged by developer. (Sat, 06 Jun 2020 07:21:01 GMT) Full text and rfc822 format available.

Message #16 received at 41724-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Jonathan <rostranjj <at> gmail.com>
Cc: 41724-done <at> debbugs.gnu.org
Subject: Re: [bug#41724] [PATCH] Add dracula theme package
Date: Sat, 06 Jun 2020 09:20:08 +0200
Hello,

Jonathan <rostranjj <at> gmail.com> writes:

> Yes, you can do that.

OK. Closing. Thank you.

Regards,

-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 04 Jul 2020 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 296 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.