GNU bug report logs -
#46530
[PATCH] gnu: Add emacs-theme-sorcery.
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 15 Feb 2021 13:51:55 +0100
with message-id <871rdhze6s.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#46530] [PATCH] gnu: Add emacs-theme-sorcery.
has caused the debbugs.gnu.org bug report #46530,
regarding [PATCH] gnu: Add emacs-theme-sorcery.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
46530: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46530
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
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
This bug report was last modified 4 years and 155 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.