unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38682] [PATCH] gnu: Add emacs-punpun-theme.
@ 2019-12-20  1:46 Alex ter Weele
       [not found] ` <87fthfn3i2.fsf@kyleam.com>
  0 siblings, 1 reply; 2+ messages in thread
From: Alex ter Weele @ 2019-12-20  1:46 UTC (permalink / raw)
  To: 38682

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH] gnu: Add emacs-punpun-theme. --]
[-- Type: text/x-patch, Size: 1734 bytes --]

From 90fd350498ab548d2006e3e7c0c86ae5e87d1255 Mon Sep 17 00:00:00 2001
From: Alex ter Weele <alex.ter.weele@gmail.com>
Date: Thu, 19 Dec 2019 20:43:34 -0500
Subject: [PATCH] gnu: Add emacs-punpun-theme.

* gnu/packages/emacs-xyz.scm (emacs-punpun-theme): New variable.
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8ff7a23f51..2241ed8989 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19876,6 +19876,31 @@ is cast on a light backdrop (Modus Operandi) and another where light text is
 displayed against a dark background (Modus Vivendi).")
     (license license:gpl3+)))
 
+(define-public emacs-punpun-theme
+  (let ((commit "2f78125609277b2478abdebd8f9d5ee10a823b65")
+        (revision "0"))
+    (package
+      (name "emacs-punpun-theme")
+      (version (git-version "0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/wasamasa/punpun-theme.git")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1sgxrj3igzq86h3whfymxf4qzv9kpvcrlhbvjmnp7fwrplys0n7d"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/wasamasa/punpun-theme")
+      (synopsis "Bleak Emacs theme")
+      (description
+       "A bleak theme.  Uses shades of gray and the occasional splash of
+color.  Designed for 256-color terminals.  Comes in light and dark!")
+      (license license:gpl3))))
+
+
 (define-public emacs-elixir-mode
   (package
     (name "emacs-elixir-mode")
-- 
2.24.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#38682] [PATCH] gnu: Add emacs-punpun-theme.
       [not found]   ` <87sglfen9q.fsf@librem.i-did-not-set--mail-host-address--so-tickle-me>
@ 2019-12-20  2:51     ` Gilio, Brett M
  0 siblings, 0 replies; 2+ messages in thread
From: Gilio, Brett M @ 2019-12-20  2:51 UTC (permalink / raw)
  To: 38682


On 12/19/2019 8:36 PM, Alex ter Weele wrote:
> Kyle Meyer <kyle@kyleam.com> writes:
>
>> Based on the header in punpun-common.el [*], I think this should be
>> gpl3+.
> Good catch, here's an updated patch.

Looks good to me! I think this is ready for commit to master. I am 
unable to do this at this time, but if this is still open when I get 
home I will review it once more and push it.

Thanks!

-- 

Brett M. Gilio
GNU Guix, Contributor | GNU Project, Webmaster
[DFC0 C7F7 9EE6 0CA7 AE55 5E19 6722 43C4 A03F 0EEE]
<brettg@gnu.org> <brettg@posteo.net>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-20  4:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-20  1:46 [bug#38682] [PATCH] gnu: Add emacs-punpun-theme Alex ter Weele
     [not found] ` <87fthfn3i2.fsf@kyleam.com>
     [not found]   ` <87sglfen9q.fsf@librem.i-did-not-set--mail-host-address--so-tickle-me>
2019-12-20  2:51     ` Gilio, Brett M

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).