diff --git a/classes/kde-kf5-porting-aids.bbclass b/classes/kde-kf5-porting-aids.bbclass index 13f22839..7a72ccf7 100644 --- a/classes/kde-kf5-porting-aids.bbclass +++ b/classes/kde-kf5-porting-aids.bbclass @@ -1,3 +1,3 @@ inherit kde-kf5 -SRC_URI = "${KDE_MIRROR}/stable/frameworks/5.33/portingAids/${BPN}-${PV}.tar.xz" +SRC_URI = "${KDE_MIRROR}/stable/frameworks/5.34/portingAids/${BPN}-${PV}.tar.xz" diff --git a/classes/kde-kf5.bbclass b/classes/kde-kf5.bbclass index 995f0a8e..02e9b4b9 100644 --- a/classes/kde-kf5.bbclass +++ b/classes/kde-kf5.bbclass @@ -1,5 +1,5 @@ inherit kde-base -KF5_VERSION = "5.33.0" +KF5_VERSION = "5.34.0" -SRC_URI = "${KDE_MIRROR}/stable/frameworks/5.33/${BPN}-${PV}.tar.xz" +SRC_URI = "${KDE_MIRROR}/stable/frameworks/5.34/${BPN}-${PV}.tar.xz" diff --git a/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.inc b/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.inc index 30834aae..c0b69042 100644 --- a/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.inc +++ b/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.inc @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" inherit kde-kf5-porting-aids perlnative PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "236c379d3df9282505a48b420eb11031" -SRC_URI[sha256sum] = "3b0e479f87403d2f328c52e184a1c7dd27140a56866b4ce8d4af72f66d6f13f0" +SRC_URI[md5sum] = "fae3d8d37d54013e413c9df92df8848f" +SRC_URI[sha256sum] = "58f7027ced82029b27e7c11e8c404b99e95d194ddee7c00cb0388e13619867a1" 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 4878f2c1..d4dd8c7b 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc +++ b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5-porting-aids perlnative PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "67521e55320a24f1dce6d5417e6a3549" -SRC_URI[sha256sum] = "6917ef2269cbf8cf742d02a61fba02b04064a624e20b4fcc714a5a3cc9dddebf" +SRC_URI[md5sum] = "ae382b0889fd76f0c28ebed4de08f816" +SRC_URI[sha256sum] = "2056de238cf237cbf0ddea3f882d2d696d4062175eb9ed89da83b0cda4963261" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb b/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb index 80a3add4..e5964b98 100644 --- a/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb +++ b/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb @@ -32,8 +32,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "1b1ce428ac2dad867e55084d7d60e660" -SRC_URI[sha256sum] = "ace2c311a5391d45c2ef50c397bd0bc1ad32e15d69748e48e90136ef108f3b49" +SRC_URI[md5sum] = "9c698d6d09b31a537ac6cdf31aa90de7" +SRC_URI[sha256sum] = "bb5ba5a1a3896277f14d713b91bbbd53036e49289287100375eba26f9d048948" FILES_${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/kf5/porting-aids-tier3/kjsembed/kjsembed.bb b/recipes-kde/kf5/porting-aids-tier3/kjsembed/kjsembed.bb index 1cc3df27..1504dc13 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kjsembed/kjsembed.bb +++ b/recipes-kde/kf5/porting-aids-tier3/kjsembed/kjsembed.bb @@ -16,8 +16,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "f13ec4cb3cb751900099b1be814e8d26" -SRC_URI[sha256sum] = "1729e2821e72ed692dd96851a06914b641746983634ec292f6d9963022aa62ee" +SRC_URI[md5sum] = "b7da8abba8b5e9c9e359d40e73ba3c6f" +SRC_URI[sha256sum] = "73d57549e1f97672053fad9ee80db3909100e4f9f1b33ba40b7ae20bce88889f" # kjsembed's kjscmd5 is not required for build -> point to native dummy to make cmake happy CMAKE_ALIGN_SYSROOT[1] = "KF5JsEmbed, -s${_IMPORT_PREFIX}/bin/kjscmd5, -S${STAGING_BINDIR_NATIVE}/kjscmd5" diff --git a/recipes-kde/kf5/porting-aids-tier3/kross/kross.bb b/recipes-kde/kf5/porting-aids-tier3/kross/kross.bb index dacb6f1a..5409fdb6 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kross/kross.bb +++ b/recipes-kde/kf5/porting-aids-tier3/kross/kross.bb @@ -20,8 +20,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "937647a7c90e71b1e6aea1abce40e23f" -SRC_URI[sha256sum] = "34b57bd2cd14b0510e5794d7dd2ec1df2500768d0b1d3432d65713d7c86ab48d" +SRC_URI[md5sum] = "c211cb58f6c4a6082cb431fa536229dd" +SRC_URI[sha256sum] = "b82fb3da9837c46dcdb71de0656189e543972bb29b93b95dda54c5e837fa5824" FILES_${PN} += " \ ${OE_QMAKE_PATH_PLUGINS} \ diff --git a/recipes-kde/kf5/tier1/attica/attica.bb b/recipes-kde/kf5/tier1/attica/attica.bb index 6d8e1a82..c91236a7 100644 --- a/recipes-kde/kf5/tier1/attica/attica.bb +++ b/recipes-kde/kf5/tier1/attica/attica.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 -SRC_URI[md5sum] = "f9f243a3030c86161912631646896923" -SRC_URI[sha256sum] = "a6953f8c7c1f4b126a4a07228094eaef47f94102dccc1ad2348b78061ef425b7" +SRC_URI[md5sum] = "64f668aeb0ae98d7a956a3d77ff6b7f5" +SRC_URI[sha256sum] = "a374328eaf4b8b767b7a6ae67a7384164e6cb2a14d5bcaf9b7e67d7eabae0f51" 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 e3bccc70..cdeb5ca6 100644 --- a/recipes-kde/kf5/tier1/bluez-qt/bluez-qt.bb +++ b/recipes-kde/kf5/tier1/bluez-qt/bluez-qt.bb @@ -7,8 +7,8 @@ inherit kde-kf5 DEPENDS += "qtdeclarative" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "7ad7b462c677dc95fff982ac717b6e1c" -SRC_URI[sha256sum] = "3167ad1988cd010c59987d6c4b3149acb654220a2424391ecbc02133c96ef332" +SRC_URI[md5sum] = "479152445f04a630a23003c736f54914" +SRC_URI[sha256sum] = "ae059102b00e6f6c0d49bf1450d0da617d0d00ecfc8adef03329751794d00f10" 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 8e27d124..6926ab8c 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[md5sum] = "d23d9978a72c4fbffc42322f5c19fa23" -SRC_URI[sha256sum] = "0408c23189acc7d13b15c4b74eebe41924f385ba1604b74906853b007027cb1e" +SRC_URI[md5sum] = "9d13ea7dcd31efb400e2f5a64db48179" +SRC_URI[sha256sum] = "8acc1560ee349d4858025ac3525abaa5a7edd879e5589173e1337bb3dea3dffe" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/karchive/karchive.inc b/recipes-kde/kf5/tier1/karchive/karchive.inc index 1ec8fe81..1f7f825d 100644 --- a/recipes-kde/kf5/tier1/karchive/karchive.inc +++ b/recipes-kde/kf5/tier1/karchive/karchive.inc @@ -10,5 +10,5 @@ inherit kde-kf5 DEPENDS += "bzip2 xz zlib" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "de472352a698d6d8a71c52cd828a1221" -SRC_URI[sha256sum] = "44a4a64dae729f9ff50d1c6152952db310ba4d9bfede619a333f55d840cdaf44" +SRC_URI[md5sum] = "0c7b013cd3f176f25038c002bc706979" +SRC_URI[sha256sum] = "bcef3ba94707ee2c1e93a41340a1758f8f04549c43af0479dcf68bacdad4123d" diff --git a/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb b/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb index c22967fc..cd4c23fe 100644 --- a/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb +++ b/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb @@ -8,5 +8,5 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "a02b693f662defc2eb89d7f28f00187c" -SRC_URI[sha256sum] = "6170a0b2b3510b698281fc42f9b3ea656afe67a5a0e31e9be1e5269a6993b1dd" +SRC_URI[md5sum] = "35a5fa5606b22eda5a885dc479e48e53" +SRC_URI[sha256sum] = "50ab884a0ec9ee535ea5354323645858fe9969f93af3e1503478024731d1a14c" diff --git a/recipes-kde/kf5/tier1/kconfig/kconfig.inc b/recipes-kde/kf5/tier1/kconfig/kconfig.inc index 755d0196..02858ae0 100644 --- a/recipes-kde/kf5/tier1/kconfig/kconfig.inc +++ b/recipes-kde/kf5/tier1/kconfig/kconfig.inc @@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "5ce222fe4d05016476734b2926eb2bf7" -SRC_URI[sha256sum] = "aefe6f88ff65f61f2e083236db638c2cd863c62b8efc7a9c9463df1468bcd0c6" +SRC_URI[md5sum] = "51788f84902358d7840c1d4ed111a80d" +SRC_URI[sha256sum] = "1da114407c2f2953c8e6bc3cb0560824f064b71293fb283643d74c3796e98b2e" # REVISIT remove ugly hack for wayland-only environments SRC_URI += " \ diff --git a/recipes-kde/kf5/tier1/kcoreaddons/kcoreaddons.inc b/recipes-kde/kf5/tier1/kcoreaddons/kcoreaddons.inc index c724d493..f7122401 100644 --- a/recipes-kde/kf5/tier1/kcoreaddons/kcoreaddons.inc +++ b/recipes-kde/kf5/tier1/kcoreaddons/kcoreaddons.inc @@ -7,5 +7,5 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 mime PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "6ac70f4f8f98ec4f50062b56f4deffec" -SRC_URI[sha256sum] = "d4470dfd0b84caefee48c517df1d83c3cfe1e34768fad38468770ae6989606a4" +SRC_URI[md5sum] = "5b8ee514c5ecbe6febe28af2686566ad" +SRC_URI[sha256sum] = "20455e6bd7b36af50d67e2a11fa0cb9f4e301b61da55e46e67e4c28cf62279f9" diff --git a/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb b/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb index afec247e..a8ef4088 100644 --- a/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb +++ b/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb @@ -11,5 +11,5 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "c2756ac0a89ff4f848798d66293f30d7" -SRC_URI[sha256sum] = "02de3a443844cabff83ea7f5b461f3b329622f60f12d09b3ee181e8e50aeabf7" +SRC_URI[md5sum] = "5dc198d8d1f6896451b1eaf15a28308f" +SRC_URI[sha256sum] = "d058f83edef52e47abd112e43ef88c5ab0e505d3133abd158f7e41695da76bea" diff --git a/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb b/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb index a6a4d0a7..96aa4f6c 100644 --- a/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb +++ b/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb @@ -10,5 +10,5 @@ inherit kde-kf5 DEPENDS += "avahi" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "b33261c796798a77ee80f5f96226dba8" -SRC_URI[sha256sum] = "aac3f71660d62293126396b13b26c7248558aea3a9ed15e3fc1f0cf05180f686" +SRC_URI[md5sum] = "34556a2f5c33bb101c665243a6618f84" +SRC_URI[sha256sum] = "0029e90f01dc8a7e751d96a11ba6ce6ae541c8f4cac9eac8556d7a9e6a6c5520" diff --git a/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb b/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb index 5f8ac18c..4b356b73 100644 --- a/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb +++ b/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb @@ -12,5 +12,5 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "8d17bc8fb038e6c7922eefd5affa0775" -SRC_URI[sha256sum] = "e11e05b4d20e9e4eccd663abbd099059e7d2ff54a9661762c339dbbfa7df349c" +SRC_URI[md5sum] = "05a622fc98d4f748d5f50d15a579b34d" +SRC_URI[sha256sum] = "1dbf389b86fb9978999d0d0486844e3a0bba91991baaba4c05b03629fce6b4da" diff --git a/recipes-kde/kf5/tier1/ki18n/files/0001-CMakeLists.txt-do-not-search-for-libintl-gettext.patch b/recipes-kde/kf5/tier1/ki18n/files/0001-CMakeLists.txt-do-not-search-for-libintl-gettext.patch index d2955f18..7150695e 100644 --- a/recipes-kde/kf5/tier1/ki18n/files/0001-CMakeLists.txt-do-not-search-for-libintl-gettext.patch +++ b/recipes-kde/kf5/tier1/ki18n/files/0001-CMakeLists.txt-do-not-search-for-libintl-gettext.patch @@ -15,11 +15,11 @@ Signed-off-by: Andreas Müller 2 files changed, 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 3bea9f5..46fd9a4 100644 +index 875ceb4..a50e083 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -30,12 +30,6 @@ include(KDEInstallDirs) - include(KDEFrameworkCompilerSettings) +@@ -39,12 +39,6 @@ include(KDEInstallDirs) + include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(KDECMakeSettings) -find_package(LibIntl) @@ -28,21 +28,21 @@ index 3bea9f5..46fd9a4 100644 - PURPOSE "Needed for building KI18n unless glibc is the system libc implementation" -) - - include(cmake/KF5I18NMacros.cmake) - - remove_definitions(-DQT_NO_CAST_FROM_ASCII) + # usually is called using find_package(KF5I18n), + # KF5I18NMacros.cmake needs to know the scripts directory + set(KF5I18n_DIR ${CMAKE_CURRENT_LIST_DIR}/cmake) diff --git a/cmake/KF5I18NMacros.cmake b/cmake/KF5I18NMacros.cmake -index a55f472..1928e9d 100644 +index 022de52..95ce68a 100644 --- a/cmake/KF5I18NMacros.cmake +++ b/cmake/KF5I18NMacros.cmake -@@ -4,7 +4,6 @@ - # Redistribution and use is allowed according to the terms of the BSD license. - # For details see the accompanying COPYING-CMAKE-SCRIPTS file. +@@ -25,7 +25,6 @@ + # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + # SUCH DAMAGE. -find_package(Gettext REQUIRED) find_package(PythonInterp REQUIRED) - if(KI18N_MODULE_DIR) + set(_ki18n_pmap_compile_script ${CMAKE_CURRENT_LIST_DIR}/ts-pmap-compile.py) -- -1.8.3.1 +2.9.3 diff --git a/recipes-kde/kf5/tier1/ki18n/ki18n.inc b/recipes-kde/kf5/tier1/ki18n/ki18n.inc index a3848047..d1804f59 100644 --- a/recipes-kde/kf5/tier1/ki18n/ki18n.inc +++ b/recipes-kde/kf5/tier1/ki18n/ki18n.inc @@ -8,5 +8,5 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "1137f39c923cdeadead00801cba80d97" -SRC_URI[sha256sum] = "611a12938ede750ee649c030fb8e248198b491747728e3a2b01671bb074eae0b" +SRC_URI[md5sum] = "314ae60902e4870ae4df51decf4cedf3" +SRC_URI[sha256sum] = "c767457c419055f3a6f5bfe0e2de140461c91f6451a5d3a385e6d6007cad9b3e" diff --git a/recipes-kde/kf5/tier1/kidletime/kidletime.bb b/recipes-kde/kf5/tier1/kidletime/kidletime.bb index 37ff9b53..81ce756d 100644 --- a/recipes-kde/kf5/tier1/kidletime/kidletime.bb +++ b/recipes-kde/kf5/tier1/kidletime/kidletime.bb @@ -10,8 +10,8 @@ inherit kde-kf5 DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "libxcb qtx11extras libxscrnsaver", "", d)}" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "e5ef14db05d30127f06ce1ffdc260297" -SRC_URI[sha256sum] = "091deea519b3c21ddedf18ed542133864b482b18ea0e917a0934c93a8910d17c" +SRC_URI[md5sum] = "3702887f8dd903ee62d51d26da2fbd21" +SRC_URI[sha256sum] = "8f08be04214fb9cc0ef1bf463d8f577f72ddbdc2048bab29455578517e341d7d" SRC_URI += "file://0001-Do-not-search-for-Qt5X11Extras-in-x-less-environment.patch" diff --git a/recipes-kde/kf5/tier1/kitemmodels/kitemmodels.bb b/recipes-kde/kf5/tier1/kitemmodels/kitemmodels.bb index b63338cf..7c74ce51 100644 --- a/recipes-kde/kf5/tier1/kitemmodels/kitemmodels.bb +++ b/recipes-kde/kf5/tier1/kitemmodels/kitemmodels.bb @@ -9,5 +9,5 @@ inherit kde-kf5 DEPENDS += "qtdeclarative" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "34e5ac7a49bdd8b0370ccfc0a5f2c8ce" -SRC_URI[sha256sum] = "f663a21cb6a6a7b7ce08d73454e9c034a51bf9081b931549c642d6d53c0e42d5" +SRC_URI[md5sum] = "d5133f83bc354eab9e42fcf588cddbd2" +SRC_URI[sha256sum] = "05a72132df6001069273cc1425d65e890edf8112ac88cd2c6b61f5a3ee0d38d2" diff --git a/recipes-kde/kf5/tier1/kitemviews/kitemviews.bb b/recipes-kde/kf5/tier1/kitemviews/kitemviews.bb index b27b30b7..fe0ae2ff 100644 --- a/recipes-kde/kf5/tier1/kitemviews/kitemviews.bb +++ b/recipes-kde/kf5/tier1/kitemviews/kitemviews.bb @@ -8,5 +8,5 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "64184a418ffc73d1920ba1dd10d30656" -SRC_URI[sha256sum] = "20a124580a23f7ecec1db8091993b2b9be1ae96559d76e3e77819e013b3d80d9" +SRC_URI[md5sum] = "0e7b69f9803d63ff5900bea0f101d363" +SRC_URI[sha256sum] = "13e76534a2952887f2e02612b0ee86220b035262abbbf582fce1101d17638a14" diff --git a/recipes-kde/kf5/tier1/kplotting/kplotting.bb b/recipes-kde/kf5/tier1/kplotting/kplotting.bb index 3b7fac60..4a718651 100644 --- a/recipes-kde/kf5/tier1/kplotting/kplotting.bb +++ b/recipes-kde/kf5/tier1/kplotting/kplotting.bb @@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "a7f54928f0316c7e066a64ba76442147" -SRC_URI[sha256sum] = "31b3e8e0ee350800e8619a233f8be01eacf5d293b41b8a078d6650708484385a" +SRC_URI[md5sum] = "697f307e0266a54382a5057babda53d6" +SRC_URI[sha256sum] = "501f13c16718907c9b852d24a55605fe6e51e6b7cf514e04a81e8980c04adeb9" diff --git a/recipes-kde/kf5/tier1/kwayland/kwayland.bb b/recipes-kde/kf5/tier1/kwayland/kwayland.bb index ad063a12..cf46b4ed 100644 --- a/recipes-kde/kf5/tier1/kwayland/kwayland.bb +++ b/recipes-kde/kf5/tier1/kwayland/kwayland.bb @@ -9,5 +9,5 @@ inherit kde-kf5 cmake_auto_align_paths DEPENDS += "wayland wayland-native" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "26384672c03d44b2179f92103da99787" -SRC_URI[sha256sum] = "d86154335a51b4e0cbd190427b7bf5c47c6e85dbb8ca0d7c947f5b191d6cdba2" +SRC_URI[md5sum] = "3e70566a1e059a7885270074e46b35f0" +SRC_URI[sha256sum] = "2b82b53c5839644283a9ec4eaa2d9431b6ccd4f69f0188668c6b1f52554eabff" diff --git a/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb b/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb index 22d0c87d..8a533913 100644 --- a/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb +++ b/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb @@ -10,5 +10,5 @@ inherit kde-kf5 DEPENDS += "qttools" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "1e945c2e81cb11f37c48d1eb4754afab" -SRC_URI[sha256sum] = "64a27ea8b41769a46f06dfe38d12401bdacda3987159df60d4f414f74fbcdab6" +SRC_URI[md5sum] = "c38d08ca16a49f43a6be2fd416652277" +SRC_URI[sha256sum] = "cf41801708d7dad4caf6349fba4e19308cabf8fc06de710b7dae96f3623c8843" diff --git a/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb b/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb index 94e0064a..c5e5fdfe 100644 --- a/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb +++ b/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb @@ -9,8 +9,8 @@ inherit kde-kf5 cmake_auto_align_paths cmake_lib DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver qtx11extras", "", d)}" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "3ebf401edb58802e0aa8c045d8423371" -SRC_URI[sha256sum] = "772c63cf362f30e28524b06e4cf6fd80fd461684fa00856e82fdd24cce4141b6" +SRC_URI[md5sum] = "aca305a63b8ae3244d92c394d9d3840e" +SRC_URI[sha256sum] = "035190f599d7ff5718b2254dd9cb4100a22f69cd1e8bdb60dd2970e8d4e9e2ea" CMAKE_ALIGN_SYSROOT[1] = "KF5WindowSystem, -S${includedir}, -s${_IMPORT_PREFIX}/include" diff --git a/recipes-kde/kf5/tier1/modemmanager-qt/modemmanager-qt.bb b/recipes-kde/kf5/tier1/modemmanager-qt/modemmanager-qt.bb index 8aa5382d..645f6d36 100644 --- a/recipes-kde/kf5/tier1/modemmanager-qt/modemmanager-qt.bb +++ b/recipes-kde/kf5/tier1/modemmanager-qt/modemmanager-qt.bb @@ -7,8 +7,8 @@ inherit kde-kf5 pkgconfig cmake_auto_align_paths cmake_lib DEPENDS += "modemmanager" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "8fd9b24c0b3ca4269b81dbd7a4f59ac5" -SRC_URI[sha256sum] = "a4c8930b993c9965a0bf4329a403ed1f053c409dae1e78e9b1ab90c9e81d1425" +SRC_URI[md5sum] = "7a1f0c8875efbbaedfaffe4d6f011524" +SRC_URI[sha256sum] = "30a1f8e989e05d1d4e3e0ad8add5a83c407a3fbcad549742deb21d8898b6c5b1" CMAKE_ALIGN_SYSROOT[1] = "KF5ModemManagerQt, -S${includedir}, -s${_IMPORT_PREFIX}/include" diff --git a/recipes-kde/kf5/tier1/networkmanager-qt/networkmanager-qt.bb b/recipes-kde/kf5/tier1/networkmanager-qt/networkmanager-qt.bb index edf56004..c7059f88 100644 --- a/recipes-kde/kf5/tier1/networkmanager-qt/networkmanager-qt.bb +++ b/recipes-kde/kf5/tier1/networkmanager-qt/networkmanager-qt.bb @@ -7,8 +7,8 @@ inherit kde-kf5 pkgconfig cmake_auto_align_paths cmake_lib DEPENDS += "networkmanager" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "146d9ab51aee72777b8fae535c5466f5" -SRC_URI[sha256sum] = "55b4a6fd2ede241031c831913314f6641f4af11a1671ad7c0efdfa912ab1845d" +SRC_URI[md5sum] = "66ed35d3a44b3ae7c04bc740cd553f01" +SRC_URI[sha256sum] = "74da0b7a6317cbd6da1e4260d8073f2c2d2e14f474a998993ae58137778e4017" CMAKE_ALIGN_SYSROOT[1] = "KF5NetworkManagerQt, -S${includedir}, -s${_IMPORT_PREFIX}/include" CMAKE_ALIGN_SYSROOT[2] = "KF5NetworkManagerQt, -S;${libdir}, -s;${_IMPORT_PREFIX}/lib" diff --git a/recipes-kde/kf5/tier1/prison/prison.bb b/recipes-kde/kf5/tier1/prison/prison.bb index dea10749..21a0002d 100644 --- a/recipes-kde/kf5/tier1/prison/prison.bb +++ b/recipes-kde/kf5/tier1/prison/prison.bb @@ -11,7 +11,7 @@ DEPENDS += " \ libdmtx \ " -SRC_URI[md5sum] = "1d5d35ceaf5acc036b2280b2b280fcff" -SRC_URI[sha256sum] = "3940e3d28bc0d3409ba2d1259a80d2c13df53e5a9cbb4d8694fa689244310042" +SRC_URI[md5sum] = "c9bd6c1897c8632b7241293ea1bbb4ab" +SRC_URI[sha256sum] = "9d86dae75b8b65268207a59b6362ade0fcfc8287654746ca4a9841e8bc279203" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/solid/solid.bb b/recipes-kde/kf5/tier1/solid/solid.bb index 2b587e22..bd04c32c 100644 --- a/recipes-kde/kf5/tier1/solid/solid.bb +++ b/recipes-kde/kf5/tier1/solid/solid.bb @@ -9,8 +9,8 @@ inherit kde-kf5 DEPENDS += "qtdeclarative" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "6cd1f5ef54727496bf51bf18d800e800" -SRC_URI[sha256sum] = "b5e3c9411b856fc2c9d4a344cced364b057f16902eb5e93a8e99c36ab6946849" +SRC_URI[md5sum] = "43050a891de0be5d79ac488e56012398" +SRC_URI[sha256sum] = "2b12b8969211aeeed6becde9ed4fea264a68bdc98e0cf7cecb41873b6e107f0a" FILES_${PN} += "${OE_QMAKE_PATH_QML}" FILES_${PN}-dbg += "${OE_QMAKE_PATH_QML}/org/kde/${BPN}/.debug" diff --git a/recipes-kde/kf5/tier1/sonnet/sonnet.inc b/recipes-kde/kf5/tier1/sonnet/sonnet.inc index e71ed1e5..6c0564c1 100644 --- a/recipes-kde/kf5/tier1/sonnet/sonnet.inc +++ b/recipes-kde/kf5/tier1/sonnet/sonnet.inc @@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "9e93fb9e6072fdb8738d8618e1cbcd4f" -SRC_URI[sha256sum] = "4d8f6baf9b4c44bec3e61e3d64a70a522c2f7ab2965a72e85ebef45c925bde24" +SRC_URI[md5sum] = "320d964229aa783ac1a30670e6a930fe" +SRC_URI[sha256sum] = "7aa7342dddc351ee7c46a874498cb89fd96679a5b095d9f16cbe9c9511ccfd19" SRC_URI += "file://0002-make-build-of-hunspell-optional.patch" diff --git a/recipes-kde/kf5/tier1/syntax-highlighting/syntax-highlighting.inc b/recipes-kde/kf5/tier1/syntax-highlighting/syntax-highlighting.inc index 6923e0d3..089cab9a 100644 --- a/recipes-kde/kf5/tier1/syntax-highlighting/syntax-highlighting.inc +++ b/recipes-kde/kf5/tier1/syntax-highlighting/syntax-highlighting.inc @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 perlnative -SRC_URI[md5sum] = "ffdf799bbca1dc0a049a974d749e9e2f" -SRC_URI[sha256sum] = "58a66e902f7f4626e0adb7438bc7a3ab00a60db1026cbd4b0d7c2ec0353ac05a" +SRC_URI[md5sum] = "ab44df7bdffa30c211568bf677456b8e" +SRC_URI[sha256sum] = "884b266cfcec466d7f86053c7bcefccf27b256651ad123656939c9bfe9e2ce67" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb b/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb index 96bacd29..d1075597 100644 --- a/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb +++ b/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb @@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "c60c8414d0ef52b51d1f879ff704813c" -SRC_URI[sha256sum] = "718252c027f668970f0d65efce972140a5f906fb449e6a8faf9a5cef658ec79b" +SRC_URI[md5sum] = "034848d665785ae552a8d9c8acd59725" +SRC_URI[sha256sum] = "197e40ae14bc7d25fb89e232d12c1c01b76b792f98ace81d93c1e18104bdd4bf" diff --git a/recipes-kde/kf5/tier2/kactivities-stats/kactivities-stats.bb b/recipes-kde/kf5/tier2/kactivities-stats/kactivities-stats.bb index b9aa14d3..4c1b389c 100644 --- a/recipes-kde/kf5/tier2/kactivities-stats/kactivities-stats.bb +++ b/recipes-kde/kf5/tier2/kactivities-stats/kactivities-stats.bb @@ -15,5 +15,5 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "6d21e1d791412160d0350891e87f2ffd" -SRC_URI[sha256sum] = "eeca029706bd369495dd48ec6c77a65ef68bd6365cb6bf7df763914409b4c988" +SRC_URI[md5sum] = "8209b9213c04802a99c6e70dbec61054" +SRC_URI[sha256sum] = "1920c36a04461d0a3bc7f059bb7a2cfa64ce135d7db642d40c95a7a621c1cab5" diff --git a/recipes-kde/kf5/tier2/kauth/kauth.inc b/recipes-kde/kf5/tier2/kauth/kauth.inc index 2b70c649..3a600149 100644 --- a/recipes-kde/kf5/tier2/kauth/kauth.inc +++ b/recipes-kde/kf5/tier2/kauth/kauth.inc @@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "aa22a2242b541bf06577b95cd13f0809" -SRC_URI[sha256sum] = "c7a77c00cc4f09d8cea32d953718db5b841ed2454e8e6df04035b1270927d1d1" +SRC_URI[md5sum] = "80e2d4a4d1657d70ddceb5f354074eb7" +SRC_URI[sha256sum] = "6da4cd885c1fcb474e3b4b46fb7a2ce39ee0a152a84a451f2fd0c673f50a9c19" SRC_URI += " \ file://0001-Make-autotests-optional.patch \ diff --git a/recipes-kde/kf5/tier2/kcompletion/kcompletion.bb b/recipes-kde/kf5/tier2/kcompletion/kcompletion.bb index 162d2021..e59f23f0 100644 --- a/recipes-kde/kf5/tier2/kcompletion/kcompletion.bb +++ b/recipes-kde/kf5/tier2/kcompletion/kcompletion.bb @@ -9,5 +9,5 @@ inherit kde-kf5 DEPENDS += "kconfig kwidgetsaddons" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "d69919f85b6a3b8d8d6d12df2bea2263" -SRC_URI[sha256sum] = "11d2244253d64b9752eba1d4dc60155d5da0443ecd58024d99644b906a2dbb8e" +SRC_URI[md5sum] = "34b9b0cc3d61210683a872976d27b9c9" +SRC_URI[sha256sum] = "9cddd50362b2f20273e4514b0c963182e65362964a82bec73270dab0ca6c1ba2" diff --git a/recipes-kde/kf5/tier2/kcrash/kcrash.bb b/recipes-kde/kf5/tier2/kcrash/kcrash.bb index 54e5f154..dc559a35 100644 --- a/recipes-kde/kf5/tier2/kcrash/kcrash.bb +++ b/recipes-kde/kf5/tier2/kcrash/kcrash.bb @@ -11,5 +11,5 @@ REQUIRED_DISTRO_FEATURE = "x11" DEPENDS += "kcoreaddons kwindowsystem virtual/libx11" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "4e4fd935ecafe399e84d25f31dbeb4bc" -SRC_URI[sha256sum] = "d34a51bdf021b7901c6270e26fbc101bd432e8d15b820f3a9aa464e2d4a6dc8c" +SRC_URI[md5sum] = "28a6ddd2560e283694ca6e0b97a432fc" +SRC_URI[sha256sum] = "e3cee5a562070728e5b7ad82e3924ef80151756abb206c85810f2fd88e5750b3" diff --git a/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc b/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc index 3509fc27..287f121c 100644 --- a/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc +++ b/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc @@ -11,8 +11,8 @@ inherit kde-kf5 perlnative DEPENDS += "docbook-xml-dtd4 docbook-xsl-stylesheets liburi-perl-native" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "ce820973061aa356af1900f191cbc126" -SRC_URI[sha256sum] = "69ddfd46bade7948974c6b141603f711fde82ffd5a9c72eee8e38856e243a411" +SRC_URI[md5sum] = "52df5dd9721be1d372b7a2ce3bd29efc" +SRC_URI[sha256sum] = "50000a2e43bae1dd49f37c4160b8569c482fc3125fae1f92641572d03494b290" SRC_URI += " \ file://0001-Add-cmdline-param-to-help-find-xsl.patch \ diff --git a/recipes-kde/kf5/tier2/kfilemetadata/kfilemetadata.bb b/recipes-kde/kf5/tier2/kfilemetadata/kfilemetadata.bb index bce9cc7d..e93468e4 100644 --- a/recipes-kde/kf5/tier2/kfilemetadata/kfilemetadata.bb +++ b/recipes-kde/kf5/tier2/kfilemetadata/kfilemetadata.bb @@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 pkgconfig PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "d781ee0ce01adedc2b08016be28d2e48" -SRC_URI[sha256sum] = "20cff74ff6acc1b58bb823bda39ce07aaea546d004423499a50fd13a110c7cad" +SRC_URI[md5sum] = "a7341eb3e20f180066470ba38533447c" +SRC_URI[sha256sum] = "05a61b13247c78d701508801a959c404473113679de2e15cc15135e4977974e7" # 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 f4727118..a352b7d5 100644 --- a/recipes-kde/kf5/tier2/kimageformats/kimageformats.bb +++ b/recipes-kde/kf5/tier2/kimageformats/kimageformats.bb @@ -12,8 +12,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "7a022226d5647494c43feff9e3930c66" -SRC_URI[sha256sum] = "ea11ecf13135a2bd9ff179ccb8a7691695621b2356925bd150eeb0bc6f282dd5" +SRC_URI[md5sum] = "5de2f07b336858195eaa138d2811e8b2" +SRC_URI[sha256sum] = "5c466ba11a7fcb393c79b5918c07832a07d302ae374c3b08c74d4c4c19793661" 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 4ddf7623..98a78f0e 100644 --- a/recipes-kde/kf5/tier2/kjobwidgets/kjobwidgets.bb +++ b/recipes-kde/kf5/tier2/kjobwidgets/kjobwidgets.bb @@ -9,7 +9,7 @@ inherit kde-kf5 DEPENDS += "kcoreaddons kwidgetsaddons ${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)}" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "55f208d17666d2b26f8ab0465cc4faa7" -SRC_URI[sha256sum] = "9f01d28cb6a81680221b56e6cefbcf10aa70c5ebb61f167e2a7785d8d5794d05" +SRC_URI[md5sum] = "1c65bee5dfc02d7671228dd90c59e19b" +SRC_URI[sha256sum] = "eefedadad329c1858604af076bc56748f2c7417c52d080c5aa8724b783393d53" FILES_${PN} += "${datadir}/dbus-1" diff --git a/recipes-kde/kf5/tier2/knotifications/knotifications.bb b/recipes-kde/kf5/tier2/knotifications/knotifications.bb index 94b35e83..8608155b 100644 --- a/recipes-kde/kf5/tier2/knotifications/knotifications.bb +++ b/recipes-kde/kf5/tier2/knotifications/knotifications.bb @@ -20,7 +20,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "394abcbf19a423f244a761050ddd0149" -SRC_URI[sha256sum] = "cdab094f3a4f0c7bedf198f20605c8cbf4a73ac3909b92091d0dd7412177f79e" +SRC_URI[md5sum] = "75eb11cdce6b623301dc670c3ee31525" +SRC_URI[sha256sum] = "295e9325bc6ffe8c2aff1922fc7633b3e6f9d1fa90cf377635f9170bd487e58b" FILES_${PN} += "${datadir}/dbus-1 ${datadir}/kservicetypes5" diff --git a/recipes-kde/kf5/tier2/kpackage/kpackage.inc b/recipes-kde/kf5/tier2/kpackage/kpackage.inc index 3ef37cd7..d9a77f91 100644 --- a/recipes-kde/kf5/tier2/kpackage/kpackage.inc +++ b/recipes-kde/kf5/tier2/kpackage/kpackage.inc @@ -8,5 +8,5 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "2f0f042c1b128db9ce312f1c874f4b52" -SRC_URI[sha256sum] = "9a1541aeac27eb507e20c06a40adf24b9da495734e39c456fc8e14e98e299a0e" +SRC_URI[md5sum] = "06e87a370ff4f231644fcae65a15203e" +SRC_URI[sha256sum] = "b8f09869323f5d077da750f982d7de800897a66366fc66d559fd3d9919acbe71" diff --git a/recipes-kde/kf5/tier2/kpty/kpty.bb b/recipes-kde/kf5/tier2/kpty/kpty.bb index f445b27d..396939f7 100644 --- a/recipes-kde/kf5/tier2/kpty/kpty.bb +++ b/recipes-kde/kf5/tier2/kpty/kpty.bb @@ -10,5 +10,5 @@ inherit kde-kf5 gettext DEPENDS += "kcoreaddons ki18n" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "1164eaa12b7586174e738d12762807fe" -SRC_URI[sha256sum] = "e562a3f8c66d9f442b7265baafeeba72ba4f25433b623d17214a780c6fc39575" +SRC_URI[md5sum] = "d921308e25f7a79a88f9bb8fffed8453" +SRC_URI[sha256sum] = "a0a4ec1005e97ee295b94a2a977d8d0344c842b40380d50f7176387b3e846502" diff --git a/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb b/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb index 3013fd5e..69287dc2 100644 --- a/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb +++ b/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb @@ -7,5 +7,5 @@ inherit kde-kf5 gettext DEPENDS += "ki18n" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "4415594a96df39e9d5d0c47761cb7966" -SRC_URI[sha256sum] = "78daff1e168f1469f7d6102a25a5934c1cf8ea6f84550df0096c25b5058bd42d" +SRC_URI[md5sum] = "47cc7f51a7cfa0ef3c193ccbcc045f96" +SRC_URI[sha256sum] = "553378be1e5a4460b8c15b57511c99df85fbf06c351c88a3fb792bb7a8039d6c" diff --git a/recipes-kde/kf5/tier3/baloo/baloo.bb b/recipes-kde/kf5/tier3/baloo/baloo.bb index 8ac20e8e..ca0ab03d 100644 --- a/recipes-kde/kf5/tier3/baloo/baloo.bb +++ b/recipes-kde/kf5/tier3/baloo/baloo.bb @@ -23,8 +23,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "700cee5cd49532631e38a83801ff0a97" -SRC_URI[sha256sum] = "3f9ecefa5b9a8f65614634a3f26f2de2f623e6121e0d8ad252efd51253f2959c" +SRC_URI[md5sum] = "2545137d47bf0545f0b99d73520e65e5" +SRC_URI[sha256sum] = "ca07853d79de94842b24d57e52c371aae2a07bb8e08fd31298ad271cada5a37c" SRC_URI += " \ file://0001-fix-build-for-QT_NO_SESSIONMANAGER.patch \ diff --git a/recipes-kde/kf5/tier3/kactivities/kactivities.bb b/recipes-kde/kf5/tier3/kactivities/kactivities.bb index 4e92c1cd..8cd92027 100644 --- a/recipes-kde/kf5/tier3/kactivities/kactivities.bb +++ b/recipes-kde/kf5/tier3/kactivities/kactivities.bb @@ -11,8 +11,8 @@ inherit kde-kf5 DEPENDS += "boost kconfig kcoreaddons ki18n kservice kwindowsystem kglobalaccel kxmlgui kio kdbusaddons kdeclarative kcmutils" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "9f6702ccaee660320b6c2c0e8a1433b2" -SRC_URI[sha256sum] = "5fdf5e71538e70a58777ee9839c8e528182b2c2630b80ee3251597603f984f24" +SRC_URI[md5sum] = "67cc9be7978878d578295a885b9d6737" +SRC_URI[sha256sum] = "b5b8273fae5ea0a243c447f0ea34b890197b6d29b17e4d64645113d7db5ce635" 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 ec3510a4..664951d5 100644 --- a/recipes-kde/kf5/tier3/kbookmarks/kbookmarks.bb +++ b/recipes-kde/kf5/tier3/kbookmarks/kbookmarks.bb @@ -9,5 +9,5 @@ inherit kde-kf5 DEPENDS += "kconfigwidgets kconfig kiconthemes kxmlgui" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "3d6be7c72024f239a89ae0ac298fdc97" -SRC_URI[sha256sum] = "02358a9d11271cb6dec820a2dfaeb0d58d06cafa937a40425c14dffc978bcda0" +SRC_URI[md5sum] = "1f745c77a2a7285962801a1260f22720" +SRC_URI[sha256sum] = "1bd846dde134d09fccb963d8d3749de6d6b05c9ad11b4c0cbc0241867e26f63d" diff --git a/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb b/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb index 4a17d686..111d40ee 100644 --- a/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb +++ b/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb @@ -9,7 +9,7 @@ inherit kde-kf5 DEPENDS += "kitemviews kconfigwidgets kcoreaddons ki18n kiconthemes kservice kxmlgui kdeclarative" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "8fba178eb8b88bf19d5079904faed57e" -SRC_URI[sha256sum] = "cd263f94af1bf6301c0482a526b25c41951da8bdd58b677b7e73824bbbac0c58" +SRC_URI[md5sum] = "c1afcc332098a7c0f104629d1f67e4ad" +SRC_URI[sha256sum] = "1e12b79c13651e6086f315249d1be8cbe84fb996411eb50db0194b7c2ca7a2ac" FILES_${PN} += "${datadir}/kservicetypes5" diff --git a/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb b/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb index d640eff3..dd45afba 100644 --- a/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb +++ b/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb @@ -9,7 +9,7 @@ inherit kde-kf5 DEPENDS += "kauth kconfig kcodecs kdoctools kguiaddons kwidgetsaddons" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "f359616c797860114c868c9aa2d3da01" -SRC_URI[sha256sum] = "0e8f08a105da9288d752910329a3183ad21cd6073dbea5b087f6e67e3239a969" +SRC_URI[md5sum] = "7647c86266b61075542b4112e5f21a72" +SRC_URI[sha256sum] = "13265a75a3617cb51da521957f1fa34d40f5960fea73f41e16373ba7ef559340" RDEPENDS_${PN} += "perl" diff --git a/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb b/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb index eaf1752b..68081408 100644 --- a/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb +++ b/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb @@ -12,8 +12,8 @@ DEPENDS += "qtdeclarative kconfig ki18n kiconthemes kio kwidgetsaddons kwindowsy SRC_URI += "file://0001-kpackagelauncherqml-Add-include-of-QDebug.patch" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "1c3e32fe881ca2a469485ba6d68b62bd" -SRC_URI[sha256sum] = "f329c5bae7f80fc88cb4c92e8f141b408c5a1fb396223667d364b635cdde638c" +SRC_URI[md5sum] = "5b787db5a2ad709fca9ad23319aa3073" +SRC_URI[sha256sum] = "e29faa82dd82434add4aa6c3d57f11c892e5a21905cd46d3e7fb8761ae18d2d5" FILES_${PN} += "${OE_QMAKE_PATH_QML}/org/kde" FILES_${PN}-dbg += " \ diff --git a/recipes-kde/kf5/tier3/kded/kded.bb b/recipes-kde/kf5/tier3/kded/kded.bb index 3c310d22..ba3c97ab 100644 --- a/recipes-kde/kf5/tier3/kded/kded.bb +++ b/recipes-kde/kf5/tier3/kded/kded.bb @@ -9,8 +9,8 @@ inherit kde-kf5 cmake_lib DEPENDS += "${BPN}-native kconfig kcoreaddons kcrash kdbusaddons kdoctools kinit kservice" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "b9ff5831806575831665b576752f61bd" -SRC_URI[sha256sum] = "a0dd2b2d245de5409b68c809edae391c9d7064f8c399951f5a9c81066e34e609" +SRC_URI[md5sum] = "e2ac1c22569e8f09e7716c92119a6f96" +SRC_URI[sha256sum] = "f8fb127da4cbe1c72f7ddf118e54298d5aa8199e2130e38df30f98c7d6e1c463" SRC_URI += "file://0001-hardcode-path-to-kconf_update.patch" # kded's kded5 is not required for build -> point to native dummy to make cmake happy diff --git a/recipes-kde/kf5/tier3/kdesignerplugin/kdesignerplugin.inc b/recipes-kde/kf5/tier3/kdesignerplugin/kdesignerplugin.inc index d41051ea..6837b5a9 100644 --- a/recipes-kde/kf5/tier3/kdesignerplugin/kdesignerplugin.inc +++ b/recipes-kde/kf5/tier3/kdesignerplugin/kdesignerplugin.inc @@ -7,5 +7,5 @@ inherit kde-kf5 DEPENDS += "qttools kcoreaddons kconfig kdoctools" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "67a5d750b0eb328b689af78582dcd67e" -SRC_URI[sha256sum] = "7a9ae55111b8c4ccb89e46fd3699d5b346de74fe40167b99daab9ba7fa288eb8" +SRC_URI[md5sum] = "760797a5697383a23dc28c043776f6b7" +SRC_URI[sha256sum] = "50a9b3c2a58de0a94804d550e06e3d227dddbfa297133c0e76b2c1cccfcbcaca" diff --git a/recipes-kde/kf5/tier3/kdesu/kdesu.bb b/recipes-kde/kf5/tier3/kdesu/kdesu.bb index 44740c9a..b18e0e6c 100644 --- a/recipes-kde/kf5/tier3/kdesu/kdesu.bb +++ b/recipes-kde/kf5/tier3/kdesu/kdesu.bb @@ -14,7 +14,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "2140e252bd2fcb833332333f485b5eef" -SRC_URI[sha256sum] = "0a4d5f14b0d05fc0de99a1d696fcb6d9821086914d6b777a1767e8278db64c1b" +SRC_URI[md5sum] = "ff57dbae99d31603c36f9b59a2f88780" +SRC_URI[sha256sum] = "2d0632e80011fc19ff611d73c6e996211146b66743d9f5e67c5423374d03bd12" FILES_${PN}-dbg += "${libdir}/kdesu/kf5/.debug" diff --git a/recipes-kde/kf5/tier3/kdewebkit/kdewebkit.bb b/recipes-kde/kf5/tier3/kdewebkit/kdewebkit.bb index d738d194..55bd3206 100644 --- a/recipes-kde/kf5/tier3/kdewebkit/kdewebkit.bb +++ b/recipes-kde/kf5/tier3/kdewebkit/kdewebkit.bb @@ -16,5 +16,5 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "52012c57befe01beb3eda180bfb6eacc" -SRC_URI[sha256sum] = "90ae67f4de6f12edfebba25c9c53f353c4250be04ffce10c6bf496154d51ac53" +SRC_URI[md5sum] = "9eb10b68624a858c0c217364e03a935e" +SRC_URI[sha256sum] = "93a76bc865c813e6607e93a8cd07ba0b8ccd12a590d032680d58921557b1b994" diff --git a/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb b/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb index 69ac7d6f..aebea9c6 100644 --- a/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb +++ b/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb @@ -10,8 +10,8 @@ inherit kde-kf5 DEPENDS += "karchive kconfig kservice kcoreaddons" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "e33ef1ae25860d96499169f5db485556" -SRC_URI[sha256sum] = "d45367fd13caff37737af9ea19f9a0498c39912480e25240e4a3144b3f10235d" +SRC_URI[md5sum] = "eb2381de7b6905e7968859258c7d4731" +SRC_URI[sha256sum] = "a83faa9ad757528040b3261088e821f9dc6ded0fad8ef8d97cac1a0e3c16010a" FILES_${PN} += " \ ${datadir}/emoticons \ diff --git a/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb b/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb index 6f07a7e0..4323b6d1 100644 --- a/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb +++ b/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb @@ -16,8 +16,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "f066749393be5802923e87d6f44bd4dc" -SRC_URI[sha256sum] = "07c0d8aab35446020ddc728ac17881331cfb4e830a0396e7c731a01ff9368441" +SRC_URI[md5sum] = "14ddf20e92da05618d48262b2cfbe6ef" +SRC_URI[sha256sum] = "caf05b77cd387ce21c7571fdf16e6d5e7b4337de1d73c0e9764b760c0e6e62c4" FILES_${PN} += " \ ${datadir}/dbus-1 \ diff --git a/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb b/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb index bccdd25a..43b58d03 100644 --- a/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb +++ b/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb @@ -9,6 +9,5 @@ inherit kde-kf5 DEPENDS += "qtsvg ki18n kconfig kconfigwidgets kwidgetsaddons kitemviews" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "556c912bcf02f4e23db118e2f0764bd0" -SRC_URI[sha256sum] = "021923e137531993aabde5b1b7002ae97593ad8b8ddc143da5524a795a29daff" - +SRC_URI[md5sum] = "6fc0cd71f1c331aae78b0c03114958dd" +SRC_URI[sha256sum] = "312a3d76ba42d2b8f4e959f42e7dc1f33363529fb2279b76820d316cb2407441" diff --git a/recipes-kde/kf5/tier3/kinit/kinit.bb b/recipes-kde/kf5/tier3/kinit/kinit.bb index 63d13351..0e6219cf 100644 --- a/recipes-kde/kf5/tier3/kinit/kinit.bb +++ b/recipes-kde/kf5/tier3/kinit/kinit.bb @@ -19,8 +19,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "21f7e33e4f4c116c74dc936f528aeb37" -SRC_URI[sha256sum] = "577a32af7fde800ee1b9838ad56685f814b1c216191963ab4d8fe312d7636d6c" +SRC_URI[md5sum] = "02b40f5ac18ebed7afd35e71bd621345" +SRC_URI[sha256sum] = "a10e2c454b7242792178a7f739eae3b46914a3ce237fcdc7b9515d18e54c8220" FILES_${PN} += "${datadir}/dbus-1 ${libdir}/libkdeinit5_klauncher.so" FILES_${PN}-dbg += "${libdir}/*/*/.debug" diff --git a/recipes-kde/kf5/tier3/kio/kio.bb b/recipes-kde/kf5/tier3/kio/kio.bb index 7c213721..8a845a53 100644 --- a/recipes-kde/kf5/tier3/kio/kio.bb +++ b/recipes-kde/kf5/tier3/kio/kio.bb @@ -24,8 +24,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "a47f7c25cef755159c235ad38029f178" -SRC_URI[sha256sum] = "8e15ff51931192da0ef4635c0fcf76ca821e75a580113db99aee7c38a52f9ade" +SRC_URI[md5sum] = "49c9c0a0f94cfb301ef92578d888eedd" +SRC_URI[sha256sum] = "6acb28de757a0d5eccb1e3e533a1ef22b5f5de92e96c3aba804ebdb44aa343c4" 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 39fce0d1..9ccfa40f 100644 --- a/recipes-kde/kf5/tier3/knewstuff/knewstuff.bb +++ b/recipes-kde/kf5/tier3/knewstuff/knewstuff.bb @@ -20,8 +20,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "27ff859cc43bdfbe0d1beba4699fb02d" -SRC_URI[sha256sum] = "505364a68a54a48be34eb6bf925f1e44827e6e6301775751baec5969a69092c8" +SRC_URI[md5sum] = "560d1d39a62a016b92554e75c8cf25bf" +SRC_URI[sha256sum] = "02ad34252a5205824cbee79752593e09adfd8b3992cca712fd4da4cca91fa5a5" 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 9d7d2d7b..34814e07 100644 --- a/recipes-kde/kf5/tier3/knotifyconfig/knotifyconfig.bb +++ b/recipes-kde/kf5/tier3/knotifyconfig/knotifyconfig.bb @@ -18,5 +18,5 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "ae11f75fbee4539a18f61253fe056092" -SRC_URI[sha256sum] = "bcfea6d8fc20d6977e8d7d2976461dcd718092e446ea5307a617eca9d66e2e55" +SRC_URI[md5sum] = "a89c130ec60f90d26b44c5c41d8c1e37" +SRC_URI[sha256sum] = "d3d3c9e3fa77bcabd6848d9969e3e20d478fb4065a0c59c8f5129c83b7109453" diff --git a/recipes-kde/kf5/tier3/kparts/kparts.bb b/recipes-kde/kf5/tier3/kparts/kparts.bb index 944fedc2..513f576e 100644 --- a/recipes-kde/kf5/tier3/kparts/kparts.bb +++ b/recipes-kde/kf5/tier3/kparts/kparts.bb @@ -21,8 +21,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "a8bb5efac80d2417fe90dcf21494a814" -SRC_URI[sha256sum] = "0a7697f889333f2161db0978b69212c83c0f3e6912c6ffd9e87a22a72a6ea039" +SRC_URI[md5sum] = "84cf7f77790cd8f2de85726fb16a3b73" +SRC_URI[sha256sum] = "e73eaa30bec4a4a5223855dd5493c5b27bbaee5efcbfb74d5d8235498f03b6a8" FILES_${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/kf5/tier3/kpeople/kpeople.bb b/recipes-kde/kf5/tier3/kpeople/kpeople.bb index 382ed353..b882f1b6 100644 --- a/recipes-kde/kf5/tier3/kpeople/kpeople.bb +++ b/recipes-kde/kf5/tier3/kpeople/kpeople.bb @@ -7,8 +7,8 @@ inherit kde-kf5 DEPENDS += "kcoreaddons kconfig kservice kwidgetsaddons ki18n kitemviews " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "fa4eb406e072788b7f74bdc2ed6a4e61" -SRC_URI[sha256sum] = "87625cc19c958b3f3d4a5aa106563f9927746926e31c56382d500a1499796aa7" +SRC_URI[md5sum] = "b03e735f9113b177a9a840c8910c8e02" +SRC_URI[sha256sum] = "506771d30bf2c88dc95c9f59d25baf11e33d7723ea3d1fa1454403441b39354f" FILES_${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/kf5/tier3/krunner/krunner.bb b/recipes-kde/kf5/tier3/krunner/krunner.bb index f10bcf57..360d05b5 100644 --- a/recipes-kde/kf5/tier3/krunner/krunner.bb +++ b/recipes-kde/kf5/tier3/krunner/krunner.bb @@ -7,8 +7,8 @@ inherit kde-kf5 DEPENDS += "qtdeclarative kconfig kcoreaddons ki18n kio kservice plasma-framework solid threadweaver" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "6f6b187b9e28a91ca3e1a6d6c4f37e8d" -SRC_URI[sha256sum] = "08f7582e1ab5994a483dc099c847497dac02921a6622c2c257b338acb328407d" +SRC_URI[md5sum] = "7c6f7f251f56b74619cf7cb2cfea857d" +SRC_URI[sha256sum] = "259acfcf3b6140720bc00550ca0a72e2bcda81b875ed5ddf4fe14c04ce3da258" FILES_${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/kf5/tier3/kservice/kservice.bb b/recipes-kde/kf5/tier3/kservice/kservice.bb index d77c4487..8c553cd9 100644 --- a/recipes-kde/kf5/tier3/kservice/kservice.bb +++ b/recipes-kde/kf5/tier3/kservice/kservice.bb @@ -11,8 +11,8 @@ inherit kde-kf5 gettext DEPENDS += "kconfig kcoreaddons kcrash kdbusaddons ki18n kdoctools" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "46e0bfedac782830131d3286657de316" -SRC_URI[sha256sum] = "f020f4146e87716cc2bb90214e1830faa46e745adf411bd1fe1b5ba6a122184b" +SRC_URI[md5sum] = "ab7745b32c5cac8e928c9dc0ad0dde41" +SRC_URI[sha256sum] = "6730f99cd9e187256703ee32942adf6d4370452d05a350a40d380a9d88e5336a" FILES_${PN} += "${datadir}/kservicetypes5" diff --git a/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.bb b/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.bb index 998693e9..862c2793 100644 --- a/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.bb +++ b/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.bb @@ -9,13 +9,15 @@ inherit kde-kf5 DEPENDS += "qtxmlpatterns syntax-highlighting karchive kconfig kguiaddons ki18n kio kparts sonnet libgit2" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "473453cb9558b827f4a72ebbf86497b6" -SRC_URI[sha256sum] = "4557a2a737c5c798caf3f44793cd0e00cd5363c58a2749381abbcfaa3ac3cc89" +SRC_URI[md5sum] = "da4b300b11c309f72484235313a27351" +SRC_URI[sha256sum] = "bcf714ea30c249e9d52eda5f089a5321b6ed283453cf81950319b7e7b8064aa0" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" FILES_${PN} += " \ ${datadir}/k*5 \ + ${datadir}/dbus-1 \ + ${datadir}/polkit-1 \ ${OE_QMAKE_PATH_PLUGINS} \ " FILES_${PN}-dbg += " \ diff --git a/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb b/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb index 5c7c4e9d..03910de0 100644 --- a/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb +++ b/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb @@ -9,7 +9,7 @@ inherit kde-kf5 DEPENDS += "kcompletion kconfig kconfigwidgets ki18n kiconthemes kservice kwidgetsaddons kwindowsystem sonnet" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "656cdbdf3d8ae056574b3204e80716cf" -SRC_URI[sha256sum] = "5e66c9cc636f851d3f9aeb412e056dbe672e4fd572f1aae5e37fdd52ccc83227" +SRC_URI[md5sum] = "7cf308f1e3738ebed99c2ad08245ed6e" +SRC_URI[sha256sum] = "fc15f146da7f7fb1b758cb8213e62d609e53ad881493b05fe17c8d33161931c3" FILES_${PN} += "${datadir}/kservicetypes5" diff --git a/recipes-kde/kf5/tier3/kwallet/kwallet.bb b/recipes-kde/kf5/tier3/kwallet/kwallet.bb index be784f74..30031b63 100644 --- a/recipes-kde/kf5/tier3/kwallet/kwallet.bb +++ b/recipes-kde/kf5/tier3/kwallet/kwallet.bb @@ -23,8 +23,8 @@ DEPENDS += " \ # TBD: add KF5Gpgmepp with PACKAGECONFIG?? PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "8a11254892175280635486bb7436b483" -SRC_URI[sha256sum] = "f233ea7cffb56ea2050512c5243303cdc96c4a2df4311897a82f45a5a75efeca" +SRC_URI[md5sum] = "8385f1b57b7014be23511383c233da5d" +SRC_URI[sha256sum] = "e537d561b536802bd0d881638a6068d8383d1f2497e9ad85c5c596aa746be323" SRC_URI += "file://0001-add-NO_CMAKE_FIND_ROOT_PATH-in-find-to-org.kde.KWall.patch" diff --git a/recipes-kde/kf5/tier3/kxmlgui/kxmlgui.bb b/recipes-kde/kf5/tier3/kxmlgui/kxmlgui.bb index a82d4e2a..b2d4929a 100644 --- a/recipes-kde/kf5/tier3/kxmlgui/kxmlgui.bb +++ b/recipes-kde/kf5/tier3/kxmlgui/kxmlgui.bb @@ -21,8 +21,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "b2e2be77a840df84c92637b81d8f70f4" -SRC_URI[sha256sum] = "e05931f2e9d83163a736a06dfe53d0e0c3dafac8084364963c5f67d8b2ee09e1" +SRC_URI[md5sum] = "b05b69a31251aa76c35581475c939cc0" +SRC_URI[sha256sum] = "3e8e9232146915fd3afbc8780a17fb2ece11dc3a23cea24860713c2c3f3615ed" # REVISIT remove ugly hack for wayland-only environments SRC_URI += " \ diff --git a/recipes-kde/kf5/tier3/kxmlrpcclient/kxmlrpcclient.bb b/recipes-kde/kf5/tier3/kxmlrpcclient/kxmlrpcclient.bb index f02ba5d9..84a6a512 100644 --- a/recipes-kde/kf5/tier3/kxmlrpcclient/kxmlrpcclient.bb +++ b/recipes-kde/kf5/tier3/kxmlrpcclient/kxmlrpcclient.bb @@ -9,5 +9,5 @@ inherit kde-kf5 DEPENDS += "ki18n kio" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "407f0314880f487aa82a0d87adb253d9" -SRC_URI[sha256sum] = "4850b4ab65a2e54a9bc6415bb0ec2762eeebbb4079093187485e351188bd86fd" +SRC_URI[md5sum] = "354e45b75119676fb673bce110f040cd" +SRC_URI[sha256sum] = "ad0e4d98b0cdc39193c2f9e7abf4a0403fa38fb97120c49f1454960aca52e34e" diff --git a/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb b/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb index 860eb896..a422d7a0 100644 --- a/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb +++ b/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb @@ -32,8 +32,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "d83bba9ada57bb2c8cfebce465c98c52" -SRC_URI[sha256sum] = "4d776750762870e0b151a3fa2374d146f4fa45a647f44076e5db6461c7391567" +SRC_URI[md5sum] = "848bae2f46d63821c4fbf846bdd83b0e" +SRC_URI[sha256sum] = "a9a3c917997ec1bc0b537aa0c3f8fad66c47392c26549febed88713735665171" FILES_${PN} += " \ ${datadir}/kdevappwizard \ diff --git a/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb b/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb index 7a53758c..a47c1a8b 100644 --- a/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb +++ b/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb @@ -19,8 +19,8 @@ DEPENDS += " \ RRECCOMENDS_${PN} += "oxygen-fonts" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "9f09b9b3722fa8cbaf11e965552313d6" -SRC_URI[sha256sum] = "9486451785d16effba4f64a77fd98bc15a4bab87c53e82622f7b54780e968105" +SRC_URI[md5sum] = "197162d3e09c27e286ba5ff0cf14a49b" +SRC_URI[sha256sum] = "40ac4623c0292442853ac8e905c0282aaa0063c594693beae7c07f69bfc80143" 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 e116df1d..124344db 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,8 +6,8 @@ inherit kde-kf5 DEPENDS = "qttools" -SRC_URI[md5sum] = "6ab20f30d39c9d92ac581cd8120aa102" -SRC_URI[sha256sum] = "f3ff5e36c45ff579a742de700680678211cc90d8132af18f3a1c68f4f36b6a04" +SRC_URI[md5sum] = "fdbf1beac421ef98c41a3a1a3703fbb4" +SRC_URI[sha256sum] = "05da02a2db64d20a7a92be6dc642df39da39f957dea8fba9bcb99fb3f3f66de4" SRC_URI += "file://0001-FindQtWaylandScanner.cmake-align-path-to-our-needs.patch" PV = "${KF5_VERSION}"