GNU bug report logs - #61759
[PATCH 8/8] gnu: Add emacs-afternoon-theme.

Previous Next

Package: guix-patches;

Reported by: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>

Date: Fri, 24 Feb 2023 14:20:05 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 61759 in the body.
You can then email your comments to 61759 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#61759; Package guix-patches. (Fri, 24 Feb 2023 14:20:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Rostislav Svoboda <rostislav.svoboda <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 24 Feb 2023 14:20:05 GMT) Full text and rfc822 format available.

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

From: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Rostislav Svoboda <Rostislav.Svoboda <at> gmail.com>
Subject: [PATCH 8/8] gnu: Add emacs-afternoon-theme.
Date: Fri, 24 Feb 2023 15:18:19 +0100
---
 gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ab81ea2a43..fbf8257ffa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -364,6 +364,26 @@ (define-public emacs-cfrs
 look at the minibuffer.")
     (license license:gpl3+)))
 
+(define-public emacs-afternoon-theme
+  (package
+    (name "emacs-afternoon-theme")
+    (version "0.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "http://github.com/osener/emacs-afternoon-theme")
+             (commit "89b1d778a1f8b385775c122f2bd1c62f0fbf931a")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "19d5d6qs5nwmpf26rsb86ranb5p4236qp7p2b4i88cimcmzspylb"))))
+    (build-system emacs-build-system)
+    (home-page "http://github.com/osener/emacs-afternoon-theme")
+    (synopsis "Dark color theme with a deep blue background")
+    (description
+     "Dark color theme with a deep blue background")
+    (license license:gpl3+)))
+
 (define-public emacs-geiser
   (package
     (name "emacs-geiser")
-- 
2.39.1





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Wed, 08 Mar 2023 15:38:03 GMT) Full text and rfc822 format available.

Notification sent to Rostislav Svoboda <rostislav.svoboda <at> gmail.com>:
bug acknowledged by developer. (Wed, 08 Mar 2023 15:38:04 GMT) Full text and rfc822 format available.

Message #10 received at 61759-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Rostislav Svoboda <rostislav.svoboda <at> gmail.com>
Cc: 61759-done <at> debbugs.gnu.org
Subject: Re: [bug#61759] [PATCH 8/8] gnu: Add emacs-afternoon-theme.
Date: Wed, 08 Mar 2023 16:36:51 +0100
Hello,

Rostislav Svoboda <rostislav.svoboda <at> gmail.com> writes:

> +(define-public emacs-afternoon-theme

Thank you. Applied with small tweaks.

Regards,
-- 
Nicolas Goaziou




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

This bug report was last modified 1 year and 20 days ago.

Previous Next


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