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.059199
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 »

hockeymikey commented on 2020-12-24 09:02 (UTC)

Failed to build for me. Seeing similar results or should I investigate in the morning?

SolarAquarion commented on 2020-03-15 13:58 (UTC)

you need to add git as a makedepend

hawkeye116477 commented on 2020-03-14 12:09 (UTC) (edited on 2020-03-14 12:10 (UTC) by hawkeye116477)

@Karrq Seems that's problem on your side or maybe GH works bad on night.... I did updpkgsums, even checked sums on local git repo and all are correct.

Karrq commented on 2020-03-14 00:32 (UTC)

The checksums are still failing, these are the values calculated:

  • a49c774f3077b0882d0a9672fadf1637894014ec916ead700375163f33672f9c waterfox-current.1
  • ff84e0de0332974b536ba42d4e16d911e489f6d7cbc2e51c57680c3d94ca5f7a vendor.js
  • 346b791515d05645be86e0f3404187e6397a22460ad54eb27aaf3054d81c2cd8 waterfox-current.desktop

I also checked the other files and their checksums are good

hawkeye116477 commented on 2020-03-13 17:24 (UTC) (edited on 2020-03-13 17:27 (UTC) by hawkeye116477)

Checksums are good, only was small typo, fixed.

Karrq commented on 2020-03-13 00:11 (UTC) (edited on 2020-03-13 00:54 (UTC) by Karrq)

sha256sums of the following are failing...

  • waterfox-current.desktop
  • vendor.js
  • waterfox-current.1

I'm manually 'SKIP'ing them for now.

The package also fails to patch (patch: **** Can't open patch file ../current-kde-2020.03-xul.patch : No such file or directory). I noticed the patch is present but there's a typo in the PKGBUILD, as -xul is appended and not prepended to the version.

After fixing that the build fails when compiling servo

hawkeye116477 commented on 2020-02-29 08:37 (UTC)

@ranger Fixed.

ranger commented on 2020-02-27 21:39 (UTC) (edited on 2020-02-27 21:42 (UTC) by ranger)

pipewire is optional dep but without it I get:

$ waterfox-current XPCOMGlueLoad error for file /usr/lib/waterfox-current/libxul.so: libpipewire-0.2.so.1: cannot open shared object file: No such file or directory Couldn't load XPCOM.

I'm using x11 and installed the package from your link