GNU bug report logs -
#38682
[PATCH] gnu: Add emacs-punpun-theme.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#38682: [PATCH] gnu: Add emacs-punpun-theme.
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 38682 <at> debbugs.gnu.org.
--
38682: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38682
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Pushed with 5613760aa40a157eb7f6666abbe8f5a9484c8b42. Thanks :)
- --
Brett M. Gilio
GNU Guix, Contributor | GNU Project, Webmaster
[DFC0 C7F7 9EE6 0CA7 AE55 5E19 6722 43C4 A03F 0EEE]
<brettg <at> gnu.org> <brettg <at> posteo.net>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEE38DH957mDKeuVV4ZZyJDxKA/Du4FAl39p3YACgkQZyJDxKA/
Du6B2Q//eikAQdmnKZkd1AahVVJZ+SZ8EOhuVIU9+NLxwEPehJuY+z3Tuxlm1luK
t762vTPhBL3lSju+YT/xZeRSDoIOs5NBVA+YYvYTeYveYZ7JutU1b0ueMz6872hQ
sY1VULfmkBBiV2ayOPckWr09M9Fop+jaExBzgdsXiBmXknQ6W4lh3y4jSNuar7M6
eSHrsMyuO8HP0tF1HskN05508U+Axx/ihhW/sfQu18uK4A7REBAasVchSr1t5vpL
2012jCNrEFGCvYGi8W7UliE5uqELdS5DkCLxJ0DhuwH/7NnSN4QLtFi4VPE1qy6Q
BQb3NAe32hTDr08fSVoc30tP1JtLRl3p9Et8X4vAF/sVshQUPjdQAn1HzCBnwO7x
onqu2Qq9lXWyKtQMLBpq5F+zJxWL6FZkmFZy0v2xud53MTXvyB2t7ocznsCt+rX0
DvzGuapfSVresxMdXkZu/geKZyjyvUuNSPX/3oL8AMzqg5S8CQ8dDxMqDBUFe9C4
aEjNN2bvda48tSB52eu+IPT39rOaxiZhNxz3zzxP772y6k5BsLYFB58jzycuNMhU
OXkcF2E2UUZ5XfD42I6y9W6e26UoSuzkttoHzw69+eJCsQ7D02sbPo3gaYxzeFdS
MNjwLMMmBNRC7W205rdBwQoQa928F3x/V3EIlk+P0nSwes/sb6w=
=+XDB
-----END PGP SIGNATURE-----
[Message part 3 (message/rfc822, inline)]
[0001-gnu-Add-emacs-punpun-theme.patch (text/x-patch, inline)]
From 90fd350498ab548d2006e3e7c0c86ae5e87d1255 Mon Sep 17 00:00:00 2001
From: Alex ter Weele <alex.ter.weele <at> 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
This bug report was last modified 5 years and 151 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.