diff --git a/classes/kde-kf5-porting-aids.bbclass b/classes/kde-kf5-porting-aids.bbclass index 1b85f2e1..6f3aadbf 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.19/portingAids/${BPN}-${PV}.tar.xz" +SRC_URI = "${KDE_MIRROR}/stable/frameworks/5.20/portingAids/${BPN}-${PV}.tar.xz" diff --git a/classes/kde-kf5.bbclass b/classes/kde-kf5.bbclass index 6ae8e032..41fe20c4 100644 --- a/classes/kde-kf5.bbclass +++ b/classes/kde-kf5.bbclass @@ -1,5 +1,5 @@ inherit kde-base -KF5_VERSION = "5.19.0" +KF5_VERSION = "5.20.0" -SRC_URI = "${KDE_MIRROR}/stable/frameworks/5.19/${BPN}-${PV}.tar.xz" +SRC_URI = "${KDE_MIRROR}/stable/frameworks/5.20/${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 20aed701..5c5a53e3 100644 --- a/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.inc +++ b/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.inc @@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" inherit kde-kf5-porting-aids perlnative PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "c81cc309513c4c7f075e0e922a3bceff" -SRC_URI[sha256sum] = "4eb91a5337a9d35946a0b810991ddb8f0102d7197b3c2040dd452c28cc09a022" +SRC_URI[md5sum] = "fbba353023ee472a93c7335d26d681dd" +SRC_URI[sha256sum] = "0d2f39d4ef2f9c3f4b9a42b1adfb70e25fc912cb535a9798dc9aa49ad0cac4a1" SRC_URI += "file://0001-create_hash_table-avoid-polution-of-files-with-build.patch" diff --git a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/files/0004-kmainwindow.cpp-remove-usage-of-QGuiApplication-setF.patch b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/files/0004-kmainwindow.cpp-remove-usage-of-QGuiApplication-setF.patch new file mode 100644 index 00000000..6d8ca3d7 --- /dev/null +++ b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/files/0004-kmainwindow.cpp-remove-usage-of-QGuiApplication-setF.patch @@ -0,0 +1,33 @@ +From db5b3540359e3f9b7276b52e16813b7aa01f04c6 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Andreas=20M=C3=BCller?= +Date: Fri, 25 Mar 2016 15:17:18 +0100 +Subject: [PATCH] kmainwindow.cpp: remove usage of + QGuiApplication::setFallbackSessionManagementEnabled +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +meta-qt5 does not yet have a qtbase supporting this + +Signed-off-by: Andreas Müller +--- + src/kdeui/kapplication.cpp | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/src/kdeui/kapplication.cpp b/src/kdeui/kapplication.cpp +index 4743923..57d3938 100644 +--- a/src/kdeui/kapplication.cpp ++++ b/src/kdeui/kapplication.cpp +@@ -380,9 +380,6 @@ void KApplicationPrivate::init(bool GUIenabled) + parseCommandLine(); + + QGuiApplication::setDesktopSettingsAware(false); +-#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0) +- QGuiApplication::setFallbackSessionManagementEnabled(false); +-#endif + + #if HAVE_X11 + isX11 = (QGuiApplication::platformName() == QStringLiteral("xcb")); +-- +2.5.0 + diff --git a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.bb b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.bb index 6ce81862..79ff9bc8 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.bb +++ b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.bb @@ -33,6 +33,10 @@ DEPENDS += " \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver qtx11extras", "", d)} \ " +SRC_URI += " \ + file://0004-kmainwindow.cpp-remove-usage-of-QGuiApplication-setF.patch \ +" + # uncomment for broken gelib getaddr / AI_PASSIVE #EXTRA_OECMAKE += "-DHAVE_GOOD_GETADDRINFO=OFF" diff --git a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc index 024c54d2..93e4aded 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] = "7b6b02db93202ba8948d47a6b6b1abff" -SRC_URI[sha256sum] = "f60a9b9a950191f5ecbd1fa8a8ccb4ad4327e92e66f3ac0c00c8bb67a4581647" +SRC_URI[md5sum] = "d7a9c4940be6eca07c8586610e69d586" +SRC_URI[sha256sum] = "5492e549dc865d56a0da5826fcb9e6e90ed4ba9567107913da0298552172da23" SRC_URI += " \ file://0001-make-broken-glib-a-configure-option-we-cannot-run-co.patch \ diff --git a/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb b/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb index 28980abe..f047e16e 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] = "ff9f526613bec9cae31aab8856624266" -SRC_URI[sha256sum] = "8504fbc3a52aac430637f049b2d25f71b49e9017c53de43729c9779b14290a43" +SRC_URI[md5sum] = "351e8754f3d237aa890a845a6c559093" +SRC_URI[sha256sum] = "e9e46f5d5ee57adbf1348b0cac803ead5cd4717a501abf2d508c30ea57b62d66" CMAKE_ALIGN_SYSROOT[1] = "KF5KHtml, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" CMAKE_ALIGN_SYSROOT[2] = "KF5KHtml, -S${includedir}, -S${STAGING_INCDIR}" diff --git a/recipes-kde/kf5/porting-aids-tier3/kjsembed/kjsembed.bb b/recipes-kde/kf5/porting-aids-tier3/kjsembed/kjsembed.bb index 9bd44050..26d75a77 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] = "39ca8356ee4646146030a38ac831a33c" -SRC_URI[sha256sum] = "8850cef16384aff5ff4447736391a2bdb7247673612fb699f041d427917fb3f2" +SRC_URI[md5sum] = "c275c599c65bd710499b02b3ed58e79a" +SRC_URI[sha256sum] = "57f7b5ecfc5e4e3dfd39ca67c45bffdb8de3df1352e26ae457db27d79f8ba903" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5JsEmbed, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/porting-aids-tier3/kross/kross.bb b/recipes-kde/kf5/porting-aids-tier3/kross/kross.bb index 5f9db7bf..db77f7aa 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] = "3ed3ca232a3b6a2859a37a7b0017ded9" -SRC_URI[sha256sum] = "17f0c945dee462571e431af709b79fea8c359a209d98a0845e44f16361ae67db" +SRC_URI[md5sum] = "ac7a5cd20b06661edf13faad77d4ac89" +SRC_URI[sha256sum] = "2399f03bce17b5aae32f6785bef5017dd8b81caf0541192192c9a794c9c141e4" CMAKE_ALIGN_SYSROOT[1] = "KF5Kross, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" CMAKE_ALIGN_SYSROOT[2] = "KF5Kross, -S${includedir}, -S${STAGING_INCDIR}" diff --git a/recipes-kde/kf5/porting-aids-tier3/krunner/krunner.bb b/recipes-kde/kf5/porting-aids-tier3/krunner/krunner.bb index 8c97656e..e1298a5e 100644 --- a/recipes-kde/kf5/porting-aids-tier3/krunner/krunner.bb +++ b/recipes-kde/kf5/porting-aids-tier3/krunner/krunner.bb @@ -7,8 +7,8 @@ inherit kde-kf5-porting-aids cmake-lib DEPENDS += "qtdeclarative kconfig kcoreaddons ki18n kio kservice plasma-framework solid threadweaver" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "c43cef2cc5b9322dd34c849ba3474c89" -SRC_URI[sha256sum] = "bd164d588c3e29713f8283f3bf7ee6175cddd97a3e9eb7ee3b22769ac0409a14" +SRC_URI[md5sum] = "99fb57dba31fbf6378528ec364e1e579" +SRC_URI[sha256sum] = "028f547d553bc9ced24b8221db542de7ed5daad071bbbc70ca9d37d75c5fe2f5" CMAKE_ALIGN_SYSROOT[1] = "KF5Runner, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" CMAKE_ALIGN_SYSROOT[2] = "KF5Runner, -S${includedir}, -S${STAGING_INCDIR}" diff --git a/recipes-kde/kf5/tier1/attica/attica.bb b/recipes-kde/kf5/tier1/attica/attica.bb index 2f1c5b2e..b9e2a02f 100644 --- a/recipes-kde/kf5/tier1/attica/attica.bb +++ b/recipes-kde/kf5/tier1/attica/attica.bb @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 cmake-lib -SRC_URI[md5sum] = "3b4b45a3e250cec426890735089c7fcf" -SRC_URI[sha256sum] = "9b06375988eadf67da3c22c9c434adcaddfcadadff161fafee1a3327b6957b31" +SRC_URI[md5sum] = "217141216fa45f79d7373cadd3e3c27c" +SRC_URI[sha256sum] = "7a2968a249b347876f3f32a8c28fde188b68d5fecf0ce638d8a7d898fb4694f8" 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 b8814a54..83c8fa96 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 cmake-lib DEPENDS += "qtdeclarative" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "58377c34045907d67140df9167417919" -SRC_URI[sha256sum] = "db5b1d29f507b1af8ed7854341278ad210e3cde54c738b1db9d65af8f3890918" +SRC_URI[md5sum] = "ef9f28cb55851f908e3aa7e5b7198105" +SRC_URI[sha256sum] = "c3bf51428e188fb6a076d17809d7796f9fe6a8327e86c156e2b84c5f4b7ab252" FILES_${PN} += "${OE_QMAKE_PATH_QML}" FILES_${PN}-dbg += "${OE_QMAKE_PATH_QML}/org/kde/bluezqt/.debug" diff --git a/recipes-kde/kf5/tier1/karchive/karchive.inc b/recipes-kde/kf5/tier1/karchive/karchive.inc index cb594ea1..218cb7a9 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] = "de8678f38303699cf66303f29bb06748" -SRC_URI[sha256sum] = "bb7a52fc3e0a6cffd0db144a3c4582e6461de1fa6ff1d1905ca1097d62bd7a10" +SRC_URI[md5sum] = "67f61e0ad2ac41e12597a000a436398b" +SRC_URI[sha256sum] = "519506583fe7c4722c8d1f4017d19deefd73407a1f19402235900fe3a570eecb" diff --git a/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb b/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb index 1b790dc2..fa61b751 100644 --- a/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb +++ b/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 cmake-lib PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "7569f06a767ddd08ece025fe50197eba" -SRC_URI[sha256sum] = "c6bce99acc1e024e7ade4a9ade5ebd5f2be9100b1bda239109c5a6ed4818f7e7" +SRC_URI[md5sum] = "55582ae9c6e021a23bb7c0f25329ea04" +SRC_URI[sha256sum] = "b08b419aaa1137083be32885afac8cfa7b3f1c3c874b5046e57c1f70cf0d3122" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5Codecs, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier1/kconfig/kconfig.inc b/recipes-kde/kf5/tier1/kconfig/kconfig.inc index 4103b6b2..7928b658 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] = "79953233cd7d507f4f8394bf62e23078" -SRC_URI[sha256sum] = "b536a75a82fd00915204bbefb5f33dce1ada0a600cc47e947a13408fa883655a" +SRC_URI[md5sum] = "1ee3cc6ae99928adf7fa93204d89a0ce" +SRC_URI[sha256sum] = "ebd7dd5c6960eac1aee299bd804ab864cad235ef30d312256b01b57ed9ff635b" # 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 4ae6c043..3613df23 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] = "996db46c7e3b6a3b1837a0cc9373bcdd" -SRC_URI[sha256sum] = "9c35aa5df72874cf74266d10bd60b077f6d1f4b77e3a01c645a237b7e303551f" +SRC_URI[md5sum] = "ae26f693d3c60660b7c593d2f9d293bf" +SRC_URI[sha256sum] = "ac3819517744f1868c664045eaf9231cdf1c090dec3d329257ee7b56dc94fe69" diff --git a/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb b/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb index 09d90d6d..276e50c3 100644 --- a/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb +++ b/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb @@ -11,8 +11,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "4ef9082483a46d04f531d1dce8be4232" -SRC_URI[sha256sum] = "485cc76762c44ce2417e7d04e4e6d33ea29abb74b9a534ca5273d009665465ad" +SRC_URI[md5sum] = "42ec6aa625812307b3710d1d7df517f7" +SRC_URI[sha256sum] = "c6803a065ce51e2d6c18f3baef3769419b5d6ea2a14b19a9c7089662b187dfea" CMAKE_ALIGN_SYSROOT[1] = "KF5DBusAddons, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" CMAKE_ALIGN_SYSROOT[2] = "KF5DBusAddons, -S${includedir}, -S${STAGING_INCDIR}" diff --git a/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb b/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb index 444235bd..b1b9f9fc 100644 --- a/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb +++ b/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb @@ -10,8 +10,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "avahi" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "678deda3ac690b5cc43f398504211273" -SRC_URI[sha256sum] = "240c6cd1a480b4b9e8b8ae71bb948c853006721d2278c39b822bd724a2e04895" +SRC_URI[md5sum] = "ec54202d940f38866b73c550133072a2" +SRC_URI[sha256sum] = "a5a7e1bff06d70f6b78e680d3f966a448b4591e5c0bce3e49bda57fff678dcf7" CMAKE_ALIGN_SYSROOT[1] = "KF5DNSSD, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" CMAKE_ALIGN_SYSROOT[2] = "KF5DNSSD, -S${includedir}, -S${STAGING_INCDIR}" diff --git a/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb b/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb index bfe828fb..1fb43c96 100644 --- a/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb +++ b/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb @@ -12,8 +12,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "b423159cec98dbac442bdb88e1daeda4" -SRC_URI[sha256sum] = "1e4a035ec208e36aa09d585fafda837981b2444b91aec811672ebebb8f533d05" +SRC_URI[md5sum] = "b2cfb78436d3bf15d2197a0676d4fe19" +SRC_URI[sha256sum] = "be0e6a2f1a1c0d670a8333325b0a65334a2aff62dda9c8e32347a480f9e62407" CMAKE_ALIGN_SYSROOT[1] = "KF5GuiAddons, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" CMAKE_ALIGN_SYSROOT[2] = "KF5GuiAddons, -S${includedir}, -S${STAGING_INCDIR}" diff --git a/recipes-kde/kf5/tier1/ki18n/ki18n.inc b/recipes-kde/kf5/tier1/ki18n/ki18n.inc index 34ff0c47..5ca5e3fe 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] = "281cfa08356179d250b67b6d19b85b46" -SRC_URI[sha256sum] = "05f8e37a35bc108363df3d6026ccb3e375d1a60e3fbb9faa53a8150f04cb6a6c" +SRC_URI[md5sum] = "b2c5edb59d6ab4fd78d0bf68cfb631c6" +SRC_URI[sha256sum] = "226715a464a9b1d03c257d470ea0d6060fdfe35efc635108491cadb48512389c" diff --git a/recipes-kde/kf5/tier1/kidletime/kidletime.bb b/recipes-kde/kf5/tier1/kidletime/kidletime.bb index f2d63ebb..69eaa115 100644 --- a/recipes-kde/kf5/tier1/kidletime/kidletime.bb +++ b/recipes-kde/kf5/tier1/kidletime/kidletime.bb @@ -10,8 +10,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "libxcb qtx11extras libxscrnsaver", "", d)}" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "945cd1f8bf3b5b34c7db3d7693274314" -SRC_URI[sha256sum] = "86712f379913e12eb6674155957e3843230c3be06fce8e2674b0353336fe8b4a" +SRC_URI[md5sum] = "ff732995f09a2fa1168968b84d5b69b5" +SRC_URI[sha256sum] = "2ddfe666f7ded29413779890e3d9c3d49340c17dcbb78eb284d0c54a94017aa2" SRC_URI += "file://0001-Do-not-search-for-Qt5X11Extras-in-x-less-environment.patch" diff --git a/recipes-kde/kf5/tier1/kimageformats/kimageformats.bb b/recipes-kde/kf5/tier1/kimageformats/kimageformats.bb index 77eb2ba3..99062361 100644 --- a/recipes-kde/kf5/tier1/kimageformats/kimageformats.bb +++ b/recipes-kde/kf5/tier1/kimageformats/kimageformats.bb @@ -9,8 +9,8 @@ inherit kde-kf5 DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)}" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "678b42ebec88ce18ac0c85d539fada01" -SRC_URI[sha256sum] = "656fffdc4fc60535afdbd17f7e031a9d399f88f0080a33bf6a9659b00cfbb1f9" +SRC_URI[md5sum] = "72be30ed58c068675af34fc3d6430ad0" +SRC_URI[sha256sum] = "14d2f0f8f1dceaae787cabbc2c5f78b933f8b69a245c83f7986b3c0ccb5c9f70" FILES_${PN} += " \ ${OE_QMAKE_PATH_PLUGINS} \ diff --git a/recipes-kde/kf5/tier1/kitemmodels/kitemmodels.bb b/recipes-kde/kf5/tier1/kitemmodels/kitemmodels.bb index 0e2a3ceb..dee0f62a 100644 --- a/recipes-kde/kf5/tier1/kitemmodels/kitemmodels.bb +++ b/recipes-kde/kf5/tier1/kitemmodels/kitemmodels.bb @@ -9,8 +9,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "qtdeclarative" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "acf477f070df240248cb7eab316ff370" -SRC_URI[sha256sum] = "c7d255461b62ea1c277b4d384580958164172e0f7513d4fe62d66283528d756a" +SRC_URI[md5sum] = "9a81d2651bb663b65d5c1671af573a1a" +SRC_URI[sha256sum] = "2fce8fe2294ec26a1943c44a547cfd1a2b3e7044e5b571bebd0aef5c7812da79" CMAKE_ALIGN_SYSROOT[1] = "KF5ItemModels, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" CMAKE_ALIGN_SYSROOT[2] = "KF5ItemModels, -S${includedir}, -S${STAGING_INCDIR}" diff --git a/recipes-kde/kf5/tier1/kitemviews/kitemviews.bb b/recipes-kde/kf5/tier1/kitemviews/kitemviews.bb index b48d3536..83bbae87 100644 --- a/recipes-kde/kf5/tier1/kitemviews/kitemviews.bb +++ b/recipes-kde/kf5/tier1/kitemviews/kitemviews.bb @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 cmake-lib PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "ab98c10a12f67c437a8918ebfcf1ac80" -SRC_URI[sha256sum] = "56f632a57b874abbbb86666877c9b55ca4dd15aa612d03e85edce55d0dd91f85" +SRC_URI[md5sum] = "6ba8ee40baffbaab3ec81439bdff0fe7" +SRC_URI[sha256sum] = "3d71897950535b3180966917997320bd7227c503cb9e47356fe01df687d7e596" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5ItemViews, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier1/kplotting/kplotting.bb b/recipes-kde/kf5/tier1/kplotting/kplotting.bb index 96fb9b11..3c166d89 100644 --- a/recipes-kde/kf5/tier1/kplotting/kplotting.bb +++ b/recipes-kde/kf5/tier1/kplotting/kplotting.bb @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" inherit kde-kf5 cmake-lib PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "7487f642bc0c0ed9a38e68c4ef21ff2c" -SRC_URI[sha256sum] = "18db8a6766d710d05659e4717ea1c60e3a9b39a296b28f1474d0235d53253d99" +SRC_URI[md5sum] = "5507be20fee8389eca24e1358f1273e3" +SRC_URI[sha256sum] = "0c7ad5b86f5a8e061c941506b30f94fbaf59ea58e8c6bb52007cc538e1726e1e" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5Plotting, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb b/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb index 89ee69a8..09a2c32b 100644 --- a/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb +++ b/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb @@ -10,8 +10,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "qttools" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "b1b37d5c240ad5dea9c43012282beb7e" -SRC_URI[sha256sum] = "7547ee8fb0e532fa95bb6e3fd00ede672c1b4c7fdfc38a5dfcf715d9c0b3052d" +SRC_URI[md5sum] = "0203c7f7bec440a748e01f24231f3e67" +SRC_URI[sha256sum] = "a930990de3b090d10c20cb30d764825a551253a7d4b104b4eac9ae73dc81e628" CMAKE_ALIGN_SYSROOT[1] = "KF5WidgetsAddons, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" CMAKE_ALIGN_SYSROOT[2] = "KF5WidgetsAddons, -S${includedir}, -S${STAGING_INCDIR}" diff --git a/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb b/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb index 967c60d9..87223e33 100644 --- a/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb +++ b/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb @@ -10,8 +10,8 @@ DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver qtx1 PV = "${KF5_VERSION}" SRC_URI += "file://0001-config-kwindowsystem.h.cmake-fix-path-to-plugins.patch" -SRC_URI[md5sum] = "5e4a9cbe3d4217062c8656833db641f8" -SRC_URI[sha256sum] = "9039b4bc6143ccccb98af60d4bcc813ea6c211b4f425c335fb499293c9d0bd84" +SRC_URI[md5sum] = "67e4026752ad7879de67bc7a6e5b55d0" +SRC_URI[sha256sum] = "b1d7e273b5fc75fbde45fe33179ea884a0b9761af0663279405cfd18d9e4390f" FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}" FILES_${PN}-dbg += "${OE_QMAKE_PATH_PLUGINS}/*/*/.debug" diff --git a/recipes-kde/kf5/tier1/modemmanager-qt/modemmanager-qt.bb b/recipes-kde/kf5/tier1/modemmanager-qt/modemmanager-qt.bb index ec3c210a..72f960b1 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 cmake-lib pkgconfig cmake-auto-align-paths DEPENDS += "modemmanager" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "a7cdce5f943c6bf9b5190f96942d3042" -SRC_URI[sha256sum] = "9c6c14934323deb316bf4e622ba9d5391da83b52fe66258074894b9f5994a917" +SRC_URI[md5sum] = "02b432683f966a7f56e1ffb90264e88d" +SRC_URI[sha256sum] = "bcc8fcb7336a1ade54dbbdc44f4803a7fbbdd1a00cc83b9d8d3db346f8ddc701" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5ModemManagerQt, -S${includedir}, -S${STAGING_INCDIR}" diff --git a/recipes-kde/kf5/tier1/networkmanager-qt/networkmanager-qt.bb b/recipes-kde/kf5/tier1/networkmanager-qt/networkmanager-qt.bb index c0310288..fdceb5c9 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-lib cmake-auto-align-paths DEPENDS += "networkmanager" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "327dc9c1ec64e59357545e842d29e5da" -SRC_URI[sha256sum] = "2360bd477a055d3466520a2b76a4e977d3f8601cec7b1b68f47baffffcac2072" +SRC_URI[md5sum] = "f25b6f54c7728fc0fb031f01065014f9" +SRC_URI[sha256sum] = "e59ef220780b1152342fb6d6d4b5c93021661d38e27f64e53f7fb8a4342cb8f6" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5NetworkManagerQt, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier1/solid/solid.bb b/recipes-kde/kf5/tier1/solid/solid.bb index d816debb..9ccecd1d 100644 --- a/recipes-kde/kf5/tier1/solid/solid.bb +++ b/recipes-kde/kf5/tier1/solid/solid.bb @@ -9,8 +9,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "qtdeclarative" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "d664fa2d968c6d6a273881e90f749c7e" -SRC_URI[sha256sum] = "ff4dabd1d1ab038a22d4a90f4f4eca83e96f22ce07fa090b36b994c534dc7609" +SRC_URI[md5sum] = "0bcf42d89dc6276dbba3b9f8259d67ab" +SRC_URI[sha256sum] = "cd16aab3cf6340073d7d2851a3c734124ccd03121731d6be68a895f3878361e6" CMAKE_ALIGN_SYSROOT[1] = "KF5Solid, -S${libdir}, -S${STAGING_LIBDIR}" CMAKE_ALIGN_SYSROOT[2] = "KF5Solid, -S${includedir}, -S${STAGING_INCDIR}" diff --git a/recipes-kde/kf5/tier1/sonnet/sonnet.inc b/recipes-kde/kf5/tier1/sonnet/sonnet.inc index 5076115c..8206e4a5 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] = "08106da14942ebdfe0b901e649c20d7c" -SRC_URI[sha256sum] = "a70ff0a2d4212af9a5db9d5dc0a12c5cf4e23c5b000896820d387a0ee0b3310b" +SRC_URI[md5sum] = "3e545a92255a92c6899fc8a8f2aa3439" +SRC_URI[sha256sum] = "4308e18342d1823c0d039fad5f7c0febbf69d12cdd8fdd7e1d906f7639b79a1e" SRC_URI += "file://0003-make-build-of-hunspell-optional.patch" diff --git a/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb b/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb index b88bc91d..904875fd 100644 --- a/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb +++ b/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" inherit kde-kf5 cmake-lib PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "fb9848428899fa10c46121810cf3a022" -SRC_URI[sha256sum] = "fc921ebce06ae10056fbbfdc6393f75514726cc3d854f8de13da1cdc0fd7a1ca" +SRC_URI[md5sum] = "32400f7753597da9982c36e4ea8d88bb" +SRC_URI[sha256sum] = "ce9202716572ba2bf2f09633ea2f64961a698058ced2092665582b39306496d3" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5ThreadWeaver, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier2/kauth/kauth.inc b/recipes-kde/kf5/tier2/kauth/kauth.inc index 5effcfc0..d9e03858 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] = "ab6498a04ed69236cb582677df829c91" -SRC_URI[sha256sum] = "5a7777cc81a5c96876ae670ab56fc5c2ae92c347dca3e468bd59c009058ca93a" +SRC_URI[md5sum] = "fb9c705b84641d62125b878349fcd4db" +SRC_URI[sha256sum] = "5d070ba231cf98aa1b5d09f8caec15fce510a37cc44cdda0e11095840c1f591f" 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 635848d4..6e76c074 100644 --- a/recipes-kde/kf5/tier2/kcompletion/kcompletion.bb +++ b/recipes-kde/kf5/tier2/kcompletion/kcompletion.bb @@ -9,8 +9,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "kconfig kwidgetsaddons" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "e0542f7b67153e79efcdbb0877979775" -SRC_URI[sha256sum] = "8d3fe5f6c3438c20ea552fffde479a616f9559d1124c631f278cade166f1c016" +SRC_URI[md5sum] = "9c8f7777dfd9caddbd07dae52d05e613" +SRC_URI[sha256sum] = "a503a1516012ecc5b6eaa328c31dfd0d6c527a8a78489d9d372dba90d0ec1b4f" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5Completion, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier2/kcrash/kcrash.bb b/recipes-kde/kf5/tier2/kcrash/kcrash.bb index d75a86f2..956d4115 100644 --- a/recipes-kde/kf5/tier2/kcrash/kcrash.bb +++ b/recipes-kde/kf5/tier2/kcrash/kcrash.bb @@ -9,8 +9,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "kcoreaddons kwindowsystem" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "6ede0e1e87a9009d9b24b3a824543dc9" -SRC_URI[sha256sum] = "d4bfd6e52d65e2385c643cdc23838ae05ff4f7ba0d28f781e526491dee1bc0b7" +SRC_URI[md5sum] = "6eb332c832849358e2b8d895fb871784" +SRC_URI[sha256sum] = "b75c9c5716e83075df5824f00be585616ed78063ffed39928f152d9b9a1628a7" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5Crash, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc b/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc index 5656ce0a..9530816a 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] = "6c05f13822f918abf26b56510861d392" -SRC_URI[sha256sum] = "f65a660eeb018c3c8b55c63e375a9d552c772f49e7cfc0a6263bdece933de719" +SRC_URI[md5sum] = "b4988310d6a97d052a6424ebcf50cfc0" +SRC_URI[sha256sum] = "0620d8b637d63a209d7757546521182f1c3bb7f50ec48d3881be375e064c8ce8" 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 59e00f0d..a8656a51 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 cmake-lib pkgconfig PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "dc869a38e8dcde117d91b9de656be324" -SRC_URI[sha256sum] = "190f7c37d9fd1e31e284c5fd112d209d2348c9ead654be22ef7d5cd8878b4886" +SRC_URI[md5sum] = "b5f1f4c3313fd854633d2e1b57784d23" +SRC_URI[sha256sum] = "135ed3269b536d4b20543b35edf408c86c3f7377d3d22de2efda49c16473c050" # TODO: optionals PACKAGECONFIG (poppler-qt5 / exiv2 / ffmpeg / epub) DEPENDS += " \ diff --git a/recipes-kde/kf5/tier2/kjobwidgets/kjobwidgets.bb b/recipes-kde/kf5/tier2/kjobwidgets/kjobwidgets.bb index 8280bc27..8390a8e4 100644 --- a/recipes-kde/kf5/tier2/kjobwidgets/kjobwidgets.bb +++ b/recipes-kde/kf5/tier2/kjobwidgets/kjobwidgets.bb @@ -9,8 +9,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "kcoreaddons kwidgetsaddons ${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)}" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "3b27494142b2a8eb01c85ad811f1ba02" -SRC_URI[sha256sum] = "5156a8727a7a8df3632f216071c12e4480c479f6544895a26ab367e4bf45eee3" +SRC_URI[md5sum] = "6b621bbcb82a3fd8f563298136529b29" +SRC_URI[sha256sum] = "1ea106307903a70c34432d9434f77bfb461cdad729470d48b68fbd2d15b9f9ab" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5JobWidgets, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier2/knotifications/knotifications.bb b/recipes-kde/kf5/tier2/knotifications/knotifications.bb index 080e7e56..f1e4b4b6 100644 --- a/recipes-kde/kf5/tier2/knotifications/knotifications.bb +++ b/recipes-kde/kf5/tier2/knotifications/knotifications.bb @@ -20,8 +20,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "c5efd59dd9f2687aa2efae4a5356ce9f" -SRC_URI[sha256sum] = "5b116ba498ed57dbc33ef9a7f24c0571f52b03bd986a7b8e14f799a039a82f3f" +SRC_URI[md5sum] = "d98489d1ef939d5f4a20a2969b93c68d" +SRC_URI[sha256sum] = "72b60541af670cf45151420e3fbef9526a648efb4a0dcf70229173660b5dd7a8" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5Notifications, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier2/kpackage/kpackage.bb b/recipes-kde/kf5/tier2/kpackage/kpackage.bb index 11e37676..4eca3563 100644 --- a/recipes-kde/kf5/tier2/kpackage/kpackage.bb +++ b/recipes-kde/kf5/tier2/kpackage/kpackage.bb @@ -10,8 +10,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "karchive ki18n kcoreaddons kconfig kdoctools" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "fb28532a75361e3c8b26bf4acad7b158" -SRC_URI[sha256sum] = "bbf5efcf905c4217893d4505328edc9f9cc20646447e2bed155752d79fd4a4ce" +SRC_URI[md5sum] = "8b49da1df16dc5c440c6b5a9b63fddf6" +SRC_URI[sha256sum] = "6de10b43e4e1d760699007d87c150d2acf103a135618ef3e5f837388a8e38fb2" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5Package, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier2/kpty/kpty.bb b/recipes-kde/kf5/tier2/kpty/kpty.bb index 01f2ce6e..4b244079 100644 --- a/recipes-kde/kf5/tier2/kpty/kpty.bb +++ b/recipes-kde/kf5/tier2/kpty/kpty.bb @@ -10,8 +10,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "kcoreaddons ki18n" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "09e682b3395c9eb5f1a63203564c7d99" -SRC_URI[sha256sum] = "0358a20ccfa7839452860d6218c2efb6a15039fcd40d0093c4fc5e2edddf0909" +SRC_URI[md5sum] = "bf119f71086e84e362a78bc5a798efc4" +SRC_URI[sha256sum] = "ab3263f7b934862ff2ac9b8531ea5c3e4896f6c223705cc8c1b0aa2beebcd981" CMAKE_ALIGN_SYSROOT[1] = "KF5Pty, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" CMAKE_ALIGN_SYSROOT[2] = "KF5Pty, -S${includedir}, -S${STAGING_INCDIR}" diff --git a/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb b/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb index 79a87b57..3b6cf1d9 100644 --- a/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb +++ b/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb @@ -7,8 +7,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "ki18n" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "989c83f68e01d4f3bdc13fbe8299816a" -SRC_URI[sha256sum] = "6b22185ddfe88de2f063954db57c1b8ac9b3d6a4f3c8dc103933ac3c31dce185" +SRC_URI[md5sum] = "06ee394eca473a0be5532b75abc1b2ee" +SRC_URI[sha256sum] = "92d44a8aaca94a86eddd2649c79dc98939f67cc1bb27cd83731e332ce274f6fa" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5UnitConversion, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier3/baloo/baloo.bb b/recipes-kde/kf5/tier3/baloo/baloo.bb index 09203790..d54f148d 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] = "58351139c7bf473b08ab7fa3220ede8b" -SRC_URI[sha256sum] = "6f6b94d464fb5da0a2256565d362aca979e3d220f11fa4c8a99d17380207de0b" +SRC_URI[md5sum] = "25b72b7e77588d46f4b8e8098679b04e" +SRC_URI[sha256sum] = "f2f4abe72078b30fd50c6a2d11d3a4f093b2f59582845d6affcf8d9887c6cccb" 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 aa79fd09..4fb5e332 100644 --- a/recipes-kde/kf5/tier3/kactivities/kactivities.bb +++ b/recipes-kde/kf5/tier3/kactivities/kactivities.bb @@ -1,7 +1,9 @@ SUMMARY = "Runtime and library to organize the user work in separate activities" -LICENSE = "GPLv2" +LICENSE = "GPLv2 & LGPLv2+" LIC_FILES_CHKSUM = " \ - file://src/service/Activities.h;endline=18;md5=32a623707dcb9832168ad37f924f5745 \ + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://COPYING.LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ + file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ " inherit kde-kf5 cmake-lib @@ -9,8 +11,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "boost kconfig kcoreaddons ki18n kservice kwindowsystem kglobalaccel kxmlgui kio kdbusaddons kdeclarative kcmutils" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "b5ceb59e0b354858849c6728d7df2c3d" -SRC_URI[sha256sum] = "43cff33c5c4a232206bf6ffdaa1ea3f50e40339e4568a7376992fc61970eb47a" +SRC_URI[md5sum] = "7dc889ce8dc8d58fc74270b2462acef7" +SRC_URI[sha256sum] = "5b0a664f77749c441d61417f9dce5cb8a11668f7e7db1a7613378f555dac3795" SRC_URI += "file://0001-replace-try_run-by-try_compile-in-compiler-feature-c.patch" diff --git a/recipes-kde/kf5/tier3/kbookmarks/kbookmarks.bb b/recipes-kde/kf5/tier3/kbookmarks/kbookmarks.bb index dc5bed33..efaeedf3 100644 --- a/recipes-kde/kf5/tier3/kbookmarks/kbookmarks.bb +++ b/recipes-kde/kf5/tier3/kbookmarks/kbookmarks.bb @@ -9,8 +9,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "kconfigwidgets kconfig kiconthemes kxmlgui" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "95e4a58669b64aff6b4341ec3438eac4" -SRC_URI[sha256sum] = "4d273e41c0d5517a434cc8a6d86ea31a3da266ef556fd51eb6880cd6ae448160" +SRC_URI[md5sum] = "bb9a4977c9274119f862bd8fa80b5ff3" +SRC_URI[sha256sum] = "8409f3d2fa0fd80d978073570e7ef161039851e2286b17e9c98d4e432bd39524" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5Bookmarks, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb b/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb index 792217b9..f81d3582 100644 --- a/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb +++ b/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb @@ -9,8 +9,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "kitemviews kconfigwidgets kcoreaddons ki18n kiconthemes kservice kxmlgui kdeclarative" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "3b94a572bc0d4ca9acff03f6f37421d3" -SRC_URI[sha256sum] = "a87d450d277aad703c82e8eb5924bdfec6471df95494f51cf309e3fdc7920d62" +SRC_URI[md5sum] = "917f0d983e9427d6af44f32f8e01977a" +SRC_URI[sha256sum] = "3564999a0ae88a7dc7fe1ab8e248b0eef0ddb37655b0a9dd91890913fe714552" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5KCMUtils, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb b/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb index fb4c0b94..0194b8d4 100644 --- a/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb +++ b/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb @@ -9,8 +9,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "kauth kconfig kcodecs kdoctools kguiaddons kwidgetsaddons" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "ce0c538d90c1753fea03be8beacfc648" -SRC_URI[sha256sum] = "fb7a748eb1ceee2a33027581707d1942b1eae239526873367f924b06d9118dda" +SRC_URI[md5sum] = "188d0d9cf0a4d865e3efa8bf65004d6d" +SRC_URI[sha256sum] = "c707529939e66d14bff03c320c0bf3237c760034344b2d8b28a4a4e53be079ba" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5ConfigWidgets, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb b/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb index dd5112f9..e0e2a299 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] = "045ed4200129ee96b8ca521a005ac33c" -SRC_URI[sha256sum] = "4f146f455fac81a5d968e189419c4ed2cb7315fa62f4fef1bef54b7efc17e00d" +SRC_URI[md5sum] = "65178a250ab8694885c7727b824266b2" +SRC_URI[sha256sum] = "292c6b24148f7eacfbdcfe4e6b3a1a642601d6161767abae1efab465bfaccc87" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5Declarative, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier3/kded/kded.bb b/recipes-kde/kf5/tier3/kded/kded.bb index 8ca22134..00fb8f0b 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] = "941612d0df418b20981dfe9430f94263" -SRC_URI[sha256sum] = "1fa66b42312bc7c1ba23fe02dca04d9bd52c98e7a6a9754ac6c763252078db5b" +SRC_URI[md5sum] = "ecaf1a671b4b8a156b5652da4f6d28be" +SRC_URI[sha256sum] = "a3abd8ad7656da34387374857f5f537cc8247b22b9f1ca076717cb6f41d77865" SRC_URI += "file://0001-hardcode-path-to-kconf_update.patch" # cross libs / headers diff --git a/recipes-kde/kf5/tier3/kdesignerplugin/kdesignerplugin.inc b/recipes-kde/kf5/tier3/kdesignerplugin/kdesignerplugin.inc index dd821cf0..0f08acf3 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] = "be9704c908fe4a7d8ab04b14192f9948" -SRC_URI[sha256sum] = "4573434c533a6ee601383b7f8c97611b77db82535610447a36e9e4a8fcae3686" +SRC_URI[md5sum] = "09b2d70bc7b505569a5fc9f35bfed3d2" +SRC_URI[sha256sum] = "e3ae79952ce7c3d1913d4ae30ed13026ca9f5b36139199e84f67a1bce4bcb6f2" diff --git a/recipes-kde/kf5/tier3/kdesu/kdesu.bb b/recipes-kde/kf5/tier3/kdesu/kdesu.bb index 29ded466..a9f812d3 100644 --- a/recipes-kde/kf5/tier3/kdesu/kdesu.bb +++ b/recipes-kde/kf5/tier3/kdesu/kdesu.bb @@ -14,8 +14,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "adcff09780e4b64d1148825f452ded1d" -SRC_URI[sha256sum] = "ff4129bdbda956519f9e14994291493428ce7ea47c7e8acc68770513e5a988a7" +SRC_URI[md5sum] = "bb1af4f2402e4f1efda63e9815022f85" +SRC_URI[sha256sum] = "bb8b0759356b6abf99d563dab614c95e2db267bcca5077e7e15dd1967aca9655" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5Su, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier3/kdewebkit/kdewebkit.bb b/recipes-kde/kf5/tier3/kdewebkit/kdewebkit.bb index a70c56c1..83cec448 100644 --- a/recipes-kde/kf5/tier3/kdewebkit/kdewebkit.bb +++ b/recipes-kde/kf5/tier3/kdewebkit/kdewebkit.bb @@ -16,8 +16,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "a6a871e08809693934ea8f4b255f8065" -SRC_URI[sha256sum] = "1282e3f7fb7f5697b26ab6c35e0f9e444e14fdd5148958b775eebd0eadc26511" +SRC_URI[md5sum] = "6fbaf96bfe290b7a411aae75febe7513" +SRC_URI[sha256sum] = "a915f77e074f98791dc90ce96fc9fd0def706462b3bde7fa0b82a84bf7b47156" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5WebKit, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb b/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb index 0290c434..70441809 100644 --- a/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb +++ b/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb @@ -10,8 +10,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "karchive kconfig kservice kcoreaddons" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "9126afb4d6d54090f0b72ff08f396d96" -SRC_URI[sha256sum] = "e59913e04bdad055f8215e80b7efd9eb9dfa57c80d72d46fae3b73e1b4e8313a" +SRC_URI[md5sum] = "8c9fd278223ed58f144ef2a69dbeba75" +SRC_URI[sha256sum] = "794fb547ee621a90b0087a15ce120adb6ad641d075737cb2eafa17af096c2e66" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5Emoticons, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb b/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb index c864df1d..754655e0 100644 --- a/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb +++ b/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb @@ -15,8 +15,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "b1d5dc66f1ab4320b92b792203d3737a" -SRC_URI[sha256sum] = "ad803a2d78e1668ed85231358d559b3a2afa297855dd8ed540f504711c4a3208" +SRC_URI[md5sum] = "52f2ea2af7c86aeadc517ef5058c59ef" +SRC_URI[sha256sum] = "570f916cb97ebde14912f4eacc690035da9881ea1aacf893ac0c9f9b97a6758f" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5GlobalAccel, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb b/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb index e346f578..370c570b 100644 --- a/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb +++ b/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb @@ -9,8 +9,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "qtsvg ki18n kconfig kconfigwidgets kwidgetsaddons kitemviews" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "234f1a331fcda7425061cc0667b62fc9" -SRC_URI[sha256sum] = "76bc712fe9c23e7403febe438e09f024e79e30154aff06c6127ca8f672643166" +SRC_URI[md5sum] = "213a5258476ffc51e77526a31dc909f3" +SRC_URI[sha256sum] = "772d1a9f5a3168b8d5f255af66e04c8019df516225ac5ad268365dca1bbf4ee7" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5IconThemes, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier3/kinit/files/0002-kdeinit-fix-paths-to-libraries.patch b/recipes-kde/kf5/tier3/kinit/files/0002-kdeinit-fix-paths-to-libraries.patch index 0bd9c52c..61790f74 100644 --- a/recipes-kde/kf5/tier3/kinit/files/0002-kdeinit-fix-paths-to-libraries.patch +++ b/recipes-kde/kf5/tier3/kinit/files/0002-kdeinit-fix-paths-to-libraries.patch @@ -17,15 +17,15 @@ diff --git a/src/kdeinit/kinit.cpp b/src/kdeinit/kinit.cpp index 3c3c913..cd1dc9c 100644 --- a/src/kdeinit/kinit.cpp +++ b/src/kdeinit/kinit.cpp -@@ -657,7 +657,7 @@ static pid_t launch(int argc, const char *_name, const char *args, - // https://sourceware.org/bugzilla/show_bug.cgi?id=13945 - // - so we try hacking it in ourselves - QString install_lib_dir = QFile::decodeName( -- CMAKE_INSTALL_PREFIX "/" LIB_INSTALL_DIR "/"); -+ LIB_INSTALL_DIR "/"); - libpath = install_lib_dir + libpath; - l.setFileName(libpath); - l.load(); +@@ -662,7 +662,7 @@ static pid_t launch(int argc, const char *_name, const char *args, + // https://sourceware.org/bugzilla/show_bug.cgi?id=13945 + // - so we try hacking it in ourselves + QString install_lib_dir = QFile::decodeName( +- CMAKE_INSTALL_PREFIX "/" LIB_INSTALL_DIR "/"); ++ LIB_INSTALL_DIR "/"); + QString orig_libpath = libpath; + libpath = install_lib_dir + libpath; + l.setFileName(libpath); @@ -1555,7 +1555,7 @@ static int initXconnection() // Completely unrelated to plugins. static QString findSharedLib(const QString &lib) diff --git a/recipes-kde/kf5/tier3/kinit/kinit.bb b/recipes-kde/kf5/tier3/kinit/kinit.bb index 7e01f1e0..cba4998e 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] = "3c40a568bfe04957ad68b9fa1afe54fd" -SRC_URI[sha256sum] = "f53bf6997ff5cf0b0bcb86bee755a3da20d5cf1de7a6efcd73dada8665bc870e" +SRC_URI[md5sum] = "09ce4488755c84d1184ecea5438e2749" +SRC_URI[sha256sum] = "cdfac3c156de16b900e4480c407e5352749f94b09ec42d9c95b358013995de1a" SRC_URI += " \ file://0001-return-WAYLAND_DISPLAY-if-all-known-options-fail.patch \ diff --git a/recipes-kde/kf5/tier3/kio/kio.bb b/recipes-kde/kf5/tier3/kio/kio.bb index 931d87c2..0bddd7f0 100644 --- a/recipes-kde/kf5/tier3/kio/kio.bb +++ b/recipes-kde/kf5/tier3/kio/kio.bb @@ -23,8 +23,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "f7a87528e9f0fba984323d26773cd553" -SRC_URI[sha256sum] = "db26d787efd4b9f7da1970fb9814bca130f6d3adc578a847e93b4ac5ceadfa30" +SRC_URI[md5sum] = "f700e4089783d2420406b5024fef9f65" +SRC_URI[sha256sum] = "0385883d4b12d044ed6ee030a3e02ddbddae55a131b74022db95f0f974bee7a9" 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 bff49459..12db5112 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] = "d5855a91bf2579f9faafce0563fa658f" -SRC_URI[sha256sum] = "64412b66f941333954d290b44fd33fe3a055eba6e8fbf1fe403fcdbe45684c89" +SRC_URI[md5sum] = "78b7a63732f76652cc95fed80e138074" +SRC_URI[sha256sum] = "cd9705fdb57c4b306e19d2780049218dc32a774f20e17076b136d04b157df53d" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5NewStuff, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier3/knotifyconfig/knotifyconfig.bb b/recipes-kde/kf5/tier3/knotifyconfig/knotifyconfig.bb index 4bfcf179..fd6c1d54 100644 --- a/recipes-kde/kf5/tier3/knotifyconfig/knotifyconfig.bb +++ b/recipes-kde/kf5/tier3/knotifyconfig/knotifyconfig.bb @@ -18,8 +18,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "6acd427037e73e23f3087db88ed11ecc" -SRC_URI[sha256sum] = "d2757b3b283b90575c7b0820260db7d9447f65b02c1aa78fb7b3fdeef3ce2b98" +SRC_URI[md5sum] = "79bf2e28b2bdccdcc6a06c7b0bd2651f" +SRC_URI[sha256sum] = "d07268d7e62adaeacd83c4df2fdc394d707a0e02974c1471414a95880de95ff2" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5NotifyConfig, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier3/kparts/kparts.bb b/recipes-kde/kf5/tier3/kparts/kparts.bb index ed6126ca..729b07b9 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] = "d1472c82637f2eecd4561b815b96c5e4" -SRC_URI[sha256sum] = "f4bc12de449160a7cf80ff4e001331d4245be88b833fce3e57cfe35c454fe515" +SRC_URI[md5sum] = "47e856a1cc7fbc3e9ed9f2326e998586" +SRC_URI[sha256sum] = "07bc65a350641f3310bcb00cf432fef39056383eb7468fe88c8555743c74625f" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5Parts, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier3/kpeople/kpeople.bb b/recipes-kde/kf5/tier3/kpeople/kpeople.bb index 51da19a5..d9f063a5 100644 --- a/recipes-kde/kf5/tier3/kpeople/kpeople.bb +++ b/recipes-kde/kf5/tier3/kpeople/kpeople.bb @@ -7,8 +7,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "kcoreaddons kconfig kservice kwidgetsaddons ki18n kitemviews " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "bb7bc4b9d6f1433538692d63506bac86" -SRC_URI[sha256sum] = "28717278348fbcc5dd0b7296804417e3a18aaa9a7c339430993d441ace334ecf" +SRC_URI[md5sum] = "99b17824db5e65963b2419094e51f8d7" +SRC_URI[sha256sum] = "5474dd9e22daf1bb3790bb2b2e852027fab48ca16a879fd6e9a9ef9c20482918" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5People, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier3/kservice/kservice.bb b/recipes-kde/kf5/tier3/kservice/kservice.bb index d7d32953..00803f67 100644 --- a/recipes-kde/kf5/tier3/kservice/kservice.bb +++ b/recipes-kde/kf5/tier3/kservice/kservice.bb @@ -11,8 +11,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "kconfig kcoreaddons kcrash kdbusaddons ki18n kdoctools" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "ca272f22047a121d3e21f2bad845295c" -SRC_URI[sha256sum] = "35ebb1193f4c2ed47d49e436318ec6d875389decea473db91586886c848a8b0a" +SRC_URI[md5sum] = "39b08d4a7afff397cb819f6c63de46d6" +SRC_URI[sha256sum] = "b7ccc46db55a6782d98b501ead1ebea051ce0c441531a017a285cfcfe8f46087" CMAKE_ALIGN_SYSROOT[1] = "KF5Service, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" CMAKE_ALIGN_SYSROOT[2] = "KF5Service, -S${includedir}, -S${STAGING_INCDIR}" diff --git a/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.inc b/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.inc index 5a209ea0..470c4326 100644 --- a/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.inc +++ b/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.inc @@ -9,7 +9,7 @@ inherit kde-kf5 perlnative DEPENDS += "karchive kconfig kguiaddons ki18n kio kparts sonnet" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "165cc67fc95363ffa6e247b230965b09" -SRC_URI[sha256sum] = "b79515d2851b257c961cdf2c2aa5caa78ff9353468a01890966a90493821746c" +SRC_URI[md5sum] = "4e4cdc9d49dd3a3a865d91ffaec392ba" +SRC_URI[sha256sum] = "fd243ecd7b7527f9ceeb7362175e800b027d96b65109a1ffa63ac3e6ba272c84" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb b/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb index 24a214c0..e0c45547 100644 --- a/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb +++ b/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb @@ -9,8 +9,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "kcompletion kconfig kconfigwidgets ki18n kiconthemes kservice kwidgetsaddons kwindowsystem sonnet" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "c4f03d70c30725e636eaf43b5dcfd893" -SRC_URI[sha256sum] = "d74eb97b7184eed70481a029bc3fe2129d56c7c3d48a3c1708377493cd59cdf7" +SRC_URI[md5sum] = "27ff19e2da61e30b1997121a048c6672" +SRC_URI[sha256sum] = "47067a16da56d40e87d30977c988700a7121fbfc80384805154039c79726a48c" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5TextWidgets, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier3/kwallet/kwallet.bb b/recipes-kde/kf5/tier3/kwallet/kwallet.bb index 5cf169a7..6c2c32d0 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] = "1c6c9aac635b623ab78368dd8617ca4e" -SRC_URI[sha256sum] = "555e2b499d494819eb808752e66ff7d813a66004739d6f70f63a75d79c300c7c" +SRC_URI[md5sum] = "8f7404990e60580dd6b707f6a7c390a4" +SRC_URI[sha256sum] = "909294368aaa493faf51d619b3f2940c2f696251b432889e3d2ce25daf420531" 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/files/0001-no-session-management-if-not-supported-by-qtbase-ind.patch b/recipes-kde/kf5/tier3/kxmlgui/files/0001-no-session-management-if-not-supported-by-qtbase-ind.patch index a113aa96..2dc72d4f 100644 --- a/recipes-kde/kf5/tier3/kxmlgui/files/0001-no-session-management-if-not-supported-by-qtbase-ind.patch +++ b/recipes-kde/kf5/tier3/kxmlgui/files/0001-no-session-management-if-not-supported-by-qtbase-ind.patch @@ -11,42 +11,43 @@ Upstream-Status: pending Signed-off-by: Andreas Müller --- - src/kmainwindow.cpp | 15 ++++++++++++++- - 1 file changed, 14 insertions(+), 1 deletion(-) + src/kmainwindow.cpp | 14 ++++++++++++++ + 1 file changed, 14 insertions(+) diff --git a/src/kmainwindow.cpp b/src/kmainwindow.cpp -index 7c86841..4035561 100644 +index c384b67..a745762 100644 --- a/src/kmainwindow.cpp +++ b/src/kmainwindow.cpp -@@ -119,8 +119,10 @@ bool DockResizeListener::eventFilter(QObject *watched, QEvent *event) +@@ -119,10 +119,12 @@ bool DockResizeListener::eventFilter(QObject *watched, QEvent *event) KMWSessionManager::KMWSessionManager() { +#ifndef QT_NO_SESSIONMANAGER connect(qApp, SIGNAL(saveStateRequest(QSessionManager&)), this, SLOT(saveState(QSessionManager&))); + connect(qApp, SIGNAL(commitDataRequest(QSessionManager&)), + this, SLOT(commitData(QSessionManager&))); +#endif } KMWSessionManager::~KMWSessionManager() -@@ -129,6 +131,7 @@ KMWSessionManager::~KMWSessionManager() +@@ -131,6 +133,7 @@ KMWSessionManager::~KMWSessionManager() - bool KMWSessionManager::saveState(QSessionManager &sm) + void KMWSessionManager::saveState(QSessionManager &sm) { +#ifndef QT_NO_SESSIONMANAGER KConfigGui::setSessionConfig(sm.sessionId(), sm.sessionKey()); KConfig *config = KConfigGui::sessionConfig(); -@@ -158,7 +161,7 @@ bool KMWSessionManager::saveState(QSessionManager &sm) +@@ -160,6 +163,7 @@ void KMWSessionManager::saveState(QSessionManager &sm) discard << localFilePath; sm.setDiscardCommand(discard); } -- +#endif - return true; } -@@ -387,6 +390,9 @@ QMenu *KMainWindow::customHelpMenu(bool showWhatsThis) + void KMWSessionManager::commitData(QSessionManager &sm) +@@ -433,6 +437,9 @@ QMenu *KMainWindow::customHelpMenu(bool showWhatsThis) bool KMainWindow::canBeRestored(int number) { @@ -56,7 +57,7 @@ index 7c86841..4035561 100644 if (!qApp->isSessionRestored()) { return false; } -@@ -398,10 +404,14 @@ bool KMainWindow::canBeRestored(int number) +@@ -444,10 +451,14 @@ bool KMainWindow::canBeRestored(int number) KConfigGroup group(config, "Number"); const int n = group.readEntry("NumberOfWindows", 1); return number >= 1 && number <= n; @@ -71,7 +72,7 @@ index 7c86841..4035561 100644 if (!qApp->isSessionRestored()) { return QString(); } -@@ -416,10 +426,12 @@ const QString KMainWindow::classNameOfToplevel(int number) +@@ -462,10 +473,12 @@ const QString KMainWindow::classNameOfToplevel(int number) } else { return group.readEntry("ClassName"); } @@ -80,11 +81,11 @@ index 7c86841..4035561 100644 bool KMainWindow::restore(int number, bool show) { -+#ifndef QT_NO_SESSIONMANAGER ++#ifdef QT_NO_SESSIONMANAGER if (!canBeRestored(number)) { return false; } -@@ -430,6 +442,7 @@ bool KMainWindow::restore(int number, bool show) +@@ -476,6 +489,7 @@ bool KMainWindow::restore(int number, bool show) } return false; } @@ -93,5 +94,5 @@ index 7c86841..4035561 100644 } -- -1.9.3 +2.5.0 diff --git a/recipes-kde/kf5/tier3/kxmlgui/files/0003-kmainwindow-remove-usage-of-QGuiApplication-setFallb.patch b/recipes-kde/kf5/tier3/kxmlgui/files/0003-kmainwindow-remove-usage-of-QGuiApplication-setFallb.patch new file mode 100644 index 00000000..80236b0d --- /dev/null +++ b/recipes-kde/kf5/tier3/kxmlgui/files/0003-kmainwindow-remove-usage-of-QGuiApplication-setFallb.patch @@ -0,0 +1,33 @@ +From b64dcbaa419a3e84c96dc3b97cd8b24f2254e5a5 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Andreas=20M=C3=BCller?= +Date: Fri, 25 Mar 2016 01:04:26 +0100 +Subject: [PATCH] kmainwindow: remove usage of + QGuiApplication::setFallbackSessionManagementEnabled +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +meta-qt5 does not yet have a qtbase supporting this + +Signed-off-by: Andreas Müller +--- + src/kmainwindow.cpp | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/src/kmainwindow.cpp b/src/kmainwindow.cpp +index a745762..8358ea5 100644 +--- a/src/kmainwindow.cpp ++++ b/src/kmainwindow.cpp +@@ -220,9 +220,6 @@ KMainWindow::KMainWindow(KMainWindowPrivate &dd, QWidget *parent, Qt::WindowFlag + void KMainWindowPrivate::init(KMainWindow *_q) + { + q = _q; +-#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0) +- QGuiApplication::setFallbackSessionManagementEnabled(false); +-#endif + q->setAnimated(q->style()->styleHint(QStyle::SH_Widget_Animate, 0, q)); + + q->setAttribute(Qt::WA_DeleteOnClose); +-- +2.5.0 + diff --git a/recipes-kde/kf5/tier3/kxmlgui/kxmlgui.bb b/recipes-kde/kf5/tier3/kxmlgui/kxmlgui.bb index 0b8df154..374082c7 100644 --- a/recipes-kde/kf5/tier3/kxmlgui/kxmlgui.bb +++ b/recipes-kde/kf5/tier3/kxmlgui/kxmlgui.bb @@ -21,13 +21,15 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "8e29c5073c871cb1a2128c717500b325" -SRC_URI[sha256sum] = "503d623d793c0b50abaf135a275c7d0e6fb31eba0adba4f6fd836e1f5dec82aa" +SRC_URI[md5sum] = "0faf3974771268f42db7c1d4f52f3b9c" +SRC_URI[sha256sum] = "84d186d92969570a47f314c20f7f444d3d82182e47b6f065ab3537bdbc221c14" # REVISIT remove ugly hack for wayland-only environments +# REVISIT remove 0003-kmainwindow.. as soon as meta-qt5 hasmoved to 5.6 SRC_URI += " \ file://0001-no-session-management-if-not-supported-by-qtbase-ind.patch \ file://0002-fix-path-to-ksendbugmail.patch \ + file://0003-kmainwindow-remove-usage-of-QGuiApplication-setFallb.patch \ " EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier3/kxmlrpcclient/kxmlrpcclient.bb b/recipes-kde/kf5/tier3/kxmlrpcclient/kxmlrpcclient.bb index 60dfdc45..228fb6c4 100644 --- a/recipes-kde/kf5/tier3/kxmlrpcclient/kxmlrpcclient.bb +++ b/recipes-kde/kf5/tier3/kxmlrpcclient/kxmlrpcclient.bb @@ -9,8 +9,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "ki18n kio" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "590e3f07e6e47564208f1d1f94df4315" -SRC_URI[sha256sum] = "0f25bcc12fd3fdb78b055fcfefb067243f61d2afde742ac897950ab83b3b5152" +SRC_URI[md5sum] = "5a3823f2e2a2e808784bb87ba4a39448" +SRC_URI[sha256sum] = "8789d2e438c94e362f1dffbfe2d9bf3026d394e485ed310c223f47cc59d645d9" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5XmlRpcClient, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb b/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb index af7875d7..37560f83 100644 --- a/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb +++ b/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb @@ -31,8 +31,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "dbb2096267291d4a36482575c00a3c58" -SRC_URI[sha256sum] = "2711c298dbb0755468f8633d5bbe4a6db4c6aac8f5604c38844983a764c80895" +SRC_URI[md5sum] = "8ad1c95b1d1e9a67910341733cc6bf62" +SRC_URI[sha256sum] = "8baa3f70750e78e3c6cf8ed1c8d6356d879be20e8ccfcf950ae3cc37b7c26e8f" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5Plasma, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" diff --git a/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb b/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb index 44939822..cacf518b 100644 --- a/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb +++ b/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb @@ -17,8 +17,8 @@ DEPENDS += " \ RRECCOMENDS_${PN} += "oxygen-fonts" PV = "${KF5_VERSION}" -SRC_URI[md5sum] = "5ff469c4b86c11bae91b1ee43a8fe386" -SRC_URI[sha256sum] = "c3cb58b4758b28df9121c44aaadac74fb4546b968ec071a2ef177bc6cf3d8a02" +SRC_URI[md5sum] = "cedac6f1740ca905f2c70cd9202b7e5d" +SRC_URI[sha256sum] = "4f6c2fcd98417501aeb483196324eb4bb0b970aa9f380168076abc78ce73c432" # cross libs / headers CMAKE_ALIGN_SYSROOT[1] = "KF5FrameworkIntegration, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" 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 9b2e31cf..5aadf6f6 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] = "c18b4e3ad6e37ce1fe372931d2b269fb" -SRC_URI[sha256sum] = "c3d02fbeaa3af9bc1165365be00a97746475c26d85695e16d7f1a8ac168483b6" +SRC_URI[md5sum] = "1b2e1a6416f47c3d8b5e1a8bc4680570" +SRC_URI[sha256sum] = "2c8ff0c7289edfaa95007e622c87a5fa95e9e2a2ed291eb25a61f06ea92ac34c" SRC_URI += "file://0001-FindQtWaylandScanner.cmake-align-path-to-our-needs.patch" PV = "${KF5_VERSION}"