[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/34: gnu: Add emacs-color-theme-sanityinc-tomorrow.
From: |
guix-commits |
Subject: |
22/34: gnu: Add emacs-color-theme-sanityinc-tomorrow. |
Date: |
Tue, 12 Nov 2024 03:42:43 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit b8caf74f299d68bff90da92e37c99051a3616846
Author: Rostislav Svoboda <Rostislav.Svoboda@gmail.com>
AuthorDate: Sat Oct 14 19:17:22 2023 +0200
gnu: Add emacs-color-theme-sanityinc-tomorrow.
* gnu/packages/emacs-xyz.scm (emacs-color-theme-sanityinc-tomorrow): New
variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I10d82838e5127b2b826615365a3eec6b2a937531
---
gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c84199cbb5..b3517b7bd9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12338,6 +12338,32 @@ It is built on top of the custom theme support in
Emacs 24 or later.")
variants.")
(license license:gpl3+)))
+(define-public emacs-color-theme-sanityinc-tomorrow
+ ;; Use the latest commit as there are no recent release/tag; the version
+ ;; metadata in the Elisp source file is also defined as '0'.
+ (let ((commit "d34e8db507ee0c7b465ff18a8f220c33ed77cd79")
+ (revision "0"))
+ (package
+ (name "emacs-color-theme-sanityinc-tomorrow")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
+ "https://github.com/purcell/color-theme-sanityinc-tomorrow")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1mfildi7rav2j42avii7z4gp4ghl04cqv8wp1vyxzl8vkyj60nkb"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/purcell/color-theme-sanityinc-tomorrow")
+ (synopsis "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.")
+ (license license:gpl3+))))
+
(define-public emacs-solarized-theme
(package
(name "emacs-solarized-theme")
- 21/34: gnu: Remove allegro-5.0. [security fixes], (continued)
- 21/34: gnu: Remove allegro-5.0. [security fixes], guix-commits, 2024/11/12
- 20/34: gnu: postgresql-15: Update to 16.4. [security fixes], guix-commits, 2024/11/12
- 30/34: gnu: iverilog: Update home page., guix-commits, 2024/11/12
- 33/34: gnu: plib: Build with -fPIC., guix-commits, 2024/11/12
- 34/34: gnu: Add torcs., guix-commits, 2024/11/12
- 03/34: build: chicken-build-system: Update for 5.4.0., guix-commits, 2024/11/12
- 11/34: gnu: sendmail: Update to 8.18.1. [security fixes], guix-commits, 2024/11/12
- 15/34: gnu: rnp: Update to 0.17.1. [security fixes], guix-commits, 2024/11/12
- 18/34: gnu: postgresql-13: Update to 13.16. [security fixes], guix-commits, 2024/11/12
- 19/34: gnu: postgresql-14: Update to 14.13., guix-commits, 2024/11/12
- 22/34: gnu: Add emacs-color-theme-sanityinc-tomorrow.,
guix-commits <=
- 04/34: gnu: ffmpeg-5: Update to 5.1.6 [fixes CVE-2024-7055, CVE-2024-7272]., guix-commits, 2024/11/12
- 10/34: gnu: pam-u2f: Update to 1.3.0. [security fixes], guix-commits, 2024/11/12
- 14/34: gnu: Add sexpp., guix-commits, 2024/11/12
- 23/34: gnu: iverilog: Remove extraneous #:test-target argument., guix-commits, 2024/11/12
- 28/34: gnu: yosys: Do not hard-code CC and CXX make flags., guix-commits, 2024/11/12
- 29/34: gnu: yosys: Remove extraneous characters., guix-commits, 2024/11/12
- 24/34: gnu: iverilog: Re-add zlib to inputs., guix-commits, 2024/11/12
- 25/34: gnu: yosys: Update to 0.46., guix-commits, 2024/11/12
- 31/34: gnu: Add vdrift-data., guix-commits, 2024/11/12
- 32/34: gnu: Add vdrift., guix-commits, 2024/11/12