diff --git a/classes/kde-kf5-porting-aids.bbclass b/classes/kde-kf5-porting-aids.bbclass index d961d29a..1e2216e3 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.30/portingAids/${BPN}-${PV}.tar.xz" +SRC_URI = "${KDE_MIRROR}/stable/frameworks/5.31/portingAids/${BPN}-${PV}.tar.xz" diff --git a/classes/kde-kf5.bbclass b/classes/kde-kf5.bbclass index b21d87d9..9c1d0df2 100644 --- a/classes/kde-kf5.bbclass +++ b/classes/kde-kf5.bbclass @@ -1,5 +1,5 @@ inherit kde-base -KF5_VERSION = "5.30.0" +KF5_VERSION = "5.31.0" -SRC_URI = "${KDE_MIRROR}/stable/frameworks/5.30/${BPN}-${PV}.tar.xz" +SRC_URI = "${KDE_MIRROR}/stable/frameworks/5.31/${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 6770227c..e4af5084 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] = "2f0a96ed8ba6c9534bb5764a91350bd2" -SRC_URI[sha256sum] = "306ea881ad235b7e1360dd5842ac9da312d1a0d15e16214db3a8af1d30b0077a" +SRC_URI[md5sum] = "71ec95ef3c79e2a86de4872bb97daa0e" +SRC_URI[sha256sum] = "e1c157409a732440065bd9743690f37d41126af799bd6e40cdd5cd027714f608" 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/files/0003-only-build-kf5-config-for-native.patch b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/files/0003-only-build-kf5-config-for-native.patch index c582b92d..e7264c86 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/files/0003-only-build-kf5-config-for-native.patch +++ b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/files/0003-only-build-kf5-config-for-native.patch @@ -10,7 +10,7 @@ Upstream-Status: Inappropriate [cross-specific] Signed-off-by: Andreas Müller --- - CMakeLists.txt | 27 ++------------------------- + CMakeLists.txt | 28 ++--------------------- src/CMakeLists.txt | 198 +----------------------------------------- src/kdecore/kglobal.cpp | 18 ---- src/kdecore/klocale_kde.cpp | 4 - @@ -19,12 +19,14 @@ Signed-off-by: Andreas Müller diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e6b3b9..3e60563 100644 +diff --git a/CMakeLists.txt b/CMakeLists.txt +index e13c0b2..eba84f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -20,29 +20,11 @@ include(CMakeFindFrameworks) - set(KF5_VERSION "5.25.0") # handled by release scripts - set(KF5_DEP_VERSION "5.25.0") # handled by release scripts - set(REQUIRED_QT_VERSION 5.5.0) +@@ -20,29 +20,11 @@ include(GenerateExportHeader) + include(CMakeFindFrameworks) + + set(REQUIRED_QT_VERSION 5.6.0) -find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Network Widgets DBus Test Svg PrintSupport Designer) +find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Network DBus Test) @@ -53,7 +55,7 @@ index 7e6b3b9..3e60563 100644 if(WIN32) find_package(KDEWin REQUIRED) -@@ -49,7 +32,6 @@ endif() +@@ -54,7 +36,6 @@ endif() set(HAVE_X11 ${X11_FOUND}) if (HAVE_X11) add_feature_info("X11 Session Management (libSM)" X11_SM_FOUND "Support for session management in KApplication") @@ -61,7 +63,7 @@ index 7e6b3b9..3e60563 100644 endif () if (APPLE) cmake_find_frameworks(CoreFoundation) -@@ -145,13 +127,8 @@ install( +@@ -150,13 +131,8 @@ install( diff --git a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc index e588669f..d2bdd04d 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] = "a4c54a015a6c26e9f511719157acadb9" -SRC_URI[sha256sum] = "b5734b63e1a4a89d0fd3260bf190a5e1608b1b17001ea36cc031a41be62a6f3a" +SRC_URI[md5sum] = "aa244aa083a03be78a976a8a8cd6ed8c" +SRC_URI[sha256sum] = "f482ce4f8e9e0259aeed26e8d63b6dc2e4c05161416aff005b9adb6a4aa604fa" 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 8e811095..7d137df9 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] = "f3d4668db2ea3c28acea7a5b073a3ea1" -SRC_URI[sha256sum] = "702dc24913aa361e021a8e0353174cb9a9f0343de887b800a2eb2f94d99097fc" +SRC_URI[md5sum] = "21a3859d1358a330fbdb83f3c184dd71" +SRC_URI[sha256sum] = "f014df0611032db9cd35862b5e5f6fd2d73e071a56830447cf2fa23c721ceea6" 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 c2ea986e..31450de1 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] = "4e45538d6ee3d994552590fca8a9914c" -SRC_URI[sha256sum] = "058fa11609a020cd59fc030cd27b827324936569bf219866d7d7989fa729ad47" +SRC_URI[md5sum] = "49f65f405b4e3d49adf81247efce963f" +SRC_URI[sha256sum] = "2470bcf381e72ecf2273e9601f7b96cf14c5b1f56cd9be7c857c7f06153d5ad7" # 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 50d0a81d..77a0875f 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] = "854fc0bafea0d011a675b72400fc5ef4" -SRC_URI[sha256sum] = "bfab8313f0f1b121e3fd61d0537efe6fa3cd7004121eed1c42eca09c9dfd0eaf" +SRC_URI[md5sum] = "743b48d58b23d386e4417081a4d456cb" +SRC_URI[sha256sum] = "17fb17adfc1fb16c73f5554a8488e96401074173426d9a6df2802f60ac8c8951" 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 020f6c0d..ad65caf3 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] = "f98b27874a160f926ec47981a564b477" -SRC_URI[sha256sum] = "5b44207c93f42b84e99fc7e110025059e3023a1dac2e4f5bd019335c7a331eed" +SRC_URI[md5sum] = "2243e955a41b8a5036fb8d0e497342f5" +SRC_URI[sha256sum] = "a6c0f06e9bbd1cd65c0ac9f96a02d54cc66adf2a96098de56bb900beb1ead83d" 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 e5e8dcab..bbbd8253 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] = "34ea3644d491bcad9d796c43d4f89655" -SRC_URI[sha256sum] = "ce74a02b99bf71ce47c864294f5cef055c6b8bf84e10586f520c7e4919144eab" +SRC_URI[md5sum] = "2e2dfc3e49d878044c4848d147918d1b" +SRC_URI[sha256sum] = "548e8141631f250eaab83ccfbf7b68c89b515e0a4e2e5dd46c0338b40c93e989" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier1/breeze-icons/breeze-icons.bb b/recipes-kde/kf5/tier1/breeze-icons/breeze-icons.bb index 4424e527..973a4217 100644 --- a/recipes-kde/kf5/tier1/breeze-icons/breeze-icons.bb +++ b/recipes-kde/kf5/tier1/breeze-icons/breeze-icons.bb @@ -2,7 +2,10 @@ require ${BPN}.inc inherit gtk-icon-cache -DEPENDS += "${BPN}-native" +DEPENDS += " \ + ${BPN}-native \ + kiconthemes \ +" SRC_URI += "file://0002-use-native-qrcAlias.patch" diff --git a/recipes-kde/kf5/tier1/breeze-icons/breeze-icons.inc b/recipes-kde/kf5/tier1/breeze-icons/breeze-icons.inc index 2f97190d..19a90415 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] = "42a090bcc38e15523df1b53ae985ff71" -SRC_URI[sha256sum] = "53e533d006e0289b969ee37534a71f02b2708cee28cfa829b95a144f75010759" +SRC_URI[md5sum] = "f16a9b1a901700ecd0790e3d80ae32d4" +SRC_URI[sha256sum] = "85a00cf7c245b8e1b2f782a8b194a59ea198e6385e06c446999e6759c4d48afa" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/karchive/karchive.inc b/recipes-kde/kf5/tier1/karchive/karchive.inc index abaf5e73..5c33a9aa 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] = "d25e41851ea5da7e589a1c7ec530255c" -SRC_URI[sha256sum] = "18b35d437e7cbf6f00983d0f66372cbd6a0daedaa58e6c092838c20845571f38" +SRC_URI[md5sum] = "de591b1902b1721b74762d712f13a265" +SRC_URI[sha256sum] = "5ee96cb2b0fa12fa6b0e6e38ffa70e5a5fc2bc9205ee08f5f041265cda9b4ef9" diff --git a/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb b/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb index a4b48885..27ab96dc 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] = "efc956f78601eb8b9537d7ddc61c47f8" -SRC_URI[sha256sum] = "6eb6935512e01a70d730938c28cb84852e73d4c023deebb5f2946b4c760f2aee" +SRC_URI[md5sum] = "8e0c15990e84dfcfc5c85a88e2e0319b" +SRC_URI[sha256sum] = "23fc45bff07162fb00158587f2a4f1faaabd5a3a7fe0657bd87d551fcc22d6db" diff --git a/recipes-kde/kf5/tier1/kconfig/kconfig.inc b/recipes-kde/kf5/tier1/kconfig/kconfig.inc index f1f5cc91..b5c67b9b 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] = "15ca527d7abba3e6b673b7108765fe21" -SRC_URI[sha256sum] = "a29a3ccb6c9e8124eca488417d602e689dc7240f9b10510f4152e739fdc143dc" +SRC_URI[md5sum] = "f044848c2406fa1452b11780af2e1fea" +SRC_URI[sha256sum] = "b1431eadb49889ebfce9b912f207bdf405b0c96ef5a390fa6147b61f737132fd" # 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 a5b3be46..fb60c131 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] = "ec2fe5d8f75b1c66c376579e0d6b4bcc" -SRC_URI[sha256sum] = "f62bcef0aa391362e8797eb03135ad9d9b9fd5f3741298241ffb59eb182da040" +SRC_URI[md5sum] = "95935748baf5465f150f4e1a94af1923" +SRC_URI[sha256sum] = "f52c56a3798abe538cb0f1ecb1a0c376003c275d92cab556e8be5014e3dbe504" diff --git a/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb b/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb index 436ff3b7..947fefb9 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] = "e9f0975f2f57ef88e127cb1f38820484" -SRC_URI[sha256sum] = "f7f021286c4a34e06576cc69392b0b357b1a3321fc0bfc545dc023ecbaec85e2" +SRC_URI[md5sum] = "c6c8f751eff1f03406f63bcfb1f4ffe0" +SRC_URI[sha256sum] = "d331b26eb2dc0a21cf6a9a810ccdd9401b07f4f479c9273198a189c6e2f769b7" diff --git a/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb b/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb index 30166f3f..916502b8 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] = "5f976708b03524154b39459233ffa121" -SRC_URI[sha256sum] = "a8197ca5b18afb38c393ea9191cf695d49be49bf35822bc6dba5a937bd7ac1c5" +SRC_URI[md5sum] = "5ee257c5ff53d5551b9df1b640cfabf6" +SRC_URI[sha256sum] = "730aecc9adc0ab218118cd5b8e6c18c385d2854eb183d7b65c3f91be354e73ad" diff --git a/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb b/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb index e5bfcef0..3a07ebf3 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] = "ce7b11b4cda86904891274c1790bc9bd" -SRC_URI[sha256sum] = "f55f5b5ffe0e330ae3ee5971cf8d206040d82bd52d677a8478d6a9c88c8ac04e" +SRC_URI[md5sum] = "ecb1a10910116e9fd3265f2f1908c6a1" +SRC_URI[sha256sum] = "e3ae351675a01c7d15578552ea2260a454ab5ca7531c0fa0bb42dfa9f5b2722f" diff --git a/recipes-kde/kf5/tier1/ki18n/ki18n.inc b/recipes-kde/kf5/tier1/ki18n/ki18n.inc index 4f63978a..6624361c 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] = "18ba5bcf2218ba2d6e06682b0d8b5ae1" -SRC_URI[sha256sum] = "2dd2d0835570c5e9fcdabd124613131cb4042a4deb3a38e68ed05daf6fcd72f3" +SRC_URI[md5sum] = "62457f60936bb8dc6649ed362e7ab80a" +SRC_URI[sha256sum] = "2f7926073587a2b2d428c2b19ea16e0e6a31bb5be65b77bb5b02cfa1483489e0" diff --git a/recipes-kde/kf5/tier1/kidletime/kidletime.bb b/recipes-kde/kf5/tier1/kidletime/kidletime.bb index b7206683..f34f48e8 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] = "f6b56af9e9fa6d8c3acbb91aab5c92f7" -SRC_URI[sha256sum] = "0667866bf1a3cdeb976497ef3afe2ee806a48a85a21144448be5c3583cdf72ed" +SRC_URI[md5sum] = "c45511be577726afd5c7d88c7f13f274" +SRC_URI[sha256sum] = "45c0daa7e91ce4f4df2ccd38202113ea12a7d6eb460be0217eaf49b13b6c520d" 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 acb87177..954aa136 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] = "9054b8a05fab2df7490f522a672a9643" -SRC_URI[sha256sum] = "aeb94534470bb581196a3e2eef158694c5b5727a7e9db8ca2d873fdcbf5bc2f9" +SRC_URI[md5sum] = "91916337e5a8edf9fca9de3bdd1ad8fa" +SRC_URI[sha256sum] = "659bc644a14bb9e31398b12808e3ffb154f8a696e3ea42d18398fab14b65697d" diff --git a/recipes-kde/kf5/tier1/kitemviews/kitemviews.bb b/recipes-kde/kf5/tier1/kitemviews/kitemviews.bb index d3f2110b..b0361096 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] = "015858684a87548bba82c6a9aecc7cb1" -SRC_URI[sha256sum] = "5e8466caa4d27cd78e37c3814e495590158a5a57cbb61e8d07505cea72d3a43b" +SRC_URI[md5sum] = "71251518337febe21cd0af8e7db66fae" +SRC_URI[sha256sum] = "9b662d46886c32f2671fb18a2b209c1a0d374a0605d0f3fcd7ebb5994bbb2413" diff --git a/recipes-kde/kf5/tier1/kplotting/kplotting.bb b/recipes-kde/kf5/tier1/kplotting/kplotting.bb index eff7c5fa..e3648f67 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] = "5dda0c00fc23b58ba82ae4bbb7a7505a" -SRC_URI[sha256sum] = "f009db3cae5329c8e123cd72a3ff185ddfff0606d38d70c008902e524df89903" +SRC_URI[md5sum] = "e36ccf164785957e07d03cddef152136" +SRC_URI[sha256sum] = "95191393291ff96e9d406ac91ab2d0902a3e67c2368222cfd9b0d31d600edb97" diff --git a/recipes-kde/kf5/tier1/kwayland/kwayland.bb b/recipes-kde/kf5/tier1/kwayland/kwayland.bb index e1d5a7c6..6a1ce199 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] = "a8a902d7a73c4d5d7d72e25838b2e593" -SRC_URI[sha256sum] = "9179d31509918a8ebbc42927b5965510d6ce4995783585450082e2af62ab8269" +SRC_URI[md5sum] = "3ba021780eb40fadd3472630be680571" +SRC_URI[sha256sum] = "0bc131177db5531b07856eee9e14e9a06852f21c69e5b60671e3ef20af262338" diff --git a/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb b/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb index f5ea8ae0..fde230e7 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] = "675f5bf1fff1ac5a0716852d713b58ed" -SRC_URI[sha256sum] = "34c322aa53a33ed883d8082e2435cd9464fb9d3f63e50c4a81d87166088fc24a" +SRC_URI[md5sum] = "3ff1ee177df63262636954cb7e0460dc" +SRC_URI[sha256sum] = "25a0c4d1f32e41a8206a96cfff0795f0e8a49bc47f3d81af559660d483d6307b" diff --git a/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb b/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb index 453f8cae..81eae345 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] = "45a4f50f3bef7d9ac902e8becbf6fc5a" -SRC_URI[sha256sum] = "20ac7025f998f85e83f72609038b4bf7051f3c373dc039faf30340c595e7e16b" +SRC_URI[md5sum] = "cd402e03c023354e9ee37b7d0d5de621" +SRC_URI[sha256sum] = "caf2e0b260fda10304825f178fcd9edce1b52643895ed2b07caec3ff5dd3f04b" 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 6e77fa82..51502fb5 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] = "f6bf5608a85ec34f2410c7772f9cc646" -SRC_URI[sha256sum] = "ae56c539ae7c9fc7c55493c4c653efc39689c8040ee785ca47ab713a9a4d03e2" +SRC_URI[md5sum] = "ac454faa59de5fb2c5f995acd71fd769" +SRC_URI[sha256sum] = "d914f462c13670a075bfd4809af42f51a91ba38d2210fd6f4fced8fdd3774d68" 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 48e548be..94e59bdd 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] = "1847ff297b1d103f45df11c49a8c07f9" -SRC_URI[sha256sum] = "f1bf161951fd6637bd48c8221a5bda070e31d7f8dce421c5fb8dcbce33669de9" +SRC_URI[md5sum] = "8c4d807e867f11f5a55604fa59cce85d" +SRC_URI[sha256sum] = "e4da3288d5b63f5d22e36341ed52e9cdfb883c546192222ec59f3f6d49ab8ba3" 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 8285c36d..06e9a0e6 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] = "d595c1a550df6810103a3d710fffc308" -SRC_URI[sha256sum] = "ecd68620fd0b1e609de458edd1e5e0fd20de961453794be141f5868d8ff97497" +SRC_URI[md5sum] = "95cb43eb20e081db51709b0ab6bcfa96" +SRC_URI[sha256sum] = "5a4c96209cc9845b5882475048d7012012902b3b26469f7073c4afaf5e915861" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/solid/solid.bb b/recipes-kde/kf5/tier1/solid/solid.bb index a8848c89..ff2c8e3c 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] = "1c0c45ea7396a20edcc862c5e9b0cfd1" -SRC_URI[sha256sum] = "b0da3820036ead46d97826971567e70b1e9ba08f8b3801fefba8219dc6d52e83" +SRC_URI[md5sum] = "2946f8c7780e2f3de5384717a8a34cdc" +SRC_URI[sha256sum] = "f5343993a02812ada03e917ae083689ebf1762f9e33fe2e6dfb6dac57ffb2f17" 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/files/0001-build-and-install-parsetrigrams-only-we-need-the-nat.patch b/recipes-kde/kf5/tier1/sonnet/files/0001-build-and-install-parsetrigrams-only-we-need-the-nat.patch index 981e8154..defbec80 100644 --- a/recipes-kde/kf5/tier1/sonnet/files/0001-build-and-install-parsetrigrams-only-we-need-the-nat.patch +++ b/recipes-kde/kf5/tier1/sonnet/files/0001-build-and-install-parsetrigrams-only-we-need-the-nat.patch @@ -1,7 +1,7 @@ From 3a6f33573dc8a15d7b283f546352ae9423257a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Mon, 1 Dec 2014 17:15:46 +0100 -Subject: [PATCH] build and install parsetrigrams only - we need the native one +Date: Wed, 22 Feb 2017 17:16:03 +0100 +Subject: [PATCH] build and install parsetrigrams and gentrigrams only - we need the native ones for cross compilation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 @@ -11,27 +11,27 @@ Upstream-Status: Inappropriate [cross-specific] Signed-off-by: Andreas Müller --- - CMakeLists.txt | 10 +++------- - 1 files changed, 3 insertions(+), 7 deletions(-) + CMakeLists.txt | 6 +++--- + src/CMakeLists.txt | 3 +-- + 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index b7d1d70..1c7a32e 100644 +index 9dec6f6..4db53dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -12,7 +12,7 @@ include(KDEFrameworkCompilerSettings) +@@ -17,7 +17,7 @@ include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(KDECMakeSettings) - set(REQUIRED_QT_VERSION 5.5.0) + set(REQUIRED_QT_VERSION 5.6.0) -find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets) +find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core) - include(FeatureSummary) + include(GenerateExportHeader) -@@ -33,12 +33,10 @@ if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") - ecm_install_po_files_as_qm(po) +@@ -37,11 +37,10 @@ if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") endif() --add_subdirectory(src) + add_subdirectory(src) -add_subdirectory(autotests) add_subdirectory(data) -add_subdirectory(examples) @@ -41,11 +41,20 @@ index b7d1d70..1c7a32e 100644 # create a Config.cmake and a ConfigVersion.cmake file and install them set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Sonnet") -@@ -58,3 +56,4 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/sonnet_version.h +@@ -61,3 +60,4 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/sonnet_version.h DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel ) feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) +endif() +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index cf40289..8b421fc 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -1,3 +1,2 @@ + add_subdirectory(core) +-add_subdirectory(plugins) +-add_subdirectory(ui) ++ -- -1.8.3.1 +2.7.4 diff --git a/recipes-kde/kf5/tier1/sonnet/sonnet.inc b/recipes-kde/kf5/tier1/sonnet/sonnet.inc index afa14c42..edc0844a 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] = "e98954ffcadcc3f32cf528fd8358e9eb" -SRC_URI[sha256sum] = "99fd42d919d3350e22ae99fc480a14bc30ebd461b064ef24aed5042c772a91c4" +SRC_URI[md5sum] = "11cef5b5016def5298b64e2ce561a8b5" +SRC_URI[sha256sum] = "e3f73e408ee00ed290b051f5abc86789fb46f8664b8c919ddf858b752f6c7f9b" 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 d60373b8..748de00c 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] = "cf30b86038b669f905cc273a9cf1a9c7" -SRC_URI[sha256sum] = "a3d4d68c45f95133b4f242be24ecf88620478bbcd84ced1f1bea080667783746" +SRC_URI[md5sum] = "302e06bd05b8632fe60702c82218d1eb" +SRC_URI[sha256sum] = "2a6c34bcf1195376061062da7cc1197b7526e46b4515fd107d244db6ae34ed45" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb b/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb index f931f445..2b46c390 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] = "d8e543cf6b2efdcae502f0cbb9c3fb1c" -SRC_URI[sha256sum] = "7e219f6799d25ed9a6aaa309eafb59edf579602d5628d9f98f597a9cd4cbf18b" +SRC_URI[md5sum] = "f1dbc18f38a9582cd1d4f94bc9f0f132" +SRC_URI[sha256sum] = "ee2c085453abdff8321ad2b748da9e6e6b70bf85fca7e73250f3f65a46d84d73" diff --git a/recipes-kde/kf5/tier2/kactivities-stats/kactivities-stats.bb b/recipes-kde/kf5/tier2/kactivities-stats/kactivities-stats.bb index 6b492e30..9f334cdc 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] = "f8db28b3271f4f0213a0a9062bf4cae0" -SRC_URI[sha256sum] = "d950166fde6d7efb2cae3f97a9eab6577158739ffc520a41ea2d62da9465d584" +SRC_URI[md5sum] = "cd4290e76d0c07a3612b82257119a4df" +SRC_URI[sha256sum] = "5e8abb5e4d0426264f0fa1280f18cc6f03a6f1b0f06bb90440ee37e0576dfed9" diff --git a/recipes-kde/kf5/tier2/kauth/files/0001-Make-autotests-optional.patch b/recipes-kde/kf5/tier2/kauth/files/0001-Make-autotests-optional.patch index 4f211e25..f4846339 100644 --- a/recipes-kde/kf5/tier2/kauth/files/0001-Make-autotests-optional.patch +++ b/recipes-kde/kf5/tier2/kauth/files/0001-Make-autotests-optional.patch @@ -14,10 +14,10 @@ Signed-off-by: Andreas Müller 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index b4a482b..0124800 100644 +index f7163ab..88242e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -32,6 +32,9 @@ ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH +@@ -31,6 +31,9 @@ ecm_setup_version(PROJECT VARIABLE_PREFIX KAUTH PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5AuthConfigVersion.cmake" SOVERSION 5) @@ -27,7 +27,7 @@ index b4a482b..0124800 100644 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED) set(KAUTH_HELPER_INSTALL_DIR "${KDE_INSTALL_LIBEXECDIR}/kauth") -@@ -47,7 +50,9 @@ if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") +@@ -46,7 +49,9 @@ if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") endif() add_subdirectory(src) @@ -35,9 +35,9 @@ index b4a482b..0124800 100644 +if(AUTOTESTS) + add_subdirectory(autotests) +endif() + add_subdirectory(examples) # create a Config.cmake and a ConfigVersion.cmake file and install them - set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Auth") -- -2.1.0 +2.7.4 diff --git a/recipes-kde/kf5/tier2/kauth/files/0002-build-kauth-policy-gen-only-with-for-polkit-qt-1-bac.patch b/recipes-kde/kf5/tier2/kauth/files/0002-build-kauth-policy-gen-only-with-for-polkit-qt-1-bac.patch index 75ce020a..3a9f5895 100644 --- a/recipes-kde/kf5/tier2/kauth/files/0002-build-kauth-policy-gen-only-with-for-polkit-qt-1-bac.patch +++ b/recipes-kde/kf5/tier2/kauth/files/0002-build-kauth-policy-gen-only-with-for-polkit-qt-1-bac.patch @@ -12,39 +12,40 @@ Upstream-Status: Inappropriate [embedded specific] Signed-off-by: Andreas Müller --- - CMakeLists.txt | 4 +++- + CMakeLists.txt | 5 ++++- src/CMakeLists.txt | 12 ++++++++---- src/ConfigureChecks.cmake | 17 ++++------------- - 3 files changed, 15 insertions(+), 18 deletions(-) + 3 files changed, 16 insertions(+), 18 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 7ad7b42..62a78e6 100644 +index 88242e6..7d4140b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -10,7 +10,7 @@ feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKA +@@ -12,7 +12,7 @@ feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKA set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) - set(REQUIRED_QT_VERSION 5.5.0) + set(REQUIRED_QT_VERSION 5.6.0) -find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus) +find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus) include(KDEInstallDirs) - include(KDEFrameworkCompilerSettings) + include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(KDECMakeSettings) -@@ -54,6 +54,7 @@ if(AUTOTESTS) +@@ -52,6 +52,8 @@ add_subdirectory(src) + if(AUTOTESTS) add_subdirectory(autotests) endif() - ++ +if(False) - # create a Config.cmake and a ConfigVersion.cmake file and install them - set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Auth") + add_subdirectory(examples) -@@ -86,3 +87,4 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h + # create a Config.cmake and a ConfigVersion.cmake file and install them +@@ -86,3 +88,4 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) +endif() diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 1b6930d..23e78b0 100644 +index 10b7924..2945245 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ @@ -62,13 +63,15 @@ index 1b6930d..23e78b0 100644 set(libkauth_SRCS kauthaction.cpp kauthactionreply.cpp -@@ -48,12 +49,13 @@ ecm_generate_headers(KAuth_HEADERS +@@ -48,6 +49,7 @@ ecm_generate_headers(KAuth_HEADERS REQUIRED_HEADERS KAuth_HEADERS ) +endif() - # KAuth policy generator executable + find_package(PythonModuleGeneration) + +@@ -76,7 +78,7 @@ endif() # Compile only if fake backend has not been selected @@ -77,7 +80,7 @@ index 1b6930d..23e78b0 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) -@@ -61,9 +63,10 @@ if (NOT "${KAUTH_BACKEND_NAME}" STREQUAL "FAKE") +@@ -84,9 +86,10 @@ 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} ) @@ -90,7 +93,7 @@ index 1b6930d..23e78b0 100644 # KAuth backend plugin if (NOT "${KAUTH_BACKEND_NAME}" STREQUAL "FAKE") -@@ -112,3 +115,4 @@ string(REPLACE "-pedantic" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") +@@ -135,3 +138,4 @@ string(REPLACE "-pedantic" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") include(ECMGeneratePriFile) ecm_generate_pri_file(BASE_NAME KAuth LIB_NAME KF5Auth DEPS "core KCoreAddons" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR ${KDE_INSTALL_INCLUDEDIR_KF5}/KAuth) install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR}) @@ -124,5 +127,5 @@ index d46761a..48f33a2 100644 ######################## # Helper backend probing -- -2.1.0 +2.7.4 diff --git a/recipes-kde/kf5/tier2/kauth/kauth.inc b/recipes-kde/kf5/tier2/kauth/kauth.inc index 25f3f1b8..be4a5702 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] = "c509d0fe457a7f0ca22d5d02ee4037a0" -SRC_URI[sha256sum] = "6c68db4ee049631c08cadde8f4991764ec03cfab4e6780d3a16c7a15e7e4c061" +SRC_URI[md5sum] = "ec49b90d1566a37e91b9710557e102f2" +SRC_URI[sha256sum] = "288be84e0babab37cd7b14edb3601f194f2a908b52e057dbcddc8c86ec608f78" 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 4b364cdf..1b5db87d 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] = "b8c97ce2663ea514104458cd8345b400" -SRC_URI[sha256sum] = "a667bd28575ba4462ed365ce3ea7d35e3f86b20e6fc034365914949205ee0588" +SRC_URI[md5sum] = "81234f797d4da26106a91bdcc34440df" +SRC_URI[sha256sum] = "6f5401edad5619b3ce46264294e5c9259bee0b4ebbf5581410104117bea6a14b" diff --git a/recipes-kde/kf5/tier2/kcrash/kcrash.bb b/recipes-kde/kf5/tier2/kcrash/kcrash.bb index 5a0ddf30..9e81530a 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] = "6f42a5e7da6e8e02ceacd678e782919a" -SRC_URI[sha256sum] = "04a22615e03dc9db29daccfc437fd6d952e35b3dd39f52d95ea24115037aac42" +SRC_URI[md5sum] = "a0cffc08aa51c61d48d9e25778a61e62" +SRC_URI[sha256sum] = "9234661cb316e6272ed20647035a54a2e23c5aaedb06845a1a7a72aaa06a4656" diff --git a/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc b/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc index 0cbec0ca..341333df 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] = "fdfec86348d53862f4b2a6e3374ecce9" -SRC_URI[sha256sum] = "7e4f16bd55b9de0afbc338dc923bb7c5f4f3b6541ccd72dfc10b624eab732792" +SRC_URI[md5sum] = "fc1b4de766d04ac3abc87050588d083d" +SRC_URI[sha256sum] = "b37f26b01a4c3c667ff4c5832163d85f07e90ecbe4521d5f66b51c58e622f4d4" 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 6453663f..259f1406 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] = "566155b0eb0d7852fb747a024d5e6261" -SRC_URI[sha256sum] = "90c69432d8a85d112ce3dc98f3caeff80b3485330342ea55e6012d6b8b8407d4" +SRC_URI[md5sum] = "b0553bbd667d7d209735d2123f33af46" +SRC_URI[sha256sum] = "edf2c45097503b808f4c00c544bdde384b761034d9c1f2ff2f282ae8868d6c88" # 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 9a07d377..4a9eb73b 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] = "81d981285f5c41bd807ddacddf30cc34" -SRC_URI[sha256sum] = "513c82bd951224472193e4acaef546b64281fa21d7cb188a1a32604ad54bea14" +SRC_URI[md5sum] = "99cbfa14df2fb11930090122b461bc6a" +SRC_URI[sha256sum] = "22e8519cb636c6bd2f0516aac3e3ba4d9dc78cdf0325dcec2ce5955a6b179f9d" 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 5aed8d18..ef70bbe6 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] = "01f996ec574b17ea41e68e83851c0af4" -SRC_URI[sha256sum] = "0e26aa3d496c6b651f57b11bb2ced5da49538c17be403b4067a7bb5475a09f46" +SRC_URI[md5sum] = "cc2f41fd5b8ba6ad795a7835a68d4e8c" +SRC_URI[sha256sum] = "ca31f5324ba4ad421006ed9993f3d5bc55557e0c5a987f1f419ae1ca18b5f999" FILES_${PN} += "${datadir}/dbus-1" diff --git a/recipes-kde/kf5/tier2/knotifications/knotifications.bb b/recipes-kde/kf5/tier2/knotifications/knotifications.bb index 5192ca3a..ce5072ba 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] = "750415a2f09233f552b4a492f999e451" -SRC_URI[sha256sum] = "7a26925b16eb4c7df03589950c8b45e3b5656a620ace937e0f8cb71f5f8032a5" +SRC_URI[md5sum] = "b8483a6872720152acfb22dae0db417e" +SRC_URI[sha256sum] = "9e72d1240228878142d7c8075ba067041188d9ffc956f134fb95ecf9fe6ce55b" 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 bdca1ba4..783ce8aa 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] = "6885abaf922b7848e8cda894c3d12561" -SRC_URI[sha256sum] = "ca3eb1f8ffbe14e0ed99cc1aaa2d2ef2c77dfa1b4817ea9ac6fc185e94e53bc8" +SRC_URI[md5sum] = "9d66b0fe531892180006f0deb77aa4b2" +SRC_URI[sha256sum] = "d935408066b2149e17e525aec247ea3cbbb71e6f80f00d7b189a7110a270e8c1" diff --git a/recipes-kde/kf5/tier2/kpty/kpty.bb b/recipes-kde/kf5/tier2/kpty/kpty.bb index 861df02a..b0e497d9 100644 --- a/recipes-kde/kf5/tier2/kpty/kpty.bb +++ b/recipes-kde/kf5/tier2/kpty/kpty.bb @@ -10,5 +10,5 @@ inherit kde-kf5 DEPENDS += "kcoreaddons ki18n" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "19b3dea73a09b9f5c174491ee0b1861c" -SRC_URI[sha256sum] = "c06ce55010745aedf787005d940241e49963fb06b8c3294411e2d1638142ca36" +SRC_URI[md5sum] = "8f5efa781672c67f01195ee3dc823c6b" +SRC_URI[sha256sum] = "2605ac4242622608985fb77b81347963d04be4482b2955e2540abb10db0bda41" diff --git a/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb b/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb index 0993f1ef..a0213a92 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] = "2168ee7da44a9d093df3f6486c0faab8" -SRC_URI[sha256sum] = "45654fd401afbff1fa12330e5ea1b367c8552bc722883414698ff156caa0533a" +SRC_URI[md5sum] = "0f7be81fe9c68044f20d6c297a624558" +SRC_URI[sha256sum] = "dda99b4ace22088e2717d42057434ee57fd20cb9a65589b9788c9dbdc6160da4" diff --git a/recipes-kde/kf5/tier3/baloo/baloo.bb b/recipes-kde/kf5/tier3/baloo/baloo.bb index 390e8be6..9de14c6e 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] = "cb00cc0d6552f113c0f4f284d76aa6d3" -SRC_URI[sha256sum] = "a956c008a220c65dbd42d01a344a3338b6f40706278a6c120987d7e284cd4e08" +SRC_URI[md5sum] = "831874cc5f6bf3aab76ca196d30995b3" +SRC_URI[sha256sum] = "7f399ba51dd85a01491755b36f5e46a32c6164a0bb2474651f33fef40ee66c58" 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 ad407946..7f3f5190 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] = "0358205d5466f977cadf75cfcf7fd142" -SRC_URI[sha256sum] = "1b2392dcdb5358c0016dd472ed8c69f969425654394a9f0d1c4fe19d9844585a" +SRC_URI[md5sum] = "31f9bd0f380f60b0ab2e9b8f56b1662a" +SRC_URI[sha256sum] = "1f6329922602b084517c8b03bdde0d966eefbb31f4400671a6e64ac9e5bc63ec" 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 455b3a28..4818eb2a 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] = "254c543199c4ff45f9896930c8c3ad5e" -SRC_URI[sha256sum] = "5fa0cf48bf3eaef337f6368736dd1a978682382680a3739d48365931007f2b32" +SRC_URI[md5sum] = "8c1d5970b25f877567494486638d6082" +SRC_URI[sha256sum] = "77cff0b006b58ccb1c6187cb0de107bf82aed4e01798215d9e2f2491dfe8b975" diff --git a/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb b/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb index 3e14dd08..fcacec58 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] = "66cc0a60a318647531371ce8b8eff0e2" -SRC_URI[sha256sum] = "4973b7ac9bde35e2ce75b2fefc81ad9ab697a14a26c8bc0a3d673de4b814a38b" +SRC_URI[md5sum] = "eccc7474f7442b656d26211050f3b2c3" +SRC_URI[sha256sum] = "697e6c562fb05ede13b996f49d35584b96a9517473170fa1cb5c776d4a81cf02" FILES_${PN} += "${datadir}/kservicetypes5" diff --git a/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb b/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb index 3ed6a3c2..6f618a03 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] = "7ea2abe3515ad479b743d2447a194483" -SRC_URI[sha256sum] = "021d85537faf01b9a88a9614edf9011a7e2dac752330f4928a287f4832263996" +SRC_URI[md5sum] = "4deb8a01f99cb16bbcf80f1e11d90824" +SRC_URI[sha256sum] = "5a2a4e2ba62407a23f8fe0f6217faf8c32a9c5faa75c1f3be2bf8ec570d1c3a7" RDEPENDS_${PN} += "perl" diff --git a/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb b/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb index 476ac4bf..1dce4b30 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] = "4cb8826b44b0681372bf3b6dabdef6a2" -SRC_URI[sha256sum] = "865c0cd147ed79b748c3c9e46a2ad1950b2a73d70f6d1f494bb6ff7860af2821" +SRC_URI[md5sum] = "8b76f1704314258a944eb57a466d338d" +SRC_URI[sha256sum] = "813fddb7c4553a6f472feeb6889954dd75748e54176e3e9629401a4eebcc8343" 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 e87ba2a5..898a48d9 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] = "ad5efaca89d6cd92cf1fbe8be6e1e4ff" -SRC_URI[sha256sum] = "2d67d51c7ae8c60a329a8aaa55bddb4ce09b52d5aa4ba6583175441063b715eb" +SRC_URI[md5sum] = "569c52fc5424b1c58fc0476ffa02b58b" +SRC_URI[sha256sum] = "a150ef21615b17e74f73ea35a729e37cbaa82fbbed4da22ead0b4514ff9a517f" 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 db709c2e..7b71c2c7 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] = "858de62bcace9ecff3c2088ec5fee2ac" -SRC_URI[sha256sum] = "bf6db9ebf47c73aa9a2f3175603dfdf0ae15d4f62929352ad9288df61310c741" +SRC_URI[md5sum] = "89a054526209180e02b87b30b8766f5f" +SRC_URI[sha256sum] = "5d3476f1693726e1dc17c67e9fdbfc505caf78547a6758306b4d6dd79003a1bc" diff --git a/recipes-kde/kf5/tier3/kdesu/kdesu.bb b/recipes-kde/kf5/tier3/kdesu/kdesu.bb index 88c4a912..2e2cacdf 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] = "9c4b00e60a94b1bb6dda8bd767e6ce0d" -SRC_URI[sha256sum] = "b3a265811f09048f45232af3a75b734c57b38a1b22be97e8d1290d72d535d4b2" +SRC_URI[md5sum] = "9a593607c47472dd6ce0d546b2f2a736" +SRC_URI[sha256sum] = "5df9ac9064b85433d392a805f29adcf4f231cb23c58d28c87d1789ff47defb57" 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 426e855b..255d4113 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] = "92cbcec3a68a39507d515fe16ab382d1" -SRC_URI[sha256sum] = "7373e60d34079019359bb864cf5d0adc4278c310f29926bbfb7b6bc1f5f503e7" +SRC_URI[md5sum] = "d063b3b7827eaaa8e345ebaf6c1500f9" +SRC_URI[sha256sum] = "a04585a86060608539cf8bba0fa97cacf682df1536e59ea798715d7546443b75" diff --git a/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb b/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb index 8990df6c..0e88a75e 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] = "9c5e2e6b1c3643508d507675318b55f7" -SRC_URI[sha256sum] = "d4125c19db3d4c18ed7a97a9e63607ec5a379c9aaea1ebb968818210744f6a40" +SRC_URI[md5sum] = "4c8d3ab1e358efd89acd7ab95025dd37" +SRC_URI[sha256sum] = "b39b1087c2837750c59dd007044c30d2de1cdba1c5f12a90ff4d809ee5d0777f" FILES_${PN} += " \ ${datadir}/emoticons \ diff --git a/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb b/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb index d40ff281..6810fa9a 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] = "a38a89323dedbd2f457042a7e3ab22ba" -SRC_URI[sha256sum] = "a136174681e4f8a91393c4a9346f01426bf41436c1f39779deaa11c9b13e6c88" +SRC_URI[md5sum] = "d56e35255d2697cc3a89a1a99d1821fe" +SRC_URI[sha256sum] = "ac2eef62e9de859fb1cbf0def680be37498abdff277dc968cb39fd13a683f7d0" FILES_${PN} += " \ ${datadir}/dbus-1 \ diff --git a/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb b/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb index 8b13a150..67b4b5b1 100644 --- a/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb +++ b/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb @@ -9,5 +9,5 @@ inherit kde-kf5 DEPENDS += "qtsvg ki18n kconfig kconfigwidgets kwidgetsaddons kitemviews" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "d3053afcfd358e13bec0d055695727e7" -SRC_URI[sha256sum] = "e969d2180f0d5b0802e7c57d63ff78314562cad4b50dbb3a0935d5edc4c33d6a" +SRC_URI[md5sum] = "fa2e0994412b83dbb0e54aa277f4bff3" +SRC_URI[sha256sum] = "25e3149ac3b34f9dac7077a27625928876345214b35b7af7e6eb435abf7e564d" diff --git a/recipes-kde/kf5/tier3/kinit/kinit.bb b/recipes-kde/kf5/tier3/kinit/kinit.bb index b2f93f4e..f9c4731b 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] = "85300e2184b2f148133d7b3ec41916ed" -SRC_URI[sha256sum] = "426603c200d78e5143b8de900e4dc39209c9009800207cf506875e4fb0edfb10" +SRC_URI[md5sum] = "8cf1b185c3d5b74a168995f8e0747931" +SRC_URI[sha256sum] = "34d18cd6dfec1b10df27b5acdb8bad3fff313363047511f002a40f138ac05320" 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 f9e51646..64999103 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] = "6a6b442a447e2b1eaeff7cd724aaed8f" -SRC_URI[sha256sum] = "a15a688395e7c8a22e78b0cf5a8b9c3c4bd679bf667b23f50ae82b36cf5e363a" +SRC_URI[md5sum] = "62f31e7a9cd0b875fce5b552ec9be3c7" +SRC_URI[sha256sum] = "49173baf4c8687be45514220a4b32626d3a117939d2c42fe846010f1d23e3ee7" 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 73acac5c..d32fa5bb 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] = "914fc8d7aa78c12c1ffd89b041772799" -SRC_URI[sha256sum] = "2f19359286631831e4090d1a9448cfb72ac037b2fb76c5fe8a9694861b4a30eb" +SRC_URI[md5sum] = "2df293c8e3cedd3a7b71af69045dc5a0" +SRC_URI[sha256sum] = "d435de4f674e4b16f2ca363f8c7d5bc5158b00df520581a59facdedcdd7f191b" 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 210da4c1..01ca81bd 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] = "66f59c95d8f3ec05063377934a4b2e28" -SRC_URI[sha256sum] = "b83a40156ca8d7b9af1e213ae00358b643c41351e8e7fa7cf2e60cd09a848512" +SRC_URI[md5sum] = "a8fdfb88286f73485734ad2feecb7e16" +SRC_URI[sha256sum] = "f12e86c9ae5e8c9c610e7999a0bb24e0ec43eea05acfbc6269d38bd13076bffd" diff --git a/recipes-kde/kf5/tier3/kparts/kparts.bb b/recipes-kde/kf5/tier3/kparts/kparts.bb index b43ed26b..7c155196 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] = "bbc0a75db0d9e4e3bd2845f6e689aaf2" -SRC_URI[sha256sum] = "0f5d566f6c56e100b7a04f61c5287017dc4155c46fa6946337ad0c6c3df5f8e9" +SRC_URI[md5sum] = "21849d002c27964c0d264aa9b5a7c67d" +SRC_URI[sha256sum] = "ca9dad5b4ae3d117fa1996ffcbc7be07a0f6b57f553b95cc4fdd63dcf42f6f24" FILES_${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/kf5/tier3/kpeople/kpeople.bb b/recipes-kde/kf5/tier3/kpeople/kpeople.bb index ab2bd193..29e3a8b6 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] = "635abe2abc2d0fbd68b8338ae1907326" -SRC_URI[sha256sum] = "120a32017815a5442574d627a8a48d7c825088162332051d033c88603277e2c0" +SRC_URI[md5sum] = "6eaf7bd9165a7042221926064c01cce9" +SRC_URI[sha256sum] = "5ebaef125af779ce33ad6a71b7f7fcbab83de17aa0e00bdf30a42685b060e1b8" FILES_${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/kf5/tier3/krunner/krunner.bb b/recipes-kde/kf5/tier3/krunner/krunner.bb index 5f263287..80263e7c 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] = "9c382f3850cb3c1fdb8ec3afedb24685" -SRC_URI[sha256sum] = "1f8780e6db9328eaba8001c7049c87ca01777c5a7fea305e6e9a5a129855b3ea" +SRC_URI[md5sum] = "6105cf1f51b69cd9232aa662f8d2511a" +SRC_URI[sha256sum] = "3cc3cb17f5dc2869fc8bfed3ee00140ecd470365ad6725403d68a4131af40a77" FILES_${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/kf5/tier3/kservice/kservice.bb b/recipes-kde/kf5/tier3/kservice/kservice.bb index 82202b73..dc5c9948 100644 --- a/recipes-kde/kf5/tier3/kservice/kservice.bb +++ b/recipes-kde/kf5/tier3/kservice/kservice.bb @@ -11,8 +11,8 @@ inherit kde-kf5 DEPENDS += "kconfig kcoreaddons kcrash kdbusaddons ki18n kdoctools" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "01450951487fc8d9cd1fc38b95b3bd16" -SRC_URI[sha256sum] = "1470ce617a4c68b93e709abeec6b3319f40ca9fc417c5e7fae94ce51d1488bc9" +SRC_URI[md5sum] = "b46d2550b689fc818064f69cb1db29a7" +SRC_URI[sha256sum] = "4f6a58f6fd5916d31db5b548a0487c9d915f1e6a78bb0711bad6a477bd655442" FILES_${PN} += "${datadir}/kservicetypes5" diff --git a/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.bb b/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.bb index cd2e8a49..660aef23 100644 --- a/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.bb +++ b/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.bb @@ -9,8 +9,8 @@ inherit kde-kf5 DEPENDS += "qtxmlpatterns syntax-highlighting karchive kconfig kguiaddons ki18n kio kparts sonnet libgit2" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "0aa214089e2099767e2a29016e9214a3" -SRC_URI[sha256sum] = "dadaa7521e88653468d6d00933e698031e4822b4bd1bc3c72dc9df3a1d660b2e" +SRC_URI[md5sum] = "315aae6b286757696513ecc7ca69e68e" +SRC_URI[sha256sum] = "966e1c687b670c07aebe3c773f984a4e9ff70562cce798d9be967c4439eb2a25" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb b/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb index 2fdd90db..0d15511c 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] = "a40df281c209833eb1487d6eca35d561" -SRC_URI[sha256sum] = "5c86dc3d5866d53d2e70bb5321ff74431886c825304db5997f617d6e5e94f8ba" +SRC_URI[md5sum] = "a3240501f842655be3b354d98da95939" +SRC_URI[sha256sum] = "fe6a4fc7437bcb446d3950636b21e5db3e8e93c9502e2082332ee04596201b58" FILES_${PN} += "${datadir}/kservicetypes5" diff --git a/recipes-kde/kf5/tier3/kwallet/kwallet.bb b/recipes-kde/kf5/tier3/kwallet/kwallet.bb index 8861f8b2..01e377b3 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] = "0ca453575e7d64da47d4d61f4990da12" -SRC_URI[sha256sum] = "93140adf0b48c45d1867ae0927484fda0e0b33c5247fa27fadb2f063d903ccda" +SRC_URI[md5sum] = "3372c17e1a0020616fea29ec9097e0cc" +SRC_URI[sha256sum] = "d608f57313e8667a6a28a23a4fb04c4dd75c898b527b660f7b3e78146322f664" 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 8626d294..96c76d94 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] = "1c3d4bbce0ece47eb53ada9e3c0d307b" -SRC_URI[sha256sum] = "da3f6f59aed6d7970f78a040e387fcec6509a2bac3e6efaa965b6600c9b1ac00" +SRC_URI[md5sum] = "de28f21c121dc24f31d35ab622304e7e" +SRC_URI[sha256sum] = "f9db5759690e0397476410a10df40222b29f36b2684a308d79d4ed70afb2dfe6" # 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 6a61a3d3..ba18dd97 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] = "37660386855ba6da79ea1c64809fcf4e" -SRC_URI[sha256sum] = "1853ace6f175c53425291326158b6f6210f2cadbd027e0a47de959b70b625fa1" +SRC_URI[md5sum] = "c1cd0538b4f7e56653a4d6d4f2c994a2" +SRC_URI[sha256sum] = "6b3a121bcdd272b71fb0f1469ddd4796c7e1864e379cb0a0d03a54b73a0e3bd3" diff --git a/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb b/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb index 58ba1807..382b7b5b 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] = "f0d5cdb95ed72cd0de31be5c556d2b25" -SRC_URI[sha256sum] = "e0f03bc4f7f694e090271e64c0fe66f059f8a10c83fbf6c2d1561f102960bee1" +SRC_URI[md5sum] = "cbef982888a30ca96b4c1f52d502551c" +SRC_URI[sha256sum] = "a2462e369e83715bdca50d31b9badbc93ca9f8f3dec29c31371df6d44c6a0343" FILES_${PN} += " \ ${datadir}/kdevappwizard \ diff --git a/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb b/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb index d64f569f..40527a67 100644 --- a/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb +++ b/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb @@ -18,8 +18,8 @@ DEPENDS += " \ RRECCOMENDS_${PN} += "oxygen-fonts" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "53f7c85f3891587fe147b9157e0d2e84" -SRC_URI[sha256sum] = "d3b5a0e22fc37396b40018fdf6b5cfe1da401d655c828fa34537596952c33fa9" +SRC_URI[md5sum] = "128fa26a3e7928ae74db95ee774fcf48" +SRC_URI[sha256sum] = "92bd369659312fac2ea3fbbeb086ad411d37643f8a1d4f033713541782b7d1f1" 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 2b29eb33..cdba2398 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] = "3678f6f17ff10ba5022fc1800028538f" -SRC_URI[sha256sum] = "7da9647514e134db5054ab4848d4bfa6054537593a95720a7a9361f8cc71a96c" +SRC_URI[md5sum] = "74d7c29138168f9a62fe475705c0b351" +SRC_URI[sha256sum] = "84271a59045468ced64823f030d3dc9f157cec16a30387483ec888639fdc2deb" SRC_URI += "file://0001-FindQtWaylandScanner.cmake-align-path-to-our-needs.patch" PV = "${KF5_VERSION}"