Package Details: waterfox-classic-kpe 2022.11-0

Git Clone URL: https://aur.archlinux.org/waterfox-classic-kpe.git (read-only, click to copy)
Package Base: waterfox-classic-kpe
Description: Customizable privacy conscious web browser with better integration with KDE
Upstream URL: https://classic.waterfox.net/
Keywords: firefox kwaterfox plasma waterfox-classic-kde waterfox-kde
Licenses: MPL
Conflicts: waterfox-classic, waterfox-kde
Provides: waterfox-classic
Replaces: waterfox-kde
Submitter: hawkeye116477
Maintainer: None
Last Packager: hawkeye116477
Votes: 9
Popularity: 0.000000
First Submitted: 2019-10-27 10:38 (UTC)
Last Updated: 2022-11-24 12:32 (UTC)

Dependencies (36)

Required by (1)

Sources (11)

Pinned Comments

hawkeye116477 commented on 2019-09-03 16:53 (UTC) (edited on 2021-03-08 11:18 (UTC) by hawkeye116477)

Binary version of this package is available on my repository on OBS and language packs are available as separete waterfox-classic-i18n-* packages.

Source files at: https://build.opensuse.org/package/show/home:hawkeye116477:waterfox/waterfox-classic-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}"

Latest Comments

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

hawkeye116477 commented on 2019-06-08 07:20 (UTC)

@Star-X Sorry, fixed

Star-X commented on 2019-06-07 21:29 (UTC) (edited on 2019-06-07 21:29 (UTC) by Star-X)

Getting the following error when I try to update Waterfox:

=> ERROR: Integrity checks (sha256) differ in size from the source array.

Any chance you could fix this?

hawkeye116477 commented on 2019-04-19 14:14 (UTC) (edited on 2019-04-19 14:15 (UTC) by hawkeye116477)

I disabled rust-simd and stylo for now, cuz this cause problems with rust>1.32.

hawkeye116477 commented on 2018-12-24 13:30 (UTC) (edited on 2018-12-24 13:32 (UTC) by hawkeye116477)

@jaxad0127 I checked and sums are fine, so something is probably not right on your side, just try again :)

jaxad0127 commented on 2018-12-21 17:49 (UTC)

waterfox.desktop and waterfox.1 fail validity check using 56.2.6-1.

hawkeye116477 commented on 2018-11-02 18:38 (UTC)

@jaxad0127 Sorry, forgot to update, but fixed now.

jaxad0127 commented on 2018-11-02 17:20 (UTC)

The waterfox.1 file doesn't pass validity check for me using the 56.2.5-1 pkgbuild.

toxygen commented on 2018-07-27 11:20 (UTC)

@hawkeye that doesnt get passed to clang (-j is not a valid option for clang) and yes, i have that already

hawkeye116477 commented on 2018-07-27 09:59 (UTC)

@toxygen You can change mk_add_options MOZ_MAKE_FLAGS from -j6 to -j1.