Package Details: icecat 115.12.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.38
First Submitted: 2007-12-09 10:12 (UTC)
Last Updated: 2024-06-11 09:04 (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 .. 10 11 12 13 14 15 16 17 18 19 20 .. 85 Next › Last »

cysp74 commented on 2021-04-21 17:14 (UTC)

@figue: Compilation passed w/ new patch on my end. - just a sidenote... :) Permission issue still exists.

figue commented on 2021-04-21 14:48 (UTC)

@Ningen see 9f7712c17cd7

I could write a patch to use perl-rename from [extra]... Will try to push it upstream (I'm not sure if it will be accepted).

figue commented on 2021-04-21 10:43 (UTC)

@Ningen there are different packages. Nothing I can do. Maybe if you have time you can make a pull request upstream to detect perl-rename in extra and use it. It should not be complicated. If I remember well, now makeicecat has functions for this stuff.

figue commented on 2021-04-21 09:25 (UTC)

Already updated to 78.10.0. See 9ff2ae5af0c6

Ningen commented on 2021-04-21 08:58 (UTC)

@figue

perl-rename (https://archlinux.org/packages/community/any/perl-rename/) got updated recently on the official repos, maybe perl-file-rename in the AUR is not needed anymore? I tried to build without perl-file-rename by removing it in the PKGBUILD but for some reason when it defaults to the makeicecat script it thinks I do not have perl-rename installed, which I do.

Could you take a look at this on the next update?

figue commented on 2021-04-20 16:51 (UTC)

@cysp74 mozilla-common only had this:

[figue@suntk:~] $ pacman -Ql mozilla-common
mozilla-common /etc/
mozilla-common /etc/profile.d/
mozilla-common /etc/profile.d/mozilla-common.csh
mozilla-common /etc/profile.d/mozilla-common.sh
[figue@suntk:~] $ cat /etc/profile.d/mozilla-common.sh
export MOZ_PLUGIN_PATH="/usr/lib/mozilla/plugins"

I'm not sure why you have this permissions... Let me check.

cysp74 commented on 2021-04-20 11:16 (UTC)

@figue Since last commit, wrong permissions applied during package installation and placing non executable binaries, libs, etc. under /usr/lib

Looks like install commands at package() section have misconfigured permissions don't know mozilla-commons package how impacted this....

Snippet of tar install package:


-rwxrwx--- root/root    698008 2021-04-20 11:02 usr/lib/icecat/icecat
-rwxrwx--- root/root    698008 2021-04-20 11:02 usr/lib/icecat/icecat-bin
-rwxrwx--x root/root     40456 2021-04-20 11:02 usr/lib/icecat/liblgpllibs.so
-rwxrwx--x root/root   2162184 2021-04-20 11:02 usr/lib/icecat/libmozavcodec.so
-rwxrwx--x root/root    230872 2021-04-20 11:02 usr/lib/icecat/libmozavutil.so
-rwxrwx--x root/root      5976 2021-04-20 11:02 usr/lib/icecat/libmozgtk.so
-rwxrwx--x root/root    132616 2021-04-20 11:02 usr/lib/icecat/libmozsandbox.so
-rwxrwx--x root/root   1224136 2021-04-20 11:02 usr/lib/icecat/libmozsqlite3.so
-rwxrwx--x root/root     10072 2021-04-20 11:02 usr/lib/icecat/libmozwayland.so
-rwxrwx--x root/root 130243288 2021-04-20 11:02 usr/lib/icecat/libxul.so
-rw-rw---- root/root  21348430 2021-04-20 11:02 usr/lib/icecat/omni.ja
-rwxrwx--- root/root    792424 2021-04-20 11:02 usr/lib/icecat/pingsender
-rw-rw---- root/root       101 2021-04-20 11:02 usr/lib/icecat/platform.ini
-rwxrwx--- root/root    691992 2021-04-20 11:02 usr/lib/icecat/plugin-container
-rw-rw---- root/root         0 2021-04-20 11:02 usr/lib/icecat/removed-files

figue commented on 2021-04-19 21:38 (UTC)

@nophke thanks, that package was not a real dependency anymore. I have fixed in last commit.

nophke commented on 2021-04-18 21:37 (UTC)

This can't be build because mozilla-common does not exist anymore!

fredboy commented on 2021-04-06 13:06 (UTC)

Whenever there's some kind of js animation on a page (like on https://atom.io/), icecat starts freezing like crazy. Can't even close the tab. Is there a fix for that?

Okay, those weren't js animations but css, using translate etc. I was able to fix this by setting layers.acceleration.force-enabled to true.