GNU bug report logs - #41291
[PATCH] gnu: matcha-theme: Update to 2020-05-09.

Previous Next

Package: guix-patches;

Reported by: Leo Prikler <leo.prikler <at> student.tugraz.at>

Date: Fri, 15 May 2020 16:35:02 UTC

Severity: normal

Tags: patch

Done: iyzsong <at> member.fsf.org (宋文武)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: iyzsong <at> member.fsf.org (宋文武)
Cc: tracker <at> debbugs.gnu.org
Subject: bug#41291: closed ([PATCH] gnu: matcha-theme: Update to 2020-05-09.)
Date: Sat, 16 May 2020 08:39:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 16 May 2020 16:38:44 +0800
with message-id <87blmo5l63.fsf <at> member.fsf.org>
and subject line Re: [bug#41291] [PATCH] gnu: matcha-theme: Update to 2020-05-09.
has caused the debbugs.gnu.org bug report #41291,
regarding [PATCH] gnu: matcha-theme: Update to 2020-05-09.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
41291: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41291
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Prikler <leo.prikler <at> student.tugraz.at>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: matcha-theme: Update to 2020-05-09.
Date: Fri, 15 May 2020 18:34:05 +0200
* 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(-)

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



[Message part 3 (message/rfc822, inline)]
From: iyzsong <at> member.fsf.org (宋文武)
To: Leo Prikler <leo.prikler <at> student.tugraz.at>
Cc: 41291-done <at> debbugs.gnu.org
Subject: Re: [bug#41291] [PATCH] gnu: matcha-theme: Update to 2020-05-09.
Date: Sat, 16 May 2020 16:38:44 +0800
Leo Prikler <leo.prikler <at> student.tugraz.at> writes:

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

Pushed, thanks!


This bug report was last modified 5 years and 65 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.