diff --git a/classes/kde-kf5.bbclass b/classes/kde-kf5.bbclass index a41a26b0..a7262cf3 100644 --- a/classes/kde-kf5.bbclass +++ b/classes/kde-kf5.bbclass @@ -1,6 +1,6 @@ inherit kde-base -KF5_VERSION = "5.89.0" +KF5_VERSION = "5.90.0" def kde_verdir(v): return oe.utils.trim_version(v, 2) diff --git a/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.inc b/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.inc index c2b526f0..c2b3e850 100644 --- a/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.inc +++ b/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.inc @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" inherit kde-kf5-porting-aids perlnative PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "302a1b40852fae39e95d635d723925f26dd1fbc045d14de71cbb33423926b37b" +SRC_URI[sha256sum] = "9bab652cadbc3be62d477ac07a7aa0fae296db2ab042097aea06abfd7b0cadfc" SRC_URI += "file://0001-create_hash_table-avoid-polution-of-files-with-build.patch" DEPENDS += " \ diff --git a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc index 8063bebd..95eb360b 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc +++ b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5-porting-aids perlnative PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "7969f37808ebde51222d39dc3b9fad5a8f4addfbd6efd421cead72e0ca71e298" +SRC_URI[sha256sum] = "49ccf1989eb66f06414b62aeca9c82e35c6906e5a66549d3f9d880b76408ac7f" EXTRA_OECMAKE += " \ -DBUILD_TESTING=OFF \ diff --git a/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/kdesignerplugin.inc b/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/kdesignerplugin.inc index 809e6138..e399ae34 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/kdesignerplugin.inc +++ b/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/kdesignerplugin.inc @@ -5,4 +5,4 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" inherit kde-kf5-porting-aids PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "6e4324e9fb3ae42c6eb0abddd607250de953e2b4d8e324903f1a557062281e3d" +SRC_URI[sha256sum] = "388a2e9a2be330c7e90101e4eb2ca30e1a66a76e236e65e56f4a42311cf2faa1" diff --git a/recipes-kde/kf5/porting-aids-tier3/kdewebkit/kdewebkit.bb b/recipes-kde/kf5/porting-aids-tier3/kdewebkit/kdewebkit.bb index faa2e788..c3101a1f 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kdewebkit/kdewebkit.bb +++ b/recipes-kde/kf5/porting-aids-tier3/kdewebkit/kdewebkit.bb @@ -20,6 +20,6 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "aa0915573b8587b964e9512662b9c55d543318d4ea4dcf23991e89f40d198d77" +SRC_URI[sha256sum] = "a1ff583c84cbc2ef5569672ba04e7a75a9bedd913278dca81202512d7ca7b8a5" FILES:${PN} += "${libdir}/plugins" diff --git a/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb b/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb index 93cb99c0..f307a2d0 100644 --- a/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb +++ b/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb @@ -37,7 +37,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "d98f7f32504b92cf628ede7f813226421988f265957404a12ebd0a733957571c" +SRC_URI[sha256sum] = "4a5664c874676c191c0c2bb9debe4611ad224e00f8a2b46bc793c2467a1a28ae" do_compile:append() { # gperf-native sets absolut debug comments/links in header diff --git a/recipes-kde/kf5/porting-aids-tier3/kjsembed/kjsembed.bb b/recipes-kde/kf5/porting-aids-tier3/kjsembed/kjsembed.bb index b724e97e..dd02e44d 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kjsembed/kjsembed.bb +++ b/recipes-kde/kf5/porting-aids-tier3/kjsembed/kjsembed.bb @@ -16,4 +16,4 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "4e871eca5e2d29b15717d9a68bbd43304a3739fb92ea4d9c457d391ae0eb5221" +SRC_URI[sha256sum] = "c466279c3e293035eb72902ae117c30a980e695a60cd2da79eb0acf0cfd3b979" diff --git a/recipes-kde/kf5/porting-aids-tier3/kross/kross.bb b/recipes-kde/kf5/porting-aids-tier3/kross/kross.bb index 2177b9be..94846875 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kross/kross.bb +++ b/recipes-kde/kf5/porting-aids-tier3/kross/kross.bb @@ -25,7 +25,7 @@ DEPENDS += "\ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "9ef4844f56f2c357de51bb381b253e0f49e51a83e3b3c9a227de5fdfe18c0849" +SRC_URI[sha256sum] = "7f28cfd81e820ac102bc3a1710581d12f15bda93aa3a80d1c1779423078047bf" FILES:${PN} += " \ ${OE_QMAKE_PATH_PLUGINS} \ diff --git a/recipes-kde/kf5/porting-aids-tier3/kxmlrpcclient/kxmlrpcclient.bb b/recipes-kde/kf5/porting-aids-tier3/kxmlrpcclient/kxmlrpcclient.bb index 03066840..8a25fc25 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kxmlrpcclient/kxmlrpcclient.bb +++ b/recipes-kde/kf5/porting-aids-tier3/kxmlrpcclient/kxmlrpcclient.bb @@ -10,4 +10,4 @@ inherit kde-kf5-porting-aids gettext DEPENDS += "ki18n kio kcoreaddons-native kconfig-native kauth-native" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "97424c10c9dbbf4f36d47c9357d429b77e69acda375720c7753bec90cdf92366" +SRC_URI[sha256sum] = "8cb23dc539fef71395947183c7c70a7a4c028086f2e8389b647a5b4ce2e30257" diff --git a/recipes-kde/kf5/tier1/attica/attica.bb b/recipes-kde/kf5/tier1/attica/attica.bb index 0fa02f87..5fe0fbce 100644 --- a/recipes-kde/kf5/tier1/attica/attica.bb +++ b/recipes-kde/kf5/tier1/attica/attica.bb @@ -8,6 +8,6 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 -SRC_URI[sha256sum] = "e9be19c0e4ddbd3e142e9d86493ac4edc8ad00b4866d2601343dd0ccb754020f" +SRC_URI[sha256sum] = "9372f1f1733c33bc36c3180b821bb1a12d1808735de86bce742aae043d3e437f" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/bluez-qt/bluez-qt.bb b/recipes-kde/kf5/tier1/bluez-qt/bluez-qt.bb index ea597096..4ad953f3 100644 --- a/recipes-kde/kf5/tier1/bluez-qt/bluez-qt.bb +++ b/recipes-kde/kf5/tier1/bluez-qt/bluez-qt.bb @@ -11,7 +11,7 @@ inherit kde-kf5 DEPENDS += "qtdeclarative" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "854b90b9315afcf63067668d5fa4e9a03e33ba31ad1827a308f177b8b7fc8c03" +SRC_URI[sha256sum] = "e38770ada90cb66fcc891c89a020bc4d510a1dbd4025d257a8d895979b2dd114" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier1/breeze-icons/breeze-icons.inc b/recipes-kde/kf5/tier1/breeze-icons/breeze-icons.inc index f27d1a30..93cef329 100644 --- a/recipes-kde/kf5/tier1/breeze-icons/breeze-icons.inc +++ b/recipes-kde/kf5/tier1/breeze-icons/breeze-icons.inc @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 -SRC_URI[sha256sum] = "dc71d34a121ca799428849d28eadd1277d4ea0732a66fbafc205aa3bd8e7828a" +SRC_URI[sha256sum] = "d6ba415def6e948e86eb7519cb3c617705f6701fc1626b1fb90fb91c4e81ae19" SRC_URI += "file://0001-Force-build-of-Qt-binary-resource-files.patch" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/breeze-icons/files/0003-Find-native-qrcAlias.patch b/recipes-kde/kf5/tier1/breeze-icons/files/0003-Find-native-qrcAlias.patch index aa985a3a..d581987f 100644 --- a/recipes-kde/kf5/tier1/breeze-icons/files/0003-Find-native-qrcAlias.patch +++ b/recipes-kde/kf5/tier1/breeze-icons/files/0003-Find-native-qrcAlias.patch @@ -14,18 +14,18 @@ Signed-off-by: Andreas Müller 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 94fc70f..6291777 100644 +index 487fdfc..0bd600d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -61,7 +61,7 @@ function(generate_binary_resource target outfile) +@@ -94,7 +94,7 @@ function(generate_binary_resource target outfile) COMMAND ${QT_RCC_EXECUTABLE} --project -o ${CMAKE_CURRENT_BINARY_DIR}/tmp.qrc COMMAND ${CMAKE_COMMAND} -E env - ${pathVarName}=$ + ${pathVarName}=$ - $ -i ${CMAKE_CURRENT_BINARY_DIR}/tmp.qrc -o ${RESOURCE_FILE} + qrcAlias -i ${CMAKE_CURRENT_BINARY_DIR}/tmp.qrc -o ${RESOURCE_FILE} WORKING_DIRECTORY ${RESOURCES_WORKING_DIR} DEPENDS breeze-${target}-mkdir -- -2.21.1 +2.31.1 diff --git a/recipes-kde/kf5/tier1/karchive/karchive.inc b/recipes-kde/kf5/tier1/karchive/karchive.inc index b7746d56..4943c098 100644 --- a/recipes-kde/kf5/tier1/karchive/karchive.inc +++ b/recipes-kde/kf5/tier1/karchive/karchive.inc @@ -10,6 +10,6 @@ inherit kde-kf5 DEPENDS += "bzip2 xz zlib" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "2b15e8b75c6a1fd604663699100bbd8235e2a8ae56b4039af02ed499b4ad85e8" +SRC_URI[sha256sum] = "a6e2f3a7cb1aef7db7b4f7dfb9ffb1d929d0d5b147c25a93fbc0b794dfcd2110" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier1/kcalendarcore/kcalendarcore.bb b/recipes-kde/kf5/tier1/kcalendarcore/kcalendarcore.bb index c3eeb44f..d5094628 100644 --- a/recipes-kde/kf5/tier1/kcalendarcore/kcalendarcore.bb +++ b/recipes-kde/kf5/tier1/kcalendarcore/kcalendarcore.bb @@ -11,4 +11,4 @@ inherit kde-kf5 DEPENDS += "libical" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "57ddb7d771a01bc7cec4739000b9be0583d3cfacb18fa0669a7850595a21c0f7" +SRC_URI[sha256sum] = "1ca94b91bbbc377be462bdf005392e187a6e5adb3ac2bc2fc7396da9bdd06d61" diff --git a/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb b/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb index ee33c8d4..aaebd13a 100644 --- a/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb +++ b/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb @@ -15,7 +15,7 @@ inherit kde-kf5 DEPENDS += "gperf-native" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "3835e8dd48e27e7000f5a82c91f700c5d9783a4a55ef9ce1b7705314bdae57c8" +SRC_URI[sha256sum] = "d0c604564745a1a50b01d61aa52282cad08dfdb37aecca30d5f80ea325f4984f" do_compile:append() { # gperf-native sets absolut debug comments/links in header diff --git a/recipes-kde/kf5/tier1/kconfig/kconfig.inc b/recipes-kde/kf5/tier1/kconfig/kconfig.inc index 1f88efcb..7f4c9788 100644 --- a/recipes-kde/kf5/tier1/kconfig/kconfig.inc +++ b/recipes-kde/kf5/tier1/kconfig/kconfig.inc @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 cmake_lib PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "8eb17cedac15cef8f1b2d9ceaa20b74ccfdd66b935f1d223b17ea1e631a0b147" +SRC_URI[sha256sum] = "369bf21d3d7a894575728b0061875e4122de13935c0740733e0bc2df9b1f1a7b" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier1/kcoreaddons/kcoreaddons.inc b/recipes-kde/kf5/tier1/kcoreaddons/kcoreaddons.inc index b2c356e5..a6d691d7 100644 --- a/recipes-kde/kf5/tier1/kcoreaddons/kcoreaddons.inc +++ b/recipes-kde/kf5/tier1/kcoreaddons/kcoreaddons.inc @@ -19,4 +19,4 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 mime PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "e1d085786b6247e71f918b6d90ab8a4c09d37816ba296981858e8a8f3e3f426b" +SRC_URI[sha256sum] = "6e168f1d719e4c388de324960d14b99963d42c74a21986f027c9b7093281a40a" diff --git a/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb b/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb index 0b6d4dd1..6c723f33 100644 --- a/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb +++ b/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb @@ -13,4 +13,4 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "f0cb05178c793d6b9fd6f9a20342083a67312e493970d695914c6a1e40ef05fa" +SRC_URI[sha256sum] = "44e99c247c053db796ac3752f546bcc759651206f178305854bc4757fd4ac03c" diff --git a/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb b/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb index f9c74ae4..6350eae0 100644 --- a/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb +++ b/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb @@ -10,4 +10,4 @@ inherit kde-kf5 DEPENDS += "avahi" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "50efd53ed76fbb94ff7b8d6f880024c9d66f38e2996577551774227a4678e26c" +SRC_URI[sha256sum] = "396b2ab400847ce28de7a29017034b2015fb9e625af1a40f24d77ca734a65f9f" diff --git a/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb b/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb index 060b52f9..aed30e41 100644 --- a/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb +++ b/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb @@ -17,4 +17,4 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "c1a06b7434553e300e87c5bbd9cf84dd350996e036b649179ecb60c2c99cbd9e" +SRC_URI[sha256sum] = "9d2be477affaac6908e946b0c073d13f072a3254e8f2fe5d12d2f7c37c473455" diff --git a/recipes-kde/kf5/tier1/kholidays/kholidays.bb b/recipes-kde/kf5/tier1/kholidays/kholidays.bb index 670d909e..84bc9d5a 100644 --- a/recipes-kde/kf5/tier1/kholidays/kholidays.bb +++ b/recipes-kde/kf5/tier1/kholidays/kholidays.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 -SRC_URI[sha256sum] = "1c956160ca1c45368b2f8a058224a4cb135f3d82759413ad3abbcbd9c6b1c067" +SRC_URI[sha256sum] = "e84781ea8abb24f5dbe2b34981dcb7fa017e62f0e9911e872a534610827f33dc" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/ki18n/ki18n.inc b/recipes-kde/kf5/tier1/ki18n/ki18n.inc index dce0116c..e4555cb2 100644 --- a/recipes-kde/kf5/tier1/ki18n/ki18n.inc +++ b/recipes-kde/kf5/tier1/ki18n/ki18n.inc @@ -10,4 +10,4 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "e6815b02f5ca8ddf8c4fd3687c8d6d2ca45dbb396d8fdd78b4ca42d4b80798fe" +SRC_URI[sha256sum] = "dce136afa95e1f0b41c3bb52f53dda74b5fa46cc45bad51865dcb757e79a688e" diff --git a/recipes-kde/kf5/tier1/kidletime/kidletime.bb b/recipes-kde/kf5/tier1/kidletime/kidletime.bb index 6341d15e..f6ae14bb 100644 --- a/recipes-kde/kf5/tier1/kidletime/kidletime.bb +++ b/recipes-kde/kf5/tier1/kidletime/kidletime.bb @@ -11,6 +11,6 @@ inherit kde-kf5 DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "libxcb qtx11extras libxscrnsaver", "", d)}" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "dfe1bffde505d0266ef7e37220f7026f7128291a360e3cd7f0d426eb91f48714" +SRC_URI[sha256sum] = "785f37141e2918a86bef801b4579c7d6c6e8299881da506263346cacc0acfcf7" FILES:${PN} += "${OE_QMAKE_PATH_PLUGINS}" diff --git a/recipes-kde/kf5/tier1/kirigami/kirigami2.bb b/recipes-kde/kf5/tier1/kirigami/kirigami2.bb index 5b048392..e8b200ff 100644 --- a/recipes-kde/kf5/tier1/kirigami/kirigami2.bb +++ b/recipes-kde/kf5/tier1/kirigami/kirigami2.bb @@ -15,7 +15,7 @@ DEPENDS += " \ PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "285d770f1444b3f364282fefd4018ad99a94017f6aa22302ba0c1e082960c5ca" +SRC_URI[sha256sum] = "2b39c24cb553f7ad6b1fb8babc54a3055e51344b81c21b82d3d88f7d43b08864" FILES:${PN} += " \ ${datadir}/kdevappwizard \ diff --git a/recipes-kde/kf5/tier1/kitemmodels/kitemmodels.bb b/recipes-kde/kf5/tier1/kitemmodels/kitemmodels.bb index 71447b55..25dd656d 100644 --- a/recipes-kde/kf5/tier1/kitemmodels/kitemmodels.bb +++ b/recipes-kde/kf5/tier1/kitemmodels/kitemmodels.bb @@ -11,6 +11,6 @@ inherit kde-kf5 DEPENDS += "qtdeclarative" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "6344cc2500d9d38b41dec60871668e738ec3230d3cfd9380109d7c39017a6a81" +SRC_URI[sha256sum] = "f12ffc52148cc94715b038b5c6e210669192a877f4678ff8e56bea795ca4ff38" FILES:${PN} += "${OE_QMAKE_PATH_QML}" diff --git a/recipes-kde/kf5/tier1/kitemviews/kitemviews.bb b/recipes-kde/kf5/tier1/kitemviews/kitemviews.bb index 1870e4a2..64bb4f4a 100644 --- a/recipes-kde/kf5/tier1/kitemviews/kitemviews.bb +++ b/recipes-kde/kf5/tier1/kitemviews/kitemviews.bb @@ -11,6 +11,6 @@ inherit kde-kf5 DEPENDS += "qttools" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "da62957a7cd3f29d92f0077f537e2a983e2152795a40cc24ad6f9b3d5f2016a0" +SRC_URI[sha256sum] = "f757982856c62031313d724bc639319b9fc60b647b91aa8667b22bd577414283" FILES:${PN} += "${OE_QMAKE_PATH_PLUGINS}/designer" diff --git a/recipes-kde/kf5/tier1/kplotting/kplotting.bb b/recipes-kde/kf5/tier1/kplotting/kplotting.bb index 48e13905..c5e6865e 100644 --- a/recipes-kde/kf5/tier1/kplotting/kplotting.bb +++ b/recipes-kde/kf5/tier1/kplotting/kplotting.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "da729d759f472753dcdc144696913f7c0b97a26697f25d684dcb0a2acbfe58ab" +SRC_URI[sha256sum] = "3ec1bc5b39d02b245cdbb756f45c5cebd571d775806f15ae68f3ce7fb755af44" DEPENDS += "qttools" diff --git a/recipes-kde/kf5/tier1/kquickcharts/kquickcharts.bb b/recipes-kde/kf5/tier1/kquickcharts/kquickcharts.bb index 0ba279fb..1aea1eac 100644 --- a/recipes-kde/kf5/tier1/kquickcharts/kquickcharts.bb +++ b/recipes-kde/kf5/tier1/kquickcharts/kquickcharts.bb @@ -10,7 +10,7 @@ inherit kde-kf5 DEPENDS += "qtquickcontrols2" -SRC_URI[sha256sum] = "21c123052aee27b1dfa02561bbe9962366f1d39c0169ced3833f486142905e17" +SRC_URI[sha256sum] = "d115bc31f10ba8e86b2d68e759890ee2cfa141612d30df5370e60fb032dfc9ed" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/kwayland/kwayland.bb b/recipes-kde/kf5/tier1/kwayland/kwayland.bb index 145c38b6..c25232c3 100644 --- a/recipes-kde/kf5/tier1/kwayland/kwayland.bb +++ b/recipes-kde/kf5/tier1/kwayland/kwayland.bb @@ -18,4 +18,4 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "525ceab76adb10cbd221b16def7a9d043def3bdfc2a9a1d1a378b9b892ff04eb" +SRC_URI[sha256sum] = "1163e049c4b1099d75999913f6d14f62423962bb4d938764420897647a26ee58" diff --git a/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb b/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb index 171111b4..70a5f6a2 100644 --- a/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb +++ b/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb @@ -16,6 +16,6 @@ inherit kde-kf5 DEPENDS += "qttools" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "b33eee6d590bfb394c651248e0948a9f5c2bb75a7f670355df1ce64a550443e7" +SRC_URI[sha256sum] = "ca4cbbecc86fdaa00a09ad700037c47fe9c22e584d8c79f6b9007181018e27b0" FILES:${PN} += "${OE_QMAKE_PATH_PLUGINS}/designer" diff --git a/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb b/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb index de134775..dcb1fd9b 100644 --- a/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb +++ b/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb @@ -12,7 +12,7 @@ inherit kde-kf5 DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/libx11 qtx11extras libxrender libxfixes libxfixes-native", "", d)}" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "98a832f49ac8c08d1dfd1cef0717750c6013e6cde06c8bf87b66e8b3aa381bc0" +SRC_URI[sha256sum] = "454503b913f0e0b2db733e9ba8e5be701d1233d1610d664ea363a0d90c52473a" do_configure:append() { # remove absolute paths from exported cmake files diff --git a/recipes-kde/kf5/tier1/modemmanager-qt/modemmanager-qt.bb b/recipes-kde/kf5/tier1/modemmanager-qt/modemmanager-qt.bb index c94de16c..d5dcb97e 100644 --- a/recipes-kde/kf5/tier1/modemmanager-qt/modemmanager-qt.bb +++ b/recipes-kde/kf5/tier1/modemmanager-qt/modemmanager-qt.bb @@ -13,7 +13,7 @@ inherit kde-kf5 pkgconfig DEPENDS += "modemmanager" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "d10550ac6a1db03d0d9151f5e4143fdef8d66eae0f3660ae7f09a261324355e9" +SRC_URI[sha256sum] = "09987b2625de29626de27c30e4b589f3962596b80f1114afce836e4ecbdbd422" do_configure:append() { # remove absolute paths from exported cmake files diff --git a/recipes-kde/kf5/tier1/networkmanager-qt/networkmanager-qt.bb b/recipes-kde/kf5/tier1/networkmanager-qt/networkmanager-qt.bb index f5c0a486..2a69ca68 100644 --- a/recipes-kde/kf5/tier1/networkmanager-qt/networkmanager-qt.bb +++ b/recipes-kde/kf5/tier1/networkmanager-qt/networkmanager-qt.bb @@ -12,7 +12,7 @@ inherit kde-kf5 pkgconfig DEPENDS += "networkmanager" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "045fd1fa88c6d187f75569bb145240d6da92a47839f96ae40210d5469cee37f4" +SRC_URI[sha256sum] = "4769cf118cada3a3adb815da976ecb1aaf466d6504c7667f1034aeb97ade3c45" do_configure:append() { # remove absolute paths from exported cmake files diff --git a/recipes-kde/kf5/tier1/oxygen-icons/oxygen-icons5.bb b/recipes-kde/kf5/tier1/oxygen-icons/oxygen-icons5.bb index 3211193f..ad532926 100644 --- a/recipes-kde/kf5/tier1/oxygen-icons/oxygen-icons5.bb +++ b/recipes-kde/kf5/tier1/oxygen-icons/oxygen-icons5.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 gtk-icon-cache -SRC_URI[sha256sum] = "f966276ad223f330ceb765a99d07b5482710353b5b272faea240390ccb14bdbe" +SRC_URI[sha256sum] = "2f747c4daf561306b25c347cb3a716bec32093ab8bd3e3ab8fbceed89981eec7" PV = "${KF5_VERSION}" FILES:${PN} += " \ diff --git a/recipes-kde/kf5/tier1/prison/prison.bb b/recipes-kde/kf5/tier1/prison/prison.bb index 1f9f376a..8a2c7ce3 100644 --- a/recipes-kde/kf5/tier1/prison/prison.bb +++ b/recipes-kde/kf5/tier1/prison/prison.bb @@ -12,6 +12,6 @@ DEPENDS += " \ libdmtx \ " -SRC_URI[sha256sum] = "64a46cc9e4447b9b98f7c53e80d9bd78a668770d285f39d7c5dd9159a4c3a349" +SRC_URI[sha256sum] = "d36fa8550af7265e56af3ab9d10465f73aeae0ce18b5877351db20293d14537c" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/solid/solid.bb b/recipes-kde/kf5/tier1/solid/solid.bb index 4035ce6a..9f469084 100644 --- a/recipes-kde/kf5/tier1/solid/solid.bb +++ b/recipes-kde/kf5/tier1/solid/solid.bb @@ -12,7 +12,7 @@ inherit kde-kf5 DEPENDS += "bison-native qtdeclarative" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "23c1e8d852de64a7bf2cf87b5eb3e44dd044b39c0f99e762bb6e00545e6bc8bf" +SRC_URI[sha256sum] = "3782bee19dff9e24e60782a8a2f297b1049bd50eaac3a2e389b0194160251382" FILES:${PN} += "${OE_QMAKE_PATH_QML}" diff --git a/recipes-kde/kf5/tier1/sonnet/sonnet.inc b/recipes-kde/kf5/tier1/sonnet/sonnet.inc index 2688273e..7763d49e 100644 --- a/recipes-kde/kf5/tier1/sonnet/sonnet.inc +++ b/recipes-kde/kf5/tier1/sonnet/sonnet.inc @@ -9,4 +9,4 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "41f5a87a5fecd6870420cd8a564fc5e074b64332002fe71dc0ae5c0f91e9b339" +SRC_URI[sha256sum] = "c7a772aec93c00fcd714b93b0596d2e918cb60f4e0937d7d152c07be53ed9d34" diff --git a/recipes-kde/kf5/tier1/syntax-highlighting/files/0001-native-install-katehighlightingindexer.patch b/recipes-kde/kf5/tier1/syntax-highlighting/files/0001-native-install-katehighlightingindexer.patch index 864ac2b3..03a06a4e 100644 --- a/recipes-kde/kf5/tier1/syntax-highlighting/files/0001-native-install-katehighlightingindexer.patch +++ b/recipes-kde/kf5/tier1/syntax-highlighting/files/0001-native-install-katehighlightingindexer.patch @@ -14,11 +14,11 @@ Signed-off-by: Andreas Müller 1 file changed, 2 insertions(+) diff --git a/src/indexer/CMakeLists.txt b/src/indexer/CMakeLists.txt -index 9fa26b2..89e549d 100644 +index 9aede60..42d50b6 100644 --- a/src/indexer/CMakeLists.txt +++ b/src/indexer/CMakeLists.txt -@@ -34,3 +34,5 @@ else() - target_link_libraries(katehighlightingindexer Qt5::Core) +@@ -36,3 +36,5 @@ else() + target_link_libraries(katehighlightingindexer Qt${QT_MAJOR_VERSION}::Core) endif() endif() + diff --git a/recipes-kde/kf5/tier1/syntax-highlighting/syntax-highlighting.inc b/recipes-kde/kf5/tier1/syntax-highlighting/syntax-highlighting.inc index 5a1b0f07..d48e250c 100644 --- a/recipes-kde/kf5/tier1/syntax-highlighting/syntax-highlighting.inc +++ b/recipes-kde/kf5/tier1/syntax-highlighting/syntax-highlighting.inc @@ -9,6 +9,6 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 perlnative -SRC_URI[sha256sum] = "2aadfedc0ec43ad7e3f4610cf403086f855e05ba00443bd3e59d2de3a4cfc947" +SRC_URI[sha256sum] = "bf483e79c731a88ef642c9551ee092c4201d926af5b172bc11b1acde5c9baca6" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb b/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb index 3641334a..fe55686c 100644 --- a/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb +++ b/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb @@ -5,4 +5,4 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "dd809354b728415b26adf05a4ea6755a0aff7d86aebfeab2e663b91ed3a5d90f" +SRC_URI[sha256sum] = "e3fd3815b1732e5157d5d7ab2d27dd447a8d60ff50019ae9f0e5665b3ffd30bb" diff --git a/recipes-kde/kf5/tier2/kactivities-stats/kactivities-stats.bb b/recipes-kde/kf5/tier2/kactivities-stats/kactivities-stats.bb index 79c96507..6e08e8be 100644 --- a/recipes-kde/kf5/tier2/kactivities-stats/kactivities-stats.bb +++ b/recipes-kde/kf5/tier2/kactivities-stats/kactivities-stats.bb @@ -24,4 +24,4 @@ DEPENDS += " \ CXXFLAGS += "-DBOOST_DISABLE_ASSERTS" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "72a5b226133d48ecff6f0c06442ece0b1ace186c3081f62ff0aaa9a6e6dce3de" +SRC_URI[sha256sum] = "772f475b4513df9e96179a8bf8767a305cf6945a7d9b3d2faa96caf73af25561" diff --git a/recipes-kde/kf5/tier2/kauth/files/0001-Force-build-of-kauth-policy-gen-for-native-build.patch b/recipes-kde/kf5/tier2/kauth/files/0001-Force-build-of-kauth-policy-gen-for-native-build.patch index b577873f..0e1e80c5 100644 --- a/recipes-kde/kf5/tier2/kauth/files/0001-Force-build-of-kauth-policy-gen-for-native-build.patch +++ b/recipes-kde/kf5/tier2/kauth/files/0001-Force-build-of-kauth-policy-gen-for-native-build.patch @@ -15,10 +15,10 @@ Signed-off-by: Andreas Müller 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 074c834..fcea92b 100644 +index a8407da..dbf4a8c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt -@@ -108,7 +108,7 @@ endif() +@@ -122,7 +122,7 @@ endif() # Compile only if fake backend has not been selected @@ -27,7 +27,7 @@ index 074c834..fcea92b 100644 # KAUTH_POLICY_GEN_SRCS has been generated from ConfigureChecks.cmake add_executable(kauth-policy-gen ${KAUTH_POLICY_GEN_SRCS}) add_executable(KF5::kauth-policy-gen ALIAS kauth-policy-gen) -@@ -120,7 +120,7 @@ if (NOT "${KAUTH_BACKEND_NAME}" STREQUAL "FAKE") +@@ -134,7 +134,7 @@ if (NOT "${KAUTH_BACKEND_NAME}" STREQUAL "FAKE") # KAUTH_POLICY_GEN_LIBRARIES has been generated from ConfigureChecks.cmake target_link_libraries( kauth-policy-gen PRIVATE ${KAUTH_POLICY_GEN_LIBRARIES} ) @@ -37,7 +37,7 @@ index 074c834..fcea92b 100644 # KAuth backend plugin diff --git a/src/ConfigureChecks.cmake b/src/ConfigureChecks.cmake -index ee9ec0c..f4443f6 100644 +index 545416f..1c4d77a 100644 --- a/src/ConfigureChecks.cmake +++ b/src/ConfigureChecks.cmake @@ -127,16 +127,10 @@ set(KAUTH_POLICY_GEN_SRCS @@ -47,20 +47,20 @@ index ee9ec0c..f4443f6 100644 -if(KAUTH_BACKEND_NAME STREQUAL "OSX") - set(KAUTH_POLICY_GEN_SRCS ${KAUTH_POLICY_GEN_SRCS} - backends/mac/kauth-policy-gen-mac.cpp) -- set(KAUTH_POLICY_GEN_LIBRARIES ${KAUTH_POLICY_GEN_LIBRARIES} ${CORE_FOUNDATION_LIBRARY} ${SECURITY_LIBRARY} Qt5::Core) +- set(KAUTH_POLICY_GEN_LIBRARIES ${KAUTH_POLICY_GEN_LIBRARIES} ${CORE_FOUNDATION_LIBRARY} ${SECURITY_LIBRARY} Qt${QT_MAJOR_VERSION}::Core) -elseif(KAUTH_BACKEND_NAME STREQUAL "POLKITQT5-1") - set(KAUTH_POLICY_GEN_SRCS ${KAUTH_POLICY_GEN_SRCS} - backends/polkit-1/kauth-policy-gen-polkit1.cpp) - set(KAUTH_POLICY_GEN_LIBRARIES ${KAUTH_POLICY_GEN_LIBRARIES} -- Qt5::Core) +- Qt${QT_MAJOR_VERSION}::Core) -endif() +set(KAUTH_POLICY_GEN_SRCS ${KAUTH_POLICY_GEN_SRCS} + backends/polkit-1/kauth-policy-gen-polkit1.cpp) +set(KAUTH_POLICY_GEN_LIBRARIES ${KAUTH_POLICY_GEN_LIBRARIES} -+ Qt5::Core) ++ Qt${QT_MAJOR_VERSION}::Core) ######################## # Helper backend probing -- -2.21.1 +2.31.1 diff --git a/recipes-kde/kf5/tier2/kauth/kauth.inc b/recipes-kde/kf5/tier2/kauth/kauth.inc index 3cc7eb62..7f9b93b6 100644 --- a/recipes-kde/kf5/tier2/kauth/kauth.inc +++ b/recipes-kde/kf5/tier2/kauth/kauth.inc @@ -9,6 +9,6 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "df9a81af5b0754d528799ec944de02c1b22c4a4b97d9e3dc0132232d4fee49fb" +SRC_URI[sha256sum] = "23a45f68062432b65f4264f371e7f1753034dba3a86d5e44bf9fb1abf30d91bc" EXTRA_OECMAKE += "-DAUTOTESTS=OFF" diff --git a/recipes-kde/kf5/tier2/kcompletion/kcompletion.bb b/recipes-kde/kf5/tier2/kcompletion/kcompletion.bb index b8ed661a..959a7e4c 100644 --- a/recipes-kde/kf5/tier2/kcompletion/kcompletion.bb +++ b/recipes-kde/kf5/tier2/kcompletion/kcompletion.bb @@ -11,6 +11,6 @@ inherit kde-kf5 DEPENDS += "kconfig kconfig-native kwidgetsaddons" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "ee1be28f5c7312ef78ea6ddff62c0ff0e079c15313d7e4f49661e6db729f692f" +SRC_URI[sha256sum] = "f33dc0abeb3b6b5ca96d2e6ab5712e26ab7115152bde6a08fa85afd8a3b6a341" FILES:${PN} += "${OE_QMAKE_PATH_PLUGINS}/designer" diff --git a/recipes-kde/kf5/tier2/kcontacts/kcontacts.bb b/recipes-kde/kf5/tier2/kcontacts/kcontacts.bb index f2e47226..5dbca3fb 100644 --- a/recipes-kde/kf5/tier2/kcontacts/kcontacts.bb +++ b/recipes-kde/kf5/tier2/kcontacts/kcontacts.bb @@ -21,4 +21,4 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "59949b9b3c40ae60597d7a44172ab600d2fe5262a2c96a72fd0ef535eccf4ffa" +SRC_URI[sha256sum] = "3536d335136c5bef49538a47641f3469668e45976874211ba74615d5cc08626f" diff --git a/recipes-kde/kf5/tier2/kcrash/kcrash.bb b/recipes-kde/kf5/tier2/kcrash/kcrash.bb index b73b6b44..45f6ffad 100644 --- a/recipes-kde/kf5/tier2/kcrash/kcrash.bb +++ b/recipes-kde/kf5/tier2/kcrash/kcrash.bb @@ -11,4 +11,4 @@ REQUIRED_DISTRO_FEATURES = "x11" DEPENDS += "kcoreaddons kcoreaddons-native kwindowsystem virtual/libx11" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "6a19f9826333e33f17fc9d05865e8cf432eb9e14d94c1eb4cbe66f8c1321ec1e" +SRC_URI[sha256sum] = "8e002a52c48a5aaec72e85bcc30741b8b2493173030b3bca9e1de5bd3e966418" diff --git a/recipes-kde/kf5/tier2/kdoctools/files/0002-Make-our-cross-build-find-docbookl10nhelper.patch b/recipes-kde/kf5/tier2/kdoctools/files/0002-Make-our-cross-build-find-docbookl10nhelper.patch index 6e7260b9..442fea10 100644 --- a/recipes-kde/kf5/tier2/kdoctools/files/0002-Make-our-cross-build-find-docbookl10nhelper.patch +++ b/recipes-kde/kf5/tier2/kdoctools/files/0002-Make-our-cross-build-find-docbookl10nhelper.patch @@ -15,10 +15,10 @@ Signed-off-by: Andreas Müller 1 file changed, 12 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 2523157..ed130f6 100644 +index 7b07433..1fa68ad 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt -@@ -210,18 +210,6 @@ if(INSTALL_INTERNAL_TOOLS) +@@ -224,18 +224,6 @@ if(INSTALL_INTERNAL_TOOLS) install(TARGETS docbookl10nhelper EXPORT KF5DocToolsToolsTargets ${KF5_INSTALL_TARGETS_DEFAULT_ARGS}) endif() diff --git a/recipes-kde/kf5/tier2/kdoctools/files/0004-Add-cmdline-param-to-help-find-xsl.patch b/recipes-kde/kf5/tier2/kdoctools/files/0004-Add-cmdline-param-to-help-find-xsl.patch index 1c145411..f567152d 100644 --- a/recipes-kde/kf5/tier2/kdoctools/files/0004-Add-cmdline-param-to-help-find-xsl.patch +++ b/recipes-kde/kf5/tier2/kdoctools/files/0004-Add-cmdline-param-to-help-find-xsl.patch @@ -27,7 +27,7 @@ index 17bcfab..0e62df9 100644 +set(OE_ROOT_PATH_PREFIX "" CACHE STRING "OE sysroot") # Dependencies set(REQUIRED_QT_VERSION 5.15.2) - find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) + find_package(Qt${QT_MAJOR_VERSION}Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) diff --git a/cmake/FindDocBookXSL.cmake b/cmake/FindDocBookXSL.cmake index 1cb222c..819da63 100644 --- a/cmake/FindDocBookXSL.cmake diff --git a/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc b/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc index edf0041f..db315705 100644 --- a/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc +++ b/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc @@ -14,7 +14,7 @@ inherit kde-kf5 perlnative DEPENDS += "docbook-xml-dtd4 docbook-xsl-stylesheets liburi-perl-native" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "e1319af7ee5d108c651e3acb70ab28328d24be009de174646a233e2d7c2118f5" +SRC_URI[sha256sum] = "1a74ff1d5ac8c0639ff8a3430f5226480844119010605f911ed7a2ca684d4ad0" # allarch packages do only install into machine sysroot # for xml4 diff --git a/recipes-kde/kf5/tier2/kfilemetadata/kfilemetadata.bb b/recipes-kde/kf5/tier2/kfilemetadata/kfilemetadata.bb index bd0441e0..2e7e5120 100644 --- a/recipes-kde/kf5/tier2/kfilemetadata/kfilemetadata.bb +++ b/recipes-kde/kf5/tier2/kfilemetadata/kfilemetadata.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 pkgconfig gettext PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "658087fd33864e73bee4c78f4da11b3039c4d7e50ac6fc0a68ed56199bf64b11" +SRC_URI[sha256sum] = "5d7951e05ae9e6b9c3c271ddc38e9e73f6e1824268770b2a32aaa30f8d5dc4a3" # TODO: optionals PACKAGECONFIG (poppler-qt5 / exiv2 / ffmpeg / epub) DEPENDS += " \ diff --git a/recipes-kde/kf5/tier2/kimageformats/kimageformats.bb b/recipes-kde/kf5/tier2/kimageformats/kimageformats.bb index a1a1c73f..47b955f5 100644 --- a/recipes-kde/kf5/tier2/kimageformats/kimageformats.bb +++ b/recipes-kde/kf5/tier2/kimageformats/kimageformats.bb @@ -15,7 +15,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "dcee152a0b8fc0b74e657bc5e07cbeb007761555d6a2519503d4e94f49a06ed4" +SRC_URI[sha256sum] = "3bec943c0eee38f34dba4dcf8c0e5056e25fc309691dbbb002c241e0e9847164" FILES:${PN} += " \ ${OE_QMAKE_PATH_PLUGINS} \ diff --git a/recipes-kde/kf5/tier2/kjobwidgets/kjobwidgets.bb b/recipes-kde/kf5/tier2/kjobwidgets/kjobwidgets.bb index 56037217..16004514 100644 --- a/recipes-kde/kf5/tier2/kjobwidgets/kjobwidgets.bb +++ b/recipes-kde/kf5/tier2/kjobwidgets/kjobwidgets.bb @@ -12,6 +12,6 @@ DEPENDS += "kcoreaddons kcoreaddons-native kwidgetsaddons \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)}" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "6871014b4ee25faba9eeab6224ca4dbeb75de0f8962b078eae34a922ec6fda0b" +SRC_URI[sha256sum] = "0d65d194284d2d8097d16c7d031772d29886316985e3274db3b06b5a916163cb" FILES:${PN} += "${datadir}/dbus-1" diff --git a/recipes-kde/kf5/tier2/knotifications/knotifications.bb b/recipes-kde/kf5/tier2/knotifications/knotifications.bb index 825c56de..d5eda1c6 100644 --- a/recipes-kde/kf5/tier2/knotifications/knotifications.bb +++ b/recipes-kde/kf5/tier2/knotifications/knotifications.bb @@ -25,7 +25,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "1aae7dfb2d9d79c8e55d6aabd88b699d6cacc5c70d50a1990efe838bb9baf0c9" +SRC_URI[sha256sum] = "f19d4a2a928da505d3d99cf66967017a8eb9488bbc356e6e23e8075fa01c0b97" FILES:${PN} += " \ ${datadir}/dbus-1 \ diff --git a/recipes-kde/kf5/tier2/kpackage/kpackage.inc b/recipes-kde/kf5/tier2/kpackage/kpackage.inc index d02ce2c3..198c1d33 100644 --- a/recipes-kde/kf5/tier2/kpackage/kpackage.inc +++ b/recipes-kde/kf5/tier2/kpackage/kpackage.inc @@ -8,6 +8,6 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "438395b60cf66632423f9410f6f0e02b0fd7bfeaa9cf2d680d21a72df20316a5" +SRC_URI[sha256sum] = "e08ff2a2d363d56a382dccf5253108df66d62ab6f1d50bb6d26014a4b94a2fe6" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier2/kpty/kpty.bb b/recipes-kde/kf5/tier2/kpty/kpty.bb index 53e0906e..12d80565 100644 --- a/recipes-kde/kf5/tier2/kpty/kpty.bb +++ b/recipes-kde/kf5/tier2/kpty/kpty.bb @@ -10,4 +10,4 @@ inherit kde-kf5 gettext DEPENDS += "kcoreaddons kcoreaddons-native ki18n" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "9d44b05472940105b6230722d983bec7b59ee584756ccc07a882870646d7a300" +SRC_URI[sha256sum] = "8a30a43d8c0397eb3657f578da6836872468d2eb49277961be9c73e073f2b6dc" diff --git a/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb b/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb index c06c85e6..7311a7c7 100644 --- a/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb +++ b/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb @@ -9,4 +9,4 @@ inherit kde-kf5 gettext DEPENDS += "ki18n" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "38bc211579d20863583236599bebe7b1b579da266e64eed1506b611435a3b6ae" +SRC_URI[sha256sum] = "c3559d89fb43fc12b06f6b67a0c2cec2bce3fcdfb36c265fd5ae468a9a5e3bef" diff --git a/recipes-kde/kf5/tier2/syndication/syndication.bb b/recipes-kde/kf5/tier2/syndication/syndication.bb index b0cf6764..ae76f199 100644 --- a/recipes-kde/kf5/tier2/syndication/syndication.bb +++ b/recipes-kde/kf5/tier2/syndication/syndication.bb @@ -15,4 +15,4 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "9ca5078a6a7bba689a8ab8786c1cfb0fee5788e95eddf4dbf9dc3d28c5e0cda0" +SRC_URI[sha256sum] = "bdfe30c05bbdd8e10903fe69a37cf859f25984edae16283fdd5c0ac207213229" diff --git a/recipes-kde/kf5/tier3/baloo/baloo.bb b/recipes-kde/kf5/tier3/baloo/baloo.bb index 695d2c0c..8cad574a 100644 --- a/recipes-kde/kf5/tier3/baloo/baloo.bb +++ b/recipes-kde/kf5/tier3/baloo/baloo.bb @@ -32,7 +32,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "3a7aa9a67c063c14d4de6f749836da9514191fdf4ab3607427b56645ec972f24" +SRC_URI[sha256sum] = "a64483982a68160a9ce38326abce89d6e57b6b7e1907e4a2683b46df90f6ceda" SRC_URI += " \ file://baloo_file.desktop \ diff --git a/recipes-kde/kf5/tier3/kactivities/kactivities.bb b/recipes-kde/kf5/tier3/kactivities/kactivities.bb index 63cac4ee..5e45aad9 100644 --- a/recipes-kde/kf5/tier3/kactivities/kactivities.bb +++ b/recipes-kde/kf5/tier3/kactivities/kactivities.bb @@ -29,7 +29,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "69178cbfae079db504dc4fe5dd12d0964b92e66b10fec249bfd3107110a11db6" +SRC_URI[sha256sum] = "bc8071efa15946e63a52fa40cdf4077a02108257de76cc058ee2cb359cb5c771" do_compile:prepend() { # Error: Could not locate service type file kservicetypes5/ "kfileitemactionplugin.desktop" , tried ... diff --git a/recipes-kde/kf5/tier3/kbookmarks/kbookmarks.bb b/recipes-kde/kf5/tier3/kbookmarks/kbookmarks.bb index 625670ea..fb131e01 100644 --- a/recipes-kde/kf5/tier3/kbookmarks/kbookmarks.bb +++ b/recipes-kde/kf5/tier3/kbookmarks/kbookmarks.bb @@ -13,4 +13,4 @@ DEPENDS += "kconfigwidgets kconfig kiconthemes kxmlgui kconfig-native kcoreaddon kauth-native" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "d6eb01ae93738d105fd1227de4b4f3f5574bf516639bf21ff05cde1a552b7099" +SRC_URI[sha256sum] = "7d9ac1b5e5b4f8102c434d7e7a503fcbce57be36db42975931aeaffe530c6ceb" diff --git a/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb b/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb index 61c2f446..296ad534 100644 --- a/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb +++ b/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb @@ -25,6 +25,6 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "15fe79b0d38bf5af298ede402f9c928ea7a05a5ddcdcf8c28a9e5b9a36ea497d" +SRC_URI[sha256sum] = "b36300a5f400e082b800508292c2d6e5bdb033567cdc43c0dd947744e4c09911" FILES:${PN} += "${datadir}/kservicetypes5" diff --git a/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb b/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb index 902cc946..4f4c172c 100644 --- a/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb +++ b/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb @@ -17,7 +17,7 @@ DEPENDS += "kauth kconfig kcodecs kguiaddons kwidgetsaddons kdoctools \ gettext-native" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "c0341b991e9dab65bd8f9e6236d49b15365c780b8beae8a5116c2166a7e8f867" +SRC_URI[sha256sum] = "98ff947d80bd3c55bc0758b0fc9e1300078f1a9ad8a8983e737d6cd189e9a1ea" FILES:${PN} += "${OE_QMAKE_PATH_PLUGINS}/designer" diff --git a/recipes-kde/kf5/tier3/kdav/kdav.bb b/recipes-kde/kf5/tier3/kdav/kdav.bb index f79bff63..774139c2 100644 --- a/recipes-kde/kf5/tier3/kdav/kdav.bb +++ b/recipes-kde/kf5/tier3/kdav/kdav.bb @@ -17,4 +17,4 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "db288d98656840115e96e713aa49e75801d02338d87840a6d52187ebfa32cff3" +SRC_URI[sha256sum] = "71bdde6d2a3361c949f7b39844c9035481c06d6c45925e15e5f5c58dbcca0105" diff --git a/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb b/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb index a5466999..4aade60e 100644 --- a/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb +++ b/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb @@ -23,6 +23,6 @@ SRC_URI += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "5ee99a4b058cb5931b314b832e9c7d900e67081519ae741a21b240603acb44a1" +SRC_URI[sha256sum] = "3e342a4735d40cdfaf3456afb6aac9eae22a827f77a6107f1cd50b7e8df4fffc" FILES:${PN} += "${OE_QMAKE_PATH_QML}/org/kde" diff --git a/recipes-kde/kf5/tier3/kded/kded.bb b/recipes-kde/kf5/tier3/kded/kded.bb index ff3bf6c8..a0a5480c 100644 --- a/recipes-kde/kf5/tier3/kded/kded.bb +++ b/recipes-kde/kf5/tier3/kded/kded.bb @@ -18,7 +18,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "d42d189098c30b7fdf0fcd5f37153d4671b121a450ccd38e449d7e60d67923e7" +SRC_URI[sha256sum] = "faea3349e15c9c671c33172020787cb2e76f7809231c9d15ebac347bd0358f24" SRC_URI += "file://0001-hardcode-path-to-kconf_update.patch" FILES:${PN} += " \ diff --git a/recipes-kde/kf5/tier3/kdesu/kdesu.bb b/recipes-kde/kf5/tier3/kdesu/kdesu.bb index e96aae7e..ded965fc 100644 --- a/recipes-kde/kf5/tier3/kdesu/kdesu.bb +++ b/recipes-kde/kf5/tier3/kdesu/kdesu.bb @@ -19,4 +19,4 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "3d57a03fe232ca81ffcf2fc559114950ff58648474f298dd65091c4343e0bc4a" +SRC_URI[sha256sum] = "970707b7717d8a3c38687f40ff93809b3779e527d8a6ce5fe2df05c20e1613e1" diff --git a/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb b/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb index 79bea283..5a73c7f9 100644 --- a/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb +++ b/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb @@ -13,7 +13,7 @@ inherit kde-kf5 gettext DEPENDS += "karchive kconfig kconfig-native kservice kcoreaddons kcoreaddons-native" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "fc6369978ce873a19c6fc9172fbfb24d5dfc25c21c42cea11ca71bc580c09e55" +SRC_URI[sha256sum] = "8b191c0a06faa34bc8fb37cbe922d28530874fe80c27a35fc2433ad54c99af22" FILES:${PN} += " \ ${datadir}/emoticons \ diff --git a/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb b/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb index 3213d850..3cfbee48 100644 --- a/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb +++ b/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb @@ -18,7 +18,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "72a27594b20216dd0e8c9807146a2cb6d3b7426089aac0cd0d3d3fcd2ba4bd4b" +SRC_URI[sha256sum] = "bc5b0e7202241d231e2bfc3a6afd6fb43c1930213b7fcc9404a70bc1980b0d13" FILES:${PN} += " \ ${datadir}/dbus-1 \ diff --git a/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb b/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb index 29a246eb..300fa02e 100644 --- a/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb +++ b/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb @@ -25,6 +25,6 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "4aed2b49a545b31781c195b2a494985ebb86a8dedb036abd7c4a84b7375d68c3" +SRC_URI[sha256sum] = "33f4cb7b18150cc4e54f1e3e0338c40ee0617c25921d9154d0c2fbe03b897c70" FILES:${PN} += "${OE_QMAKE_PATH_PLUGINS}" diff --git a/recipes-kde/kf5/tier3/kinit/kinit.bb b/recipes-kde/kf5/tier3/kinit/kinit.bb index 7155cff4..267e5b51 100644 --- a/recipes-kde/kf5/tier3/kinit/kinit.bb +++ b/recipes-kde/kf5/tier3/kinit/kinit.bb @@ -26,7 +26,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "2967d19fc01c2a9cedd0036eccf17e6d21e7e8cfc16f171e992180edcfc78ad2" +SRC_URI[sha256sum] = "2a3858eeb80b044e884bdc77e110e7ecb34cdb91575c544a95502123a183c57c" FILES:${PN} += "${datadir}/dbus-1 ${libdir}/libkdeinit5_klauncher.so" FILES:${PN}-dev = "${libdir}/cmake" diff --git a/recipes-kde/kf5/tier3/kio/kio.bb b/recipes-kde/kf5/tier3/kio/kio.bb index 778066c1..42ee0637 100644 --- a/recipes-kde/kf5/tier3/kio/kio.bb +++ b/recipes-kde/kf5/tier3/kio/kio.bb @@ -36,7 +36,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "dd821fe65fd5a80d57e572c5d1074290ca183a0ca91bd9092747d72399d148cd" +SRC_URI[sha256sum] = "3a1f2eb6453172ecb5b9936c6a5205306e9e729f19bec6bf12527eef8a214637" PACKAGECONFIG[full] = "-DKIOCORE_ONLY=OFF,-DKIOCORE_ONLY=ON, kbookmarks kcompletion kconfigwidgets kiconthemes kitemviews kjobwidgets kwidgetsaddons kwindowsystem" # Note that kdeclarative fails without KIOWidgets diff --git a/recipes-kde/kf5/tier3/knewstuff/knewstuff.bb b/recipes-kde/kf5/tier3/knewstuff/knewstuff.bb index c16057ea..63ff83e2 100644 --- a/recipes-kde/kf5/tier3/knewstuff/knewstuff.bb +++ b/recipes-kde/kf5/tier3/knewstuff/knewstuff.bb @@ -33,7 +33,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "8568a0b2e4f1f63a32084d37f1d322f257978ac41f7812463e5475b949a583e3" +SRC_URI[sha256sum] = "8f89ab148271822128ac7469de98f3e4ade2eb890361741f1177bc5ffeb96060" FILES:${PN} += " \ ${OE_QMAKE_PATH_QML}/org/kde/newstuff \ diff --git a/recipes-kde/kf5/tier3/knotifyconfig/knotifyconfig.bb b/recipes-kde/kf5/tier3/knotifyconfig/knotifyconfig.bb index cc9c049d..e1212409 100644 --- a/recipes-kde/kf5/tier3/knotifyconfig/knotifyconfig.bb +++ b/recipes-kde/kf5/tier3/knotifyconfig/knotifyconfig.bb @@ -23,4 +23,4 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "509e16bfa83e4a97cf6f4420ad54ee0e3507dfddf7d2ef9fef65440dbbb53810" +SRC_URI[sha256sum] = "cc24c2dfdb2f2bea29aef8f56d5183a3caf73f5d3515ba3de9e9ab9335205ae3" diff --git a/recipes-kde/kf5/tier3/kparts/kparts.bb b/recipes-kde/kf5/tier3/kparts/kparts.bb index 39d47694..5acd8c87 100644 --- a/recipes-kde/kf5/tier3/kparts/kparts.bb +++ b/recipes-kde/kf5/tier3/kparts/kparts.bb @@ -29,7 +29,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "2a973890e045028d2938753040343342e0c88444d773afa9f556f489bb0ebf6d" +SRC_URI[sha256sum] = "426543fb89b3dbe0c6f374544874ad81fe9c71e85e74ec5b6a4bfd3751eb13f5" FILES:${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/kf5/tier3/kpeople/kpeople.bb b/recipes-kde/kf5/tier3/kpeople/kpeople.bb index 7d18a013..e3b9f3a2 100644 --- a/recipes-kde/kf5/tier3/kpeople/kpeople.bb +++ b/recipes-kde/kf5/tier3/kpeople/kpeople.bb @@ -18,7 +18,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "be3cca0cdbc0ad4ae61d4a6d5080712ad802506b35f0fb5c7db79f4c4bf07989" +SRC_URI[sha256sum] = "fc3938d53fe2badb91e8f93a34afaa50f40b3610062fb5901d36d955cc986298" FILES:${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/kf5/tier3/krunner/krunner.bb b/recipes-kde/kf5/tier3/krunner/krunner.bb index ad848f1a..50ca316f 100644 --- a/recipes-kde/kf5/tier3/krunner/krunner.bb +++ b/recipes-kde/kf5/tier3/krunner/krunner.bb @@ -24,7 +24,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "1db396b1ddd5232122ea0bfdbf96402c10221dca1ab668188f8e3f33c7b09f87" +SRC_URI[sha256sum] = "f16546d24f307e7ca79948af8ad4c1a2a9483bb717db8c7c439b1c5168d570e0" FILES:${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/kf5/tier3/kservice/kservice.bb b/recipes-kde/kf5/tier3/kservice/kservice.bb index e982f2c2..c02a9775 100644 --- a/recipes-kde/kf5/tier3/kservice/kservice.bb +++ b/recipes-kde/kf5/tier3/kservice/kservice.bb @@ -25,6 +25,6 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "05670a04fae5753fddcda1d1fe13680afd077fc1ec17d8f53f5c80f1bf922b6b" +SRC_URI[sha256sum] = "ad4d864f10dcb9b770ab7a1aa44c1024a469c51ee5c89b6ad997d481d7423e88" FILES:${PN} += "${datadir}/kservicetypes5" diff --git a/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.bb b/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.bb index 58fdc00b..3085e547 100644 --- a/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.bb +++ b/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.bb @@ -27,7 +27,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "67ad913c86a0845d097e3145e15d7218480e1af87133561da7b2295c1b416f09" +SRC_URI[sha256sum] = "56088115827ae406dcd383e3c3fdf408950f351887259e41965fe4b7929f2dbc" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb b/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb index 1fffb84d..ca54686e 100644 --- a/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb +++ b/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb @@ -14,7 +14,7 @@ DEPENDS += "kcompletion kconfig kconfigwidgets ki18n kiconthemes kservice kwidge gettext-native sonnet-native" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "94b1fa24dba303d94a1cd8654ab606ee3e3286d50721e402fe414b1842f0e27b" +SRC_URI[sha256sum] = "4ff6a600f5a48086edb4b056ad8482a1913dd1858729e606d70e1a08d52fe809" FILES:${PN} += " \ ${OE_QMAKE_PATH_PLUGINS}/designer \ diff --git a/recipes-kde/kf5/tier3/kwallet/kwallet.bb b/recipes-kde/kf5/tier3/kwallet/kwallet.bb index fbc2e50f..d730fae0 100644 --- a/recipes-kde/kf5/tier3/kwallet/kwallet.bb +++ b/recipes-kde/kf5/tier3/kwallet/kwallet.bb @@ -30,7 +30,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "3034db91605f287460420e4ce66bc8fa5f09076c8dfb2ed1895616aab422c3fb" +SRC_URI[sha256sum] = "74aa1144a358a1a43a133dabf1b0936ae01dc290e585573dec88e52d097ace19" SRC_URI += "file://0001-KF5WalletConfig.cmake.in-point-runtime-bindir-not-bu.patch" FILES:${PN} += "${datadir}" diff --git a/recipes-kde/kf5/tier3/kxmlgui/kxmlgui.bb b/recipes-kde/kf5/tier3/kxmlgui/kxmlgui.bb index 6807868f..d62f773b 100644 --- a/recipes-kde/kf5/tier3/kxmlgui/kxmlgui.bb +++ b/recipes-kde/kf5/tier3/kxmlgui/kxmlgui.bb @@ -29,7 +29,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "a6c8938fa2f75c4b9b8c5badd1192a373e2c0b971db17ae5f85ce7d420784e56" +SRC_URI[sha256sum] = "4f7bc9b305b49a304379d82037dcfe63ba89e6a4911cd4ac3c831dd3330f1be1" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb b/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb index b3d512fe..5c06f980 100644 --- a/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb +++ b/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb @@ -50,7 +50,7 @@ DEPENDS += " \ PV = "${KF5_VERSION}" SRC_URI += "file://0001-Fix-EGL-link.patch" -SRC_URI[sha256sum] = "b709a8effe04f12f4c04c65c185e09ee7479477b505283ae70d5d1fbd450a673" +SRC_URI[sha256sum] = "e192af9e51fb181eb7feb2e51b51e6056fab370d16ca0c629c25a0b5b99558d7" FILES:${PN} += " \ ${datadir}/kdevappwizard \ diff --git a/recipes-kde/kf5/tier3/purpose/purpose.bb b/recipes-kde/kf5/tier3/purpose/purpose.bb index 7ea64c89..e7e12e6c 100644 --- a/recipes-kde/kf5/tier3/purpose/purpose.bb +++ b/recipes-kde/kf5/tier3/purpose/purpose.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 gettext gtk-icon-cache -SRC_URI[sha256sum] = "9ed384ef4527d33b98bd2865cd744da694e6abc8e0e7e9c8f321c317f8e7d0e9" +SRC_URI[sha256sum] = "810ae4e77d0206649a3f56cf69e6c76b867a7c774d3dc7cf0cbed521a14941a0" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier3/qqc2-desktop-style/qqc2-desktop-style.bb b/recipes-kde/kf5/tier3/qqc2-desktop-style/qqc2-desktop-style.bb index 59e895c3..934e50f7 100644 --- a/recipes-kde/kf5/tier3/qqc2-desktop-style/qqc2-desktop-style.bb +++ b/recipes-kde/kf5/tier3/qqc2-desktop-style/qqc2-desktop-style.bb @@ -21,7 +21,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "ac5089295a0affd0e0abef737265b318b2ab3ad888df45b56a74b86416045ee0" +SRC_URI[sha256sum] = "1921b1c56556c6ff6c53ef081199d5306bb9488f5457247eacd646d09bcfe115" FILES:${PN} += " \ ${OE_QMAKE_PATH_PLUGINS} \ diff --git a/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb b/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb index ecc8b9e2..6d65738b 100644 --- a/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb +++ b/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb @@ -27,7 +27,7 @@ DEPENDS += " \ RRECCOMENDS_${PN} += "oxygen-fonts" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "4e241eaced12a5a41c4eb72e1c7a1ae8cca5bdc22e6ea41cb22472fb6ac7ec38" +SRC_URI[sha256sum] = "5651afb5bb3563d2212662974bd91750b313e3b58fabf59f59459ef904a6fbec" FILES:${PN} += " \ ${datadir}/knotifications5 \ diff --git a/recipes-kde/kf5/untier/extra-cmake-modules/extra-cmake-modules.bb b/recipes-kde/kf5/untier/extra-cmake-modules/extra-cmake-modules.bb index 3c5c6214..d8a3eb60 100644 --- a/recipes-kde/kf5/untier/extra-cmake-modules/extra-cmake-modules.bb +++ b/recipes-kde/kf5/untier/extra-cmake-modules/extra-cmake-modules.bb @@ -6,7 +6,7 @@ inherit kde-kf5 DEPENDS = "qttools-native" -SRC_URI[sha256sum] = "3dd7229a225923b8570a333ee6e4a07b0f5f700ea9538fdeb22cc3cbba69f02f" +SRC_URI[sha256sum] = "f3007c3ceca56249292cf340a38518589a55a4afcf27e166ab63c5ac8ffabcb0" SRC_URI += "file://0001-Temporary-workaround-gold-linker-errors.patch" PV = "${KF5_VERSION}"