From 701c750d48412dfc556ec9472a8ac1369f030fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 15 May 2017 23:43:05 +0200 Subject: [PATCH] kde-plasma: update 5.9.4 -> 5.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- classes/kde-plasma.bbclass | 2 +- .../plasma/tier1/kdecoration/kdecoration.bb | 4 +- .../kactivitymanagerd/kactivitymanagerd.bb | 4 +- ...1-fix-build-for-QT_NO_SESSIONMANAGER.patch | 62 +++++++++++-------- .../plasma-workspace/plasma-workspace.bb | 5 +- .../plasma/untier/bluedevil/bluedevil.bb | 4 +- .../plasma/untier/breeze-gtk/breeze-gtk.bb | 4 +- .../untier/breeze-plymouth/breeze-plymouth.bb | 4 +- recipes-kde/plasma/untier/breeze/breeze.bb | 4 +- .../plasma/untier/discover/discover.bb | 4 +- .../untier/kde-cli-tools/kde-cli-tools.bb | 4 +- .../untier/kde-gtk-config/kde-gtk-config.bb | 4 +- .../kdeplasma-addons/kdeplasma-addons.bb | 4 +- recipes-kde/plasma/untier/kgamma5/kgamma5.bb | 4 +- .../plasma/untier/khotkeys/khotkeys.bb | 4 +- .../plasma/untier/kinfocenter/kinfocenter.bb | 4 +- .../plasma/untier/kmenuedit/kmenuedit.bb | 4 +- recipes-kde/plasma/untier/kscreen/kscreen.bb | 4 +- .../untier/kscreenlocker/kscreenlocker.bb | 4 +- .../plasma/untier/ksshaskpass/ksshaskpass.bb | 4 +- .../plasma/untier/ksysguard/ksysguard.bb | 4 +- .../plasma/untier/kwallet-pam/kwallet-pam.bb | 4 +- .../kwayland-integration.bb | 4 +- recipes-kde/plasma/untier/kwin/kwin.bb | 4 +- recipes-kde/plasma/untier/kwrited/kwrited.bb | 4 +- .../plasma/untier/libkscreen/libkscreen.bb | 4 +- .../untier/libksysguard/libksysguard.bb | 4 +- recipes-kde/plasma/untier/milou/milou.bb | 4 +- recipes-kde/plasma/untier/oxygen/oxygen.bb | 4 +- .../untier/plasma-desktop/plasma-desktop.bb | 4 +- .../plasma-integration/plasma-integration.bb | 4 +- .../plasma/untier/plasma-nm/plasma-nm.bb | 4 +- .../plasma/untier/plasma-pa/plasma-pa.bb | 4 +- .../plasma-workspace-wallpapers.bb | 4 +- .../polkit-kde-agent-1/polkit-kde-agent-1.bb | 4 +- .../plasma/untier/powerdevil/powerdevil.bb | 4 +- .../plasma/untier/sddm-kcm/sddm-kcm.bb | 4 +- .../untier/systemsettings/systemsettings.bb | 4 +- .../untier/user-manager/user-manager.bb | 4 +- 39 files changed, 113 insertions(+), 100 deletions(-) diff --git a/classes/kde-plasma.bbclass b/classes/kde-plasma.bbclass index d5085330..6d9ebe34 100644 --- a/classes/kde-plasma.bbclass +++ b/classes/kde-plasma.bbclass @@ -1,6 +1,6 @@ inherit kde-base -PLASMA_VERSION = "5.9.4" +PLASMA_VERSION = "5.9.5" SRC_URI = "${KDE_MIRROR}/stable/plasma/${PV}/${BPN}-${PV}.tar.xz" diff --git a/recipes-kde/plasma/tier1/kdecoration/kdecoration.bb b/recipes-kde/plasma/tier1/kdecoration/kdecoration.bb index 605f76c0..82ff9463 100644 --- a/recipes-kde/plasma/tier1/kdecoration/kdecoration.bb +++ b/recipes-kde/plasma/tier1/kdecoration/kdecoration.bb @@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" inherit kde-plasma PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "a5084dd994654509a8659c42bdb18a31" -SRC_URI[sha256sum] = "e2a4a9de70aae0d554c251f836eb09219beeb3e7d5560fe57ade75b835b98e89" +SRC_URI[md5sum] = "b3041d46225ce7838360708c2ab95c6e" +SRC_URI[sha256sum] = "d4529161bfe989f4a6c3f7e5dbf0f727119a8f7abe4ae9565fe04504e54352ee" diff --git a/recipes-kde/plasma/tier3/kactivitymanagerd/kactivitymanagerd.bb b/recipes-kde/plasma/tier3/kactivitymanagerd/kactivitymanagerd.bb index 03171cc7..17699d14 100644 --- a/recipes-kde/plasma/tier3/kactivitymanagerd/kactivitymanagerd.bb +++ b/recipes-kde/plasma/tier3/kactivitymanagerd/kactivitymanagerd.bb @@ -21,8 +21,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "124151a31a7bfb6826db3d23590b5e5f" -SRC_URI[sha256sum] = "32f48236fe6cbecbee874cee68c42e19f8391a46a812bcc7efa36bba56fd2412" +SRC_URI[md5sum] = "9199b1de5adb5f70b79d6f38afc5e8e6" +SRC_URI[sha256sum] = "07b46fe7f5101f2cf5291c4b9a05c9d3a574d131bf1690a71b0b30ff789fc049" SRC_URI += "file://0001-replace-try_run-by-try_compile-in-compiler-feature-c.patch" FILES_SOLIBSDEV = "" diff --git a/recipes-kde/plasma/tier3/plasma-workspace/files/0001-fix-build-for-QT_NO_SESSIONMANAGER.patch b/recipes-kde/plasma/tier3/plasma-workspace/files/0001-fix-build-for-QT_NO_SESSIONMANAGER.patch index d4851e01..934d862e 100644 --- a/recipes-kde/plasma/tier3/plasma-workspace/files/0001-fix-build-for-QT_NO_SESSIONMANAGER.patch +++ b/recipes-kde/plasma/tier3/plasma-workspace/files/0001-fix-build-for-QT_NO_SESSIONMANAGER.patch @@ -10,34 +10,17 @@ Upstream-Status: pending Signed-off-by: Andreas Müller --- - klipper/klipper.cpp | 2 ++ - klipper/main.cpp | 3 +++ - krunner/main.cpp | 4 ++++ - shell/main.cpp | 4 ++++ - 4 files changed, 13 insertions(+) + klipper/main.cpp | 4 ++++ + krunner/main.cpp | 4 ++++ + shell/main.cpp | 4 ++++ + xembed-sni-proxy/main.cpp | 5 ++++- + 4 files changed, 16 insertions(+), 1 deletion(-) -diff --git a/klipper/klipper.cpp b/klipper/klipper.cpp -index 79060d8..336adae 100644 ---- a/klipper/klipper.cpp -+++ b/klipper/klipper.cpp -@@ -224,10 +224,12 @@ Klipper::Klipper(QObject* parent, const KSharedConfigPtr& config, KlipperMode mo - m_popup->plugAction( m_quitAction ); - } - -+#ifndef QT_NO_SESSIONMANAGER - // session manager interaction - if (m_mode == KlipperMode::Standalone) { - connect(qApp, &QGuiApplication::commitDataRequest, this, &Klipper::saveSession); - } -+#endif - - connect(this, &Klipper::passivePopup, this, - [this] (const QString &caption, const QString &text) { diff --git a/klipper/main.cpp b/klipper/main.cpp -index 58a0778..c647d72 100644 +index 58a0778..a1d1312 100644 --- a/klipper/main.cpp +++ b/klipper/main.cpp -@@@ -27,7 +27,9 @@ +@@ -27,7 +27,9 @@ #include #include @@ -123,6 +106,35 @@ index ec117f3..93791b2 100644 ShellManager::s_fixedShell = cliOptions.value(shellPluginOption); +diff --git a/xembed-sni-proxy/main.cpp b/xembed-sni-proxy/main.cpp +index aa1d7f3..26ff777 100644 +--- a/xembed-sni-proxy/main.cpp ++++ b/xembed-sni-proxy/main.cpp +@@ -19,7 +19,9 @@ + */ + + #include ++#ifndef QT_NO_SESSIONMANAGER + #include ++#endif + + #include "fdoselectionmanager.h" + +@@ -47,12 +49,13 @@ int main(int argc, char ** argv) + qFatal("xembed-sni-proxy is only useful XCB. Aborting"); + } + ++#ifndef QT_NO_SESSIONMANAGER + auto disableSessionManagement = [](QSessionManager &sm) { + sm.setRestartHint(QSessionManager::RestartNever); + }; + QObject::connect(&app, &QGuiApplication::commitDataRequest, disableSessionManagement); + QObject::connect(&app, &QGuiApplication::saveStateRequest, disableSessionManagement); +- ++#endif + + app.setDesktopSettingsAware(false); + app.setQuitOnLastWindowClosed(false); -- -2.5.5 +2.9.3 diff --git a/recipes-kde/plasma/tier3/plasma-workspace/plasma-workspace.bb b/recipes-kde/plasma/tier3/plasma-workspace/plasma-workspace.bb index b3d82928..441c9ab0 100644 --- a/recipes-kde/plasma/tier3/plasma-workspace/plasma-workspace.bb +++ b/recipes-kde/plasma/tier3/plasma-workspace/plasma-workspace.bb @@ -41,8 +41,9 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "e66964736288278e9e463dee074d11ba" -SRC_URI[sha256sum] = "15af4769aee9ab35df133fcb4b366ead4cf3b495e7f6d1ece4851055887d5f5d" +SRC_URI[md5sum] = "5e7da85fd6e2dbb21a89c0395b2de4ec" +SRC_URI[sha256sum] = "857770a27d3cd4af027078050d36cefc843e47f4bd92b93a712b0238d6c08b1e" +S = "${WORKDIR}/${BPN}-5.9.5.1" SRC_URI += " \ file://0001-fix-build-for-QT_NO_SESSIONMANAGER.patch \ diff --git a/recipes-kde/plasma/untier/bluedevil/bluedevil.bb b/recipes-kde/plasma/untier/bluedevil/bluedevil.bb index 3eaf701c..bee1376d 100644 --- a/recipes-kde/plasma/untier/bluedevil/bluedevil.bb +++ b/recipes-kde/plasma/untier/bluedevil/bluedevil.bb @@ -22,8 +22,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "130f6665eedc8fcf0b563339f3b77e6d" -SRC_URI[sha256sum] = "acf5c2657294eedf2af6b0c33bd44aac1b93545131ca990e5f7f1e1f95de61a8" +SRC_URI[md5sum] = "880a51d7f195013903d1ace59c24b36c" +SRC_URI[sha256sum] = "7910135f285e35e7c3de6695c98559841dd7ededc61e2a0d963f31926a74ed6b" FILES_${PN} += " \ ${datadir}/bluedevilwizard \ diff --git a/recipes-kde/plasma/untier/breeze-gtk/breeze-gtk.bb b/recipes-kde/plasma/untier/breeze-gtk/breeze-gtk.bb index d3f79dfb..1740521f 100644 --- a/recipes-kde/plasma/untier/breeze-gtk/breeze-gtk.bb +++ b/recipes-kde/plasma/untier/breeze-gtk/breeze-gtk.bb @@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = " \ inherit kde-plasma PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "f140c8a5b2d3d541e3a6899ca011662e" -SRC_URI[sha256sum] = "f47540d9df7a21cac778ec30d57afa215a14c0cbb2c14b352ead15cc4c8459f6" +SRC_URI[md5sum] = "952262887b12a9c32893919660f75dd2" +SRC_URI[sha256sum] = "32dfa87f0cdf713962c22415a0ed8b2e1eff89a6fd517407738056ff32064459" FILES_${PN} += " \ ${datadir}/kconf_update \ diff --git a/recipes-kde/plasma/untier/breeze-plymouth/breeze-plymouth.bb b/recipes-kde/plasma/untier/breeze-plymouth/breeze-plymouth.bb index 5abfe72d..ad1cd916 100644 --- a/recipes-kde/plasma/untier/breeze-plymouth/breeze-plymouth.bb +++ b/recipes-kde/plasma/untier/breeze-plymouth/breeze-plymouth.bb @@ -9,8 +9,8 @@ inherit kde-plasma DEPENDS += "plymouth" PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "3b4f6ffd5ef3bcdb4c839376fd6f5bdb" -SRC_URI[sha256sum] = "0f217d1600b83e34a6eb9a4ae7522f07d44873507bbe9b37fefd18a697dd94ef" +SRC_URI[md5sum] = "e9fb489fda0cdf3bf9ef5b9f419d26b6" +SRC_URI[sha256sum] = "d30f665db09907d39b942177ed74a7e884a824162dcc979fe3ebe47b1cc1d8ba" FILES_${PN} += " \ ${datadir}/plymouth \ diff --git a/recipes-kde/plasma/untier/breeze/breeze.bb b/recipes-kde/plasma/untier/breeze/breeze.bb index e12fe817..4a8e6144 100644 --- a/recipes-kde/plasma/untier/breeze/breeze.bb +++ b/recipes-kde/plasma/untier/breeze/breeze.bb @@ -23,8 +23,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "4b9e41114f741be6e1fc81d2ba0b4d0d" -SRC_URI[sha256sum] = "f207bb1fe4ef988aa2c2f5fddb25c58346a8a6cdf37c21fa1632611fd31b211e" +SRC_URI[md5sum] = "a715c46dc3bb2efbda883ab56b5b17f3" +SRC_URI[sha256sum] = "83312b854282636bc6d10a1e579c5a13538394b76af5963f3e79b0d235053e3d" FILES_${PN} += " \ ${datadir}/color-schemes \ diff --git a/recipes-kde/plasma/untier/discover/discover.bb b/recipes-kde/plasma/untier/discover/discover.bb index 05cd03f9..f1af95dc 100644 --- a/recipes-kde/plasma/untier/discover/discover.bb +++ b/recipes-kde/plasma/untier/discover/discover.bb @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = " \ inherit kde-plasma gtk-icon-cache PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "bf72b471596b5a9115826a80e8a8c264" -SRC_URI[sha256sum] = "eeffc7d22f8d63970f4f5c26b730e5aaccbe66bdcb318d2525a98ba1b8c2c2dd" +SRC_URI[md5sum] = "b6a7eea4cfda21a16a28299ef1f5c0f1" +SRC_URI[sha256sum] = "231ec1ba751769e3a382e8e44841c2ac0b8f8f5c0c9d68ce4d5b03dfa6ee8620" DEPENDS += " \ qtsvg \ diff --git a/recipes-kde/plasma/untier/kde-cli-tools/kde-cli-tools.bb b/recipes-kde/plasma/untier/kde-cli-tools/kde-cli-tools.bb index 6ded5cf3..750ef153 100644 --- a/recipes-kde/plasma/untier/kde-cli-tools/kde-cli-tools.bb +++ b/recipes-kde/plasma/untier/kde-cli-tools/kde-cli-tools.bb @@ -21,8 +21,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "792e17a24a9e9d60d4980c3ed69f6dde" -SRC_URI[sha256sum] = "a8fe385e2fd96a5d1a4f0a4005b2588993071e80d3a2062fff16c35bcfd65aa8" +SRC_URI[md5sum] = "9be0f66c340ca96e069df1c22716d71a" +SRC_URI[sha256sum] = "56e4835deed5d81c37a69efbb399d5f59bb894da33077d251a2374ecf423d0a4" # do not move so-libs to -dev package FILES_SOLIBSDEV = "" diff --git a/recipes-kde/plasma/untier/kde-gtk-config/kde-gtk-config.bb b/recipes-kde/plasma/untier/kde-gtk-config/kde-gtk-config.bb index 853156c1..85a49047 100644 --- a/recipes-kde/plasma/untier/kde-gtk-config/kde-gtk-config.bb +++ b/recipes-kde/plasma/untier/kde-gtk-config/kde-gtk-config.bb @@ -20,8 +20,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "4073521c711fa5b9b69e1f08f853956c" -SRC_URI[sha256sum] = "0661ab7a75f433b9f4dbf89ba44ab09de9ec8f7ea82d7cfb26316539b2afe331" +SRC_URI[md5sum] = "72ce3441d982e5fc6570225ac4ba55bc" +SRC_URI[sha256sum] = "9e1dd2a3e1d0396159dec24191793cc163fdbc7f2e6d30504f1fab9c7f624ea9" SRC_URI += "file://0001-fix-for-gtk2-only-and-gtk3-only-environments.patch" diff --git a/recipes-kde/plasma/untier/kdeplasma-addons/kdeplasma-addons.bb b/recipes-kde/plasma/untier/kdeplasma-addons/kdeplasma-addons.bb index 398d0e78..0a9cf4af 100644 --- a/recipes-kde/plasma/untier/kdeplasma-addons/kdeplasma-addons.bb +++ b/recipes-kde/plasma/untier/kdeplasma-addons/kdeplasma-addons.bb @@ -29,8 +29,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "b6205444e7c638bd7a3a647fe513af48" -SRC_URI[sha256sum] = "d799e680206a251d20e34a43d1faa033497fdec95abdd70e352cf079471b2d05" +SRC_URI[md5sum] = "5c9646d3c5aeca86f44a74dd6bc88ad4" +SRC_URI[sha256sum] = "94529ea504f98f10d238e96a4c8d02d1f3458bf062386123668451ddbf1ef280" FILES_${PN} += " \ ${datadir}/kwin \ diff --git a/recipes-kde/plasma/untier/kgamma5/kgamma5.bb b/recipes-kde/plasma/untier/kgamma5/kgamma5.bb index 45ec750b..61a8675d 100644 --- a/recipes-kde/plasma/untier/kgamma5/kgamma5.bb +++ b/recipes-kde/plasma/untier/kgamma5/kgamma5.bb @@ -15,8 +15,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "805b42535053c3dbeacfb7a2eb1d7ffb" -SRC_URI[sha256sum] = "5b0259ae1974d0b75eaffcd8ae596ba7751b4c339f4761246a88302773938f63" +SRC_URI[md5sum] = "795d650a2a817ea654d87d015a82e150" +SRC_URI[sha256sum] = "45b612d3b92f71322e6795104f3ee00a0ca355e51eeb99bea327407c528ff8cf" FILES_${PN} += " \ ${datadir}/kgamma \ diff --git a/recipes-kde/plasma/untier/khotkeys/khotkeys.bb b/recipes-kde/plasma/untier/khotkeys/khotkeys.bb index e3d3aa82..7ae86a18 100644 --- a/recipes-kde/plasma/untier/khotkeys/khotkeys.bb +++ b/recipes-kde/plasma/untier/khotkeys/khotkeys.bb @@ -24,8 +24,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "74a809a9f93320dd3cba04a737083a4b" -SRC_URI[sha256sum] = "001359c841d4bb919c82cc0e9826586ebe4654a8aa037bb7e1b7eb9fed9e0f52" +SRC_URI[md5sum] = "641569414e4f9adadd94ab2d2ca11967" +SRC_URI[sha256sum] = "a995c3b0a1a86c79c64342ae17a45fd664205592d3cd541bcd7453b5d89ac617" FILES_${PN} += " \ ${datadir}/kservices5 \ diff --git a/recipes-kde/plasma/untier/kinfocenter/kinfocenter.bb b/recipes-kde/plasma/untier/kinfocenter/kinfocenter.bb index ac7eda38..aca7ce0c 100644 --- a/recipes-kde/plasma/untier/kinfocenter/kinfocenter.bb +++ b/recipes-kde/plasma/untier/kinfocenter/kinfocenter.bb @@ -33,8 +33,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "1fc47d188886e5427119c13f44d450c7" -SRC_URI[sha256sum] = "9d30cd53d52df8cc83f950e501ae649651eb47e450abfe0453260750f4116e93" +SRC_URI[md5sum] = "0f10760bdefc660f6048907e6852fe69" +SRC_URI[sha256sum] = "4f6f37b29e9f29850389fec2708dd7733051095e0ff9b842327d73bc151e7149" SRC_URI += "file://0001-fix-build-in-x11-less-environments.patch" FILES_${PN} += " \ diff --git a/recipes-kde/plasma/untier/kmenuedit/kmenuedit.bb b/recipes-kde/plasma/untier/kmenuedit/kmenuedit.bb index 1adf92b9..0ea7f5cc 100644 --- a/recipes-kde/plasma/untier/kmenuedit/kmenuedit.bb +++ b/recipes-kde/plasma/untier/kmenuedit/kmenuedit.bb @@ -23,8 +23,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "f339774e441f13aeca0756fa15252722" -SRC_URI[sha256sum] = "9d749d82e49e47e6301128b56412d9b7200ce108eb28ab25ea551d868f79a7d3" +SRC_URI[md5sum] = "18f6f9117724fd8bcc1b88600fd7fe3b" +SRC_URI[sha256sum] = "12d8fc839d584c4824e7f61f98af2bacdc7b622257620401e983bb0fce0fded5" # do not move so-libs to -dev package FILES_SOLIBSDEV = "" diff --git a/recipes-kde/plasma/untier/kscreen/kscreen.bb b/recipes-kde/plasma/untier/kscreen/kscreen.bb index 744b3d80..a989b596 100644 --- a/recipes-kde/plasma/untier/kscreen/kscreen.bb +++ b/recipes-kde/plasma/untier/kscreen/kscreen.bb @@ -21,8 +21,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "4f5ee8238d6646f3b6ccf174acb39926" -SRC_URI[sha256sum] = "bde7a7733310a7cbce68277586e80277a51434b893fb95d9c023da6a792691bc" +SRC_URI[md5sum] = "79f2c6d4605a5af22f0553903af734db" +SRC_URI[sha256sum] = "d1f1fe291763fbe14ccdffaf48c2540ecd4dc1b9fa88da1930c02ca36580c0b5" FILES_${PN} += " \ ${datadir}/kcm_kscreen \ diff --git a/recipes-kde/plasma/untier/kscreenlocker/kscreenlocker.bb b/recipes-kde/plasma/untier/kscreenlocker/kscreenlocker.bb index ca30eafa..80f9bca7 100644 --- a/recipes-kde/plasma/untier/kscreenlocker/kscreenlocker.bb +++ b/recipes-kde/plasma/untier/kscreenlocker/kscreenlocker.bb @@ -21,8 +21,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "c2d05e58ca0037258f40cca90ce67174" -SRC_URI[sha256sum] = "92e26758b1ff0af00e4416f2a463e8690e59010de8bdd3c37ef82c551749c132" +SRC_URI[md5sum] = "fcf68f79554ab7770575f68223da50c8" +SRC_URI[sha256sum] = "718511aecad9928987e0dbe10906da6eb95b0d1f678ab9aa8dfbb4d7dcfbc0c1" SRC_URI += "file://kde.pam" diff --git a/recipes-kde/plasma/untier/ksshaskpass/ksshaskpass.bb b/recipes-kde/plasma/untier/ksshaskpass/ksshaskpass.bb index ad186544..1a6ef62c 100644 --- a/recipes-kde/plasma/untier/ksshaskpass/ksshaskpass.bb +++ b/recipes-kde/plasma/untier/ksshaskpass/ksshaskpass.bb @@ -19,5 +19,5 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "4f399a24f42d1c4ebfe5664796d8de1e" -SRC_URI[sha256sum] = "6a5adce31ed348a2838b574774199102aeacec0c3ee2cfd8b5c3a588622935f0" +SRC_URI[md5sum] = "89ab2e8a2cc5e9cbd25d268d6953ac8b" +SRC_URI[sha256sum] = "21bed81030113b5e2f4b6b363128bed7ca98b49880319c7b615e6862986b9ec6" diff --git a/recipes-kde/plasma/untier/ksysguard/ksysguard.bb b/recipes-kde/plasma/untier/ksysguard/ksysguard.bb index 7391e30f..d8565cf7 100644 --- a/recipes-kde/plasma/untier/ksysguard/ksysguard.bb +++ b/recipes-kde/plasma/untier/ksysguard/ksysguard.bb @@ -24,8 +24,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "cdb009ad78aa3d946f91af7d9f1e986f" -SRC_URI[sha256sum] = "10340edffb467231f7187f97061da5f47d2934289e11f045507a0ba1ecc41f12" +SRC_URI[md5sum] = "d3dc652f7f25a37de447aba478dc3b5c" +SRC_URI[sha256sum] = "0693e662ef70aa6cdee79bf1e5eeba37a29b88bb555550bd48342396479d1fb6" # do not move so-libs to -dev package FILES_SOLIBSDEV = "" diff --git a/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb b/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb index d97cbb2b..b92ae20f 100644 --- a/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb +++ b/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb @@ -14,8 +14,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "91e177facd169829ea7890b11a9cfec3" -SRC_URI[sha256sum] = "dcfaa53317537454871a819b6b0ebdc4a1faec2698e13c1d8b805671ab55cf50" +SRC_URI[md5sum] = "42e73612aed54725d7de7219403db215" +SRC_URI[sha256sum] = "361b2b53c8e1cf00b57ef17f9b15e6db9b3161e935f43abedec7775ff8ba9059" SRC_URI += " \ file://0001-use-pkgconfig-to-find-libgcrypt.patch \ " diff --git a/recipes-kde/plasma/untier/kwayland-integration/kwayland-integration.bb b/recipes-kde/plasma/untier/kwayland-integration/kwayland-integration.bb index d6c16167..368d4ad6 100644 --- a/recipes-kde/plasma/untier/kwayland-integration/kwayland-integration.bb +++ b/recipes-kde/plasma/untier/kwayland-integration/kwayland-integration.bb @@ -13,8 +13,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "fe83bb50b1a9eca9e7301592595393ef" -SRC_URI[sha256sum] = "3d34ff505d9f9bef1132f5edd82be3fa4885b1eecfe62cfe65657f3592887887" +SRC_URI[md5sum] = "b2c6a0ca8b907c1fb72aa7dcd35361f2" +SRC_URI[sha256sum] = "f9700c4f796b0c311c2eecd1354b5f32adc1028e5a4ccacc6edad7dd0c3e8a1e" FILES_${PN} += " \ ${OE_QMAKE_PATH_PLUGINS} \ diff --git a/recipes-kde/plasma/untier/kwin/kwin.bb b/recipes-kde/plasma/untier/kwin/kwin.bb index decd1b21..aeb43c8a 100644 --- a/recipes-kde/plasma/untier/kwin/kwin.bb +++ b/recipes-kde/plasma/untier/kwin/kwin.bb @@ -49,8 +49,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "cfce798b20b469fc5e9a5f2fd8072be1" -SRC_URI[sha256sum] = "a136b0c46c2c8376611355598236d829f54da8192682c515e4358cb6cd849361" +SRC_URI[md5sum] = "4807b37628322d1e1eb8679830ce98b4" +SRC_URI[sha256sum] = "4d4e06e956cd8c180ffcbd7b49ce5da65ff5c13c33c78a5fedb753e46d6ec98d" SRC_URI += " \ file://0001-fix-build-for-qtbase-without-session-management.patch \ diff --git a/recipes-kde/plasma/untier/kwrited/kwrited.bb b/recipes-kde/plasma/untier/kwrited/kwrited.bb index 778d1ce4..366484de 100644 --- a/recipes-kde/plasma/untier/kwrited/kwrited.bb +++ b/recipes-kde/plasma/untier/kwrited/kwrited.bb @@ -15,8 +15,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "cc62a4a270b9b98aa0c473259c3df796" -SRC_URI[sha256sum] = "67b5fd067951aa831eee14bf73fbabdd16e6fa4a63ff1d85e59e05651cb02bdf" +SRC_URI[md5sum] = "00b53c0e22ef3ee409314c4dd1550c52" +SRC_URI[sha256sum] = "aaad41bf140717f8bfa87381de9e1baad639afc30e06566a238f58767bd4ecea" SRC_URI += " \ file://0001-fix-build-for-qtbase-without-session-management.patch \ diff --git a/recipes-kde/plasma/untier/libkscreen/libkscreen.bb b/recipes-kde/plasma/untier/libkscreen/libkscreen.bb index f8a61367..35999dcd 100644 --- a/recipes-kde/plasma/untier/libkscreen/libkscreen.bb +++ b/recipes-kde/plasma/untier/libkscreen/libkscreen.bb @@ -12,8 +12,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "0c3cb40369208304929f4a01f0d496c4" -SRC_URI[sha256sum] = "fb0e1f278017276b69b7796042e3f04b350fc264024c974e683c159f414869c0" +SRC_URI[md5sum] = "1118656e6a04304b030bce7c771cc589" +SRC_URI[sha256sum] = "040031f4fdcae638e92b8af32ad4cb8d2c96648ac31a6032d1e36f14333a00eb" SRC_URI += " \ file://0001-fix-configuration-build-on-x-less-systems.patch \ diff --git a/recipes-kde/plasma/untier/libksysguard/libksysguard.bb b/recipes-kde/plasma/untier/libksysguard/libksysguard.bb index 8a4053c2..493257b9 100644 --- a/recipes-kde/plasma/untier/libksysguard/libksysguard.bb +++ b/recipes-kde/plasma/untier/libksysguard/libksysguard.bb @@ -24,8 +24,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "c07d794a1088474155066e0b0ae32af7" -SRC_URI[sha256sum] = "15df1b40cedc28d4634d2ceb301401930d46897bb4cf963cdf26cd7c51c6eebe" +SRC_URI[md5sum] = "1b0700d701b5041eb9618f78d240324f" +SRC_URI[sha256sum] = "7c1ed82df3ac46f3fc2e9e0a3bc45cf7d783fae145299e57b7b2e9a2f5dd142c" FILES_${PN} += " \ ${datadir}/dbus-1 \ diff --git a/recipes-kde/plasma/untier/milou/milou.bb b/recipes-kde/plasma/untier/milou/milou.bb index 24927685..0477506b 100644 --- a/recipes-kde/plasma/untier/milou/milou.bb +++ b/recipes-kde/plasma/untier/milou/milou.bb @@ -19,8 +19,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "a456e36e56efcf58a3ad6dd20b3d5b1e" -SRC_URI[sha256sum] = "dcad590c3ad7f2ab8ead85cd9bec6bb037a399ce28dde4297dec195a53eabfa3" +SRC_URI[md5sum] = "0814c76c9a9ba8a2cf7e6d223be5ee6f" +SRC_URI[sha256sum] = "fca5e8c2652f68b9f632a99f27bdbc32ba0e84d34ae62909c7f7bdae8d50f8e3" FILES_${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/plasma/untier/oxygen/oxygen.bb b/recipes-kde/plasma/untier/oxygen/oxygen.bb index 0510fdb6..385a9367 100644 --- a/recipes-kde/plasma/untier/oxygen/oxygen.bb +++ b/recipes-kde/plasma/untier/oxygen/oxygen.bb @@ -22,8 +22,8 @@ DEPENDS += " \ PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "0f6494de1b63c84e7407eb24b70db734" -SRC_URI[sha256sum] = "184cf85ac0c9e9614462a9aa17d870aac237647ef85c07cd87286c2007d6be3a" +SRC_URI[md5sum] = "ad1e825fb199589af7b55cb031e3ce72" +SRC_URI[sha256sum] = "e3930de3af907a58a72b15849fc205751f6acc904a3e147df0eb20f4bc6fe35c" SRC_URI += "file://0001-kstyle-add-an-option-BUILD_OXYGEN_SETTINGS-disabled-.patch" PACKAGECONFIG ??= "" diff --git a/recipes-kde/plasma/untier/plasma-desktop/plasma-desktop.bb b/recipes-kde/plasma/untier/plasma-desktop/plasma-desktop.bb index 6dd89686..f729f515 100644 --- a/recipes-kde/plasma/untier/plasma-desktop/plasma-desktop.bb +++ b/recipes-kde/plasma/untier/plasma-desktop/plasma-desktop.bb @@ -43,8 +43,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "196a2927e9c6c09baaefc590a1f3bf77" -SRC_URI[sha256sum] = "8d193950391cfc3a50db862838cc71daf34292de4a7e720289da7e5773c171dc" +SRC_URI[md5sum] = "167cb051eb6127c15162764498c2d6cb" +SRC_URI[sha256sum] = "e1f437ac86e91e7f18a1e36dc93c3e8e57a0e183f343765f3772a902f0c135b9" SRC_URI += "file://0001-Ensure-xkb_base-is-not-empty-instead-of-checking-if-.patch" diff --git a/recipes-kde/plasma/untier/plasma-integration/plasma-integration.bb b/recipes-kde/plasma/untier/plasma-integration/plasma-integration.bb index 2abbea7a..e3015420 100644 --- a/recipes-kde/plasma/untier/plasma-integration/plasma-integration.bb +++ b/recipes-kde/plasma/untier/plasma-integration/plasma-integration.bb @@ -17,8 +17,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "135442398fae47f5662d08203c0789fb" -SRC_URI[sha256sum] = "1569754b78cb57451360680316f3ce33f6eee643333a8eb0a8040512c44d65d6" +SRC_URI[md5sum] = "97e2d1f6a2f725195c8d38c7f416f1e6" +SRC_URI[sha256sum] = "1c84fdf4bd2d285485d0703248d3ae502443737f0cbc9870171560e872ce1d17" FILES_${PN} += " \ ${datadir}/kconf_update \ diff --git a/recipes-kde/plasma/untier/plasma-nm/plasma-nm.bb b/recipes-kde/plasma/untier/plasma-nm/plasma-nm.bb index 5af93ae2..639a663a 100644 --- a/recipes-kde/plasma/untier/plasma-nm/plasma-nm.bb +++ b/recipes-kde/plasma/untier/plasma-nm/plasma-nm.bb @@ -41,8 +41,8 @@ DEPENDS += " \ # MobileBroadbandProviderInfo PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "ef3b4357da1dd9d21f0693f1699a231e" -SRC_URI[sha256sum] = "3dc938132afc041a9a4a15fe6f201337cfa1c39607065f220dafbfd3a1f77b69" +SRC_URI[md5sum] = "3aa102622fd37bf3005f53785d803331" +SRC_URI[sha256sum] = "1c605e69b08b12439191e417c9ad43809c203f9a7541a2cfe5dfb9ee6c3dafad" # do not move so-libs to -dev package FILES_SOLIBSDEV = "" diff --git a/recipes-kde/plasma/untier/plasma-pa/plasma-pa.bb b/recipes-kde/plasma/untier/plasma-pa/plasma-pa.bb index ab8491d5..41e05ffa 100644 --- a/recipes-kde/plasma/untier/plasma-pa/plasma-pa.bb +++ b/recipes-kde/plasma/untier/plasma-pa/plasma-pa.bb @@ -21,8 +21,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "f48c46b8aef2e9ffde1be08b8d844135" -SRC_URI[sha256sum] = "288aa1cae1f70e881e113b4a7cfcc750297a442406735f07d723986eea633642" +SRC_URI[md5sum] = "f8bb78cd5c64a6ecc4c198e937e5b5f1" +SRC_URI[sha256sum] = "3efbc5c46e4b67a8d153d7525502434c09108b4ffaff20c0b1bb9ad16c1e5575" FILES_SOLIBSDEV = "" diff --git a/recipes-kde/plasma/untier/plasma-workspace-wallpapers/plasma-workspace-wallpapers.bb b/recipes-kde/plasma/untier/plasma-workspace-wallpapers/plasma-workspace-wallpapers.bb index 5c9cfab7..f0c5eafa 100644 --- a/recipes-kde/plasma/untier/plasma-workspace-wallpapers/plasma-workspace-wallpapers.bb +++ b/recipes-kde/plasma/untier/plasma-workspace-wallpapers/plasma-workspace-wallpapers.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-plasma PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "ba5914eb9fb142798f8ff2acb4b355ac" -SRC_URI[sha256sum] = "01097a93eb0310883be9f6ab5d7e8506be47a243bcf978d04b207783d4a1cf4a" +SRC_URI[md5sum] = "31c869ba6a8ecfe5ed6b33d5aae65766" +SRC_URI[sha256sum] = "56d7461e1449a7e842080200429ba2743581e9e861ea9a7ee3007658f5366516" FILES_${PN} += "${datadir}/wallpapers" diff --git a/recipes-kde/plasma/untier/polkit-kde-agent-1/polkit-kde-agent-1.bb b/recipes-kde/plasma/untier/polkit-kde-agent-1/polkit-kde-agent-1.bb index 04c2fd1f..c8156fb8 100644 --- a/recipes-kde/plasma/untier/polkit-kde-agent-1/polkit-kde-agent-1.bb +++ b/recipes-kde/plasma/untier/polkit-kde-agent-1/polkit-kde-agent-1.bb @@ -20,8 +20,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "5491f1ef00664218404a3a03d1adf300" -SRC_URI[sha256sum] = "4c3a890c1f09433c3a0b6afb0984a18cf6676405b818facbb6f5ef29dbdba383" +SRC_URI[md5sum] = "12d7132d86d5345f19f974bff9c9d8a4" +SRC_URI[sha256sum] = "8278f862842af29eff4173aaf3bd5b4df97d0654d97b73054966f1f30ec01f17" SRC_URI += "file://0001-fix-build-for-QT_NO_SESSIONMANAGER.patch" diff --git a/recipes-kde/plasma/untier/powerdevil/powerdevil.bb b/recipes-kde/plasma/untier/powerdevil/powerdevil.bb index 94848deb..94721fe9 100644 --- a/recipes-kde/plasma/untier/powerdevil/powerdevil.bb +++ b/recipes-kde/plasma/untier/powerdevil/powerdevil.bb @@ -24,8 +24,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "4dce5b6e0f6f5e169124868fd726e3b2" -SRC_URI[sha256sum] = "3b877429e6be898f114848964c1190f2fbd41ea97db820dea5a1f0989901f7ba" +SRC_URI[md5sum] = "714b55932582ec9572578b26b7b2298c" +SRC_URI[sha256sum] = "9fc15ea3894c83ad1be3b4a07f7b320ef729ab6e15931889b631d56653cc1945" FILES_${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/plasma/untier/sddm-kcm/sddm-kcm.bb b/recipes-kde/plasma/untier/sddm-kcm/sddm-kcm.bb index 5236fe59..aa154edc 100644 --- a/recipes-kde/plasma/untier/sddm-kcm/sddm-kcm.bb +++ b/recipes-kde/plasma/untier/sddm-kcm/sddm-kcm.bb @@ -20,8 +20,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "14e85e9a6d3ae0dce5d0b14b3d09fc46" -SRC_URI[sha256sum] = "941a9155942d9c52bf9d93dc0c312b0b473dcc224f503f92de06e2fd37512dff" +SRC_URI[md5sum] = "9edee202ac67e6764e9cf10f18ba0ee1" +SRC_URI[sha256sum] = "66ea289f60f6c871fd23532ddc9e118d5ee45ef54e3aabc9da79b534081b1860" FILES_${PN} += " \ ${datadir}/kservices5 \ diff --git a/recipes-kde/plasma/untier/systemsettings/systemsettings.bb b/recipes-kde/plasma/untier/systemsettings/systemsettings.bb index f0b42230..ee1cfe8a 100644 --- a/recipes-kde/plasma/untier/systemsettings/systemsettings.bb +++ b/recipes-kde/plasma/untier/systemsettings/systemsettings.bb @@ -23,8 +23,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "14e25f06342544818c7a0112c959c898" -SRC_URI[sha256sum] = "c1b3187453d9a3f87178003c21f881366c0139a4d601b724c4e649f89e6a050e" +SRC_URI[md5sum] = "b09f7b9405aff274aac839ac309c467c" +SRC_URI[sha256sum] = "e93d5876a4bc6d9fc76d9e7f4db10d562693ba2f881aa8a95b62837a21f2e875" FILES_${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/plasma/untier/user-manager/user-manager.bb b/recipes-kde/plasma/untier/user-manager/user-manager.bb index d01c2c11..db7d46bb 100644 --- a/recipes-kde/plasma/untier/user-manager/user-manager.bb +++ b/recipes-kde/plasma/untier/user-manager/user-manager.bb @@ -13,8 +13,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "f09cb0d67031b2b0d2400a8a3a0f2ab4" -SRC_URI[sha256sum] = "c4e44aa68038fd78b1aadc84b6f815abb5df55e0df7b06e7d2487e5c569f5cb2" +SRC_URI[md5sum] = "3e80147117c2e55e6b1e58507152848b" +SRC_URI[sha256sum] = "b6779666a2adc0066e06c3fd894f215fb39163b3b9a58fa53e7a9b3d14b3d914" FILES_${PN} += " \ ${datadir}/kservices5 \