LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Where to find kf5* packages/files (https://www.linuxquestions.org/questions/slackware-14/where-to-find-kf5%2A-packages-files-4175682000/)

StalocX 09-12-2020 10:44 AM

Where to find kf5* packages/files
 
Hello, folks. I'm in process of building a programs that works with qt5. However, I've faced an error

Code:

CMake Error at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165 (message):
  Could NOT find KF5 (missing: CoreAddons I18n) (Required is at least version
  "5.44")
Call Stack (most recent call first):
  /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:458 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/ECM/find-modules/FindKF5.cmake:94 (find_package_handle_standard_args)
  CMakeLists.txt:51 (find_package)

I do have extra cmake modules from alienBOB repository, but I have no idea where to find this KF5* files. I've tried to find them with
Code:

find ~/Slackware/mirror/ktown/x86_64/ -iname '*.t?z' | while read -r PKG; do if [[ $(tar tf "$PKG" | grep -i kf5) ]]; then echo $PKG; fi; done
It brought me 164 packages that contain kf* in someway. What package do I need?

Alien Bob 09-12-2020 10:55 AM

KF5 means KDE Frameworks 5. They are all in https://slackware.nl/alien-kde/curre...de/frameworks/

StalocX 09-12-2020 12:07 PM

Oh, thanks a lot!

Bouboulov 04-22-2022 12:51 PM

How to install them ?
 
Oh sorry i didn't see this.

https://slackware.nl/alien-kde/current/latest/README

Tonus 04-22-2022 02:39 PM

Hem
I think you should take a look at slackware sources : ktown has been merged a long time ago as vtown and since included in slackware-15.0


All times are GMT -5. The time now is 09:39 AM.