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 .. 3 4 5 6 7 8

hawkeye116477 commented on 2017-09-27 11:50 (UTC) (edited on 2017-09-27 11:51 (UTC) by hawkeye116477)

@meatatt Also it can be issue with new python (https://bugzilla.mozilla.org/show_bug.cgi?format=default&id=1384062). Try new version. I added new patches, maybe these patches will help.

meatatt commented on 2017-09-27 00:21 (UTC)

@hawkeye116477 Tried freetype2 v2.8.1, v2.8, v2.7.1, but still no luck. I was initially using freetype2 v2.8 with infinality patch. Any idea?

hawkeye116477 commented on 2017-09-26 15:04 (UTC)

@meatatt I have Manjaro Linux Stable and all is fine. As @philmanjaro said it's issue with freetype2 v2.8.1. So the only solution for now is downgrading freetype2 to v.2.8 or just install waterfox-kde-bin.

meatatt commented on 2017-09-26 01:04 (UTC)

There is definitely some kind of memory leak in compiling. It eats up all 16G of ram space and got it self killed. Compiling with lastest version of everything and the default arch kernel.

hawkeye116477 commented on 2017-09-11 19:57 (UTC) (edited on 2017-09-11 20:02 (UTC) by hawkeye116477)

@meatatt Ok, you're right. Changed source to git, added patch for jack and other improvements :)

meatatt commented on 2017-08-23 18:29 (UTC)

@hawkeye116477 You may be mistaken. I choose to clone also because of the slow download speed. The bare repo is huge and it takes much more time to clone, but ONLY AT THE FIRST TIME. Unlike tarballs which need a full download every update, old repos can be updated to a new commit instantly & automatically. So just keep the cloned repo elsewhere and drop a symbol link to it in the build dir before running makepkg. Additionally, repos have builtin checksum support, which is safer than a tarball with 'SKIP'.

hawkeye116477 commented on 2017-08-23 16:43 (UTC) (edited on 2017-08-23 18:15 (UTC) by hawkeye116477)

@meatatt Ok, thanks, fixed, but left as tarball for now, because for me it takes much time to clone. I don't know why it downloads at 250k. Speedtest.net shows 20 Mbps, so should be 2m. Same is also with tarball, but it takes less space, so it faster downloads. I only have that slow download speed on git.

meatatt commented on 2017-08-22 15:23 (UTC)

Just switched from waterfox-git. Nice work, but it seems that you removed the 'not needed icons' without the removal of their hashes. And ccache is a make dependency. Also, I prefer vcs sources to tarballs because it's much faster to update a bare repo to new commits than download a full archive everytime. Here is the PKGBUILD: https://gist.github.com/meatatt/2ee2b5791a882c4c0f0839db1ff7e152 I bumped the pkgrel to 2, and made some personal modifications such as enabling pulse audio, jack & txt2speech. Diff and see :)