[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#29076: [PATCH core-updates] build-system/glib-or-gtk: Don't generate
From: |
Danny Milosavljevic |
Subject: |
bug#29076: [PATCH core-updates] build-system/glib-or-gtk: Don't generate 'icon-theme.cache'. |
Date: |
Wed, 27 Dec 2017 11:21:22 +0100 |
* guix/build-system/glib-or-gtk.scm (glib-or-gtk-build): Don't generate
'icon-theme.cache'.
---
guix/build-system/glib-or-gtk.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/guix/build-system/glib-or-gtk.scm
b/guix/build-system/glib-or-gtk.scm
index d585d84f2..fb241ec94 100644
--- a/guix/build-system/glib-or-gtk.scm
+++ b/guix/build-system/glib-or-gtk.scm
@@ -159,7 +159,9 @@
#:glib-or-gtk-wrap-excluded-outputs
,glib-or-gtk-wrap-excluded-outputs
#:configure-flags ,configure-flags
- #:make-flags ,make-flags
+ ;; Disable icon theme cache generation.
+ #:make-flags ,(cons "gtk_update_icon_cache=true"
+ make-flags)
#:out-of-source? ,out-of-source?
#:tests? ,tests?
#:test-target ,test-target
- bug#29076: GTK+ 'icon-theme.cache' files are not reproducible, Danny Milosavljevic, 2017/12/19
- bug#29076: GTK+ 'icon-theme.cache' files are not reproducible, Danny Milosavljevic, 2017/12/19
- bug#29076: [PATCH] gnu: xfce4-session: Disable (duplicate) Gtk+ icon cache generation, Danny Milosavljevic, 2017/12/19
- bug#29076: [PATCH] gnu: xfce4-session: Disable (duplicate) Gtk+ icon cache generation, Ludovic Courtès, 2017/12/19
- bug#29076: [PATCH] gnu: xfce4-session: Disable (duplicate) Gtk+ icon cache generation, Danny Milosavljevic, 2017/12/19
- bug#29076: [PATCH] gnu: xfce4-session: Disable (duplicate) Gtk+ icon cache generation, Danny Milosavljevic, 2017/12/27
- bug#29076: [PATCH core-updates] build-system/glib-or-gtk: Don't generate 'icon-theme.cache'., Danny Milosavljevic, 2017/12/30
- bug#29076: [PATCH core-updates v2] build-system/glib-or-gtk: Don't generate 'icon-theme.cache'., Danny Milosavljevic, 2017/12/30
- bug#29076: [PATCH core-updates] build-system/glib-or-gtk: Don't generate 'icon-theme.cache'.,
Danny Milosavljevic <=
- bug#29076: [PATCH core-updates v2] build-system/glib-or-gtk: Don't generate 'icon-theme.cache'., Danny Milosavljevic, 2017/12/27