From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: Rostislav Svoboda <rostislav.svoboda@gmail.com>, 66545@debbugs.gnu.org
Cc: Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
Andrew Tropin <andrew@trop.in>
Subject: [bug#66545] [PATCH] gnu: Add emacs-color-theme-sanityinc-tomorrow.
Date: Sat, 14 Oct 2023 20:29:34 +0200 [thread overview]
Message-ID: <ec4605f1b8ef76695e035d14181541a419d323fd.camel@gmail.com> (raw)
In-Reply-To: <46b29e88905aee8c059a84ab355f87554cd3d60c.1697305618.git.Rostislav.Svoboda@gmail.com>
Am Samstag, dem 14.10.2023 um 19:47 +0200 schrieb Rostislav Svoboda:
> * gnu/packages/emacs-xyz.scm (emacs-color-theme-sanityinc-tomorrow):
> New variable.
> ---
> gnu/packages/emacs-xyz.scm | 40
> ++++++++++++++++++++++++++++++++++++++
> 1 file changed, 40 insertions(+)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index bb8c25f9b5..1d10188b9c 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -11057,6 +11057,46 @@ (define-public emacs-moe-theme-el
> variants.")
> (license license:gpl3+)))
>
> +(define-public emacs-color-theme-sanityinc-tomorrow
> + (let ((commit "d34e8db507ee0c7b465ff18a8f220c33ed77cd79")
> + (revision "0"))
> + (package
> + (name "emacs-color-theme-sanityinc-tomorrow")
> + (version (git-version "0" revision commit))
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url
> +
> "https://github.com/purcell/color-theme-sanityinc-tomorrow")
> + (commit commit)))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32
> "1mfildi7rav2j42avii7z4gp4ghl04cqv8wp1vyxzl8vkyj60nkb"))))
> + (build-system emacs-build-system)
> + (arguments
> + (list
> + #:tests? #true
> + #:test-command
> + #~(list "emacs" "-Q" "--batch" "--eval" "
> +(progn
> + (setq byte-compile-error-on-warn t)
> + (push default-directory load-path))
> +"
> + "-f" "batch-byte-compile"
> + "color-theme-sanityinc-tomorrow.el"
> + "sanityinc-tomorrow-blue-theme.el"
> + "sanityinc-tomorrow-bright-theme.el"
> + "sanityinc-tomorrow-day-theme.el"
> + "sanityinc-tomorrow-eighties-theme.el"
> + "sanityinc-tomorrow-night-theme.el")))
The tests should not be byte compilation. In fact, these files should
be compiled by the build phase.
> + (home-page
> "https://github.com/purcell/color-theme-sanityinc-tomorrow")
> + (synopsis "Emacs color themes based on Chris Kempson's
> 'tomorrow' themes")
> + (description
> + "An Emacs version of Chris Kempson's \"Tomorrow\" themes,
> with much more
> +extensive face definitions than the \"official\" Emacs variant.")
> + (license license:gpl3+))))
> +
> (define-public emacs-solarized-theme
> (package
> (name "emacs-solarized-theme")
>
> base-commit: 3d0cdf963820da665d71987c15cae6e503efc701
Cheers
next prev parent reply other threads:[~2023-10-14 18:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-14 17:47 [bug#66545] [PATCH] gnu: Add emacs-color-theme-sanityinc-tomorrow Rostislav Svoboda
2023-10-14 18:29 ` Liliana Marie Prikler [this message]
2023-10-14 20:26 ` Rostislav Svoboda
2024-11-12 11:52 ` bug#66545: " Maxim Cournoyer
2024-11-12 14:12 ` [bug#66550] [bug#66545] " Maxim Cournoyer
2024-11-12 14:12 ` Maxim Cournoyer
[not found] ` <handler.66545.B.169730574415684.ack@debbugs.gnu.org>
2023-10-14 22:09 ` [bug#66545] Acknowledgement ([PATCH] gnu: Add emacs-color-theme-sanityinc-tomorrow.) Rostislav Svoboda
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ec4605f1b8ef76695e035d14181541a419d323fd.camel@gmail.com \
--to=liliana.prikler@gmail.com \
--cc=66545@debbugs.gnu.org \
--cc=andrew@trop.in \
--cc=cox.katherine.e+guix@gmail.com \
--cc=rostislav.svoboda@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).