unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: me--- via Guix-patches via <guix-patches@gnu.org>
To: 45597@debbugs.gnu.org
Subject: [bug#45597] [PATCH] gnu: Add nord-theme
Date: Fri, 01 Jan 2021 13:25:31 +0000	[thread overview]
Message-ID: <77e6b3ca763e041858e4cfc7da3702d2@elken.dev> (raw)

[-- Attachment #1: Type: text/plain, Size: 100 bytes --]

My first contribution to guix so feel free to yell at me if the patch is 
formatted wrong!

-- elken

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: nord-gnome.patch --]
[-- Type: text/x-diff; name=nord-gnome.patch, Size: 1375 bytes --]

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 2eb08da50f..8de59dac2e 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -649,3 +649,28 @@ language specification for the Language Server Protocol (LSP).  This tool is
 used in text editing environments to provide a complete and integrated
 feature-set for programming Vala effectively.")
     (license license:lgpl2.1+)))
+
+(define-public nord-theme
+  (let ((commit "07d764c5ebd5706e73d2e573f1a983e37b318915")
+	(revision "0"))
+  (package
+   (name "nord-theme")
+   (version (git-version "1.9.0" revision commit))
+   (source
+    (origin
+     (method git-fetch)
+     (uri (git-reference
+	   (url "https://github.com/EliverLara/Nordic")
+	   (commit commit)))
+     (sha256
+      (base32
+       "0y2s9d6h1b195s6afp1gb5rb1plfslkpbw2brd30a9d66wfvsqk0"))
+     (file-name (git-file-name name version))))
+   (build-system copy-build-system)
+   (arguments
+    `(#:install-plan
+      `(("." "share/themes/nord" #:exclude ("README.md" "LICENSE" "Art/" "package.json" "package-lock.json" "Gulpfile.js")))))
+   (home-page "https://github.com/EliverLara/Nordic")
+   (synopsis "Dark Gtk3.20+ theme created using the awesome Nord color pallete.")
+   (description "Nordic is a Gtk3.20+ theme created using the awesome Nord color pallete.")
+   (license license:gpl3))))

             reply	other threads:[~2021-01-01 15:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-01 13:25 me--- via Guix-patches via [this message]
2021-01-01 15:10 ` bug#45597: Sent in error me--- via Guix-patches via

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=77e6b3ca763e041858e4cfc7da3702d2@elken.dev \
    --to=guix-patches@gnu.org \
    --cc=45597@debbugs.gnu.org \
    --cc=me@elken.dev \
    /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).