GNU bug report logs - #68462
[PATCH] gnu: Add emacs-plan9-theme.

Previous Next

Package: guix-patches;

Reported by: Suhail <suhail <at> bayesians.ca>

Date: Mon, 15 Jan 2024 00:00:03 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

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 68462 in the body.
You can then email your comments to 68462 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#68462; Package guix-patches. (Mon, 15 Jan 2024 00:00:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Suhail <suhail <at> bayesians.ca>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 15 Jan 2024 00:00:03 GMT) Full text and rfc822 format available.

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

From: Suhail <suhail <at> bayesians.ca>
To: Guix-patches mailing list <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add emacs-plan9-theme.
Date: Sun, 14 Jan 2024 23:59:02 +0000
* gnu/packages/emacs-xyz.scm (emacs-plan9-theme): New variable.

Change-Id: I6053ce66cfceca5a34d0dfd55691be9346f3a916
---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2a24f4a106..89b6f10de0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33771,6 +33771,27 @@ (define-public emacs-modus-themes
     (license (list license:gpl3+
                    license:fdl1.3+)))) ; GFDLv1.3+ for the manual
 
+(define-public emacs-plan9-theme
+  (package
+    (name "emacs-plan9-theme")
+    (version "0.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/john2x/plan9-theme.el")
+             (commit "c2da2fcb241e9800d931a1ff19ecd9fd84d30382")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0rjxbk9fljnjmg00vdqcyynzg591cgknyy2d92xsxsyg4d28dvwi"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/john2x/plan9-theme.el")
+    (synopsis "Light color theme for Emacs based on Plan 9")
+    (description
+     "@code{plan9} is an Emacs theme with light colors and a classic
+look which is inspired by the colors of Plan 9 from Bell Labs.")
+    (license license:gpl3+)))
+
 (define-public emacs-punpun-theme
   (let ((commit "7026684cd568cb691af3ced5de14c375fe6f5a1a")
         (revision "0"))

base-commit: f2102cb5b9239be2ed2023b908b726af542e0124
-- 
2.43.0






Information forwarded to guix-patches <at> gnu.org:
bug#68462; Package guix-patches. (Fri, 16 Feb 2024 04:46:01 GMT) Full text and rfc822 format available.

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

From: Suhail <suhail <at> bayesians.ca>
To: bug#68462 <68462 <at> debbugs.gnu.org>
Subject: Re: Status: [PATCH] gnu: Add emacs-plan9-theme.
Date: Fri, 16 Feb 2024 04:44:40 +0000
Bumping this.  In case a potential reviewer sees this, this may well be
a relatively simple patch to review (new package with no dependencies).

-- 
Suhail





Information forwarded to guix-patches <at> gnu.org:
bug#68462; Package guix-patches. (Wed, 06 Mar 2024 06:19:02 GMT) Full text and rfc822 format available.

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

From: "Suhail Singh" <suhailsingh247 <at> gmail.com>
To: 68462 <at> debbugs.gnu.org
Subject: [PATCH v2] gnu: Add emacs-plan9-theme.
Date: Wed, 06 Mar 2024 01:17:22 -0500
* gnu/packages/emacs-xyz.scm (emacs-plan9-theme): New variable.

Change-Id: I6053ce66cfceca5a34d0dfd55691be9346f3a916
---
 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 e1d14ea4aa..4a06231a39 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34309,6 +34309,29 @@ (define-public emacs-modus-themes
     (license (list license:gpl3+
                    license:fdl1.3+)))) ; GFDLv1.3+ for the manual
 
+(define-public emacs-plan9-theme
+  (let ((commit "c2da2fcb241e9800d931a1ff19ecd9fd84d30382")
+        (revision "0"))
+    (package
+      (name "emacs-plan9-theme")
+      (home-page "https://github.com/john2x/plan9-theme.el")
+      (version (git-version "0.2" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url home-page)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0rjxbk9fljnjmg00vdqcyynzg591cgknyy2d92xsxsyg4d28dvwi"))))
+      (build-system emacs-build-system)
+      (synopsis "Light color theme for Emacs based on Plan 9")
+      (description
+       "@code{plan9} is an Emacs theme with light colors and a classic
+look which is inspired by the colors of Plan 9 from Bell Labs.")
+      (license license:gpl3+))))
+
 (define-public emacs-punpun-theme
   (let ((commit "7026684cd568cb691af3ced5de14c375fe6f5a1a")
         (revision "0"))

base-commit: f18d13b5f89c161c6ee88d15ecdaa8d973ee4503
-- 
2.44.0





Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Sun, 17 Mar 2024 12:34:02 GMT) Full text and rfc822 format available.

Notification sent to Suhail <suhail <at> bayesians.ca>:
bug acknowledged by developer. (Sun, 17 Mar 2024 12:34:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Suhail Singh <suhailsingh247 <at> gmail.com>, 68462-done <at> debbugs.gnu.org
Subject: Re: [PATCH v2] gnu: Add emacs-plan9-theme.
Date: Sun, 17 Mar 2024 13:31:25 +0100
Am Mittwoch, dem 06.03.2024 um 01:17 -0500 schrieb Suhail Singh:
> 
> * gnu/packages/emacs-xyz.scm (emacs-plan9-theme): New variable.
> 
> Change-Id: I6053ce66cfceca5a34d0dfd55691be9346f3a916
Pushed.  Cheers




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 15 Apr 2024 11:27:40 GMT) Full text and rfc822 format available.

This bug report was last modified 102 days ago.

Previous Next


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