diff mbox series

[bug#38540] gnu: Fix broken icons in Delft.

Message ID 20191208235710.12998-1-leo.prikler@student.tugraz.at
State Accepted
Headers show
Series [bug#38540] gnu: Fix broken icons in Delft. | expand

Commit Message

Leo Prikler Dec. 8, 2019, 11:57 p.m. UTC
* gnu/packages/gnome-xyz (delft-icon-theme): Inherit from Adwaita instead of
using the (non-existing) gnome theme.
---
 gnu/packages/gnome-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

Comments

Brett Gilio Dec. 10, 2019, 4:41 a.m. UTC | #1
Applied with commit 1ea509fb0090db52f1b513564cd3186301691b3b.
Made some small revisions in the commit message and sub-header.

Thank you, Leo!
diff mbox series

Patch

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 80870fd25d..85d53653ba 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -101,6 +101,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")