Hey, I am a real newbie to using OBS and to be honest I haven’t found a comprehensible howto for it. And the osc man page looks quite depressing to me.
All I want is to build fcitx against Qt 5.6 so I can upgrade my whole system to Qt 5.6 from KDE:Qt5 and to KDE Frameworks 5.6.1 from KDE:Frameworks, if that makes sense. And since doing that now would lead to a removal of Fcitx which I need I am trying to build it using OBS. So I branched the packages I think are necessary - fcitx, fcitx-qt5 and kcm5-fcitx - and updated meta to take into account the KDE:Qt5 and KDE:Frameworks repositories as follows:
<project name="home:pumrel">
<title>pumrel's Home Project</title>
<description></description>
<person userid="pumrel" role="maintainer"/>
<repository name="openSUSE_Leap_42.1">
<path project="openSUSE:Leap:42.1:Update" repository="standard"/>
<path project="Education" repository="openSUSE_Leap_42.1"/>
<path project="KDE:Qt5" repository="openSUSE_Leap_42.1"/>
<path project="KDE:Frameworks5" repository="openSUSE_Leap_42.1"/>
<arch>x86_64</arch>
</repository>
</project>
However kcm5-fcitx is not building because:
nothing provides libQt5Core.so.5(Qt_5.6)(64bit) needed by libpolkit-qt5-1-1, nothing provides libQt5Core.so.5(Qt_5.6)(64bit) needed by libphonon4qt5, nothing provides libQt5Core.so.5(Qt_5.6)(64bit) needed by libdbusmenu-qt5-2
What am I doing wrong please?