Changes between Version 1 and Version 2 of mycroft-gui-mark-2_sys


Ignore:
Timestamp:
05/02/20 10:49:45 (4 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mycroft-gui-mark-2_sys

    v1 v2  
    1313* cd plasma-nano
    1414* git checkout tags/v5.17.90 -b master_5_17_90
     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
     19this 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
     33CMake 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
     39Call 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}}}
     43I think this is an error in the 5.17 release, have to check this in detail