[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#45616] [PATCH 9/9] gnu: Add materia-theme.
From: |
Leo Prikler |
Subject: |
[bug#45616] [PATCH 9/9] gnu: Add materia-theme. |
Date: |
Sun, 3 Jan 2021 00:51:58 +0100 |
* 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 c07834f27e..8cdfabc727 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -714,6 +714,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")
--
2.29.2
- [bug#45616] [PATCH 0/?] New year, new look, Leo Prikler, 2021/01/02
- [bug#45616] [PATCH 1/9] gnu: delft-icon-theme: Update to 1.14., Leo Prikler, 2021/01/02
- [bug#45616] [PATCH 4/9] gnu: papirus-icon-theme: Update to 20210101., Leo Prikler, 2021/01/02
- [bug#45616] [PATCH 5/9] gnu: arc-theme: Move to gnome-xyz., Leo Prikler, 2021/01/02
- [bug#45616] [PATCH 6/9] gnu: arc-icon-theme: Move to gnome-xyz., Leo Prikler, 2021/01/02
- [bug#45616] [PATCH 2/9] gnu: matcha-theme: Update to 2021-01-01., Leo Prikler, 2021/01/02
- [bug#45616] [PATCH 7/9] gnu: Move faba-icon-theme and moka-icon-theme to gnome-xyz.scm, Leo Prikler, 2021/01/02
- [bug#45616] [PATCH 3/9] gnu: greybird-gtk-theme: Update to 3.22.13., Leo Prikler, 2021/01/02
- [bug#45616] [PATCH 9/9] gnu: Add materia-theme.,
Leo Prikler <=
- [bug#45616] [PATCH 8/9] gnu: gnome-xyz.scm: Reorder packages., Leo Prikler, 2021/01/02
- [bug#45616] [PATCH 0/?] New year, new look, Ludovic Courtès, 2021/01/07