[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")
- branch master updated (ec732a4 -> 4765cf4), guix-commits, 2021/01/07
- 01/10: gnu: delft-icon-theme: Update to 1.14., guix-commits, 2021/01/07
- 03/10: gnu: greybird-gtk-theme: Update to 3.22.13., guix-commits, 2021/01/07
- 02/10: gnu: matcha-theme: Update to 2021-01-01., guix-commits, 2021/01/07
- 06/10: gnu: arc-icon-theme: Move to gnome-xyz., guix-commits, 2021/01/07
- 05/10: gnu: arc-theme: Move to gnome-xyz., guix-commits, 2021/01/07
- 08/10: gnu: gnome-xyz.scm: Reorder packages., guix-commits, 2021/01/07
- 09/10: gnu: Add materia-theme.,
guix-commits <=
- 04/10: gnu: papirus-icon-theme: Update to 20210101., guix-commits, 2021/01/07
- 07/10: gnu: Move faba-icon-theme and moka-icon-theme to gnome-xyz.scm, guix-commits, 2021/01/07
- 10/10: gnu: Update copyright line., guix-commits, 2021/01/07