The hardcoded part of pkgver seems strange. The version in the repos is at 9.0, why 0.6.0 here? Why not use git --describe?
And the makedependancy to bzr is wrong, I think.
And please do not download to $SRCDEST/core, rename it to midori using the :: syntax, please.
Pinned Comments
xiota commented on 2024-01-18 05:33 (UTC) (edited on 2024-05-18 08:25 (UTC) by xiota)
Midori 11.x.y is based on Floorp.
For Midori 9.x, based on WebKit, use
PKGBUILD.midori-classic
(included withaur/midori
).If you have problems building, try building in a clean chroot.
Some options are available:
_build_pgo=false makepkg
– Build without PGO. Faster compilation, but reduced performance._build_pgo_reuse=false makepkg
– Make a new profile. Can delete the old profile for similar effect._build_pgo_xvfb=true makepkg
– Usexvfb
for profiling.This package reuses the previously created PGO profile to reduce rebuild times while retaining most of the performance benefit of PGO. Generate a new profile when:
Avoid flagging and commenting at the same time for the same issue.