Package Details: firefox-wayland-hg 131.0a1+20240828.1+hc9eea28a07a6-1

Git Clone URL: https://aur.archlinux.org/firefox-wayland-hg.git (read-only, click to copy)
Package Base: firefox-wayland-hg
Description: Standalone web browser from mozilla.org - mozilla-unified hg, nightly branding, targeting wayland
Upstream URL: https://www.mozilla.org/firefox/channel/#nightly
Keywords: firefox hg lto pgo wayland
Licenses: MPL-2.0
Conflicts: firefox-nightly
Provides: firefox-nightly
Submitter: onny
Maintainer: thotypous (chaotic-aur, nyanbinary, xiota)
Last Packager: xiota
Votes: 15
Popularity: 0.000000
First Submitted: 2018-03-09 15:10 (UTC)
Last Updated: 2024-08-28 19:41 (UTC)

Dependencies (43)

Required by (97)

Sources (4)

Pinned Comments

xiota commented on 2024-01-18 05:42 (UTC) (edited on 2024-02-20 06:23 (UTC) by xiota)

This package reuses the previously created PGO profile to reduce rebuild times while retaining most of the performance benefit of PGO.

Generate a new profile when:

  • You feel there are too many "function control flow change" warnings.
  • Performance drops about 10% below PGO with a fresh profile.

PedroHLC commented on 2023-08-18 18:12 (UTC) (edited on 2023-08-18 20:12 (UTC) by PedroHLC)

As @direc85 suggested, since @thotypous now owns firefox-hg, and thanks to @nyanbinary:

  1. this package is now rebased upon firefox-nightly;

  2. this package is wayland-only and, meanwhile, firefox-hg contains an "any graphics server" implementation;

  3. Any suggestion can be added through a PR to: https://github.com/chaotic-aur/pkgbuild-firefox-wayland-hg

thotypous commented on 2021-02-22 15:34 (UTC)

If you don't want to build yourself, daily builds of this package are available at https://aur.chaotic.cx

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9

kevincox commented on 2017-03-07 22:41 (UTC)

I got this to build with pacaur by adding the -p flag to mkdir as mentioned as well as passing to -f flag to ln so that both are ideopetent. Thanks again for the package!

kevincox commented on 2017-03-07 22:27 (UTC)

Thanks for packaging this, I'm really excited to try it out, however when I try I get the following error: mkdir: cannot create directory ‘/home/kevincox/.cache/pacaur/firefox-wayland-git/src/path’: File exists Which seems to come from the following line: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=firefox-wayland-git&id=a8118d09f15d49d20dfbbcd5049cbdc2cbe52c02#n79 Would it be possible to add -p so that this doesn't fail if the path exists? Thanks.