* [bug#28564] [PATCH] gnu: Add emacs-cyberpunk-theme.
@ 2017-09-23 4:34 Feng Shu
2017-09-23 9:10 ` ng0
0 siblings, 1 reply; 4+ messages in thread
From: Feng Shu @ 2017-09-23 4:34 UTC (permalink / raw)
To: 28564
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH] gnu: Add emacs-cyberpunk-theme. --]
[-- Type: text/x-patch, Size: 1434 bytes --]
From ca9b90f724df7b133fb426d3692c0fb343dc3750 Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu@163.com>
Date: Sat, 23 Sep 2017 12:32:17 +0800
Subject: [PATCH] gnu: Add emacs-cyberpunk-theme.
* gnu/packages/emacs.scm (emacs-cyberpunk-theme): New variable.
---
gnu/packages/emacs.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 211f95d9d..62209a1d9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5067,6 +5067,25 @@ other operations.")
on mouse-control.")
(license license:gpl3+)))
+(define-public emacs-cyberpunk-theme
+ (package
+ (name "emacs-cyberpunk-theme")
+ (version "1.19")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/n3mo/cyberpunk-theme.el/archive/"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "05l5fxw1mn5py6mfhxrzyqjq0d8m5m1akfi46vrgh13r414jffvv"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/n3mo/cyberpunk-theme.el")
+ (synopsis "Emacs cyberpunk theme")
+ (description "Cyberpunk theme for Emacs built-in color theme support.")
+ (license license:gpl2+)))
+
(define-public emacs-gnuplot
(package
(name "emacs-gnuplot")
--
2.14.1
[-- Attachment #2: Type: text/plain, Size: 5 bytes --]
--
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#28564] [PATCH] gnu: Add emacs-cyberpunk-theme.
2017-09-23 4:34 [bug#28564] [PATCH] gnu: Add emacs-cyberpunk-theme Feng Shu
@ 2017-09-23 9:10 ` ng0
2017-09-23 9:45 ` Feng Shu
2017-09-23 11:04 ` bug#28564: " ng0
0 siblings, 2 replies; 4+ messages in thread
From: ng0 @ 2017-09-23 9:10 UTC (permalink / raw)
To: Feng Shu; +Cc: 28564
[-- Attachment #1: Type: text/plain, Size: 412 bytes --]
Feng Shu transcribed 1.6K bytes:
>
> --
Hi!
This package already exists, I added it a while back.
However you have version 1.19, so you could simply
send an update of it (and include other changes in
additional commits if you want to).
Thanks
--
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://krosos.org/dist/keys/
https://www.infotropique.org https://www.krosos.org
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [bug#28564] [PATCH] gnu: Add emacs-cyberpunk-theme.
2017-09-23 9:10 ` ng0
@ 2017-09-23 9:45 ` Feng Shu
2017-09-23 11:04 ` bug#28564: " ng0
1 sibling, 0 replies; 4+ messages in thread
From: Feng Shu @ 2017-09-23 9:45 UTC (permalink / raw)
To: ng0; +Cc: guix-devel, Feng Shu
ng0 <ng0@infotropique.org> writes:
> Feng Shu transcribed 1.6K bytes:
>
>>
>> --
>
> Hi!
>
> This package already exists, I added it a while back.
> However you have version 1.19, so you could simply
> send an update of it (and include other changes in
> additional commits if you want to).
>
> Thanks
Oh, sorry, I have sent a new patch to update cyberpunk package,
please close this.
--
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#28564: [PATCH] gnu: Add emacs-cyberpunk-theme.
2017-09-23 9:10 ` ng0
2017-09-23 9:45 ` Feng Shu
@ 2017-09-23 11:04 ` ng0
1 sibling, 0 replies; 4+ messages in thread
From: ng0 @ 2017-09-23 11:04 UTC (permalink / raw)
To: Feng Shu; +Cc: 28564-done
[-- Attachment #1: Type: text/plain, Size: 594 bytes --]
ng0 transcribed 1.4K bytes:
> Feng Shu transcribed 1.6K bytes:
>
> >
> > --
>
> Hi!
>
> This package already exists, I added it a while back.
> However you have version 1.19, so you could simply
> send an update of it (and include other changes in
> additional commits if you want to).
>
> Thanks
Okay, thanks. You can close bug tickets by sending
an email to BUGID-done@debbugs.gnu.org
I've closed this now for you.
--
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://krosos.org/dist/keys/
https://www.infotropique.org https://www.krosos.org
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-09-23 11:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-23 4:34 [bug#28564] [PATCH] gnu: Add emacs-cyberpunk-theme Feng Shu
2017-09-23 9:10 ` ng0
2017-09-23 9:45 ` Feng Shu
2017-09-23 11:04 ` bug#28564: " ng0
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.