Package Details: icecat 115.11.0-1

Git Clone URL: https://aur.archlinux.org/icecat.git (read-only, click to copy)
Package Base: icecat
Description: GNU version of the Firefox ESR browser
Upstream URL: https://git.savannah.gnu.org/cgit/gnuzilla.git
Keywords: browser esr gnuzilla web
Licenses: MPL-2.0
Submitter: None
Maintainer: figue (xiota)
Last Packager: xiota
Votes: 251
Popularity: 0.63
First Submitted: 2007-12-09 10:12 (UTC)
Last Updated: 2024-05-16 04:30 (UTC)

Dependencies (51)

Sources (6)

Pinned Comments

xiota commented on 2024-02-26 07:32 (UTC) (edited on 2024-05-15 05:23 (UTC) by xiota)

PKGBUILD has been updated. Major changes:

  • Downloads Firefox ESR and localization using the source array. Files are saved for reuse.
  • Saves freshly patched IceCat sources in a tarball for reuse.
  • Saves the PGO profile for reuse.

Notes:

  • Wayland users, consider setting _build_pgo_xvfb=false. This will use xwayland-run for profiling.
  • PGO should work now, but if it doesn't and you're willing to go without, try _build_pgo=false.
  • Running out of RAM? Try adding mk_add_options MOZ_PARALLEL_BUILD=___ around line 300. Pick a value less than number of cores and free RAM in GB. For example, on a system with 8 cores, 64GB total RAM, but only 6 GB free, the value should be set to 4 or 5.
    • If a few people can confirm this is helpful, I will consider adding it as an additional option.
    • Main resource hog seems to be linking libxul.so. Leave a comment if you have a potential solution.

Having problems? Please provide details: processor make and model, number of cores, free -m, full log in pastebin, whether using AUR helper/makepkg/clean chroot, etc.

Latest Comments

« First ‹ Previous 1 .. 78 79 80 81 82 83 84 85 Next › Last »

wonder commented on 2010-06-24 06:27 (UTC)

@tjwoosta you are such full of crap. if you don't know the difference between depends and makedepends you are not allowed to speak.

crank commented on 2010-05-28 11:26 (UTC)

I can confirm that, it builds fine without it. Does anybody know what necko-wifi is? This is what depends on the wireless_tools package. If you want to get rid of this dependency you must add "ac_add_options --disable-necko-wifi" to mozconfig. .c

tjwoosta commented on 2010-05-24 00:47 (UTC)

Still, its not required, it builds perfectly fine without it, and it pulls a bunch of gnome crap that nobody needs. They should really change the firefox pkgbuild too. Its not the first time the arch maintainers have screwed up with the depends. Compate the gtk-qt-engine pkgbuild (extra) with the gtk-qt-engine-svn pkgbuild (AUR). The maintainers screwed up big time with the one in extra, it pulls about 50 depends (mostly gnome crap) when gtk-qt-engine really only needs gtk and qt. Its like a chain reaction, one unnescessary depend pulls another which pulls another which then pulls most of gnome. Its just a pointless waste of space for anyone who doesnt use gnome, and even if they do use gnome its not nescessary.

figue commented on 2010-05-15 08:47 (UTC)

Check Firefox dependencies (http://repos.archlinux.org/wsvn/packages/firefox/trunk/PKGBUILD). IceCat PKGBUILD was created from it.

tjwoosta commented on 2010-05-15 08:16 (UTC)

Why is libgnomeui a makedepend? It pulls in a bunch of other useless gnome dependencies and icecat builds and runs perfectly fine without it.