[PATCH] gnu: Fix broken icons in Delft.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Leo Prikler
Owner
unassigned
Submitted by
Leo Prikler
Severity
normal

Debbugs page

Leo Prikler wrote 5 years ago
(address . guix-patches@gnu.org)
20191208235710.12998-1-leo.prikler@student.tugraz.at
* 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(+)

Toggle diff (15 lines)
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")
--
2.24.0
Brett Gilio wrote 5 years ago
(name . Leo Prikler)(address . leo.prikler@student.tugraz.at)(address . 38540-done@debbugs.gnu.org)
87blsgn65n.fsf@posteo.net
Applied with commit 1ea509fb0090db52f1b513564cd3186301691b3b.
Made some small revisions in the commit message and sub-header.

Thank you, Leo!

--
Brett M. Gilio
Homepage -- https://scm.pw/
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 38540
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