emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#38540: closed ([PATCH] gnu: Fix broken icons in Delft.)


From: GNU bug Tracking System
Subject: bug#38540: closed ([PATCH] gnu: Fix broken icons in Delft.)
Date: Tue, 10 Dec 2019 04:43:02 +0000

Your message dated Mon, 09 Dec 2019 22:41:56 -0600
with message-id <address@hidden>
and subject line Re: [bug#38540] [PATCH] gnu: Fix broken icons in Delft.
has caused the debbugs.gnu.org bug report #38540,
regarding [PATCH] gnu: Fix broken icons in Delft.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38540: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38540
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Fix broken icons in Delft. Date: Mon, 9 Dec 2019 00:57:11 +0100
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#38540] [PATCH] gnu: Fix broken icons in Delft. Date: Mon, 09 Dec 2019 22:41:56 -0600 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
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/


--- End Message ---

reply via email to

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