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

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

[debbugs-tracker] bug#25727: closed ([PATCH] gnu: Add emacs-dream-theme.


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#25727: closed ([PATCH] gnu: Add emacs-dream-theme.)
Date: Sat, 18 Feb 2017 13:32:02 +0000

Your message dated Sat, 18 Feb 2017 14:31:15 +0100
with message-id <address@hidden>
and subject line Re: bug#25727: [PATCH] gnu: Add emacs-dream-theme.
has caused the debbugs.gnu.org bug report #25727,
regarding [PATCH] gnu: Add emacs-dream-theme.
to be marked as done.

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


-- 
25727: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25727
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-dream-theme. Date: Tue, 14 Feb 2017 18:42:56 +0000
From: ng0 <address@hidden>

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index b361fcc4a..f1286d674 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3501,6 +3501,30 @@ known loosely as deftheme.  Many mode-specific 
customizations are included.")
        "@code{danneskjold-theme} is a high-contrast theme for Emacs.")
       (license license:gpl3+))))
 
+(define-public emacs-dream-theme
+  (let* ((commit "107a11d74365046f28a1802a2bdb5e69e4a7488b")
+         (revision "1"))
+    (package
+      (name "emacs-dream-theme")
+      (version (string-append "0.0.0-" revision "." (string-take commit 7)))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/djcb/dream-theme";)
+               (commit commit)))
+         (file-name (string-append name "-" version "-checkout"))
+         (sha256
+          (base32
+           "0za18nfkq4xqm35k6006vsixcbmvmxqgma4iw5sw37h8vmcsdylk"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/djcb/dream-theme";)
+      (synopsis "High-contrast Emacs theme")
+      (description
+       "@code{dream-theme} is a dark, clean theme for Emacs.  It is inspired
+by zenburn, sinburn and similar themes, but slowly diverging from them.")
+      (license license:gpl3+))))
+
 (define-public emacs-auto-complete
   (package
     (name "emacs-auto-complete")
-- 
2.11.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#25727: [PATCH] gnu: Add emacs-dream-theme. Date: Sat, 18 Feb 2017 14:31:15 +0100 User-agent: mu4e 0.9.18; emacs 25.1.1
address@hidden writes:

> From: ng0 <address@hidden>
>
> * gnu/packages/emacs.scm (emacs-dream-theme): New variable.
> ---

Pushed to master with commit 1ba67b628.

Thanks!

Aside: I had to amend the commit after using “git am” to change the
summary line, which included “bug#25727: [PATCH]”.  (I had to do the
same for another patch that was submitted to guix-patches.)  Maybe
there’s something we can do about this by changing the settings for the
guix-patches mailing list. Otherwise, committers need to pay attention
to change the commit summary line after using “git am”.

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net



--- End Message ---

reply via email to

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