Applications/15.12 depends on 5.4.3 qt5 as per kde-build-metadata all of Applications/15.12 depends on qt5 5.4.3. You bumped the dependency to 5.5 which should not happen unitl the 16.04 release cycle, leaving articulate in a failed state for stable. Reproducible: Always Steps to Reproduce: 1. build 2. fails 3. Actual Results: Can't find qt5 5.5 and it never will in stable Expected Results: Look for 5.4.3 like the rest of Applications/15.12 Please see http://anongit.kde.org/kde-build-metadata logical-module-structure for supported qt5 versions.
The hard build-dep was done before the dependency freeze of the 15.12 release. So I do not see any problem with it. As of now we do not have a global policy that defines the maximum Qt version one may depend on. I agree that for convenience of the build system it would be good. But Artikulate hard depends on Qt 5.5. The major requirement is the QtQuick TreeView which was newly introduced in Qt 5.5. and porting away from it would be a major refactoring of the whole UI (not possible in a bugfix release). A smaller build dependency would work (e.g. 5.4, since ABI is compatible and the application would *only* crash at runtime), but to make this runtime-requirement obvious I want to keep it this way.
I see. I was under the impression there was a policy. My apologies then. It will have to remain in a broken state until I sort out how to support divergence of applications with different qt versions. A complete rewrite I expect, so no time soon heh.