gnu: matcha-theme: Update to 2020-05-09.
* gnu/packages/gnome-xyz.scm (matcha-theme): Update to 2020-05-09. [source]: Update URL. [arguments]: Update build script. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
408ae72cd1
commit
b050e205dc
1 changed files with 5 additions and 5 deletions
|
@ -46,18 +46,18 @@
|
||||||
(define-public matcha-theme
|
(define-public matcha-theme
|
||||||
(package
|
(package
|
||||||
(name "matcha-theme")
|
(name "matcha-theme")
|
||||||
(version "2019-11-02")
|
(version "2020-05-09")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri
|
||||||
(git-reference
|
(git-reference
|
||||||
(url "https://github.com/vinceliuice/matcha")
|
(url "https://github.com/vinceliuice/Matcha-gtk-theme")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wci9ahap8kynq8cbyxr7aba9ndb1d4kiq42xvzr34vw1rhcahrr"))))
|
"0fp3ijynyvncy2byjjyba573p81x2pl2hdzv17mg40r8d5mjlkww"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:modules ((guix build utils))
|
'(#:modules ((guix build utils))
|
||||||
|
@ -73,9 +73,9 @@
|
||||||
(string-append coreutils "/bin:"
|
(string-append coreutils "/bin:"
|
||||||
(string-append bash "/bin:")))
|
(string-append bash "/bin:")))
|
||||||
(copy-recursively source (getcwd))
|
(copy-recursively source (getcwd))
|
||||||
(patch-shebang "Install")
|
(patch-shebang "install.sh")
|
||||||
(mkdir-p themesdir)
|
(mkdir-p themesdir)
|
||||||
(invoke "./Install" "-d" themesdir)
|
(invoke "./install.sh" "-d" themesdir)
|
||||||
#t))))
|
#t))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk-engines" ,gtk-engines)))
|
`(("gtk-engines" ,gtk-engines)))
|
||||||
|
|
Reference in a new issue