Package Details: waterfox-kde G6.0.20-1

Git Clone URL: https://aur.archlinux.org/waterfox-kde.git (read-only, click to copy)
Package Base: waterfox-kde
Description: Customizable privacy conscious web browser with better integration with KDE and primary support for webextensions
Upstream URL: https://www.waterfox.net/
Keywords: firefox webextension
Licenses: MPL
Provides: waterfox, waterfox-g
Replaces: waterfox-g-kpe, waterfox-g3-kpe, waterfox-g4-kpe
Submitter: hawkeye116477
Maintainer: None
Last Packager: hawkeye116477
Votes: 11
Popularity: 0.051311
First Submitted: 2024-01-28 11:48 (UTC)
Last Updated: 2024-10-21 11:25 (UTC)

Dependencies (45)

Required by (2)

Sources (17)

Pinned Comments

hawkeye116477 commented on 2024-01-28 12:38 (UTC) (edited on 2024-01-28 12:38 (UTC) by hawkeye116477)

Precompiled package with LTO+PGO and langpacks are available on my repository on OBS.

Source files at: https://build.opensuse.org/package/show/home:hawkeye116477:waterfox/waterfox-kde.

[home_hawkeye116477_waterfox_Arch]
Server = https://download.opensuse.org/repositories/home:/hawkeye116477:/waterfox/Arch/$arch

If you got 404, then temporarily try to replace download.opensuse.org with downloadcontent.opensuse.org. That should enforce direct download without mirror.

key=$(curl -fsSL https://download.opensuse.org/repositories/home:hawkeye116477:waterfox/Arch/$(uname -m)/home_hawkeye116477_waterfox_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"
pacman -Sy home_hawkeye116477_waterfox_Arch/waterfox-kde

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

BillFleming commented on 2022-10-19 01:46 (UTC) (edited on 2022-10-19 10:41 (UTC) by BillFleming)

You probably need to permanently change export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system to export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=pip to prevent version mismatch between system python and included python. (Maybe there is a way to make it work, but I wasn't able to resolve all version mismatch.) Also the pip check is still crashing on my machine and unless you patch the source to disable crash reporting in certain places the build might unless succeed if you re-enable it in the mozconfig.

ac_add_options --disable-crashreporter

hawkeye116477 commented on 2022-08-17 18:01 (UTC)

@brikler It's configured as unified build by default.

brikler commented on 2022-08-17 17:21 (UTC)

do you know jumbo build, or unity build? https://firefox-source-docs.mozilla.org/build/buildsystem/unified-builds.html

a good explantion https://mesonbuild.com/Unity-builds.html

as example what unity build can do:

`ìcemon` as normal build
real    0m23,179s
user    1m12,184s
sys 0m2,491s
`ìcemon` as unity build
real    0m9,759s
user    0m22,916s
sys 0m0,904s

W47MPUSv commented on 2022-06-26 13:29 (UTC)

Cool Thanks

hawkeye116477 commented on 2022-06-26 12:27 (UTC)

@hawath It's already patched by Waterfox team.

W47MPUSv commented on 2022-06-26 03:25 (UTC)

Hi: A new patch might be necessary for a successful build now. Please see the following link: https://bugzilla.mozilla.org/show_bug.cgi?id=1773630

Thanks

W47MPUSv commented on 2022-06-08 18:55 (UTC)

Thanks!

hawkeye116477 commented on 2022-06-08 18:14 (UTC)

@hawath This package won't be updated, switch to https://aur.archlinux.org/packages/waterfox-g-kpe.

hawkeye116477 commented on 2022-05-31 11:52 (UTC)

Precompiled package with LTO+PGO and langpacks are available on my repository on OBS.

Source files at: https://build.opensuse.org/package/show/home:hawkeye116477:waterfox/waterfox-g-kpe.

[home_hawkeye116477_waterfox_Arch]
Server = https://download.opensuse.org/repositories/home:/hawkeye116477:/waterfox/Arch/$arch

If you got 404, then temporarily try to replace download.opensuse.org with downloadcontent.opensuse.org. That should enforce direct download without mirror.

key=$(curl -fsSL https://download.opensuse.org/repositories/home:hawkeye116477:waterfox/Arch/$(uname -m)/home_hawkeye116477_waterfox_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"
pacman -Sy home_hawkeye116477_waterfox_Arch/waterfox-g-kpe