I'm trying to update sigil to 0.7.1 which now requires qt5-qtbase. When trying I got this error: CMake Error at src/Sigil/CMakeLists.txt:464 (qt5_wrap_ui): Unknown CMake command "qt5_wrap_ui". I'm unaware of qt-isms so I'm a bit lost here, but considering qt5-qtbase is a new package I'm thinking if could be a bug on that side. Any idea? I've just setup a rawhide vm for testing this things. If you want me to try some hack please suggest it.
*** Bug 950217 has been marked as a duplicate of this bug. ***
*** Bug 950219 has been marked as a duplicate of this bug. ***
*** Bug 950259 has been marked as a duplicate of this bug. ***
Offhand, I'd recommend asking sigil/upstream. that "unknown" command comes from their own CMakeLists.txt build system.
OK, I just checked, sigil seems to need a lot more than just qt5-qtbase, including (but maybe not limited to): qt5-qtwebkit qt5-qtsvg qt5-qtxmlpatterns and all of those items have yet to pass pkg review as of this moment. Thought, there is a related problem to qt5 cmake support in general too, we're tracking that in bug #929227
confirmed cmake issues resolved with qt5-qtbase-5.0.2-1 per bug #929227 *** This bug has been marked as a duplicate of bug 929227 ***
I just verified qt5-qtbase-5.0.2-1 that error happens anymore. Now I have a new one related with the need of qttools, which is the same case that those other deps you mentioned. Thanks!