guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: Add materia-theme.


From: guix-commits
Subject: 09/10: gnu: Add materia-theme.
Date: Thu, 7 Jan 2021 13:37:00 -0500 (EST)

leoprikler pushed a commit to branch master
in repository guix.

commit a72414832bd70a8312124874a3e6d6b91050aa96
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sun Jan 3 00:29:22 2021 +0100

    gnu: Add materia-theme.
    
    * gnu/packages/gnome-xyz.scm (materia-theme): New variable.
---
 gnu/packages/gnome-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index a0e31bc..be053ff 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -715,6 +715,32 @@ like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and 
others.")
     (home-page "https://github.com/vinceliuice/matcha";)
     (license license:gpl3+)))
 
+(define-public materia-theme
+  (package
+    (name "materia-theme")
+    (version "20200916")
+    (source
+      (origin
+        (method git-fetch)
+        (uri
+          (git-reference
+            (url "https://github.com/nana-4/materia-theme";)
+            (commit (string-append "v" version))))
+        (file-name (git-file-name name version))
+        (sha256
+          (base32
+            "0qaxxafsn5zd2ysgr0jyv5j73360mfdmxyd55askswlsfphssn74"))))
+    (build-system meson-build-system)
+    (native-inputs
+     `(("gtk+" ,gtk+)
+       ("sassc" ,sassc)))
+    (home-page "https://github.com/nana-4/materia-theme";)
+    (synopsis "Material Design theme for a wide range of environments")
+    (description "Materia is a Material Design theme for GNOME/GTK based
+desktop environments.  It supports GTK 2, GTK 3, GNOME Shell, Budgie,
+Cinnamon, MATE, Unity, Xfce, LightDM, GDM, Chrome theme, etc.")
+    (license license:gpl2+)))
+
 (define-public numix-gtk-theme
   (package
     (name "numix-gtk-theme")



reply via email to

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