unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 60440@debbugs.gnu.org
Subject: [bug#60440] [PATCH 1/3] gnu: Add flat-remix-icon-theme.
Date: Fri, 30 Dec 2022 23:15:11 +0000	[thread overview]
Message-ID: <ou5NFy-AFwO4U-O0g4Hvhd7G94RpAoJbpwb7us3Nro3LUxy0dz2YD_c2H0mLFmVfHN3ux_3-5h3UvPGAxNuh_G9do-vSt0k7W7KlJACX6Lk=@proton.me> (raw)

* gnu/packages/gnome-xyz.scm (flat-remix-icon-theme): New public variable.
---
 gnu/packages/gnome-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 62ffddbb44..8734d087a8 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -225,6 +225,34 @@ (define-public papirus-icon-theme
 and a few extra features.")
     (license license:gpl3)))
 
+(define-public flat-remix-icon-theme
+  (package
+    (name "flat-remix-icon-theme")
+    (version "20220525")
+    (source
+      (origin
+        (method git-fetch)
+        (uri
+          (git-reference
+            (url "https://github.com/daniruiz/flat-remix")
+            (commit version)))
+        (file-name (git-file-name name version))
+        (sha256
+          (base32 "0ygazxccqf7hn1hxnf1mmsp17gm1m4hpcandfz9v5ijrgkd1m596"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:tests? #f
+       #:make-flags `(,(string-append "PREFIX=" (assoc-ref %outputs "out")))
+       #:phases
+        (modify-phases %standard-phases
+          (delete 'configure))))
+    (home-page "https://drasite.com/flat-remix")
+    (synopsis "Icon theme with material design")
+    (description "Flat Remix is an icon theme inspired by material design.  It
+is mostly flat using a colorful palette with some shadows, highlights, and
+gradients for some depth.")
+    (license license:gpl3+)))
+
 (define-public gnome-plots
   (package
     (name "gnome-plots")
-- 
2.38.1





             reply	other threads:[~2022-12-30 23:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-30 23:15 Sughosha via Guix-patches via [this message]
2022-12-30 23:17 ` [bug#60440] [PATCH 2/3] gnu: Add flat-remix-gtk-theme Sughosha via Guix-patches via
2022-12-30 23:18 ` [bug#60440] [PATCH 3/3] gnu: Add flat-remix-gnome-theme Sughosha via Guix-patches via
2023-03-01 15:27   ` bug#60440: " Christopher Baines

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='ou5NFy-AFwO4U-O0g4Hvhd7G94RpAoJbpwb7us3Nro3LUxy0dz2YD_c2H0mLFmVfHN3ux_3-5h3UvPGAxNuh_G9do-vSt0k7W7KlJACX6Lk=@proton.me' \
    --to=guix-patches@gnu.org \
    --cc=60440@debbugs.gnu.org \
    --cc=Sughosha@proton.me \
    /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).