[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: eolie: Don't create icon cache.
From: |
guix-commits |
Subject: |
05/06: gnu: eolie: Don't create icon cache. |
Date: |
Thu, 7 Nov 2019 05:52:04 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit f0c6810007ffafeab4e498df8e78df310afb50bc
Author: Efraim Flashner <address@hidden>
Date: Thu Nov 7 12:42:46 2019 +0200
gnu: eolie: Don't create icon cache.
* gnu/packages/gnome.scm (eolie)[arguments]: Add phase to skip creating
the gtk icon cache.
[native-inputs]: Remove gtk+:bin.
---
gnu/packages/gnome.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8629595..1e8dc77 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4413,6 +4413,12 @@ almost all of them.")
`(#: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* "meson_post_install.py"
+ (("gtk-update-icon-cache") "true"))
+ #t))
(add-after 'wrap 'wrap-more
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
@@ -4435,8 +4441,7 @@ almost all of them.")
("itstool" ,itstool)
("pkg-config" ,pkg-config)
("python" ,python)
- ("glib:bin" ,glib "bin")
- ("gtk+" ,gtk+ "bin")))
+ ("glib:bin" ,glib "bin")))
(inputs
`(("gobject-introspection" ,gobject-introspection)
("glib-networking" ,glib-networking)
- branch master updated (844cc19 -> bb7ff88), guix-commits, 2019/11/07
- 04/06: gnu: eog: Don't create icon cache., guix-commits, 2019/11/07
- 03/06: gnu: totem: Don't create icon cache., guix-commits, 2019/11/07
- 02/06: gnu: devhelp: Don't create icon cache., guix-commits, 2019/11/07
- 06/06: gnu: epiphany: Don't build icon cache., guix-commits, 2019/11/07
- 05/06: gnu: eolie: Don't create icon cache.,
guix-commits <=
- 01/06: gnu: gnome-disk-utility: Don't create icon cache., guix-commits, 2019/11/07