guix-commits
[Top][All Lists]
Advanced

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

47/48: gnu: dconf-editor: Don't install 'icon-theme.cache'.


From: ???
Subject: 47/48: gnu: dconf-editor: Don't install 'icon-theme.cache'.
Date: Tue, 23 Aug 2016 12:11:51 +0000 (UTC)

iyzsong pushed a commit to branch core-updates
in repository guix.

commit d25c1836c836b3a63c516458aeea5bdcd25ecab3
Author: 宋文武 <address@hidden>
Date:   Mon Aug 22 22:32:15 2016 +0800

    gnu: dconf-editor: Don't install 'icon-theme.cache'.
    
    * gnu/packages/gnome.scm (dconf-editor)[arguments]: Add 
'skip-gtk-update-icon-cache'
    phase.
---
 gnu/packages/gnome.scm |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9669cf3..63d0f12 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5011,6 +5011,15 @@ beautifying border effects.")
         (base32
          "0yf553bd9l030shhs0jkl5gvkzkfxbxxm56xv0l0nmbplaci8wm8"))))
     (build-system glib-or-gtk-build-system)
+    (arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         (add-before 'install 'skip-gtk-update-icon-cache
+           (lambda _
+             ;; Don't create 'icon-theme.cache'.
+             (substitute* "editor/Makefile"
+               (("gtk-update-icon-cache") "true"))
+             #t)))))
     (native-inputs
      `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
        ("intltool" ,intltool)



reply via email to

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