| | 15 | * mkdir build |
| | 16 | * cd build |
| | 17 | * cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_LIBDIR=lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON |
| | 18 | |
| | 19 | this results in an error: |
| | 20 | {{{ |
| | 21 | * Qt5Network (required version >= 5.12.5) |
| | 22 | * Qt5Qml |
| | 23 | * Qt5Quick |
| | 24 | * Qt5 (required version >= 5.2.0) |
| | 25 | * ECM (required version >= 1.6.0) |
| | 26 | * Qt5Core |
| | 27 | * KF5Plasma (required version >= 5.0.0) |
| | 28 | * KF5WindowSystem (required version >= 5.0.0) |
| | 29 | * Qt5Gui (required version >= 5.11.0) |
| | 30 | * KF5Wayland (required version >= 5.0.0) |
| | 31 | * KF5 (required version >= 5.0.0) |
| | 32 | |
| | 33 | CMake Warning at /usr/lib/arm-linux-gnueabihf/cmake/KF5Package/KF5PackageMacros.cmake:64 (message): |
| | 34 | couldn't generate metainfo for org.kde.plasma.nano: Package type |
| | 35 | "Plasma/Shell" not found |
| | 36 | |
| | 37 | Error: description missing, will result in broken appdata field as |
| | 38 | <sumary/> is mandatory at /home/pi/plasma-nano/shell/metadata.desktop |
| | 39 | Call Stack (most recent call first): |
| | 40 | /usr/lib/arm-linux-gnueabihf/cmake/KF5Plasma/KF5PlasmaMacros.cmake:34 (kpackage_install_package) |
| | 41 | CMakeLists.txt:35 (plasma_install_package) |
| | 42 | }}} |
| | 43 | I think this is an error in the 5.17 release, have to check this in detail |