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

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

bug#64771: closed ([PATCH 00/12] Add and update a bunch of Emacs package


From: GNU bug Tracking System
Subject: bug#64771: closed ([PATCH 00/12] Add and update a bunch of Emacs packages)
Date: Sun, 30 Jul 2023 06:46:02 +0000

Your message dated Sun, 30 Jul 2023 08:45:43 +0200
with message-id <6deb4a2695e69438c9a12dcb16b880463db2c65f.camel@gmail.com>
and subject line Re: [bug#64771] [PATCH 09/12] gnu: Add emacs-rebecca-theme.
has caused the debbugs.gnu.org bug report #64771,
regarding [PATCH 00/12] Add and update a bunch of Emacs packages
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64771: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64771
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 00/12] Add and update a bunch of Emacs packages Date: Fri, 21 Jul 2023 18:41:00 +0400
Hello Guix,

A bunch of additions and updates to Emacs packages, bundled together for review 
convenience.

Second patch restyles 'emacs-idle-highlight' because we changed the parentheses 
level.

Keep up the good work!

Ahmad Draidi (12):
  gnu: emacs-idle-highlight: Update to 1.1.4-0.f9091c9.
  gnu: emacs-idle-highlight: Restyle format.
  gnu: Add emacs-nerd-icons.
  gnu: Add emacs-nerd-icons-completion.
  gnu: Add emacs-nerd-icons-dired.
  gnu: Add emacs-nerd-icons-ibuffer.
  gnu: Add emacs-nerd-icons-ivy-rich.
  gnu: Add emacs-treemacs-nerd-icons.
  gnu: Add emacs-rebecca-theme.
  gnu: emacs-base16-theme: Update to 3.1.
  gnu: Add emacs-chocolate-theme.
  gnu: Add emacs-dired-preview.

 gnu/packages/emacs-xyz.scm | 278 ++++++++++++++++++++++++++++++++++---
 1 file changed, 256 insertions(+), 22 deletions(-)


base-commit: 6bda806416b8e6032ef1047c5feed776b6cc0493
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#64771] [PATCH 09/12] gnu: Add emacs-rebecca-theme. Date: Sun, 30 Jul 2023 08:45:43 +0200 User-agent: Evolution 3.46.4
Am Freitag, dem 21.07.2023 um 18:44 +0400 schrieb Ahmad Draidi:
> * gnu/packages/emacs-xyz.scm (emacs-rebecca-theme): New variable.
> ---
>  gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)
> 
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 9cbfae7c86..6e0d0053b2 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -3465,6 +3465,33 @@ (define-public emacs-read-only-cfg
>  directories or regex patterns.")
>        (license license:gpl3+))))
>  
> +;; Use latest commit since there are no tags anymore for several
> versions
> +(define-public emacs-rebecca-theme
> +  (let ((commit "4b8b5aae9099185e07c2b4cac4943c7f66a3f003")
> +        (revision "0"))
> +    (package
> +      (name "emacs-rebecca-theme")
> +      (version (git-version "1.3.2" revision commit))
> +      (source (origin
> +                (method git-fetch)
> +                (uri (git-reference
> +                      (url "https://github.com/vic/rebecca-theme";)
> +                      (commit commit)))
> +                (file-name (git-file-name name version))
> +                (sha256
> +                 (base32
> +                 
> "0y2kcs6zgi3dijagyz6lxbv6gi2mih8m943fhjrzkj35wfvjmhsz"))))
> +      (build-system emacs-build-system)
> +      (home-page "https://github.com/vic/rebecca-theme";)
> +      (synopsis "Dark Emacs theme with purple/violet colors")
> +      (description
> +       "Rebecca Emacs theme is a dark theme with purple/violet
> colors, based on
> +the @code{Dracula} theme for Emacs and the @code{Gloom} theme for
> Atom.
> +
> +The author recommends @url{https://www.tumblr.com/liamwong, Liam
> Wong's}
> +photos as background with this theme.")
Removed the ad to some person's Tumblr.  Pushed along with the rest of
the series.

Cheers

--- End Message ---

reply via email to

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