[PATCH] gnu: matcha-theme: Update to 2020-05-09.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Leo Prikler
Owner
unassigned
Submitted by
Leo Prikler
Severity
normal

Debbugs page

Leo Prikler wrote 5 years ago
(address . guix-patches@gnu.org)
20200515163405.19775-1-leo.prikler@student.tugraz.at
* gnu/packages/gnome-xyz.scm (matcha-theme): Update to 2020-05-09.
[source]: Update URL.
[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
@@ -46,18 +46,18 @@
(define-public matcha-theme
(package
(name "matcha-theme")
- (version "2019-11-02")
+ (version "2020-05-09")
(source
(origin
(method git-fetch)
(uri
(git-reference
- (url "https://github.com/vinceliuice/matcha")
+ (url "https://github.com/vinceliuice/Matcha-gtk-theme")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
- "0wci9ahap8kynq8cbyxr7aba9ndb1d4kiq42xvzr34vw1rhcahrr"))))
+ "0fp3ijynyvncy2byjjyba573p81x2pl2hdzv17mg40r8d5mjlkww"))))
(build-system trivial-build-system)
(arguments
'(#:modules ((guix build utils))
@@ -73,9 +73,9 @@
(string-append coreutils "/bin:"
(string-append bash "/bin:")))
(copy-recursively source (getcwd))
- (patch-shebang "Install")
+ (patch-shebang "install.sh")
(mkdir-p themesdir)
- (invoke "./Install" "-d" themesdir)
+ (invoke "./install.sh" "-d" themesdir)
#t))))
(inputs
`(("gtk-engines" ,gtk-engines)))
--
2.26.2
宋文武 wrote 5 years ago
(name . Leo Prikler)(address . leo.prikler@student.tugraz.at)(address . 41291-done@debbugs.gnu.org)
87blmo5l63.fsf@member.fsf.org
Leo Prikler <leo.prikler@student.tugraz.at> writes:

Toggle quote (4 lines)
> * gnu/packages/gnome-xyz.scm (matcha-theme): Update to 2020-05-09.
> [source]: Update URL.
> [arguments]: Update build script.

Pushed, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 41291@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 41291
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help