GNU bug report logs - #46530
[PATCH] gnu: Add emacs-theme-sorcery.

Previous Next

Package: guix-patches;

Reported by: Adam Kandur <rndd <at> tuta.io>

Date: Mon, 15 Feb 2021 10:51:02 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 46530 in the body.
You can then email your comments to 46530 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#46530; Package guix-patches. (Mon, 15 Feb 2021 10:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adam Kandur <rndd <at> tuta.io>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 15 Feb 2021 10:51:02 GMT) Full text and rfc822 format available.

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

From: Adam Kandur <rndd <at> tuta.io>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add emacs-theme-sorcery.
Date: Mon, 15 Feb 2021 11:50:40 +0100 (CET)
From 39aeaead94df9e73db53f9ca1c7a4b373d55c6ad Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd <at> tuta.io>
Date: Mon, 15 Feb 2021 13:46:12 +0300
Subject: [PATCH] gnu: Add emacs-theme-sorcery.

* gnu/packages/emacs-xyz.scm (emacs-theme-sorcery): New variable.
---
 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 a757703..f6ee43d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -804,6 +804,29 @@ theme and apply them to the rest of Linux with Pywal.  Pywal only applies your
 theme to the current session.")
       (license license:gpl3+))))
 
+(define-public emacs-theme-sorcery
+  (let ((revision "0")
+        (commit "5a1c4445b9e6e09589a299a9962a6973272a0c2f"))
+    (package
+      (name "emacs-theme-sorcery")
+      (version "1.0")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+           (url "https://github.com/mtreca/emacs-theme-sorcery")
+           (commit "master")))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1b858049n6nw4qf60fmszjrhl80x7ssh32f7glj722kwy7404kdh"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-autothemer" ,emacs-autothemer)))
+       (home-page "https://github.com/mtreca/emacs-theme-sorcery")
+      (synopsis "Sorcery is a dark and low-contrast Emacs theme inspired by apprentice and sourcerer.")
+      (description "Sorcery is a dark and low-contrast Emacs theme inspired by apprentice and sourcerer.")
+      (license license:gpl3))))
+
 (define-public emacs-treepy
   (package
     (name "emacs-treepy")
-- 
2.30.0





Information forwarded to guix-patches <at> gnu.org:
bug#46530; Package guix-patches. (Mon, 15 Feb 2021 12:53:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Adam Kandur via Guix-patches via <guix-patches <at> gnu.org>
Cc: 46530-done <at> debbugs.gnu.org, Adam Kandur <rndd <at> tuta.io>
Subject: Re: [bug#46530] [PATCH] gnu: Add emacs-theme-sorcery.
Date: Mon, 15 Feb 2021 13:51:55 +0100
Hello,

Adam Kandur via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-theme-sorcery): New variable.

Thank you. I applied the patch with the changes below.

> +(define-public emacs-theme-sorcery
> +  (let ((revision "0")
  ^^^
Your indentation uses nbsp instead of spaces.

> +        (commit "5a1c4445b9e6e09589a299a9962a6973272a0c2f"))

[...]

> +           (commit "master")))

I used (commit commit) since "master" is not stable, by essence.

> +      (synopsis "Sorcery is a dark and low-contrast Emacs theme inspired by apprentice and sourcerer.")

I shortened the synopsis.

> +      (license license:gpl3))))

I changed the license to gpl3+ since "sorcery-theme.el" file specifies
"or (at your option) any later version." for its license.

Regards,
-- 
Nicolas Goaziou




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Mon, 15 Feb 2021 12:53:03 GMT) Full text and rfc822 format available.

Notification sent to Adam Kandur <rndd <at> tuta.io>:
bug acknowledged by developer. (Mon, 15 Feb 2021 12:53:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 16 Mar 2021 11:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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