Another heads up for you guys. On qt5-declarative I found at Arch linux. https://www.archlinux.org/packages/extra/x86_64/qt5-declarative/ click on sources upper right
bug fix thats not addressed by any sed's I can see in the current sysd-svn book. Archetech Arch Linux - qt5-declarative 5.13.2-1 (x86_64)<https://www.archlinux.org/packages/extra/x86_64/qt5-declarative/> View the file list for qt5-declarative. Copyright © 2002-2019 Judd Vinet and Aaron Griffin.. The Arch Linux name and logo are recognized trademarks.Some rights reserved. www.archlinux.org ________________________________ From: blfs-support <[email protected]> on behalf of Pierre Labastie via blfs-support <[email protected]> Sent: Sunday, December 22, 2019 10:33 AM To: [email protected] <[email protected]> Cc: Pierre Labastie <[email protected]> Subject: Re: [blfs-support] Issues with kde/plasma Le 20/12/2019 à 21:57, spiky0011 via blfs-support a écrit : > > On 20/12/2019 20:44, Bruce Dubbs via blfs-support wrote: >> On 12/20/19 2:12 PM, spiky0011 via blfs-support wrote: >>> >>> On 20/12/2019 17:30, Bruce Dubbs via blfs-support wrote: >>>> On 12/20/19 10:36 AM, spiky0011 via blfs-support wrote: >>>> >>>> Pierre already addressed part of this. >>>> >>>>> In the plasma list of packages, building will fail >>>>> >>>>> "plymouth-kcm" fails and should be commented out >>>>> >>>>> Note >>>>> >>>>> "The breeze-grub, breeze-plymouth, and plymouth-kcm packages above are >>>>> all for customized support of plymouth" >>>> >>>> It built for me, but I agree that we don't need plymouth-kcm. Can you tell >>>> us the nature of your failure? >>>> >>>>> Starting Plasma5 >>>>> >>>>> KF5_PREFIX/bin/startkde < dosn't exsist >>>>> >>>>> should be >>>>> >>>>> KF5_PREFIX/bin/startplasma-x11 >>>>> >>>>> and >>>>> >>>>> KF5_PREFIX/bin/startplasma-wayland >>>>> >>>>> startplasma-x11 and startplasma-wayland were introduced in 5.63 i think >>>>> !!! >>>> >>>> Thanks. We'll get this fixed. >> >>> I have attached the fail of Plymouth-kcm and also the CMakeLists,txt, which >>> shows find_package(Plymouth REQUIRED). >>> >>> I cant find an error.log. >> >> Curious. My log says: >> >> >> -- Checking for modules 'ply-boot-client;ply-splash-core' >> -- No package 'ply-boot-client' found >> -- No package 'ply-splash-core' found >> -- Found Plymouth: Package ply-splash-core was not found in the pkg-config >> search path. >> ... >> No package 'ply-splash-core' found (found version "") >> CMake Warning at /opt/kf5/lib/cmake/KF5Package/KF5PackageMacros.cmake:74 >> (message): >> KPackage components should be specified in reverse domain notation. >> >> But it built OK for me. >> >> In any case I've commented out plymouth-kcm and added startplasma-x11 at >> revision 22494. >> >> -- Bruce >> >> > Thanks, As for the qt issue i,m sure the devs will look into it, the patch i > used stopped the flickering cursor Hi, have you built the frameworks against qt-5.14? I'm asking because I get a lot of errors similar to: /sources/kf5-frameworks/kcompletion-5.64.0/src/klineedit.cpp:504:22: error: invalid use of incomplete type ‘class QKeyEvent’ I had to move #include "kwidgetitemdelegatepool_p.h" after #include "kwidgetitemdelegate_p.h" in src/kwidgetitemdelegatepool.cpp for kitemviews-5.64.0 and I had to add: #include <QHelpEvent> in src/kplotwidget.h for kplotting-5.64.0 #include <QVariantMap> in src/knotification.h for knotifications-5.64.0 #include <QKeyEvent> in src/klineedit.h for kcompletion-5.64.0 #include <QHash> in src/server/xdgoutput_interface.h for kwayland-5.64.0 Will try building plasma now. Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
-- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
