From bbce6c088b629c56f4ee9a3f735f8d49ad2b276e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 17 Jun 2020 21:55:40 +0200 Subject: [PATCH] kde-plasma: upgrade 5.19.1 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 +- ...by-try_compile-in-compiler-feature-c.patch | 62 ------------------- .../kactivitymanagerd/kactivitymanagerd.bb | 7 +-- .../plasma-workspace/plasma-workspace.bb | 4 +- .../plasma/untier/bluedevil/bluedevil.bb | 4 +- .../plasma/untier/breeze-gtk/breeze-gtk.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 | 5 +- .../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 | 6 +- .../plasma/untier/kwallet-pam/kwallet-pam.bb | 4 +- .../kwayland-integration.bb | 4 +- .../untier/kwayland-server/kwayland-server.bb | 23 +++++++ recipes-kde/plasma/untier/kwin/kwin.bb | 23 +++---- recipes-kde/plasma/untier/kwrited/kwrited.bb | 4 +- .../plasma/untier/libkscreen/libkscreen.bb | 4 +- .../untier/libksysguard/libksysguard.bb | 12 ++-- recipes-kde/plasma/untier/milou/milou.bb | 4 +- recipes-kde/plasma/untier/oxygen/oxygen.bb | 4 +- .../plasma-browser-integration.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-phone-components.bb | 5 +- .../0001-Make-build-of-dialer-optional.patch | 47 -------------- .../untier/plasma-vault/plasma-vault.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 | 5 +- .../untier/user-manager/user-manager.bb | 4 +- 43 files changed, 121 insertions(+), 204 deletions(-) delete mode 100644 recipes-kde/plasma/tier3/kactivitymanagerd/files/0001-replace-try_run-by-try_compile-in-compiler-feature-c.patch create mode 100644 recipes-kde/plasma/untier/kwayland-server/kwayland-server.bb delete mode 100644 recipes-kde/plasma/untier/plasma-phone-components/plasma-phone-components/0001-Make-build-of-dialer-optional.patch diff --git a/classes/kde-plasma.bbclass b/classes/kde-plasma.bbclass index 1f3d9dd7..b877956b 100644 --- a/classes/kde-plasma.bbclass +++ b/classes/kde-plasma.bbclass @@ -1,6 +1,6 @@ inherit kde-base -PLASMA_VERSION = "5.18.5" +PLASMA_VERSION = "5.19.1" SRC_URI = "${KDE_MIRROR}/stable/plasma/${PLASMA_VERSION}/${BPN}-${PV}.tar.xz" diff --git a/recipes-kde/plasma/tier1/kdecoration/kdecoration.bb b/recipes-kde/plasma/tier1/kdecoration/kdecoration.bb index e2d5e003..89aa0b83 100644 --- a/recipes-kde/plasma/tier1/kdecoration/kdecoration.bb +++ b/recipes-kde/plasma/tier1/kdecoration/kdecoration.bb @@ -9,5 +9,5 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "d81cb7833db2169952c46a468b36b630" -SRC_URI[sha256sum] = "f09856245f2cb08d9013da4c3128b5438f1e2f58af40031eb547ae765f57a9c8" +SRC_URI[md5sum] = "f8fc4260bc0b416aa6f32ebf3f6986bc" +SRC_URI[sha256sum] = "c8f810a5de5a3a5188dbc01e407a221dc7c777e0a4065268f504831f26b5177e" diff --git a/recipes-kde/plasma/tier3/kactivitymanagerd/files/0001-replace-try_run-by-try_compile-in-compiler-feature-c.patch b/recipes-kde/plasma/tier3/kactivitymanagerd/files/0001-replace-try_run-by-try_compile-in-compiler-feature-c.patch deleted file mode 100644 index 459278be..00000000 --- a/recipes-kde/plasma/tier3/kactivitymanagerd/files/0001-replace-try_run-by-try_compile-in-compiler-feature-c.patch +++ /dev/null @@ -1,62 +0,0 @@ -From 08e119b0775333ddf912ef7e724f9aa7e8cfd0c1 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Fri, 5 Dec 2014 10:41:28 +0100 -Subject: [PATCH] replace try_run by try_compile in compiler feature check -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -try_run does not work in cross environments - -Upstream-Status: Inappropriate [embedded specific] - -Signed-off-by: Andreas Müller ---- - cmake/modules/CheckCxxFeatures.cmake | 17 +++++------------ - 1 file changed, 5 insertions(+), 12 deletions(-) - -diff --git a/cmake/modules/CheckCxxFeatures.cmake b/cmake/modules/CheckCxxFeatures.cmake -index 95b9542..e751113 100644 ---- a/cmake/modules/CheckCxxFeatures.cmake -+++ b/cmake/modules/CheckCxxFeatures.cmake -@@ -7,19 +7,18 @@ set(CXX_FEATURES_UNSUPPORTED "") - - macro(CXX_PERFORM_TEST TEST_SOURCE_FILE TEST_TEST_BINARY_DIR EXPECTED_RESULT RESULT COMPILE_DEFINITIONS) - -- try_run( -- RUN_RESULT_VAR COMPILE_RESULT_VAR -+ try_compile( -+ COMPILE_RESULT_VAR - "${TEST_BINARY_DIR}" "${TEST_SOURCE_FILE}" - COMPILE_DEFINITIONS "${COMPILE_DEFINITIONS}" -- COMPILE_OUTPUT_VARIABLE COMPILE_OUT -- RUN_OUTPUT_VARIABLE RUN_OUT -+ OUTPUT_VARIABLE COMPILE_OUT - ) - - set(RESULT_VAR FALSE) - -- if (COMPILE_RESULT_VAR AND NOT RUN_RESULT_VAR) -+ if (COMPILE_RESULT_VAR) - set(RESULT_VAR TRUE) -- endif (COMPILE_RESULT_VAR AND NOT RUN_RESULT_VAR) -+ endif (COMPILE_RESULT_VAR) - - if (NOT ("${RESULT_VAR}" STREQUAL "${EXPECTED_RESULT}")) - # message ("Got ${RESULT_VAR} as a result, but ${EXPECTED_RESULT} expected") -@@ -29,12 +28,6 @@ macro(CXX_PERFORM_TEST TEST_SOURCE_FILE TEST_TEST_BINARY_DIR EXPECTED_RESULT RES - # message("${COMPILE_OUT}") - endif (NOT ${COMPILE_RESULT_VAR}) - -- if (${RUN_RESULT_VAR}) -- # message("---------- run output ----------") -- # message("${RUN_OUT}") -- # message("Process returned: ${RUN_RESULT_VAR}") -- endif (${RUN_RESULT_VAR}) -- - # message("--------------------------------") - - set (${RESULT} FALSE) --- -1.8.3.1 - diff --git a/recipes-kde/plasma/tier3/kactivitymanagerd/kactivitymanagerd.bb b/recipes-kde/plasma/tier3/kactivitymanagerd/kactivitymanagerd.bb index 2d9854c5..1a4bbfae 100644 --- a/recipes-kde/plasma/tier3/kactivitymanagerd/kactivitymanagerd.bb +++ b/recipes-kde/plasma/tier3/kactivitymanagerd/kactivitymanagerd.bb @@ -24,13 +24,12 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "d7aa47027645ed446177daac5743dd1b" -SRC_URI[sha256sum] = "24f32eb4585d427ee62e08a9fa2f057353085c62644d6bec8fb4b2568e507ac7" -SRC_URI += "file://0001-replace-try_run-by-try_compile-in-compiler-feature-c.patch" +SRC_URI[md5sum] = "719a0c4fc7061f02a8efbe8531bfaeec" +SRC_URI[sha256sum] = "3ff55109a3737f9192a4af8b98932493444f9cba895d8ffa87af59eca60baa7d" # Workaround # default_constructible_unary_fn.hpp:38:9: error: no match for 'operator==' (operand types are 'const boost::optional))(const QString&) const> >' and 'int') -CXXFLAGS += "-DBOOST_DISABLE_ASSERTS" +#CXXFLAGS += "-DBOOST_DISABLE_ASSERTS" FILES_SOLIBSDEV = "" diff --git a/recipes-kde/plasma/tier3/plasma-workspace/plasma-workspace.bb b/recipes-kde/plasma/tier3/plasma-workspace/plasma-workspace.bb index 420d82e0..750d8721 100644 --- a/recipes-kde/plasma/tier3/plasma-workspace/plasma-workspace.bb +++ b/recipes-kde/plasma/tier3/plasma-workspace/plasma-workspace.bb @@ -49,8 +49,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "148072db8bc16ff483ffa444ea7efe9a" -SRC_URI[sha256sum] = "14e82033be745f4db46a70d319e2c86012295ea31056092bc974004189b92354" +SRC_URI[md5sum] = "bd589315a81a0688393c5468c32af280" +SRC_URI[sha256sum] = "d8a79bc43857030aebee5530e3dfceb2759386ed57486450eb04b73252858321" SRC_URI += "file://0001-align-phonon-path.patch" # REVISIT diff --git a/recipes-kde/plasma/untier/bluedevil/bluedevil.bb b/recipes-kde/plasma/untier/bluedevil/bluedevil.bb index ead7d441..2a3a4132 100644 --- a/recipes-kde/plasma/untier/bluedevil/bluedevil.bb +++ b/recipes-kde/plasma/untier/bluedevil/bluedevil.bb @@ -25,8 +25,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "88d833f3b31c79ade207a908eeacf4be" -SRC_URI[sha256sum] = "5350efbaee01c78fd451e96bb2aceb7986d45ab05500476d1e95c4e79ec89a66" +SRC_URI[md5sum] = "5f9cc07345c57df151170a1fbfd65f86" +SRC_URI[sha256sum] = "ff935c8fe41a15ae011c9abaee477b8b21fa7095fbc82d67f51da5db2118911b" 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 478725db..686b99fe 100644 --- a/recipes-kde/plasma/untier/breeze-gtk/breeze-gtk.bb +++ b/recipes-kde/plasma/untier/breeze-gtk/breeze-gtk.bb @@ -9,8 +9,8 @@ inherit kde-plasma python3native DEPENDS += "sassc-native cairo breeze python3-pycairo-native" PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "ccdb725c872bf797e4ce305a03de3eab" -SRC_URI[sha256sum] = "41c7e83a28c033903d4fcab3da28a4c74ddb72958e66693a2d2e451f716cb7e9" +SRC_URI[md5sum] = "b8d1b972e47364fe0002c1813a049dc8" +SRC_URI[sha256sum] = "1c941556b1f753dbbd009e8cda7af5f9865183dab8773b47ef29cafb4399ffca" FILES_${PN} += " \ ${datadir}/kconf_update \ diff --git a/recipes-kde/plasma/untier/breeze/breeze.bb b/recipes-kde/plasma/untier/breeze/breeze.bb index d2741565..e11a35c4 100644 --- a/recipes-kde/plasma/untier/breeze/breeze.bb +++ b/recipes-kde/plasma/untier/breeze/breeze.bb @@ -27,8 +27,8 @@ DEPENDS += "\ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "8632854a3528f18d8175613cd3457086" -SRC_URI[sha256sum] = "1d08dfd24df4a4fcacad1e3759e559e82f6014ba63dc75dc32a24de6cd133563" +SRC_URI[md5sum] = "a003c97cdd7e4ac578157e6941dd02c8" +SRC_URI[sha256sum] = "b93d34c0d2b7a47440c0c324e0dacd23cfa82cba2929d568cc9091910bb1ce6e" FILES_${PN} += " \ ${datadir}/color-schemes \ diff --git a/recipes-kde/plasma/untier/discover/discover.bb b/recipes-kde/plasma/untier/discover/discover.bb index be940c1c..d847ca7a 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 mime-xdg PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "34bad73daf95652b298bb990578e6bb0" -SRC_URI[sha256sum] = "d5ce4f4668c50ba9be37e04227db4bbe469e00470c87907f1e217fdcad6e76b6" +SRC_URI[md5sum] = "83ed1019cfcf0b35b84256505923465e" +SRC_URI[sha256sum] = "a1fa6073bb7d3ce251293c4356af7b15a0af0176fcc9e7032c9feb7b8e09d421" DEPENDS += " \ qtdeclarative \ 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 a3f60f7d..2c1fb105 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 @@ -27,8 +27,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "4f5147c3932d1548550e633f0aa4a237" -SRC_URI[sha256sum] = "e3981d1a17111f4e284b787a6e841d7ff47f4fdbca0ad17e105c0a047e5aaaa8" +SRC_URI[md5sum] = "3889df00408d77014a70bc3074a3a140" +SRC_URI[sha256sum] = "9734a50d5d96dbc28f869c15baf186ed1359974752b426db467438fe466e2813" # 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 568b221a..bcab0f47 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 @@ -24,8 +24,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "3b7d4749556d01fe8eae098b68239366" -SRC_URI[sha256sum] = "9d7b1fd8b61f9f99c5a5721ea0227c4562588834a4886d66637f4c092f0e53ab" +SRC_URI[md5sum] = "a68bddb244038727a00fcb6c9e73dcb4" +SRC_URI[sha256sum] = "6a20a76cbb73904ca9fda81dd82c57c94dc0235c3db8edba7900f94c1a6b628b" CFLAGS += "-isystem ${STAGING_INCDIR}/harfbuzz" CXXFLAGS += "-isystem ${STAGING_INCDIR}/harfbuzz" @@ -34,5 +34,6 @@ FILES_${PN} += " \ ${datadir}/kcm-gtk-module \ ${datadir}/kconf_update \ ${libdir}/kconf_update_bin \ + ${libdir}/gtk-3.0/modules \ ${OE_QMAKE_PATH_PLUGINS} \ " diff --git a/recipes-kde/plasma/untier/kdeplasma-addons/kdeplasma-addons.bb b/recipes-kde/plasma/untier/kdeplasma-addons/kdeplasma-addons.bb index 90f3cf9b..ee87d5ff 100644 --- a/recipes-kde/plasma/untier/kdeplasma-addons/kdeplasma-addons.bb +++ b/recipes-kde/plasma/untier/kdeplasma-addons/kdeplasma-addons.bb @@ -34,8 +34,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "48726cf667fac5c2f38fa045dde636c4" -SRC_URI[sha256sum] = "1d135a32a7442f79dba4cb4e23221cd2ad1aad36b54fb12bfa91918daf3ff53f" +SRC_URI[md5sum] = "6c6067745f1b5ae74d7c656cdb5c0be4" +SRC_URI[sha256sum] = "ae2773f75f1ffcacd291fd96622a1368b5c276321c5d1dd159404a49fd8a3320" FILES_${PN} += " \ ${datadir}/icons \ diff --git a/recipes-kde/plasma/untier/kgamma5/kgamma5.bb b/recipes-kde/plasma/untier/kgamma5/kgamma5.bb index ae660bcd..e7d66456 100644 --- a/recipes-kde/plasma/untier/kgamma5/kgamma5.bb +++ b/recipes-kde/plasma/untier/kgamma5/kgamma5.bb @@ -19,8 +19,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "58a43b57acc4ff8de899d7c57a8ce90a" -SRC_URI[sha256sum] = "3aa89e361646214fb4910409644b941c83a85505d3d8a1d37984598d3e54269f" +SRC_URI[md5sum] = "d449a68c403f345c1de603e191875b97" +SRC_URI[sha256sum] = "57e9a7bbd679d27255acd4c3291990d85e8a1d14e3c5162191b8d1f10cde5197" FILES_${PN} += " \ ${datadir}/kgamma \ diff --git a/recipes-kde/plasma/untier/khotkeys/khotkeys.bb b/recipes-kde/plasma/untier/khotkeys/khotkeys.bb index 5e1eed9a..5163fc8b 100644 --- a/recipes-kde/plasma/untier/khotkeys/khotkeys.bb +++ b/recipes-kde/plasma/untier/khotkeys/khotkeys.bb @@ -31,8 +31,8 @@ DEPENDS += "\ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "89f2de2be8fdfa784af9c79d0dadbd32" -SRC_URI[sha256sum] = "8f02fdf3bbecdc31c305c276fe2b3b2eca6dc10195e65c723ee9148fed81e766" +SRC_URI[md5sum] = "8a3dffc2a71b117f244155f0a19303d4" +SRC_URI[sha256sum] = "0af5ab9ede8788b9394fae419113941ad63431ea6e66b300559231383c3bc969" FILES_${PN} += " \ ${datadir}/kservices5 \ diff --git a/recipes-kde/plasma/untier/kinfocenter/kinfocenter.bb b/recipes-kde/plasma/untier/kinfocenter/kinfocenter.bb index 30cf3833..3f942177 100644 --- a/recipes-kde/plasma/untier/kinfocenter/kinfocenter.bb +++ b/recipes-kde/plasma/untier/kinfocenter/kinfocenter.bb @@ -41,8 +41,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "40441c19d0b72071803dce462fca0ee1" -SRC_URI[sha256sum] = "a9679bce4cd2d64e6f471c89de6da410237263b02512768f3acd0a4932b12ec5" +SRC_URI[md5sum] = "ac529867214e7f24e75b174f49bb1e86" +SRC_URI[sha256sum] = "3ba823d98b8dda2878f94f5fdf9b6049071d6a301e343a3c30ce9ffd0c8d07a6" 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 b4a4ccc7..2f9dfd6a 100644 --- a/recipes-kde/plasma/untier/kmenuedit/kmenuedit.bb +++ b/recipes-kde/plasma/untier/kmenuedit/kmenuedit.bb @@ -30,8 +30,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "3c834f0e56d082a00afc4072c00f4139" -SRC_URI[sha256sum] = "59d998972121662d2835d43ff5be36eca7bf62e66e39fd67b7005e8ef8afd5f6" +SRC_URI[md5sum] = "eb0f89d8b52430d4e65428046336e91e" +SRC_URI[sha256sum] = "d9060aee227ea0bdab4f429c0962b3405bf43d54c0fb4aa372c6dffe928d5480" # 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 376a1b76..1a71800f 100644 --- a/recipes-kde/plasma/untier/kscreen/kscreen.bb +++ b/recipes-kde/plasma/untier/kscreen/kscreen.bb @@ -29,8 +29,8 @@ DEPENDS += "\ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "4cdf26bbf63abcd146ea88e0aa1911b5" -SRC_URI[sha256sum] = "9b6238447a4a38babdff482724ae3d33786b211e8b4224aaadafaad7435f6ba2" +SRC_URI[md5sum] = "fe52c840a17ed5f8f4fbabcda2ec614a" +SRC_URI[sha256sum] = "3fe3c1bbe53ba8d29f31982273cc8e33b7ca7164fe83675db5f2e95b162f4677" FILES_${PN} += " \ ${datadir}/k*_kscreen \ diff --git a/recipes-kde/plasma/untier/kscreenlocker/kscreenlocker.bb b/recipes-kde/plasma/untier/kscreenlocker/kscreenlocker.bb index 27d08237..2a6ae586 100644 --- a/recipes-kde/plasma/untier/kscreenlocker/kscreenlocker.bb +++ b/recipes-kde/plasma/untier/kscreenlocker/kscreenlocker.bb @@ -29,8 +29,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "3bc3534b73ee3542aaab0f2d534763b2" -SRC_URI[sha256sum] = "b4269cd027e1fee721760a22ca5d738d3d98622fa222fcf9e57d2da77a4e18d2" +SRC_URI[md5sum] = "3782e47d5c118773bb9426883976f387" +SRC_URI[sha256sum] = "5fe07ee5421bbd6fe8406de1423399b05973b45c52c621a0692cb3347c84dc32" SRC_URI += "file://kde.pam" diff --git a/recipes-kde/plasma/untier/ksshaskpass/ksshaskpass.bb b/recipes-kde/plasma/untier/ksshaskpass/ksshaskpass.bb index f0c4ceec..ef8ef7ee 100644 --- a/recipes-kde/plasma/untier/ksshaskpass/ksshaskpass.bb +++ b/recipes-kde/plasma/untier/ksshaskpass/ksshaskpass.bb @@ -21,5 +21,5 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "197400f3c766b560dded88bd05266dfc" -SRC_URI[sha256sum] = "c483c17d6ce2e3dffd54fc812f97b88c32f5def6e8c5e7a526e23f5e7f208cc5" +SRC_URI[md5sum] = "aa7f9f4d48aeee293126f345498f3f68" +SRC_URI[sha256sum] = "6155e9a74e972ff4b354041c12321a549e5dc92b88a514384d3dfbbdb48e123c" diff --git a/recipes-kde/plasma/untier/ksysguard/ksysguard.bb b/recipes-kde/plasma/untier/ksysguard/ksysguard.bb index 70504bf1..c29b5d65 100644 --- a/recipes-kde/plasma/untier/ksysguard/ksysguard.bb +++ b/recipes-kde/plasma/untier/ksysguard/ksysguard.bb @@ -28,16 +28,18 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "27f1ef3c7d6b9fb6d9b70d676afc88b7" -SRC_URI[sha256sum] = "4acb352698b612a21a5eccf22042ab46265d50bbf3aa85844bbca762a64c9e2f" +SRC_URI[md5sum] = "efe7e52ca09bd5100273209f490a1177" +SRC_URI[sha256sum] = "8641b5ba300bcc86bd7127aa4a75554ff775e146232fdb3176053f679d22a7e6" # do not move so-libs to -dev package FILES_SOLIBSDEV = "" FILES_${PN} += " \ + ${datadir}/dbus-1 \ ${datadir}/icons \ ${datadir}/k*5 \ ${datadir}/knsrcfiles \ ${libdir}/libkdeinit5_ksysguard.so \ + ${libdir}/libksgrdbackend.so \ ${OE_QMAKE_PATH_PLUGINS}/ksysguard \ " diff --git a/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb b/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb index 819aaccc..96d07451 100644 --- a/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb +++ b/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb @@ -15,8 +15,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "a16c7c1841e03b1573448157ae3a9347" -SRC_URI[sha256sum] = "bc4fe3dde503645d6233c3932d3cf74a7f5bf7acefb96bd6dbd224c8919d841a" +SRC_URI[md5sum] = "9d8ed3f66faa3e65d612ebf9dda63dba" +SRC_URI[sha256sum] = "03e5c35c87d7004d669f54dcdf53114946cffccdfeff602440c703aa873fcc99" SRC_URI += "file://0001-use-pkgconfig-to-find-libgcrypt.patch" EXTRA_OECMAKE += "-DCMAKE_INSTALL_LIBDIR=${base_libdir}" diff --git a/recipes-kde/plasma/untier/kwayland-integration/kwayland-integration.bb b/recipes-kde/plasma/untier/kwayland-integration/kwayland-integration.bb index 96bb9bcb..e5b76224 100644 --- a/recipes-kde/plasma/untier/kwayland-integration/kwayland-integration.bb +++ b/recipes-kde/plasma/untier/kwayland-integration/kwayland-integration.bb @@ -14,8 +14,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "86f5f66830405ed2a386401b246e71b2" -SRC_URI[sha256sum] = "82d6943d79a9a2a9bce10623adb2c9af396a2dcf258a723bb349aafbde20e6d5" +SRC_URI[md5sum] = "e2dac1fb5774aff10dc043dabfb9de42" +SRC_URI[sha256sum] = "8e7827c9df8e7dab3055009a7af18e39eb9fc3cdadfbf3b677f9de86e0b00850" FILES_${PN} += " \ ${OE_QMAKE_PATH_PLUGINS} \ diff --git a/recipes-kde/plasma/untier/kwayland-server/kwayland-server.bb b/recipes-kde/plasma/untier/kwayland-server/kwayland-server.bb new file mode 100644 index 00000000..e9adc24d --- /dev/null +++ b/recipes-kde/plasma/untier/kwayland-server/kwayland-server.bb @@ -0,0 +1,23 @@ +SUMMARY = "Wayland Server Components built on KDE Frameworks" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = " \ + file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ +" + +inherit kde-plasma + +DEPENDS += " \ + qtwayland-native \ + plasma-wayland-protocols \ +" + +PV = "${PLASMA_VERSION}" +SRC_URI[md5sum] = "0acc000ecd8dd73db80687a934751579" +SRC_URI[sha256sum] = "e39d41a3d96db6d08cf559b60d1290e905f31a9942cd595d17d84df95376ea67" + +do_configure_append() { + # adjust path to protocol sources in sysroot + # once there are more consumers of plasma-wayland-protocols we might need + # to find another solution + sed -i 's: ${datadir}/plasma-wayland-protocols: ${STAGING_DATADIR}/plasma-wayland-protocols:g' ${B}/build.ninja +} diff --git a/recipes-kde/plasma/untier/kwin/kwin.bb b/recipes-kde/plasma/untier/kwin/kwin.bb index 2d58eee7..2dd7af88 100644 --- a/recipes-kde/plasma/untier/kwin/kwin.bb +++ b/recipes-kde/plasma/untier/kwin/kwin.bb @@ -12,18 +12,22 @@ DEPENDS += " \ fontconfig \ \ kauth-native \ - kconfig \ kconfig-native \ + kcoreaddons-native \ + kdoctools-native \ + kpackage-native \ + sonnet-native \ + kactivities \ + kconfig \ kconfigwidgets \ kcoreaddons \ - kcoreaddons-native \ kcrash \ + kdoctools \ kglobalaccel \ ki18n \ kinit \ knotifications \ kpackage \ - kpackage-native \ kservice \ plasma-framework \ kwidgetsaddons \ @@ -38,7 +42,7 @@ DEPENDS += " \ kxmlgui \ kdecoration \ kscreenlocker \ - sonnet-native \ + kwayland-server \ " # this condition matches always currently - it is kept in this way as a marker @@ -46,16 +50,9 @@ DEPENDS += " \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/libx11 qtx11extras libepoxy xcb-util-cursor", "",d)} \ " -# REVISIT: PACKAGECONFIG for optionals -DEPENDS += " \ - kactivities \ - kdoctools \ - kdoctools-native \ -" - PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "2881bc40c660bb3a3290f0c08cc189e6" -SRC_URI[sha256sum] = "ca39c63fd740432e95490031fd9d5ac003da034582014fa41c2be2b89627ddf8" +SRC_URI[md5sum] = "82bb8d8892d0268ee3deda8e41b33590" +SRC_URI[sha256sum] = "c9b072699d700abc87b36f6b513d6c2d785c540fbb9e39d4d33ab33e85a6826e" SRC_URI += " \ file://0001-Make-building-of-QPA-wayland-plugin-an-option.patch \ diff --git a/recipes-kde/plasma/untier/kwrited/kwrited.bb b/recipes-kde/plasma/untier/kwrited/kwrited.bb index bc400229..a547571d 100644 --- a/recipes-kde/plasma/untier/kwrited/kwrited.bb +++ b/recipes-kde/plasma/untier/kwrited/kwrited.bb @@ -16,8 +16,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "6cf0af3a35c5dfe0a024d66a76482b26" -SRC_URI[sha256sum] = "45ffa31d3d141ce453fb09fd823d7edd8e6c782b353bce22b8c879ad794fd1fe" +SRC_URI[md5sum] = "85119afdf563a6509cae298765e71813" +SRC_URI[sha256sum] = "c7f669d11eefacdfa32d0abb1cdb6657af8fbeff1f86e64f284fbced7c4223e1" 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 ecc1745f..195534e3 100644 --- a/recipes-kde/plasma/untier/libkscreen/libkscreen.bb +++ b/recipes-kde/plasma/untier/libkscreen/libkscreen.bb @@ -10,8 +10,8 @@ inherit kde-plasma DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/libx11 qtx11extras", "", d)}" PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "940627dd8c2792676dd6f74b8c1130ab" -SRC_URI[sha256sum] = "a962319000324200ec1abe3c58b1b8ab71ed4cc7c88a3c7e03a1c8eca86c287c" +SRC_URI[md5sum] = "5cc5775efd3352e43b51cb5b6894440a" +SRC_URI[sha256sum] = "c374c17f95ad147a70af84a1dbf5f46211cb2bf5f00bef84bf04fc41820e6ebc" 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 aa59a9bc..071ee4e6 100644 --- a/recipes-kde/plasma/untier/libksysguard/libksysguard.bb +++ b/recipes-kde/plasma/untier/libksysguard/libksysguard.bb @@ -11,8 +11,9 @@ DEPENDS += " \ qtwebkit \ kauth-native \ kconfig-native \ - kcoreaddons \ kcoreaddons-native \ + kpackage-native \ + kcoreaddons \ kconfig \ ki18n \ kwindowsystem \ @@ -22,16 +23,19 @@ DEPENDS += " \ kconfigwidgets \ kservice \ plasma-framework \ - kpackage-native \ + knewstuff \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/libx11 qtx11extras libxres", "", d)} \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "47d8b84f73fe6e91a5f7b53fec479a06" -SRC_URI[sha256sum] = "d4d7030a2869a546a211844aa158dcef3598386cc035a8655529938ba102440b" +SRC_URI[md5sum] = "c61e63537291308e0c13a0438595971e" +SRC_URI[sha256sum] = "1e70a68b2d7eb3712d1762166a2dca45796b923aa9d07425cf755065b1f0222b" FILES_${PN} += " \ ${datadir}/dbus-1 \ ${datadir}/polkit-1 \ ${datadir}/ksysguard \ + ${datadir}/knsrcfiles \ + ${OE_QMAKE_PATH_QML} \ + ${OE_QMAKE_PATH_PLUGINS} \ " diff --git a/recipes-kde/plasma/untier/milou/milou.bb b/recipes-kde/plasma/untier/milou/milou.bb index e9782b87..70c958f3 100644 --- a/recipes-kde/plasma/untier/milou/milou.bb +++ b/recipes-kde/plasma/untier/milou/milou.bb @@ -23,8 +23,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "d28362417e3ab1ca14edb84e73df2b33" -SRC_URI[sha256sum] = "7ec763833c025aa719d1e25f3c5c1c8b6c934a48bf346517e94660e09d8582b2" +SRC_URI[md5sum] = "6facb45df3d698a021c047f245fa7c9f" +SRC_URI[sha256sum] = "39ec762e1106799d106ab953ecf82bd6d718517d548e75773bcd278c8426fc37" FILES_${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/plasma/untier/oxygen/oxygen.bb b/recipes-kde/plasma/untier/oxygen/oxygen.bb index dd8aa50e..409c5ee7 100644 --- a/recipes-kde/plasma/untier/oxygen/oxygen.bb +++ b/recipes-kde/plasma/untier/oxygen/oxygen.bb @@ -25,8 +25,8 @@ DEPENDS += " \ PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "07fd865eca86217d879e7470e4afe8b9" -SRC_URI[sha256sum] = "479bdfa80b3f2216075470ab4be1e3159a17620870acf276144b9639134609f8" +SRC_URI[md5sum] = "5bb3e172c4f514efa5598fd8e0d942d6" +SRC_URI[sha256sum] = "0fd50db0d08ecf7d04a1cc0740f41cb8e6fc56cb904d5daec644648f7e69aae6" SRC_URI += "file://0001-kstyle-add-an-option-BUILD_OXYGEN_SETTINGS-disabled-.patch" PACKAGECONFIG ??= "" diff --git a/recipes-kde/plasma/untier/plasma-browser-integration/plasma-browser-integration.bb b/recipes-kde/plasma/untier/plasma-browser-integration/plasma-browser-integration.bb index 19940723..2d3f11a2 100644 --- a/recipes-kde/plasma/untier/plasma-browser-integration/plasma-browser-integration.bb +++ b/recipes-kde/plasma/untier/plasma-browser-integration/plasma-browser-integration.bb @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING-GPL3;md5=d32239bcb673463ab874e80d47fae504" inherit kde-plasma gettext PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "7fb0482503c46c3852f5fd050ce6f449" -SRC_URI[sha256sum] = "3a087a836657b5304e2e0ef9ebefb84ce1f896bfbfc5dbf948d4b3eb7b709383" +SRC_URI[md5sum] = "817a878899ceda9444af17f99ae115b7" +SRC_URI[sha256sum] = "41428d8e6c356fc3df764ae7507928d12c8cd7c4dba88b6f6e7653adc2725688" DEPENDS += " \ kauth-native \ diff --git a/recipes-kde/plasma/untier/plasma-desktop/plasma-desktop.bb b/recipes-kde/plasma/untier/plasma-desktop/plasma-desktop.bb index 11442c8c..d9c9faa4 100644 --- a/recipes-kde/plasma/untier/plasma-desktop/plasma-desktop.bb +++ b/recipes-kde/plasma/untier/plasma-desktop/plasma-desktop.bb @@ -50,8 +50,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "17bfd342f132fac634ffedfe2779a675" -SRC_URI[sha256sum] = "aeb106018fd90da79c8a3c444d880282846a842029b1223e7830db2d4b42df9f" +SRC_URI[md5sum] = "157d5f674959d61e405ddde995029a3d" +SRC_URI[sha256sum] = "e285ffa5040aa3652512f9ed1dd98dea56dfb0ccefa816b8437cf6a7ed5b3262" 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 d10c8b0e..b6e26c1a 100644 --- a/recipes-kde/plasma/untier/plasma-integration/plasma-integration.bb +++ b/recipes-kde/plasma/untier/plasma-integration/plasma-integration.bb @@ -26,8 +26,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "69312d186b9c7380eeda1032ef327dce" -SRC_URI[sha256sum] = "c99b987efb2ab965cc2a55793ef94c7ccb2152ca5d75956a40ec99261ad4b870" +SRC_URI[md5sum] = "c43aa0a4318a8208fd3446e355fc0d40" +SRC_URI[sha256sum] = "1f459aa891594de850ba512b17cf23f34bee4d136b85924c9fdbfdaa16530630" 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 9280b52c..9a40dcdb 100644 --- a/recipes-kde/plasma/untier/plasma-nm/plasma-nm.bb +++ b/recipes-kde/plasma/untier/plasma-nm/plasma-nm.bb @@ -45,8 +45,8 @@ DEPENDS += " \ # MobileBroadbandProviderInfo PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "07cd8272fc4694f16495ea20ab72b3c0" -SRC_URI[sha256sum] = "1e091d01993708220f89501bb8a289279bf527d0593fd9e4b9223e6e8caf9aaa" +SRC_URI[md5sum] = "b439517b9baf0132ffb95ba6853a261a" +SRC_URI[sha256sum] = "28b69215a0833fb3ec31bd75e19dc0d1aa5f610da35f2023072e8cd8a2a74144" # 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 feb078bf..a8a3f8ea 100644 --- a/recipes-kde/plasma/untier/plasma-pa/plasma-pa.bb +++ b/recipes-kde/plasma/untier/plasma-pa/plasma-pa.bb @@ -25,8 +25,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "78dd988bcbf45586a159a81a1153b22f" -SRC_URI[sha256sum] = "28765c07f584e7688a85c9761155e606440936de2ebb678917dac2c85f5d0209" +SRC_URI[md5sum] = "6806024e5094d540ccda627b7136b238" +SRC_URI[sha256sum] = "b958a0822687f12e5e3fd2d01970f375df9baadbe7db0ae2c6fa0b7d1a102cd8" FILES_SOLIBSDEV = "" diff --git a/recipes-kde/plasma/untier/plasma-phone-components/plasma-phone-components.bb b/recipes-kde/plasma/untier/plasma-phone-components/plasma-phone-components.bb index 0eebe168..442ea50e 100644 --- a/recipes-kde/plasma/untier/plasma-phone-components/plasma-phone-components.bb +++ b/recipes-kde/plasma/untier/plasma-phone-components/plasma-phone-components.bb @@ -20,10 +20,9 @@ DEPENDS += " \ inherit kde-plasma gettext -SRC_URI += "file://0001-Make-build-of-dialer-optional.patch" PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "af6d01e56794acc9ca9e721064878133" -SRC_URI[sha256sum] = "d0c091367ae07c71457a0c03d1023ac48d8665385a6a1b0e32f6ae7ad1fa7070" +SRC_URI[md5sum] = "5135e8da07ec5e009850313ee4fc4347" +SRC_URI[sha256sum] = "78052d1abc202a55c4f9eb4a13feee658c834df1d5faace69feead952b2786c0" FILES_${PN} += " \ ${datadir}/kservices5 \ diff --git a/recipes-kde/plasma/untier/plasma-phone-components/plasma-phone-components/0001-Make-build-of-dialer-optional.patch b/recipes-kde/plasma/untier/plasma-phone-components/plasma-phone-components/0001-Make-build-of-dialer-optional.patch deleted file mode 100644 index 650c1f79..00000000 --- a/recipes-kde/plasma/untier/plasma-phone-components/plasma-phone-components/0001-Make-build-of-dialer-optional.patch +++ /dev/null @@ -1,47 +0,0 @@ -From 23e0436fda4503b8463e031122ce8f71aaf5425f Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Mon, 5 Nov 2018 23:57:01 +0100 -Subject: [PATCH] Make build of dialer optional -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -libphonenumber requires JAVA: - -* Don't want meta-java as mandatory dependency -* Am not interested in phone parts by default - -Upstream-Status: Pending - -Signed-off-by: Andreas Müller ---- - CMakeLists.txt | 6 +++++- - 1 file changed, 5 insertions(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 1c5b4c2..558c5d3 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -25,6 +25,8 @@ include(ECMGenerateHeaders) - include(GenerateExportHeader) - include(FeatureSummary) - -+option(BUILD_DIALER "Set this option to build dialer - requires libphonenumber (+JAVA)" OFF) -+ - find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core Gui Widgets Qml Quick Test Sql) - - find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Plasma Service Declarative I18n KIO People) -@@ -54,7 +56,9 @@ install( DIRECTORY qtvirtualkeyboardplugin/ DESTINATION ${KDE_INSTALL_QMLDIR}/Qt - add_subdirectory(bin) - add_subdirectory(applets) - add_subdirectory(containments) --add_subdirectory(dialer) -+if(BUILD_DIALER) -+ add_subdirectory(dialer) -+endif(BUILD_DIALER) - add_subdirectory(sounds) - #add_subdirectory(touchscreentest) - --- -2.21.0 - diff --git a/recipes-kde/plasma/untier/plasma-vault/plasma-vault.bb b/recipes-kde/plasma/untier/plasma-vault/plasma-vault.bb index 90fc9c52..892b3cac 100644 --- a/recipes-kde/plasma/untier/plasma-vault/plasma-vault.bb +++ b/recipes-kde/plasma/untier/plasma-vault/plasma-vault.bb @@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = " \ inherit kde-plasma gtk-icon-cache PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "d7084769f2aee6f41d723d85645b9832" -SRC_URI[sha256sum] = "cae2713823e8c59c7a2beb96d362a15024fe260cf10419ba037e8a798f3c1b41" +SRC_URI[md5sum] = "eed928f626a6b0f0df54baa803bf9294" +SRC_URI[sha256sum] = "308674537f4664af6b56ed2580ed7159563ba706858a55460196668925b830ae" DEPENDS += " \ kauth-native \ 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 e440607a..b971dde5 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] = "e1e1e30bf1b6ccbe245189e19f212777" -SRC_URI[sha256sum] = "f8da3bd7b97a9944639ed0860303b8a7a008905246313e1983367810a3a84d6d" +SRC_URI[md5sum] = "3e3f26b8925131e8390995466fb8df8b" +SRC_URI[sha256sum] = "c14d607a1b6544ddb301d58a0f78a7aecd06b1ec6c131a960a0de557c070135e" 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 ba8e4c6d..39ce1363 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 @@ -23,8 +23,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "0c99475e2fc152f57fa25c61026e53bf" -SRC_URI[sha256sum] = "5e1733cb51c826c6215da4fbbc9c9568240275cf86b9922cd7a643d192a75a91" +SRC_URI[md5sum] = "5a8db769ae7cfe519969a57dea83bf20" +SRC_URI[sha256sum] = "9d41abc36665809b20216a057e089cbae31206e8b29f9e61ba5941cde52c8312" 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 79691fc9..3dde4531 100644 --- a/recipes-kde/plasma/untier/powerdevil/powerdevil.bb +++ b/recipes-kde/plasma/untier/powerdevil/powerdevil.bb @@ -30,8 +30,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "c20dd0685bc94392bc15c1514f324c2b" -SRC_URI[sha256sum] = "e000185ee61bff81fe28896a7d6353746c82c7f4d2626792fd22d34b5f49f548" +SRC_URI[md5sum] = "120362adbbc534080cffe908b7c60d07" +SRC_URI[sha256sum] = "a4eeefdba2de657e1f47fadfd14b2589427162cac28a2d11e9617103199f0f58" 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 0b9eb3f9..81164e53 100644 --- a/recipes-kde/plasma/untier/sddm-kcm/sddm-kcm.bb +++ b/recipes-kde/plasma/untier/sddm-kcm/sddm-kcm.bb @@ -22,8 +22,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "98c4bd10c1176e2d526b6e4dc55a1835" -SRC_URI[sha256sum] = "cc99c185d701acc7442f33ef17b2396894dcf164f3f583c25105ac3f2528c33b" +SRC_URI[md5sum] = "cdbc321850b0ee87831f186bf96744f6" +SRC_URI[sha256sum] = "40fa74b434060ce16fdeb7c7299ec9fbe57a2a4ec32914909573f67424445d78" RDEPENDS_${PN} = "sddm" diff --git a/recipes-kde/plasma/untier/systemsettings/systemsettings.bb b/recipes-kde/plasma/untier/systemsettings/systemsettings.bb index 44f9f747..349c3b87 100644 --- a/recipes-kde/plasma/untier/systemsettings/systemsettings.bb +++ b/recipes-kde/plasma/untier/systemsettings/systemsettings.bb @@ -33,11 +33,12 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "8d46069f6129eea764e3e17469b53bd1" -SRC_URI[sha256sum] = "cde5b714261aaa54f937887657c3d3e74814c5447448b989159ee6035be4783b" +SRC_URI[md5sum] = "bc8ba98ce2218fc6d4bed8214735414a" +SRC_URI[sha256sum] = "3f1dddbab63e65d5c70b23e27fe5b26c29b5c7d4395d147baa32db78f093d839" FILES_${PN} += " \ ${datadir}/k*5 \ ${datadir}/kpackage \ + ${datadir}/kglobalaccel \ ${OE_QMAKE_PATH_PLUGINS} \ " diff --git a/recipes-kde/plasma/untier/user-manager/user-manager.bb b/recipes-kde/plasma/untier/user-manager/user-manager.bb index 643ea315..abd1c1c8 100644 --- a/recipes-kde/plasma/untier/user-manager/user-manager.bb +++ b/recipes-kde/plasma/untier/user-manager/user-manager.bb @@ -16,8 +16,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "2b16115046eb7fef09fa4f438be64591" -SRC_URI[sha256sum] = "741d293947fa3fb3966f047bab121597bf1071be010684daff4a91626cf54484" +SRC_URI[md5sum] = "6d6143d5ad9ee79c5eb8906376f4a4ce" +SRC_URI[sha256sum] = "1d52067bf5058af1cd389243f752b420046ab68bf9721e8851528596596081f2" FILES_${PN} += " \ ${datadir}/kservices5 \