unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Cc: kumagusu08@gmail.com, quiliro@fsfla.org, help-guix@gnu.org,
	32835@debbugs.gnu.org
Subject: bug#32835: icecat show many warning and don't display correctly
Date: Thu, 31 Jan 2019 17:35:51 +0100	[thread overview]
Message-ID: <20190131163551.GA27000@jurong> (raw)
In-Reply-To: <20190131162328.GA26610@jurong>

Well, things are more delicate than that. It is not enough to just swap the
build system, something probably also needs to be done around these lines
in the build recipe:
       #:modules ((ice-9 ftw)
                  (ice-9 rdelim)
                  (ice-9 match)
                  ,@%gnu-build-system-modules)

Also, the binary is already wrapped:
         (add-after 'install 'wrap-program
           (lambda* (#:key inputs outputs #:allow-other-keys)
             (let* ((out (assoc-ref outputs "out"))
                    (lib (string-append out "/lib"))
                    (gtk (assoc-ref inputs "gtk+"))
                    (gtk-share (string-append gtk "/share")))
               (wrap-program (car (find-files lib "^icecat$"))
                 `("XDG_DATA_DIRS" ":" prefix (,gtk-share)))
               #t))))))

I am deferring to someone more knowledgeable...

Andreas

      reply	other threads:[~2019-01-31 16:35 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-02 11:44 icecat show many warning and don't display correctly 荒井吉則
2019-01-02 14:18 ` Gábor Boskovits
     [not found]   ` <CAH2wgjh=GU00GByWF88k0z5DN8jEaUhLFfb031ODyzXuMVp3BQ@mail.gmail.com>
2019-01-03  9:40     ` Gábor Boskovits
2019-01-07 18:10       ` Andreas Enge
2019-01-08  2:41         ` 荒井吉則
2019-01-08  8:17           ` Gábor Boskovits
2019-01-18 15:57           ` Quiliro Ordonez
2019-01-27 15:54             ` Andreas Enge
2019-01-28  1:31               ` Yoshinori Arai
2019-01-30 17:01                 ` Andreas Enge
2019-01-30 18:02                   ` Ricardo Wurmus
2019-01-31 10:47                     ` Andreas Enge
2019-01-31 13:24                       ` bug#32835: " Maxim Cournoyer
2019-01-31 16:23                         ` Andreas Enge
2019-01-31 16:35                           ` Andreas Enge [this message]

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=20190131163551.GA27000@jurong \
    --to=andreas@enge.fr \
    --cc=32835@debbugs.gnu.org \
    --cc=help-guix@gnu.org \
    --cc=kumagusu08@gmail.com \
    --cc=maxim.cournoyer@gmail.com \
    --cc=quiliro@fsfla.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.
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).