unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: peter@polidoro.io
To: 66453@debbugs.gnu.org
Cc: Peter Polidoro <peter@polidoro.io>
Subject: [bug#66453] [PATCH 2/4] gnu: Add kicad-color-theme-behave-dark.
Date: Tue, 10 Oct 2023 16:05:12 -0400	[thread overview]
Message-ID: <7fbd4f68a5afe2bdac5090428fa320a777eba0cb.1696967309.git.peter@polidoro.io> (raw)
In-Reply-To: <cover.1696967309.git.peter@polidoro.io>

From: Peter Polidoro <peter@polidoro.io>

* gnu/packages/engineering.scm (kicad-color-theme-behave-dark): New variable.
---
 gnu/packages/engineering.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index cad419ef70..ba0181479d 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1309,6 +1309,34 @@ (define-public kicad-templates
     (description "This package contains the official KiCad project and
 worksheet templates.")))
 
+(define-public kicad-color-theme-behave-dark
+  (let ((commit "68ea0402f334bdbae175f6ca924743640c07183d"))
+    (package
+      (name "kicad-color-theme-behave-dark")
+      (version "1.2")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/pointhi/kicad-color-schemes.git")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1viqfq13ch6xpfhs58vh9b7q1xcwqscczr7lsv220cxr48xhb21x"))))
+      (build-system copy-build-system)
+      (arguments
+       (list
+        #:install-plan
+        #~'(("behave-dark/behave-dark.json" "share/kicad/3rdparty/colors/behave-dark/behave-dark.json"))
+        #:modules '(((guix build gnu-build-system) #:prefix gnu:)
+                    (guix build copy-build-system)
+                    (guix build utils)
+                    (ice-9 match))))
+      (home-page "https://github.com/pointhi/kicad-color-schemes")
+      (synopsis "Behave dark theme for KiCad")
+      (description "This package provides a KiCad dark color theme based on the Atom behave theme.")
+      (license license:cc0))))
+
 (define-public librseq
   ;; There's no release.
   (let ((commit "170f840b498e1aff068b90188727a656111bfc2f")
-- 
2.41.0





  parent reply	other threads:[~2023-10-10 20:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-10 19:57 [bug#66453] [PATCH 0/4] Three KiCad color themes peter
2023-10-10 20:05 ` [bug#66453] [PATCH 1/4] gnu: kicad: Add 3rdparty search path peter
2024-03-05 12:47   ` Steve George
2024-03-05 15:47     ` Peter Polidoro
2023-10-10 20:05 ` peter [this message]
2023-10-10 20:05 ` [bug#66453] [PATCH 3/4] gnu: Add kicad-color-theme-solarized-dark peter
2023-10-10 20:05 ` [bug#66453] [PATCH 4/4] gnu: Add kicad-color-theme-solarized-light peter
2023-10-25  8:11 ` [bug#66453] [PATCH 0/4] Three KiCad color themes Mathieu Othacehe
2023-10-31 14:50   ` Peter Polidoro

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=7fbd4f68a5afe2bdac5090428fa320a777eba0cb.1696967309.git.peter@polidoro.io \
    --to=peter@polidoro.io \
    --cc=66453@debbugs.gnu.org \
    /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).