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" <60440@debbugs.gnu.org>
Subject: [bug#60440] [PATCH 2/3] gnu: Add flat-remix-gtk-theme.
Date: Fri, 30 Dec 2022 23:17:23 +0000	[thread overview]
Message-ID: <tla8VGh-m3hpWF36Sj49X__c0bJ3b1VcsdsA1_nzEFq536zhLPWE7dIHM_6_7zdDWZbPMgVOf27Z1njiwoLf_7bb3YM8Fy2VfxipdYJOFro=@proton.me> (raw)
In-Reply-To: <ou5NFy-AFwO4U-O0g4Hvhd7G94RpAoJbpwb7us3Nro3LUxy0dz2YD_c2H0mLFmVfHN3ux_3-5h3UvPGAxNuh_G9do-vSt0k7W7KlJACX6Lk=@proton.me>

* gnu/packages/gnome-xyz.scm (flat-remix-gtk-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 8734d087a8..30249e4c8b 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -253,6 +253,34 @@ (define-public flat-remix-icon-theme
 gradients for some depth.")
     (license license:gpl3+)))
 
+(define-public flat-remix-gtk-theme
+  (package
+    (name "flat-remix-gtk-theme")
+    (version "20220627")
+    (source
+      (origin
+        (method git-fetch)
+        (uri
+          (git-reference
+            (url "https://github.com/daniruiz/flat-remix-gtk")
+            (commit version)))
+        (file-name (git-file-name name version))
+        (sha256
+          (base32 "1kwahlrcm9rfsrd97q9lsbfz5390qafwbv78zl6j2vqgqnxhpwng"))))
+    (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-gtk")
+    (synopsis "GTK application theme with material design")
+    (description "Flat Remix GTK is a GTK application 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:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-30 23:15 [bug#60440] [PATCH 1/3] gnu: Add flat-remix-icon-theme Sughosha via Guix-patches via
2022-12-30 23:17 ` Sughosha via Guix-patches via [this message]
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='tla8VGh-m3hpWF36Sj49X__c0bJ3b1VcsdsA1_nzEFq536zhLPWE7dIHM_6_7zdDWZbPMgVOf27Z1njiwoLf_7bb3YM8Fy2VfxipdYJOFro=@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).