emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#28564: closed ([PATCH] gnu: Add emacs-cyberpunk-th


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28564: closed ([PATCH] gnu: Add emacs-cyberpunk-theme.)
Date: Sat, 23 Sep 2017 11:05:02 +0000

Your message dated Sat, 23 Sep 2017 11:04:06 +0000
with message-id <address@hidden>
and subject line Re: [bug#28564] [PATCH] gnu: Add emacs-cyberpunk-theme.
has caused the debbugs.gnu.org bug report #28564,
regarding [PATCH] gnu: Add emacs-cyberpunk-theme.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28564: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28564
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-cyberpunk-theme. Date: Sat, 23 Sep 2017 12:34:34 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
>From ca9b90f724df7b133fb426d3692c0fb343dc3750 Mon Sep 17 00:00:00 2001
From: Feng Shu <address@hidden>
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

-- 

--- End Message ---
--- Begin Message --- Subject: Re: [bug#28564] [PATCH] gnu: Add emacs-cyberpunk-theme. Date: Sat, 23 Sep 2017 11:04:06 +0000
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 address@hidden

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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]