From: Danny Milosavljevic <dannym@scratchpost.org>
To: 29076@debbugs.gnu.org
Subject: bug#29076: [PATCH core-updates v2] build-system/glib-or-gtk: Don't generate 'icon-theme.cache'.
Date: Sat, 30 Dec 2017 21:09:04 +0100 [thread overview]
Message-ID: <20171230200904.2719-1-dannym@scratchpost.org> (raw)
In-Reply-To: <20171230174525.10957-1-dannym@scratchpost.org>
* guix/build-system/glib-or-gtk.scm (glib-or-gtk-build): Don't generate
'icon-theme.cache'.
---
guix/build-system/glib-or-gtk.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/guix/build-system/glib-or-gtk.scm b/guix/build-system/glib-or-gtk.scm
index d585d84f2..621e68e0a 100644
--- a/guix/build-system/glib-or-gtk.scm
+++ b/guix/build-system/glib-or-gtk.scm
@@ -110,7 +110,8 @@
(outputs '("out"))
(search-paths '())
(configure-flags ''())
- (make-flags ''())
+ ;; Disable icon theme cache generation.
+ (make-flags ''("gtk_update_icon_cache=true"))
(out-of-source? #t)
(tests? #t)
(test-target "check")
next prev parent reply other threads:[~2017-12-30 20:10 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-30 22:15 bug#29076: GTK+ 'icon-theme.cache' files are not reproducible Ludovic Courtès
2017-12-19 9:38 ` Danny Milosavljevic
2017-12-19 9:39 ` Danny Milosavljevic
2017-12-19 9:48 ` bug#29076: [PATCH] gnu: xfce4-session: Disable (duplicate) Gtk+ icon cache generation Danny Milosavljevic
2017-12-19 10:04 ` Ludovic Courtès
2017-12-19 17:13 ` Danny Milosavljevic
2017-12-27 10:14 ` Danny Milosavljevic
2017-12-30 17:45 ` bug#29076: [PATCH core-updates] build-system/glib-or-gtk: Don't generate 'icon-theme.cache' Danny Milosavljevic
2017-12-30 20:09 ` Danny Milosavljevic [this message]
2018-01-01 17:11 ` bug#29076: [PATCH core-updates v2] " Ludovic Courtès
2017-12-27 10:21 ` bug#29076: [PATCH core-updates] " Danny Milosavljevic
2017-12-27 11:12 ` bug#29076: [PATCH core-updates v2] " Danny Milosavljevic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171230200904.2719-1-dannym@scratchpost.org \
--to=dannym@scratchpost.org \
--cc=29076@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).