[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/182: gnu: eolie: Don't create icon cache.
From: |
guix-commits |
Subject: |
72/182: gnu: eolie: Don't create icon cache. |
Date: |
Fri, 15 Nov 2019 00:01:40 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 2bbdc122074ccb3639e525dbf2743eaee8b12a5b
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 58cd2f4..db46f4b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4453,6 +4453,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"))
@@ -4475,8 +4481,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)
- 57/182: gnu: python-dbusmock: Update to 0.18.3., (continued)
- 57/182: gnu: python-dbusmock: Update to 0.18.3., guix-commits, 2019/11/15
- 59/182: gnu: pipewire: Update to 0.2.7., guix-commits, 2019/11/15
- 60/182: gnu: nautilus: Update to 3.32.3., guix-commits, 2019/11/15
- 62/182: gnu: network-manager: Update to 1.18.4., guix-commits, 2019/11/15
- 61/182: gnu: python-pyatspi: Update to 2.34.0., guix-commits, 2019/11/15
- 65/182: gnu: linux-libre@4.9: Update to 4.9.199., guix-commits, 2019/11/15
- 68/182: gnu: linux-libre: Update to 5.3.9., guix-commits, 2019/11/15
- 64/182: gnu: linux-libre@4.4: Update to 4.4.199., guix-commits, 2019/11/15
- 67/182: gnu: linux-libre@4.19: Update to 4.19.82., guix-commits, 2019/11/15
- 66/182: gnu: linux-libre@4.14: Update to 4.14.152., guix-commits, 2019/11/15
- 72/182: gnu: eolie: Don't create icon cache.,
guix-commits <=
- 71/182: gnu: eog: Don't create icon cache., guix-commits, 2019/11/15
- 76/182: gnu: git-annex: Update to 7.20191106., guix-commits, 2019/11/15
- 75/182: gnu: john-the-ripper-jumbo: Enable tests., guix-commits, 2019/11/15
- 78/182: gnu: commencement: Ensure 'gnu-make-final' refers to the native 'pkg-config'., guix-commits, 2019/11/15
- 77/182: derivations: Use a regular hash table for the module cache., guix-commits, 2019/11/15
- 80/182: graph: Support package transformation options., guix-commits, 2019/11/15
- 74/182: gnu: john-the-ripper-jumbo: Update to 1.9.0., guix-commits, 2019/11/15
- 81/182: news: Add entry for package transformation options in "guix graph"., guix-commits, 2019/11/15
- 86/182: gnu: libdvdnav: Don't use NAME in source URI., guix-commits, 2019/11/15
- 89/182: gnu: python-dbus: Update to 1.2.10., guix-commits, 2019/11/15