qt5-webkit
Category: local-install (rebuilt only so archlinuxaba/the cluster gets it
too; not maintained/adapted/owned by us — see
arch/scripts/install_only_packages).
QtWebKit2-based classes and QML API (WebKit-derived, huge build).
Build notes (2026-08-17)
arch=(x86_64 aarch64)upstream, no i686/pentium4 (WebKit-derived, not a good fit for 32-bit — user’s call).- The
/data/INSTALL/qt5-webkitcheckout was not a real git repo (just loose files, likely copied/extracted rather than cloned) and had never been published to the repo, despite a prebuilt package (qt5-webkit-5.212.0alpha4-29-x86_64.pkg.tar.zst, built May 2025) sitting there. Started a freshgit clone+ real rebuild, but user interrupted: for a package this large (multi-hour WebKit compile), publish an already-built artifact directly rather than rebuild from scratch when nothing requires a fresh build. Restored the original checkout (which has a localpkgrelbump to29, one ahead of upstream’s28— not reconciled/investigated why) and ranrepo_sign.sh+repo_publish.shdirectly on the existing.pkg.tar.zst, skippingrepo_build.shentirely. Published successfully. - Not a proper git checkout — if this needs a real rebuild in the
future, a fresh
git clone https://aur.archlinux.org/qt5-webkit.gitis needed first (the old loose-files copy has no.git).