* gnu/packages/gnome-xyz.scm (matcha-theme): Update to 2020-05-09.
[arguments]: Update build script.
gnu/packages/gnome-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Toggle diff (40 lines)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index fe671d15a1..b260678cd5 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
(define-public matcha-theme
- (url "https://github.com/vinceliuice/matcha")
+ (url "https://github.com/vinceliuice/Matcha-gtk-theme")
(file-name (git-file-name name version))
- "0wci9ahap8kynq8cbyxr7aba9ndb1d4kiq42xvzr34vw1rhcahrr"))))
+ "0fp3ijynyvncy2byjjyba573p81x2pl2hdzv17mg40r8d5mjlkww"))))
(build-system trivial-build-system)
'(#:modules ((guix build utils))
(string-append coreutils "/bin:"
(string-append bash "/bin:")))
(copy-recursively source (getcwd))
- (patch-shebang "Install")
+ (patch-shebang "install.sh")
- (invoke "./Install" "-d" themesdir)
+ (invoke "./install.sh" "-d" themesdir)
`(("gtk-engines" ,gtk-engines)))