guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: xfce: Replace 'gnome-icon-theme' with 'adwai


From: guix-commits
Subject: branch master updated: gnu: xfce: Replace 'gnome-icon-theme' with 'adwaita-icon-theme'.
Date: Tue, 09 Aug 2022 20:52:07 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 02b69362cb gnu: xfce: Replace 'gnome-icon-theme' with 
'adwaita-icon-theme'.
02b69362cb is described below

commit 02b69362cb5922e3e2579b120a12afcc6167a46e
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Wed Aug 10 08:48:28 2022 +0800

    gnu: xfce: Replace 'gnome-icon-theme' with 'adwaita-icon-theme'.
    
    This fixes <https://issues.guix.gnu.org/57067>.
    
    * gnu/packages/xfce.scm (xfce)[inputs]: Replace gnome-icon-theme with
    adwaita-icon-theme.
---
 gnu/packages/xfce.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 9d217fc8cf..12c490f622 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1087,7 +1087,7 @@ for and start applications.")
     (inputs
      (list exo
            garcon
-           gnome-icon-theme
+           adwaita-icon-theme
            ;; Greybird is the recommend theme since Xfce 4.14, see:
            ;; 
<https://mail.xfce.org/pipermail/xfce4-dev/2018-August/032151.html>
            ;; TODO: Make it default via 
"xfconf/xfce/perchannel-xml/xsettinsg.xml"



reply via email to

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