GNU bug report logs - #59264
[PATCH] gnu: Add emacs-ef-themes.

Previous Next

Package: guix-patches;

Reported by: Aleksandr Vityazev <avityazev <at> posteo.org>

Date: Mon, 14 Nov 2022 23:15:09 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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Aleksandr Vityazev <avityazev <at> posteo.org>
Subject: bug#59264: closed (Re: [bug#59264] [PATCH] gnu: Add emacs-ef-themes.)
Date: Thu, 17 Nov 2022 11:52:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#59264: [PATCH] gnu: Add emacs-ef-themes.

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 59264 <at> debbugs.gnu.org.

-- 
59264: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59264
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Aleksandr Vityazev <avityazev <at> posteo.org>
Cc: 59264-done <at> debbugs.gnu.org
Subject: Re: [bug#59264] [PATCH] gnu: Add emacs-ef-themes.
Date: Thu, 17 Nov 2022 12:51:13 +0100
Hello,

Aleksandr Vityazev <avityazev <at> posteo.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-ef-themes): New variable.

Applied with the following changes.

> +     "The ef-themes are a collection of light and dark themes for GNU Emacs

ef-themes -> Ef themes

> +whose goal is to provide colorful (\"pretty\") yet legible options
> for users

I removed ("pretty").

> +who want something with a bit more flair than the modus-themes.")

modus-themes -> Modus themes.

Thank you.
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Aleksandr Vityazev <avityazev <at> posteo.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-ef-themes.
Date: Mon, 14 Nov 2022 17:03:48 +0000
* gnu/packages/emacs-xyz.scm (emacs-ef-themes): 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 c260ee85c5..e3e960c445 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5172,6 +5172,29 @@ (define-public emacs-ecukes
 intended to be.")
     (license license:gpl3+)))
 
+(define-public emacs-ef-themes
+  (package
+    (name "emacs-ef-themes")
+    (version "0.9.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://git.sr.ht/~protesilaos/ef-themes")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1h1xlcbcay8wlmhzv7b5h6vrvwdwkzc171aa0rfja2xds4ry9k0m"))))
+    (build-system emacs-build-system)
+    (home-page "https://git.sr.ht/~protesilaos/ef-themes")
+    (synopsis "Colorful and legible themes")
+    (description
+     "The ef-themes are a collection of light and dark themes for GNU Emacs
+whose goal is to provide colorful (\"pretty\") yet legible options for users
+who want something with a bit more flair than the modus-themes.")
+    (license license:gpl3+)))
+
 (define-public emacs-espuds
   (package
     (name "emacs-espuds")
-- 
2.38.1



-- 

Aleksandr Vityazev



This bug report was last modified 2 years and 212 days ago.

Previous Next


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