localsend
Not tracked in arch/ — this is a plain upstream AUR package, rebuilt
from a fresh clone of https://aur.archlinux.org/localsend.git into
/data/INSTALL/localsend purely so archlinuxaba carries it for the
cluster. See arch/scripts/install_only_packages (local-install
category).
Build notes
- Flutter/GTK app (
app/linux), pulls Flutter build tooling and a lot of pub packages duringbuild()– normal, not an error. namcapwarnings on the built package (missing FULL RELRO, a few “unused shared library” / implicit dependency notes,$srcdirreference inlibapp.so) are all upstream PKGBUILD/toolchain artifacts, not something introduced here – harmless, ignore unless they start failing the build outright.gdb-add-index: “No debugging symbols” onlibapp.so/librust_lib_localsend_app.sois expected (no debuginfo for the Flutter/Rust build output) and does not fail the build.- Builds a
localsend-debugpackage alongsidelocalsend; both get uploaded/published.
Update procedure
Rebuild in place when yay -Qu flags it: rm -rf any stale
/data/INSTALL/localsend-old, mv /data/INSTALL/localsend{,-old},
fresh git clone from AUR into /data/INSTALL/localsend, then
arch/scripts/repo_release.sh /data/INSTALL/localsend. Delete the
-old backup once publish succeeds.