me
/
guix
Archived
1
0
Fork 0

gnu: Add flat-remix-gtk-theme.

* gnu/packages/gnome-xyz.scm (flat-remix-gtk-theme): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Sughosha 2022-12-30 23:17:23 +00:00 committed by Christopher Baines
parent ec0f5b5f7e
commit 4a15f2e226
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 27 additions and 0 deletions

View File

@ -266,6 +266,33 @@ is mostly flat using a colorful palette with some shadows, highlights, and
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 ; no included tests
#: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")