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 »

toxygen commented on 2018-07-26 03:36 (UTC) (edited on 2018-07-26 03:37 (UTC) by toxygen)

I have an older cpu (xeon 5470), and with clang the build process sometimes fails (due to high cpu usage/temp). this happens in firefox too. before clang became standard for firefox i could add a "-j1" option to the PKGBUILD either for c/c++ options or a mozconfig option to prevent multi-process compilation and that helped prevent this issue (even though the build process took 3-4x as long).

is there a similar option on clang?

hawkeye116477 commented on 2018-04-04 19:56 (UTC) (edited on 2018-04-04 19:57 (UTC) by hawkeye116477)

@meatatt Ok, fixed typo. And what about build error, just try Rust 1.17 or maybe this will help => https://github.com/MrAlex94/Waterfox/pull/508, but I not tested it yet.

meatatt commented on 2018-04-04 13:47 (UTC) (edited on 2018-04-04 13:49 (UTC) by meatatt)

  1. Typo at line 189: "..unity-menubar-$pkgver.patch", missed a slash.
  2. Build error: error: failed to run custom build command for style v0.0.1 (file://waterfox-kde/src/Waterfox/servo/components/style) process didn't exit successfully: waterfox-kde/src/Waterfox/obj-x86_64-pc-linux-gnu/toolkit/library/release/build/style-73d427baf1708f04/build-script-build (exit code: 101)

hawkeye116477 commented on 2018-03-28 16:50 (UTC)

@alium I initially used tarball, but I get convinced by @meatatt that git is better, because on first time is slower to download, but next time is faster, cuz you have previous state of repo and you only need to download what is new. With tarballs you need to redownload full source every time when is update.

alium commented on 2018-03-28 10:33 (UTC)

can you please use source file instead git?

https://github.com/MrAlex94/Waterfox/archive/$pkgver.tar.gz

Abogical commented on 2017-10-18 15:14 (UTC) (edited on 2017-10-18 15:15 (UTC) by Abogical)

disable_e10s.patch missing a closing bracket? line 10: +pref("browser.tabs.remote.autostart.2", false;

hawkeye116477 commented on 2017-10-10 18:39 (UTC) (edited on 2017-10-10 18:43 (UTC) by hawkeye116477)

@meatatt Ok, sorry for this, fixed.

meatatt commented on 2017-10-10 13:46 (UTC)

'-$_patchrev' postfix should be added to sed commands in 'Fix openSUSE's patches for Waterfox' in order to build it. p.s. better stay as contributor for little time with package maintaining.

meatatt commented on 2017-09-28 15:19 (UTC) (edited on 2017-09-28 15:19 (UTC) by meatatt)

@hawkeye116477 It works now, thanks XD