guix-commits
[Top][All Lists]
Advanced

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

71/184: gnu: eog: Don't create icon cache.


From: guix-commits
Subject: 71/184: gnu: eog: Don't create icon cache.
Date: Wed, 27 Nov 2019 14:37:02 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit fc0ba999b4a61d8e3a77f5215b6d8be844eaa3af
Author: Efraim Flashner <address@hidden>
Date:   Thu Nov 7 12:39:05 2019 +0200

    gnu: eog: Don't create icon cache.
    
    * gnu/packages/gnome.scm (eog)[arguments]: Add phase to skip creating
    the gtk icon cache.
    [native-inputs]: Remove gtk+:bin.
---
 gnu/packages/gnome.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2ab7c34..58cd2f4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4181,6 +4181,12 @@ supports playlists, song ratings, and any codecs 
installed through gstreamer.")
                            (assoc-ref %outputs "out") "/lib/eog"))
       #:phases
       (modify-phases %standard-phases
+         (add-after 'unpack 'skip-gtk-update-icon-cache
+           ;; Don't create 'icon-theme.cache'.
+           (lambda _
+             (substitute* "meson_post_install.py"
+               (("gtk-update-icon-cache") "true"))
+             #t))
         (add-after 'install 'wrap-eog
           (lambda* (#:key outputs #:allow-other-keys)
             (let ((out               (assoc-ref outputs "out"))
@@ -4194,7 +4200,6 @@ supports playlists, song ratings, and any codecs 
installed through gstreamer.")
     `(("intltool" ,intltool)
       ("itstool" ,itstool)
       ("glib" ,glib "bin")
-      ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
       ("gobject-introspection" ,gobject-introspection)
       ("pkg-config" ,pkg-config)
       ("xmllint" ,libxml2)))



reply via email to

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