[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/184: gnu: eolie: Don't create icon cache.
From: |
guix-commits |
Subject: |
72/184: gnu: eolie: Don't create 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 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)
- 50/184: gnu: quadrapassel: Update to 3.32.0., (continued)
- 50/184: gnu: quadrapassel: Update to 3.32.0., guix-commits, 2019/11/27
- 49/184: gnu: gnome-maps: Update to 3.32.2.1., guix-commits, 2019/11/27
- 48/184: gnu: gnome-klotski: Update to 3.32.0., guix-commits, 2019/11/27
- 52/184: gnu: yelp: Update to 3.32.2., guix-commits, 2019/11/27
- 53/184: gnu: gnome-session: Update to 3.32.0., guix-commits, 2019/11/27
- 55/184: gnu: file-roller: Update to 3.32.2., guix-commits, 2019/11/27
- 57/184: gnu: python-dbusmock: Update to 0.18.3., guix-commits, 2019/11/27
- 59/184: gnu: pipewire: Update to 0.2.7., guix-commits, 2019/11/27
- 64/184: gnu: linux-libre@4.4: Update to 4.4.199., guix-commits, 2019/11/27
- 65/184: gnu: linux-libre@4.9: Update to 4.9.199., guix-commits, 2019/11/27
- 72/184: gnu: eolie: Don't create icon cache.,
guix-commits <=
- 75/184: gnu: john-the-ripper-jumbo: Enable tests., guix-commits, 2019/11/27
- 76/184: gnu: git-annex: Update to 7.20191106., guix-commits, 2019/11/27
- 77/184: derivations: Use a regular hash table for the module cache., guix-commits, 2019/11/27
- 74/184: gnu: john-the-ripper-jumbo: Update to 1.9.0., guix-commits, 2019/11/27
- 81/184: news: Add entry for package transformation options in "guix graph"., guix-commits, 2019/11/27
- 80/184: graph: Support package transformation options., guix-commits, 2019/11/27
- 84/184: doc: Add clarification on the '--source' build option., guix-commits, 2019/11/27
- 89/184: gnu: python-dbus: Update to 1.2.10., guix-commits, 2019/11/27
- 82/184: gnu: Add nginx Accept Language module., guix-commits, 2019/11/27
- 91/184: gnu: libssh: Update to 0.9.2., guix-commits, 2019/11/27