guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: delft-icon-theme: Fix broken icons.


From: guix-commits
Subject: 01/01: gnu: delft-icon-theme: Fix broken icons.
Date: Mon, 9 Dec 2019 23:41:13 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 1ea509fb0090db52f1b513564cd3186301691b3b
Author: Leo Prikler <address@hidden>
Date:   Mon Dec 9 00:57:11 2019 +0100

    gnu: delft-icon-theme: Fix broken icons.
    
    * gnu/packages/gnome-xyz (delft-icon-theme): Inherit from Adwaita instead of
      using the (non-existing) GNOME theme.
    
    Signed-off-by: Brett Gilio <address@hidden>
---
 gnu/packages/gnome-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 760131b..bc5e404 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -100,6 +100,8 @@ like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and 
others.")
        (begin
          (use-modules (guix build utils))
          (copy-recursively (assoc-ref %build-inputs "source") "icons")
+         (substitute* "icons/Delft/index.theme"
+           (("gnome") "Adwaita"))
          (delete-file "icons/README.md")
          (delete-file "icons/LICENSE")
          (delete-file "icons/logo.jpg")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]