pkg: fix qt6 svg dev package name — libqt6svg6-dev has no 26.04 candidate

`apt-cache policy libqt6svg6-dev` is "Candidate: (none)" on 26.04; the package
that carries the Svg headers and Qt6SvgConfig.cmake is qt6-svg-dev. Since
gui/CMakeLists.txt landed on main the root build's
find_package(Qt6 ... Svg REQUIRED) is live, so a clean 26.04 box could not
configure the project at all. Same name in README.md and AGENT-PKG-QA.md.

Reported in gui/docs/pkg-qa-requests-m1.md R1.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_0143aKiohmDiyefJBwHDJJqw
This commit is contained in:
2026-09-10 14:58:10 +04:00
co-authored by Claude Sonnet 5
parent 1fabaf805d
commit 99b429abfa
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ Surveyed on this machine 2026-09-09 — **most of it is already installed**:
```bash
sudo apt update && sudo apt install -y \
libqt6svg6-dev \ # GUI: SVG icon rendering
qt6-svg-dev \ # GUI: SVG icon rendering
libsecret-1-dev \ # DAEMON: Secret Service for site logins
nodejs npm \ # EXT + PROTO: extension build, mockd, conformance runner
clang # optional: libFuzzer targets in M7