| * And I ran into the next thing I'm unclear about; I'd be glad about some guidance on how we're handling the dropping of old Qt5 packages.
I looked at quaternion-qt5, which fails to build: https://hydra.nixos.org/build/297643965 ...because it uses libquotient, which has dropped Qt5 support: https://github.com/quotient-im/libQuotient/releases/tag/0.9.0 ...which also seems reflected in the quaternion project's own CMakeLists.txt: https://github.com/quotient-im/Quaternion/blob/dev/CMakeLists.txt#L64 They seemingly just didn't update their readme and GitHub tags.
Should I just open an issue to drop the Qt5 version? Should I prepare a PR? Are there any policy-decisions to this (dropping an old package)? Also: I guess with the Qt5 version gone, we could get rid of the -qt6 suffix, too. I'm not sure about how much potential there is for refactoring because of that.
|