GNU bug report logs - #27738
[PATCH] gnu: claws-mail: Disable (duplicate) Gtk+ icon cache generation.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Mon, 17 Jul 2017 18:40:02 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27738 in the body.
You can then email your comments to 27738 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#27738; Package guix-patches. (Mon, 17 Jul 2017 18:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 17 Jul 2017 18:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: guix-patches <at> gnu.org
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: [PATCH] gnu: claws-mail: Disable (duplicate) Gtk+ icon cache
 generation.
Date: Mon, 17 Jul 2017 20:29:50 +0200
* gnu/packages/mail.scm (claws-mail)[arguments]: Add make-flags to disable
Gtk+ icon cache generation.
---
 gnu/packages/mail.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 0d1d39990..7228ec9d7 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -930,6 +930,11 @@ compresses it.")
     (arguments
       '(#:configure-flags
         '("--enable-gnutls" "--enable-pgpmime-plugin" "--enable-enchant")
+        #:make-flags
+        ;; Disable updating icon cache since it's done by the profile hook.
+        ;; Conflict with other packages in the profile would be inevitable
+        ;; otherwise.
+        '("gtk_update_icon_cache=true")
         #:phases (modify-phases %standard-phases
                    (add-before 'build 'patch-mime
                      (lambda* (#:key inputs #:allow-other-keys)




Information forwarded to guix-patches <at> gnu.org:
bug#27738; Package guix-patches. (Tue, 18 Jul 2017 11:59:02 GMT) Full text and rfc822 format available.

Message #8 received at 27738 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 27738 <at> debbugs.gnu.org
Subject: Re: [bug#27738] [PATCH] gnu: claws-mail: Disable (duplicate) Gtk+
 icon cache generation.
Date: Tue, 18 Jul 2017 13:58:40 +0200
Danny Milosavljevic <dannym <at> scratchpost.org> skribis:

> * gnu/packages/mail.scm (claws-mail)[arguments]: Add make-flags to disable
> Gtk+ icon cache generation.

OK!




bug closed, send any further explanations to 27738 <at> debbugs.gnu.org and Danny Milosavljevic <dannym <at> scratchpost.org> Request was from Danny Milosavljevic <dannym <at> scratchpost.org> to control <at> debbugs.gnu.org. (Wed, 26 Jul 2017 06:20:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 23 Aug 2017 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 241 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.