diff --git a/classes/cmake_kf5.bbclass b/classes/cmake_kf5.bbclass index e8acc85..19ed616 100644 --- a/classes/cmake_kf5.bbclass +++ b/classes/cmake_kf5.bbclass @@ -1,52 +1,53 @@ inherit cmake_qt5 EXTRA_OECMAKE_class-native += " \ -DOE_KF5_PATH_HOST_ROOT=${STAGING_DIR_HOST} \ -DBUILD_TESTING=OFF \ " EXTRA_OECMAKE_class-target += " \ -DOE_KF5_PATH_HOST_ROOT=${STAGING_DIR_HOST} \ -DBUILD_TESTING=OFF \ -DKF5_HOST_TOOLING=${STAGING_DIR_NATIVE}/${libdir}/cmake \ " DEPENDS += "extra-cmake-modules qttools-native" # don't bother with translations for host tools do_configure_prepend_class-native() { rm -rf ${S}/po } do_compile_prepend() { export XDG_DATA_DIRS=${STAGING_DATADIR}:$XDG_DATA_DIRS export LD_LIBRARY_PATH=${STAGING_LIBDIR_NATIVE}:$LD_LIBRARY_PATH } # This function is rather offensive right now, but it seems to work do_install_prepend() { if [ "0" -ne $(find . -name \*.cmake | grep _usr | wc -l) ]; then sed -i 's/\"\/usr\//\"\$\{OE_KF5_PATH_HOST_ROOT\}\/usr\//g' $(find . -name "*.cmake" | grep _usr) sed -i 's/\;\/usr\//\;\$\{OE_KF5_PATH_HOST_ROOT\}\/usr\//g' $(find . -name "*.cmake" | grep _usr) fi } BBCLASSEXTEND = "native nativesdk" FILES_${PN} += " \ ${datadir}/dbus-1/services/*.service \ ${datadir}/dbus-1/system-services/*.service \ + ${datadir}/dbus-1/system.d/*.conf \ ${datadir}/knotifications5/*.notifyrc \ ${datadir}/kservices5/*.desktop \ ${datadir}/kservices5/*.protocol \ ${datadir}/kservicetypes5/*.desktop \ ${datadir}/kservices5/*.desktop \ ${datadir}/polkit-1/actions/*.policy \ " FILES_${PN}-dev += " \ ${datadir}/dbus-1/interfaces/*.xml \ ${datadir}/kdevappwizard/templates/*.tar.bz2 \ ${libdir}/cmake \ ${prefix}/mkspecs/modules/qt_*.pri \ " diff --git a/recipes-kf5/obsolete/kdelibs4support_5.58.0.bb b/recipes-kf5/obsolete/kdelibs4support_5.59.0.bb similarity index 100% rename from recipes-kf5/obsolete/kdelibs4support_5.58.0.bb rename to recipes-kf5/obsolete/kdelibs4support_5.59.0.bb diff --git a/recipes-kf5/obsolete/kjs_5.58.0.bb b/recipes-kf5/obsolete/kjs_5.59.0.bb similarity index 100% rename from recipes-kf5/obsolete/kjs_5.58.0.bb rename to recipes-kf5/obsolete/kjs_5.59.0.bb diff --git a/recipes-kf5/obsolete/kjsembed_5.58.0.bb b/recipes-kf5/obsolete/kjsembed_5.59.0.bb similarity index 100% rename from recipes-kf5/obsolete/kjsembed_5.58.0.bb rename to recipes-kf5/obsolete/kjsembed_5.59.0.bb diff --git a/recipes-kf5/tier1/attica_5.58.0.bb b/recipes-kf5/tier1/attica_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/attica_5.58.0.bb rename to recipes-kf5/tier1/attica_5.59.0.bb diff --git a/recipes-kf5/tier1/bluez-qt_5.58.0.bb b/recipes-kf5/tier1/bluez-qt_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/bluez-qt_5.58.0.bb rename to recipes-kf5/tier1/bluez-qt_5.59.0.bb diff --git a/recipes-kf5/tier1/breeze-icons_5.58.0.bb b/recipes-kf5/tier1/breeze-icons_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/breeze-icons_5.58.0.bb rename to recipes-kf5/tier1/breeze-icons_5.59.0.bb diff --git a/recipes-kf5/tier1/extra-cmake-modules_5.58.0.bb b/recipes-kf5/tier1/extra-cmake-modules_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/extra-cmake-modules_5.58.0.bb rename to recipes-kf5/tier1/extra-cmake-modules_5.59.0.bb diff --git a/recipes-kf5/tier1/karchive_5.58.0.bb b/recipes-kf5/tier1/karchive_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/karchive_5.58.0.bb rename to recipes-kf5/tier1/karchive_5.59.0.bb diff --git a/recipes-kf5/tier1/kcodecs_5.58.0.bb b/recipes-kf5/tier1/kcodecs_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/kcodecs_5.58.0.bb rename to recipes-kf5/tier1/kcodecs_5.59.0.bb diff --git a/recipes-kf5/tier1/kconfig_5.58.0.bb b/recipes-kf5/tier1/kconfig_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/kconfig_5.58.0.bb rename to recipes-kf5/tier1/kconfig_5.59.0.bb diff --git a/recipes-kf5/tier1/kcoreaddons_5.58.0.bb b/recipes-kf5/tier1/kcoreaddons_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/kcoreaddons_5.58.0.bb rename to recipes-kf5/tier1/kcoreaddons_5.59.0.bb diff --git a/recipes-kf5/tier1/kdbusaddons_5.58.0.bb b/recipes-kf5/tier1/kdbusaddons_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/kdbusaddons_5.58.0.bb rename to recipes-kf5/tier1/kdbusaddons_5.59.0.bb diff --git a/recipes-kf5/tier1/kdnssd_5.58.0.bb b/recipes-kf5/tier1/kdnssd_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/kdnssd_5.58.0.bb rename to recipes-kf5/tier1/kdnssd_5.59.0.bb diff --git a/recipes-kf5/tier1/kguiaddons_5.58.0.bb b/recipes-kf5/tier1/kguiaddons_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/kguiaddons_5.58.0.bb rename to recipes-kf5/tier1/kguiaddons_5.59.0.bb diff --git a/recipes-kf5/tier1/kholidays_5.58.0.bb b/recipes-kf5/tier1/kholidays_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/kholidays_5.58.0.bb rename to recipes-kf5/tier1/kholidays_5.59.0.bb diff --git a/recipes-kf5/tier1/ki18n_5.58.0.bb b/recipes-kf5/tier1/ki18n_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/ki18n_5.58.0.bb rename to recipes-kf5/tier1/ki18n_5.59.0.bb diff --git a/recipes-kf5/tier1/kidletime_5.58.0.bb b/recipes-kf5/tier1/kidletime_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/kidletime_5.58.0.bb rename to recipes-kf5/tier1/kidletime_5.59.0.bb diff --git a/recipes-kf5/tier1/kimageformats_5.58.0.bb b/recipes-kf5/tier1/kimageformats_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/kimageformats_5.58.0.bb rename to recipes-kf5/tier1/kimageformats_5.59.0.bb diff --git a/recipes-kf5/tier1/kirigami_5.58.0.bb b/recipes-kf5/tier1/kirigami_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/kirigami_5.58.0.bb rename to recipes-kf5/tier1/kirigami_5.59.0.bb diff --git a/recipes-kf5/tier1/kitemmodels_5.58.0.bb b/recipes-kf5/tier1/kitemmodels_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/kitemmodels_5.58.0.bb rename to recipes-kf5/tier1/kitemmodels_5.59.0.bb diff --git a/recipes-kf5/tier1/kitemviews_5.58.0.bb b/recipes-kf5/tier1/kitemviews_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/kitemviews_5.58.0.bb rename to recipes-kf5/tier1/kitemviews_5.59.0.bb diff --git a/recipes-kf5/tier1/kplotting_5.58.0.bb b/recipes-kf5/tier1/kplotting_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/kplotting_5.58.0.bb rename to recipes-kf5/tier1/kplotting_5.59.0.bb diff --git a/recipes-kf5/tier1/ksyntaxhighlighting_5.58.0.bb b/recipes-kf5/tier1/ksyntaxhighlighting_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/ksyntaxhighlighting_5.58.0.bb rename to recipes-kf5/tier1/ksyntaxhighlighting_5.59.0.bb diff --git a/recipes-kf5/tier1/kwayland_5.58.0.bb b/recipes-kf5/tier1/kwayland_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/kwayland_5.58.0.bb rename to recipes-kf5/tier1/kwayland_5.59.0.bb diff --git a/recipes-kf5/tier1/kwidgetsaddons_5.58.0.bb b/recipes-kf5/tier1/kwidgetsaddons_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/kwidgetsaddons_5.58.0.bb rename to recipes-kf5/tier1/kwidgetsaddons_5.59.0.bb diff --git a/recipes-kf5/tier1/kwindowsystem_5.58.0.bb b/recipes-kf5/tier1/kwindowsystem_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/kwindowsystem_5.58.0.bb rename to recipes-kf5/tier1/kwindowsystem_5.59.0.bb diff --git a/recipes-kf5/tier1/modemmanager-qt_5.58.0.bb b/recipes-kf5/tier1/modemmanager-qt_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/modemmanager-qt_5.58.0.bb rename to recipes-kf5/tier1/modemmanager-qt_5.59.0.bb diff --git a/recipes-kf5/tier1/networkmanager-qt_5.58.0.bb b/recipes-kf5/tier1/networkmanager-qt_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/networkmanager-qt_5.58.0.bb rename to recipes-kf5/tier1/networkmanager-qt_5.59.0.bb diff --git a/recipes-kf5/tier1/oxygen-icons_5.58.0.bb b/recipes-kf5/tier1/oxygen-icons_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/oxygen-icons_5.58.0.bb rename to recipes-kf5/tier1/oxygen-icons_5.59.0.bb diff --git a/recipes-kf5/tier1/prison_5.58.0.bb b/recipes-kf5/tier1/prison_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/prison_5.58.0.bb rename to recipes-kf5/tier1/prison_5.59.0.bb diff --git a/recipes-kf5/tier1/solid_5.58.0.bb b/recipes-kf5/tier1/solid_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/solid_5.58.0.bb rename to recipes-kf5/tier1/solid_5.59.0.bb diff --git a/recipes-kf5/tier1/sonnet_5.58.0.bb b/recipes-kf5/tier1/sonnet_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/sonnet_5.58.0.bb rename to recipes-kf5/tier1/sonnet_5.59.0.bb diff --git a/recipes-kf5/tier1/threadweaver_5.58.0.bb b/recipes-kf5/tier1/threadweaver_5.59.0.bb similarity index 100% rename from recipes-kf5/tier1/threadweaver_5.58.0.bb rename to recipes-kf5/tier1/threadweaver_5.59.0.bb diff --git a/recipes-kf5/tier2/kactivities_5.58.0.bb b/recipes-kf5/tier2/kactivities_5.59.0.bb similarity index 100% rename from recipes-kf5/tier2/kactivities_5.58.0.bb rename to recipes-kf5/tier2/kactivities_5.59.0.bb diff --git a/recipes-kf5/tier2/kauth_5.58.0.bb b/recipes-kf5/tier2/kauth_5.59.0.bb similarity index 100% rename from recipes-kf5/tier2/kauth_5.58.0.bb rename to recipes-kf5/tier2/kauth_5.59.0.bb diff --git a/recipes-kf5/tier2/kcompletion_5.58.0.bb b/recipes-kf5/tier2/kcompletion_5.59.0.bb similarity index 100% rename from recipes-kf5/tier2/kcompletion_5.58.0.bb rename to recipes-kf5/tier2/kcompletion_5.59.0.bb diff --git a/recipes-kf5/tier2/kcrash_5.58.0.bb b/recipes-kf5/tier2/kcrash_5.59.0.bb similarity index 100% rename from recipes-kf5/tier2/kcrash_5.58.0.bb rename to recipes-kf5/tier2/kcrash_5.59.0.bb diff --git a/recipes-kf5/tier2/kdoctools_5.58.0.bb b/recipes-kf5/tier2/kdoctools_5.59.0.bb similarity index 100% rename from recipes-kf5/tier2/kdoctools_5.58.0.bb rename to recipes-kf5/tier2/kdoctools_5.59.0.bb diff --git a/recipes-kf5/tier2/kfilemetadata_5.58.0.bb b/recipes-kf5/tier2/kfilemetadata_5.59.0.bb similarity index 100% rename from recipes-kf5/tier2/kfilemetadata_5.58.0.bb rename to recipes-kf5/tier2/kfilemetadata_5.59.0.bb diff --git a/recipes-kf5/tier2/kjobwidgets_5.58.0.bb b/recipes-kf5/tier2/kjobwidgets_5.59.0.bb similarity index 100% rename from recipes-kf5/tier2/kjobwidgets_5.58.0.bb rename to recipes-kf5/tier2/kjobwidgets_5.59.0.bb diff --git a/recipes-kf5/tier2/knotifications_5.58.0.bb b/recipes-kf5/tier2/knotifications_5.59.0.bb similarity index 100% rename from recipes-kf5/tier2/knotifications_5.58.0.bb rename to recipes-kf5/tier2/knotifications_5.59.0.bb diff --git a/recipes-kf5/tier2/kpackage_5.58.0.bb b/recipes-kf5/tier2/kpackage_5.59.0.bb similarity index 100% rename from recipes-kf5/tier2/kpackage_5.58.0.bb rename to recipes-kf5/tier2/kpackage_5.59.0.bb diff --git a/recipes-kf5/tier2/kpty_5.58.0.bb b/recipes-kf5/tier2/kpty_5.59.0.bb similarity index 100% rename from recipes-kf5/tier2/kpty_5.58.0.bb rename to recipes-kf5/tier2/kpty_5.59.0.bb diff --git a/recipes-kf5/tier2/kunitconversion_5.58.0.bb b/recipes-kf5/tier2/kunitconversion_5.59.0.bb similarity index 100% rename from recipes-kf5/tier2/kunitconversion_5.58.0.bb rename to recipes-kf5/tier2/kunitconversion_5.59.0.bb diff --git a/recipes-kf5/tier2/syndication_5.58.0.bb b/recipes-kf5/tier2/syndication_5.59.0.bb similarity index 100% rename from recipes-kf5/tier2/syndication_5.58.0.bb rename to recipes-kf5/tier2/syndication_5.59.0.bb diff --git a/recipes-kf5/tier3/baloo_5.58.0.bb b/recipes-kf5/tier3/baloo_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/baloo_5.58.0.bb rename to recipes-kf5/tier3/baloo_5.59.0.bb diff --git a/recipes-kf5/tier3/kactivitiesstats_5.58.0.bb b/recipes-kf5/tier3/kactivitiesstats_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/kactivitiesstats_5.58.0.bb rename to recipes-kf5/tier3/kactivitiesstats_5.59.0.bb diff --git a/recipes-kf5/tier3/kbookmarks_5.58.0.bb b/recipes-kf5/tier3/kbookmarks_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/kbookmarks_5.58.0.bb rename to recipes-kf5/tier3/kbookmarks_5.59.0.bb diff --git a/recipes-kf5/tier3/kcmutils_5.58.0.bb b/recipes-kf5/tier3/kcmutils_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/kcmutils_5.58.0.bb rename to recipes-kf5/tier3/kcmutils_5.59.0.bb diff --git a/recipes-kf5/tier3/kconfigwidgets_5.58.0.bb b/recipes-kf5/tier3/kconfigwidgets_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/kconfigwidgets_5.58.0.bb rename to recipes-kf5/tier3/kconfigwidgets_5.59.0.bb diff --git a/recipes-kf5/tier3/kdeclarative_5.58.0.bb b/recipes-kf5/tier3/kdeclarative_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/kdeclarative_5.58.0.bb rename to recipes-kf5/tier3/kdeclarative_5.59.0.bb diff --git a/recipes-kf5/tier3/kded_5.58.0.bb b/recipes-kf5/tier3/kded_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/kded_5.58.0.bb rename to recipes-kf5/tier3/kded_5.59.0.bb diff --git a/recipes-kf5/tier3/kdesignerplugin_5.58.0.bb b/recipes-kf5/tier3/kdesignerplugin_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/kdesignerplugin_5.58.0.bb rename to recipes-kf5/tier3/kdesignerplugin_5.59.0.bb diff --git a/recipes-kf5/tier3/kdesu_5.58.0.bb b/recipes-kf5/tier3/kdesu_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/kdesu_5.58.0.bb rename to recipes-kf5/tier3/kdesu_5.59.0.bb diff --git a/recipes-kf5/tier3/kemoticons_5.58.0.bb b/recipes-kf5/tier3/kemoticons_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/kemoticons_5.58.0.bb rename to recipes-kf5/tier3/kemoticons_5.59.0.bb diff --git a/recipes-kf5/tier3/kglobalaccel_5.58.0.bb b/recipes-kf5/tier3/kglobalaccel_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/kglobalaccel_5.58.0.bb rename to recipes-kf5/tier3/kglobalaccel_5.59.0.bb diff --git a/recipes-kf5/tier3/kiconthemes_5.58.0.bb b/recipes-kf5/tier3/kiconthemes_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/kiconthemes_5.58.0.bb rename to recipes-kf5/tier3/kiconthemes_5.59.0.bb diff --git a/recipes-kf5/tier3/kinit_5.58.0.bb b/recipes-kf5/tier3/kinit_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/kinit_5.58.0.bb rename to recipes-kf5/tier3/kinit_5.59.0.bb diff --git a/recipes-kf5/tier3/kio_5.58.0.bb b/recipes-kf5/tier3/kio_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/kio_5.58.0.bb rename to recipes-kf5/tier3/kio_5.59.0.bb diff --git a/recipes-kf5/tier3/knewstuff_5.58.0.bb b/recipes-kf5/tier3/knewstuff_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/knewstuff_5.58.0.bb rename to recipes-kf5/tier3/knewstuff_5.59.0.bb diff --git a/recipes-kf5/tier3/knotifyconfig_5.58.0.bb b/recipes-kf5/tier3/knotifyconfig_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/knotifyconfig_5.58.0.bb rename to recipes-kf5/tier3/knotifyconfig_5.59.0.bb diff --git a/recipes-kf5/tier3/kparts_5.58.0.bb b/recipes-kf5/tier3/kparts_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/kparts_5.58.0.bb rename to recipes-kf5/tier3/kparts_5.59.0.bb diff --git a/recipes-kf5/tier3/kpeople_5.58.0.bb b/recipes-kf5/tier3/kpeople_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/kpeople_5.58.0.bb rename to recipes-kf5/tier3/kpeople_5.59.0.bb diff --git a/recipes-kf5/tier3/krunner_5.58.0.bb b/recipes-kf5/tier3/krunner_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/krunner_5.58.0.bb rename to recipes-kf5/tier3/krunner_5.59.0.bb diff --git a/recipes-kf5/tier3/kservice_5.58.0.bb b/recipes-kf5/tier3/kservice_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/kservice_5.58.0.bb rename to recipes-kf5/tier3/kservice_5.59.0.bb diff --git a/recipes-kf5/tier3/ktexteditor_5.58.0.bb b/recipes-kf5/tier3/ktexteditor_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/ktexteditor_5.58.0.bb rename to recipes-kf5/tier3/ktexteditor_5.59.0.bb diff --git a/recipes-kf5/tier3/ktextwidgets_5.58.0.bb b/recipes-kf5/tier3/ktextwidgets_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/ktextwidgets_5.58.0.bb rename to recipes-kf5/tier3/ktextwidgets_5.59.0.bb diff --git a/recipes-kf5/tier3/kwallet_5.58.0.bb b/recipes-kf5/tier3/kwallet_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/kwallet_5.58.0.bb rename to recipes-kf5/tier3/kwallet_5.59.0.bb diff --git a/recipes-kf5/tier3/kxmlgui_5.58.0.bb b/recipes-kf5/tier3/kxmlgui_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/kxmlgui_5.58.0.bb rename to recipes-kf5/tier3/kxmlgui_5.59.0.bb diff --git a/recipes-kf5/tier3/kxmlrpcclient_5.58.0.bb b/recipes-kf5/tier3/kxmlrpcclient_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/kxmlrpcclient_5.58.0.bb rename to recipes-kf5/tier3/kxmlrpcclient_5.59.0.bb diff --git a/recipes-kf5/tier3/plasma-framework_5.58.0.bb b/recipes-kf5/tier3/plasma-framework_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/plasma-framework_5.58.0.bb rename to recipes-kf5/tier3/plasma-framework_5.59.0.bb diff --git a/recipes-kf5/tier3/purpose_5.58.0.bb b/recipes-kf5/tier3/purpose_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/purpose_5.58.0.bb rename to recipes-kf5/tier3/purpose_5.59.0.bb diff --git a/recipes-kf5/tier3/qqc2-desktop-style_5.58.0.bb b/recipes-kf5/tier3/qqc2-desktop-style_5.59.0.bb similarity index 100% rename from recipes-kf5/tier3/qqc2-desktop-style_5.58.0.bb rename to recipes-kf5/tier3/qqc2-desktop-style_5.59.0.bb diff --git a/recipes-kf5/tier4/frameworkintegration_5.58.0.bb b/recipes-kf5/tier4/frameworkintegration_5.59.0.bb similarity index 100% rename from recipes-kf5/tier4/frameworkintegration_5.58.0.bb rename to recipes-kf5/tier4/frameworkintegration_5.59.0.bb