unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38540] [PATCH] gnu: Fix broken icons in Delft.
@ 2019-12-08 23:57 Leo Prikler
  2019-12-10  4:41 ` bug#38540: " Brett Gilio
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Prikler @ 2019-12-08 23:57 UTC (permalink / raw)
  To: 38540

* 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(+)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#38540: [PATCH] gnu: Fix broken icons in Delft.
  2019-12-08 23:57 [bug#38540] [PATCH] gnu: Fix broken icons in Delft Leo Prikler
@ 2019-12-10  4:41 ` Brett Gilio
  0 siblings, 0 replies; 2+ messages in thread
From: Brett Gilio @ 2019-12-10  4:41 UTC (permalink / raw)
  To: Leo Prikler; +Cc: 38540-done

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/
GNU Guix -- https://guix.gnu.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-10  4:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-08 23:57 [bug#38540] [PATCH] gnu: Fix broken icons in Delft Leo Prikler
2019-12-10  4:41 ` bug#38540: " Brett Gilio

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).