Distro have such package, I don't see any problem because of libQtXPas dependency. It is better to have a sparrow in your hand than a dove on a branch. 
They do indeed but its not quite a simple as that. If you, the developer, are using a newer distro and you don't plan to distribute working binaries, it is that simple. But that is not usually the case. If you have customers or users that might be using a different distro or a different aged distro, problems. Lets take Ubuntu of example, I don't use Ubuntu but its version numbers help this discussion because they define its release date.
- The most recent (LTS) Ubunu is 24.04, it has usable libqt5pas and libqt6pas in its repo. Works fine.
- The previous 22.04 does not have usable libqt5pas nor any libqt6pas. Can be built and runs fine.
- The 20.04 Ubuntu has neither, a built libqt5pas can be built and works, libqt6pas cannot.
Now, U20.04 became unsupported last year but is still covered by various Ubuntu Pro plans until, wait for it, 2035 !
The problem is worse with Debian and its direct derivatives, a slightly slower release cycle. I use Debian
bookworm, under LTS until 2028. It has libqt5pas 2.6+2.0.8+dfsg-2, no libqt6pas. That libqt5pas will not work with apps made using current Lazarus. A new one, and a libqt6pas can be built and work fine.
Remember please that a major proportion of Linux distros are derivatives, one way or another of Debian.
End user do not cope well with these 'extras' !
Davo