On Wed, Oct 15, 2014 at 7:23 PM, Jonathan Riddell <[email protected]> wrote:
> I compiled Qt 5 muon today > > This needs packagekit from debian (which might needs to be merged rather > than synced as harald said in an earlier post) and packagekit-qt latest > version compiled for qt5 (debian has latest version but only for qt4). > > qca also needs compiled from kde git for qt5 possibly adding in this patch > to make it set the right paths for qmake to pick up > https://git.reviewboard.kde.org/r/120600/ > remember to remove your qt4 install of qca else muon will try to load that > version and it won't be happy > > qoauth then needs compiled for qt5 but it uses qmake and doesn't get the > include path for qca right even with the above patch so I had to add to > src.pro. and it doesn't like to build srcdir!=builddir so I had to > disable tests from building and needs the libs_in_lib patch from our > current package to fix install paths. > > then I could compile muon and after fixing some include paths it compiled > but the qml installs to the wrong place /usr/lib/x86_64-linux-gnu/qml/ > instead of /usr/lib/x86_64-linux-gnu/qt5/qml/ > > I had to remove the old qt4 package build of libmuonprivate else it'll try > to load qt4 and won't be happy. > > and now it complains about not being able to find the backends so they > need to be moved > from /usr/lib/x86_64-linux-gnu/plugins/muon/ to > /usr/lib/x86_64-linux-gnu/qt5/plugins/muon/ > > and then it runs but fails to install anything if you ask it to in > muon-discover. muon itself installs stuff fine but then gives an error > after installing but won't show details in the error dialogue box and then > crashes on quit. > > So some work to be done there still :) Would be great to get it into > kubuntu-ci soon though > > Jonathan > > PackageKit and Appstream is only required if you want the PackageKit backend. You probably want the ApplicationBackend (aka the backend that uses QApt). You don't want both. I can make the cmake scripts more explicit if you want. As I said, Appstream will be required at some point, but the code using it is in a branch, because I'm waiting to test it in Kubuntu. I also want to know if it's all that awesomer in Debian, because it's them who need the mandatory Appstream thing (besides PackageKit, which is already using it). Cheers! Aleix
-- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
