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-11-24 22:06 (UTC) (edited on 2019-11-24 22:07 (UTC) by hawkeye116477)

@toxygen Oops, sorry, looks like I hurried up a little, anyway on line 231 was correct, name on source field was bad.

toxygen commented on 2019-11-14 02:47 (UTC) (edited on 2019-11-14 02:55 (UTC) by toxygen)

two items:

PKGBUILD line 231 should be : install -Dm644 $srcdir/waterfox-classic-kpe.1 \ "$pkgdir/usr/share/man/man1/waterfox-classic-kpe.1"

(fails because cannot stat waterfox-classic.1)

second, please warn that you renamed /usr/bin/waterfox to waterfox-classic. not a biggie but it was weird :-)

also, still cant build on rust 1.1.39 and clang/llvm 9.0.0 versions that work for me are clang 8.0.1-1 llvm 8.0.1-3 llvm-libs 8.0.1-3 compiler-rt 8.0.1-1 rust 1:1.38.0-1.1

newer versions through errors while compiling https://paste.artixlinux.org/27253548

hawkeye116477 commented on 2019-10-29 08:46 (UTC)

@toxygen KPE means KDE Plasma Edition :-)

toxygen commented on 2019-10-28 23:16 (UTC)

shouldnt that be waterfox-classic-kde ?

hawkeye116477 commented on 2019-10-27 09:28 (UTC)

This is Classic. I'll rename it and also push waterfox-current-kpe.

ranger commented on 2019-10-27 09:11 (UTC) (edited on 2019-10-27 09:14 (UTC) by ranger)

@toxygen There is no waterfox beta upstream any more.

Names and versioning changed since this month. There are now two different "stable" versions(Waterfox classic and waterfox current), based on different Firefox versions (legacy and modern). And versioning changed for both to YY.MM.X https://github.com/MrAlex94/Waterfox/wiki/Versioning-Guidelines

So if this is the legacy version it should be named waterfox-classic, as is not possible to distinguish classic from current based on version number.

toxygen commented on 2019-10-26 23:42 (UTC)

@ranger - there is a waterfox-kde-beta which i believe is "current" so this would be classic dont know why the version changed to 2019-10 rather than the 5x.xx we had before

ranger commented on 2019-10-25 18:41 (UTC)

Is this Waterfox Classic or Current? Could help if you include in the name or description

toxygen commented on 2019-10-21 23:26 (UTC) (edited on 2019-10-21 23:28 (UTC) by toxygen)

@Star-X

rm src/path, or rm the whole src before makepkg

are you using the -e option?

Star-X commented on 2019-10-21 19:15 (UTC)

Can't build currently, as the pkgbuild tries to do mkdir path and fails because path already exists.

Any fix?