guix-commits
[Top][All Lists]
Advanced

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

73/184: gnu: epiphany: Don't build icon cache.


From: guix-commits
Subject: 73/184: gnu: epiphany: Don't build icon cache.
Date: Wed, 27 Nov 2019 14:37:03 -0500 (EST)

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

commit 6bcaefaf45e62c4b6fdc6ff0827be5b2d816ec5c
Author: Efraim Flashner <address@hidden>
Date:   Thu Nov 7 12:50:37 2019 +0200

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index db46f4b..c11f8ad 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4527,6 +4527,14 @@ a secret password store, an adblocker, and a modern UI.")
      ;;   FAIL
      '(#:tests? #f
        #:glib-or-gtk? #t
+       #:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'skip-gtk-update-icon-cache
+           ;; Don't create 'icon-theme.cache'.
+           (lambda _
+             (substitute* "post_install.py"
+               (("gtk-update-icon-cache") "true"))
+             #t)))
        #:configure-flags
        ;; Otherwise, the RUNPATH will lack the final 'epiphany' path component.
        (list (string-append "-Dc_link_args=-Wl,-rpath="
@@ -4536,7 +4544,6 @@ a secret password store, an adblocker, and a modern UI.")
     (native-inputs
      `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
        ("glib:bin" ,glib "bin") ; for glib-mkenums
-       ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
        ("intltool" ,intltool)
        ("itstool" ,itstool)
        ("pkg-config" ,pkg-config)



reply via email to

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