GNU bug report logs - #55164
[PATCH] gnu: Add emacs-sanityinc-tomorrow.

Previous Next

Package: guix-patches;

Reported by: Adam Kandur <kefironpremise <at> gmail.com>

Date: Thu, 28 Apr 2022 11:27:01 UTC

Severity: normal

Tags: patch

Done: Cayetano Santos <csantosb <at> inventati.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Adam Kandur <kefironpremise <at> gmail.com>
Subject: bug#55164: closed (Re: [bug#55164] [PATCH] gnu: Add
 emacs-sanityinc-tomorrow.)
Date: Fri, 14 Mar 2025 13:37:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#55164: [PATCH] gnu: Add emacs-sanityinc-tomorrow.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 55164 <at> debbugs.gnu.org.

-- 
55164: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55164
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: kefironpremise <at> gmail.com
Cc: 55164 <at> debbugs.gnu.org, 55164-done <at> debbugs.gnu.org
Subject: Re: [bug#55164] [PATCH] gnu: Add emacs-sanityinc-tomorrow.
Date: Fri, 14 Mar 2025 14:36:16 +0100
[Message part 3 (text/plain, inline)]
We already have a more recent version of this packagee.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Adam Kandur <kefironpremise <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Adam Kandur <kefironpremise <at> gmail.com>
Subject: [PATCH] gnu: Add emacs-sanityinc-tomorrow.
Date: Thu, 28 Apr 2022 14:26:23 +0300
* gnu/packages/emacs-xyz.scm (emacs-sanityinc-tomorrow): New variable.
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index db1663c..2b8b575 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3649,6 +3649,30 @@ (define-public emacs-saveplace-pdf-view
 restore the saved place.")
     (license license:gpl3+)))
 
+(define-public emacs-sanityinc-tomorrow
+  (package
+    (name "emacs-sanityinc-tomorrow")
+    (version "1.17")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+	     (url "https://github.com/purcell/color-theme-sanityinc-tomorrow")
+	     (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+	(base32 "1x3aq6hadp158vh8mf9hmj5rikq0qz7a1frv7vbl39xr3wcnjj23"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/purcell/color-theme-sanityinc-tomorrow")
+    (synopsis "A set of comprehensive Emacs color themes based on Chris Kempson's 'tomorrow' themes")
+    (description
+     "An Emacs version of Chris Kempson's 'Tomorrow' themes,with much
+more extensive face definitions than the 'official' Emacs variant.
+The themes work with both the built-in theming support in recent Emacsen,
+and via the traditional color-theme.el add-on library in older versions,
+so use whichever you prefer.")
+    (license license:gpl3+)))
+
 (define-public emacs-dash
   (package
     (name "emacs-dash")
-- 
2.35.1




This bug report was last modified 68 days ago.

Previous Next


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