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

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

bug#60440: closed ([PATCH 1/3] gnu: Add flat-remix-icon-theme.)


From: GNU bug Tracking System
Subject: bug#60440: closed ([PATCH 1/3] gnu: Add flat-remix-icon-theme.)
Date: Wed, 01 Mar 2023 15:28:02 +0000

Your message dated Wed, 01 Mar 2023 15:27:09 +0000
with message-id <874jr4xziz.fsf@cbaines.net>
and subject line Re: [bug#60440] [PATCH 3/3] gnu: Add flat-remix-gnome-theme.
has caused the debbugs.gnu.org bug report #60440,
regarding [PATCH 1/3] gnu: Add flat-remix-icon-theme.
to be marked as done.

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


-- 
60440: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60440
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/3] gnu: Add flat-remix-icon-theme. Date: Fri, 30 Dec 2022 23:15:11 +0000
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#60440] [PATCH 3/3] gnu: Add flat-remix-gnome-theme. Date: Wed, 01 Mar 2023 15:27:09 +0000 User-agent: mu4e 1.8.13; emacs 28.2
Thanks, I've pushed these 3 patches to master as
fbcc42ad6c22ef7257daede968ff2b8d41bdd30d.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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