diff --git a/classes/kde-plasma.bbclass b/classes/kde-plasma.bbclass index 09050485..8fdd1350 100644 --- a/classes/kde-plasma.bbclass +++ b/classes/kde-plasma.bbclass @@ -1,6 +1,6 @@ inherit kde-base -PLASMA_VERSION = "5.15.5" +PLASMA_VERSION = "5.16.0" 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 1c16833b..245e4887 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] = "12e66b250e0e0036e837648f72e94b4e" -SRC_URI[sha256sum] = "33d613b706b83c025675d7d2b20e074219c9a0953a500c306081c24fcf84d99f" +SRC_URI[md5sum] = "68ee143286cb17b0d5f6c2f278538052" +SRC_URI[sha256sum] = "87f97de50c64cf60b8322c6e883fc8d06659f5089643f4d11487ade84c98d758" diff --git a/recipes-kde/plasma/tier3/kactivitymanagerd/kactivitymanagerd.bb b/recipes-kde/plasma/tier3/kactivitymanagerd/kactivitymanagerd.bb index 24169c8d..fc07f966 100644 --- a/recipes-kde/plasma/tier3/kactivitymanagerd/kactivitymanagerd.bb +++ b/recipes-kde/plasma/tier3/kactivitymanagerd/kactivitymanagerd.bb @@ -24,8 +24,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "b428a82901a772971bfc5bb3df3dead0" -SRC_URI[sha256sum] = "e38ec9074e0bc5c1a21bd5eee97b7d99e6528186918e832fecf1e3f95da239db" +SRC_URI[md5sum] = "1b1114ec95e9b6df73cc055b72b91201" +SRC_URI[sha256sum] = "1708191667f74b920765a570704c0cb9ce4a307facbfd3e40d10aee59b1d857b" SRC_URI += "file://0001-replace-try_run-by-try_compile-in-compiler-feature-c.patch" # Workaround 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 10dc4280..264e0f53 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 @@ -47,7 +47,7 @@ index 36539b63..522608a4 100644 QCommandLineParser parser; aboutData.setupCommandLine(&parser); diff --git a/krunner/main.cpp b/krunner/main.cpp -index a90324e..b8d2a74 100644 +index e0395cf..9dce8c5 100644 --- a/krunner/main.cpp +++ b/krunner/main.cpp @@ -24,7 +24,9 @@ @@ -57,10 +57,10 @@ index a90324e..b8d2a74 100644 +#ifndef QT_NO_SESSIONMANAGER #include +#endif + #include + #include - #include - #include -@@ -81,6 +83,7 @@ int main(int argc, char **argv) +@@ -91,6 +93,7 @@ int main(int argc, char **argv) KDBusService service(KDBusService::Unique); @@ -68,7 +68,7 @@ index a90324e..b8d2a74 100644 QGuiApplication::setFallbackSessionManagementEnabled(false); auto disableSessionManagement = [](QSessionManager &sm) { -@@ -88,6 +91,7 @@ int main(int argc, char **argv) +@@ -98,6 +101,7 @@ int main(int argc, char **argv) }; QObject::connect(&app, &QGuiApplication::commitDataRequest, disableSessionManagement); QObject::connect(&app, &QGuiApplication::saveStateRequest, disableSessionManagement); diff --git a/recipes-kde/plasma/tier3/plasma-workspace/plasma-workspace.bb b/recipes-kde/plasma/tier3/plasma-workspace/plasma-workspace.bb index 00d9b818..ffeef401 100644 --- a/recipes-kde/plasma/tier3/plasma-workspace/plasma-workspace.bb +++ b/recipes-kde/plasma/tier3/plasma-workspace/plasma-workspace.bb @@ -48,12 +48,11 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "a8598e9d6504f08389e5b0cdceae468c" -SRC_URI[sha256sum] = "c25f9b348e3ab2d370325f7da989a3f599a408dabfadda65cbb590fb26a2f973" +SRC_URI[md5sum] = "edc65cf3c9a50c8e309bf74659b6a27e" +SRC_URI[sha256sum] = "52da11a30708b375136ec5c280d75948e2651ecdb03f745e596d10168ab0ffae" SRC_URI += " \ file://0001-fix-build-for-QT_NO_SESSIONMANAGER.patch \ - \ file://0002-align-phonon-path.patch \ file://0003-startkde-add-meta-qt5-standard-binary-path-to-PATH.patch \ file://0004-startkde-create-kde-s-home.patch \ @@ -71,6 +70,7 @@ FILES_${PN} += " \ ${datadir}/kdevappwizard \ ${datadir}/kio_desktop \ ${datadir}/k*5 \ + ${datadir}/knsrcfiles \ ${datadir}/kpackage \ ${datadir}/ksplash \ ${datadir}/kstyle \ @@ -86,17 +86,16 @@ FILES_${PN} += " \ ${OE_QMAKE_PATH_QML} \ " -FILES_${PN}-dev = " \ - ${includedir} \ - ${libdir}/cmake \ - ${libdir}/libkworkspace5.so \ - ${libdir}/libweather_ion.so \ - ${libdir}/libplasma-geolocation-interface.so \ - ${libdir}/libtaskmanager.so \ - ${libdir}/liblegacytaskmanager.so \ - ${libdir}/libcolorcorrect.so \ +FILES_SOLIBSDEV = " \ + ${libdir}/libcolorcorrect${SOLIBSDEV} \ + ${libdir}/libkworkspace5${SOLIBSDEV} \ + ${libdir}/libnotificationmanager${SOLIBSDEV} \ + ${libdir}/libplasma-geolocation-interface${SOLIBSDEV} \ + ${libdir}/libtaskmanager${SOLIBSDEV} \ + ${libdir}/libweather_ion${SOLIBSDEV} \ " + # startkde/startplasmacompositor require: RDEPENDS_${PN} += " \ kconfig-bin \ diff --git a/recipes-kde/plasma/untier/bluedevil/bluedevil.bb b/recipes-kde/plasma/untier/bluedevil/bluedevil.bb index 2f26fda7..bd86aadb 100644 --- a/recipes-kde/plasma/untier/bluedevil/bluedevil.bb +++ b/recipes-kde/plasma/untier/bluedevil/bluedevil.bb @@ -25,9 +25,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI += "file://0001-Hack-build-with-gcc8.patch" -SRC_URI[md5sum] = "f5cacbe4bfc12ca36535711d0562122f" -SRC_URI[sha256sum] = "7379230de96c5e6d4ea40f4dfa8732e20a6ee3bd291e6f119ccb57646c33fe1f" +SRC_URI[md5sum] = "bc714dc63729ed5f8a7cefb166e2526c" +SRC_URI[sha256sum] = "b1086e98ea39c6b9b6c53623f9df2cc13e2ee36e0da4a66d9b3e1a4e67a06dce" FILES_${PN} += " \ ${datadir}/bluedevilwizard \ diff --git a/recipes-kde/plasma/untier/bluedevil/bluedevil/0001-Hack-build-with-gcc8.patch b/recipes-kde/plasma/untier/bluedevil/bluedevil/0001-Hack-build-with-gcc8.patch deleted file mode 100644 index 2d80f90c..00000000 --- a/recipes-kde/plasma/untier/bluedevil/bluedevil/0001-Hack-build-with-gcc8.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 10df317b1f2f4eb6f3227fe04794a8acc5222b4f Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Fri, 2 Nov 2018 01:22:41 +0100 -Subject: [PATCH] Hack build with gcc8 -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Something sneaks -isystem /usr/include. This causes - -| /home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-mortsgna-linux-gnueabi/bluedevil/5.13.5-r0/recipe-sysroot/usr/include/c++/8.2.0/cstdlib:75:15: fatal error: stdlib.h: No such file or directory -| #include_next -| ^~~~~~~~~~ - -Upstream-Status: Pending - -Signed-off-by: Andreas Müller ---- - src/kio/bluetooth/CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/kio/bluetooth/CMakeLists.txt b/src/kio/bluetooth/CMakeLists.txt -index 971b00a..8b8cc9a 100644 ---- a/src/kio/bluetooth/CMakeLists.txt -+++ b/src/kio/bluetooth/CMakeLists.txt -@@ -19,7 +19,7 @@ target_link_libraries(kio_bluetooth - Qt5::Network - ) - --target_include_directories(kio_bluetooth SYSTEM -+target_include_directories(kio_bluetooth - PUBLIC $) - - ########### install files ############### --- -2.14.4 - diff --git a/recipes-kde/plasma/untier/breeze-gtk/breeze-gtk.bb b/recipes-kde/plasma/untier/breeze-gtk/breeze-gtk.bb index 214778de..09f55066 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] = "5aea654d15d6c107141affa6e32d1d4d" -SRC_URI[sha256sum] = "d4e16ffbcbe74c48fda7c5bfd18c3f479f56d54b761d9b1d9678119479412ca8" +SRC_URI[md5sum] = "8d60f91aec4b2d9541365715b4e19ec6" +SRC_URI[sha256sum] = "605f2fa40a05f882f2f7950075603c0bded2d3ea498a77fb3aaddf5f40e928b2" FILES_${PN} += " \ ${datadir}/kconf_update \ diff --git a/recipes-kde/plasma/untier/breeze/breeze.bb b/recipes-kde/plasma/untier/breeze/breeze.bb index dcbfbb80..dc1d0170 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] = "52221a5e47ffca0cffdc4577e9b097e2" -SRC_URI[sha256sum] = "a13de0472dacd5240c3d38d0841ea7b9098405cf1f8cff77504d1824d09dcac4" +SRC_URI[md5sum] = "4a410e97549cbbc495a3b81aac61ad80" +SRC_URI[sha256sum] = "eb37e75b6a463648edd1b421e06531054a361af9b60e0e4fb1588a36212a4dae" FILES_${PN} += " \ ${datadir}/color-schemes \ diff --git a/recipes-kde/plasma/untier/discover/discover.bb b/recipes-kde/plasma/untier/discover/discover.bb index e83e6237..c7d6906d 100644 --- a/recipes-kde/plasma/untier/discover/discover.bb +++ b/recipes-kde/plasma/untier/discover/discover.bb @@ -1,15 +1,15 @@ SUMMARY = "KDE and Plasma resources management GUI" LICENSE = "GPLv3 & GFDL-1.2" LIC_FILES_CHKSUM = " \ - file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ + file://COPYING;md5=6679dc9ea294d0d265902ab8c9936a9c \ file://COPYING.GFDL;md5=ad1419ecc56e060eccf8184a87c4285f \ " inherit kde-plasma gtk-icon-cache PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "c84cfab3218989b8eae04f1414ee6cfc" -SRC_URI[sha256sum] = "6f2bbaade87b959c8bd847e90ecec0c9aa8b4accee63318d25e5beb77deaf854" +SRC_URI[md5sum] = "cf34b882daf50f710e1aa144d5ec4e66" +SRC_URI[sha256sum] = "809f0d5e5acb9733991fc8cc43cf7376e7a636ac2ec3dd4295d0271f4d0541b9" DEPENDS += " \ qtdeclarative \ @@ -27,12 +27,10 @@ DEPENDS += " \ " FILES_${PN} += " \ - ${datadir}/appdata \ ${datadir}/icons \ ${datadir}/k*5 \ - ${datadir}/libdiscover \ + ${datadir}/knsrcfiles \ ${datadir}/plasma \ - ${datadir}/plasmadiscover \ \ ${libdir}/plasma-discover \ ${OE_QMAKE_PATH_PLUGINS} \ 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 8370eee1..20528514 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] = "15b29094d80848ed7f976a736fe058ac" -SRC_URI[sha256sum] = "fbff40188d7864a11aa6aea0b6d8cca2c66025924b3cb29275ac6d282ece9ace" +SRC_URI[md5sum] = "5713eec07d5766bcaa14a2244c4bd76b" +SRC_URI[sha256sum] = "4f5e22a53d9f708696a3fd85702fb5f2a48280e8cd537265fb5201a8596fa9d8" # 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 ef520328..1ea54420 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,12 +24,13 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "5790d8f3be565c9f78a1a3dbe77dafe6" -SRC_URI[sha256sum] = "958163b1134b7c9e9735b5b6a4448973f09dbf43991511f768b29bd038baa185" +SRC_URI[md5sum] = "35b11a9233f961fc238839fce00e82ef" +SRC_URI[sha256sum] = "539f6ea694d5709b4be14ff8c1d1b70dc8c01737ab86cc1b7055e9ac1463da93" FILES_${PN} += " \ - ${datadir}/kservices5 \ - ${datadir}/kcm-gtk-module \ ${datadir}/icons \ + ${datadir}/kcm-gtk-module \ + ${datadir}/knsrcfiles \ + ${datadir}/kservices5 \ ${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 b9177187..3442604f 100644 --- a/recipes-kde/plasma/untier/kdeplasma-addons/kdeplasma-addons.bb +++ b/recipes-kde/plasma/untier/kdeplasma-addons/kdeplasma-addons.bb @@ -34,12 +34,13 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "a194936a5fc7101d95bd92c43b377735" -SRC_URI[sha256sum] = "1e11158f636e1d4bb25bbe4bb2f2fca37728c6aae07340ca6c2c1ec9e882ece3" +SRC_URI[md5sum] = "bb5e4e09704a5c5d380f204457d04ba2" +SRC_URI[sha256sum] = "d7fc80d63c7e1aea37a9ba28e5309bd538ac0c3c889b3dd9af1730a25acb8eb6" FILES_${PN} += " \ ${datadir}/icons \ ${datadir}/kdevappwizard \ + ${datadir}/knsrcfiles \ ${datadir}/k*5 \ ${datadir}/kwin \ ${datadir}/plasma \ diff --git a/recipes-kde/plasma/untier/kgamma5/kgamma5.bb b/recipes-kde/plasma/untier/kgamma5/kgamma5.bb index f88a8b2c..96e07a01 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] = "b8d639e55d1c9de2bd77d5ea234f81f5" -SRC_URI[sha256sum] = "5e5d2dd439d4fd298eb0283fd9f2bad009c5efe22f72aea795138d22adfdc1e7" +SRC_URI[md5sum] = "4e61176507d69386d586c43fe363d71a" +SRC_URI[sha256sum] = "e60118149d43c0a8c86146647f03d0817e1658b074c3d5c7676f0b05e9ce4f11" FILES_${PN} += " \ ${datadir}/kgamma \ diff --git a/recipes-kde/plasma/untier/khotkeys/khotkeys.bb b/recipes-kde/plasma/untier/khotkeys/khotkeys.bb index 5ad0010f..b0d8f115 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] = "e40ad49f14cfe51e35c94e46bf4dcfb6" -SRC_URI[sha256sum] = "59dd6a571d52401b1963cde732b6c6c589a328438155ec0e0c5c77b5ac029127" +SRC_URI[md5sum] = "f789205aa8c5c2a3090e19b8206c0b8d" +SRC_URI[sha256sum] = "111c1f2af7d89a327baf5e8902a1045068727038f75b680435c1600d8e41df18" FILES_${PN} += " \ ${datadir}/kservices5 \ diff --git a/recipes-kde/plasma/untier/kinfocenter/kinfocenter.bb b/recipes-kde/plasma/untier/kinfocenter/kinfocenter.bb index 1e35055f..52aac65d 100644 --- a/recipes-kde/plasma/untier/kinfocenter/kinfocenter.bb +++ b/recipes-kde/plasma/untier/kinfocenter/kinfocenter.bb @@ -39,8 +39,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "746b45e6d987b25a44e4469c7f66982f" -SRC_URI[sha256sum] = "0119da58b2274bab76ef27d37032b5b104bad162675bfbee631286186d2e17a8" +SRC_URI[md5sum] = "aa0e1011345265d02ca97387ffc54782" +SRC_URI[sha256sum] = "5779cd6d59d51c81b8d1478b3424a3c3813b097bcde781958e13e180c63a2dd6" 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 a68f18a9..66bc270c 100644 --- a/recipes-kde/plasma/untier/kmenuedit/kmenuedit.bb +++ b/recipes-kde/plasma/untier/kmenuedit/kmenuedit.bb @@ -29,8 +29,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "38316c5655e273a2e5ee4bd096cee1a7" -SRC_URI[sha256sum] = "ad407757e93928dc506271998881a2e5f4a4c96bf763c25e80347e3e23361c26" +SRC_URI[md5sum] = "9c399e0cc53ca0a80daed70343361bc1" +SRC_URI[sha256sum] = "03927410260a58fe13120e06f36c7fe4e993ecf8d4ba428a84c93422f23b908b" # 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 e7901cc7..744bbbe1 100644 --- a/recipes-kde/plasma/untier/kscreen/kscreen.bb +++ b/recipes-kde/plasma/untier/kscreen/kscreen.bb @@ -28,8 +28,8 @@ DEPENDS += "\ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "6ab623e477248aa4faf2bbf157fc786b" -SRC_URI[sha256sum] = "c0c47c6d5c618e2c40794dd37586a1733ef6939383b4bb760638e8758a0bd6f7" +SRC_URI[md5sum] = "d40d9a56d7d8f727a165477512785877" +SRC_URI[sha256sum] = "058243275c88bb6824f33223cf9a9fd6d5fd982ac06396ba33468362acfd8176" FILES_${PN} += " \ ${datadir}/k*_kscreen \ diff --git a/recipes-kde/plasma/untier/kscreenlocker/kscreenlocker.bb b/recipes-kde/plasma/untier/kscreenlocker/kscreenlocker.bb index d45775bf..d84327e8 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] = "be96a0ab64cbeb9b9f728a977c0e2e6b" -SRC_URI[sha256sum] = "09d9d63e81a60d1c95532639287ba29403e0b04d7e4d46f5a49adbfccf215dcd" +SRC_URI[md5sum] = "f44b0904c60e1644c96b86fb0edb6448" +SRC_URI[sha256sum] = "4c349a02a62ae0c7e7f22ec1669e28f5e7574ddb5d0319e0a8136e81e41dd7c4" SRC_URI += "file://kde.pam" diff --git a/recipes-kde/plasma/untier/ksshaskpass/ksshaskpass.bb b/recipes-kde/plasma/untier/ksshaskpass/ksshaskpass.bb index bf7d64a5..7676a7be 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] = "965cd4f87a9bf64a7a54d511856084dd" -SRC_URI[sha256sum] = "4b6eae3b594480f6265843fa0b2f3d2051fd45894d27eee3681b7b33c4f52e7e" +SRC_URI[md5sum] = "c6e882b7d4a9db23ba1c9cf5dc1df5f2" +SRC_URI[sha256sum] = "49e7a3d0245503a984c4712c855931ae3eeac147a66d4301840a8023a2c47813" diff --git a/recipes-kde/plasma/untier/ksysguard/ksysguard.bb b/recipes-kde/plasma/untier/ksysguard/ksysguard.bb index 803a17cb..64fc5741 100644 --- a/recipes-kde/plasma/untier/ksysguard/ksysguard.bb +++ b/recipes-kde/plasma/untier/ksysguard/ksysguard.bb @@ -28,14 +28,15 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "8f86ba0db6971a7a331b0314971fa6ae" -SRC_URI[sha256sum] = "c767cfff83cb8d6d99a6ba13fa534656d6d31666a3eaa7cdce677535e9f9624a" +SRC_URI[md5sum] = "93953057fc8a07638fd369ff49f79871" +SRC_URI[sha256sum] = "bf902d3f4f3410bd5dce1c647599625b296859dc1a5dd9ccd694ff5e77e11256" # do not move so-libs to -dev package FILES_SOLIBSDEV = "" FILES_${PN} += " \ - ${datadir}/k*5 \ ${datadir}/icons \ + ${datadir}/k*5 \ + ${datadir}/knsrcfiles \ ${libdir}/libkdeinit5_ksysguard.so \ " diff --git a/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb b/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb index a723ab64..5affd7c5 100644 --- a/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb +++ b/recipes-kde/plasma/untier/kwallet-pam/kwallet-pam.bb @@ -11,11 +11,12 @@ inherit kde-plasma distro_features_check DEPENDS += " \ libpam \ libgcrypt \ + kwallet \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "4f563fc433dfd43960832fb7ddac6137" -SRC_URI[sha256sum] = "36f3e50019dcd9919755d47b62abf99412299aa87ee27fecbf1dca212a94d22e" +SRC_URI[md5sum] = "0f50c861f78cbb81fc0462ad05fc7e7c" +SRC_URI[sha256sum] = "498425290ca53b31a82d763d1191b8f0f489311e69f070cda3c4885f951b6581" 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 eb5d3c3c..c98ad954 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] = "4c029d5a2e0dec0c9ca746d910393ae3" -SRC_URI[sha256sum] = "8dec5719104a551fc8c1d6249568accedce9b8d18691d818f2b7abc13f21fd17" +SRC_URI[md5sum] = "221a811ba73e4bbf871adfcac899e419" +SRC_URI[sha256sum] = "3f3e53ef60d0f8725095278c247df7b2f1b02bb6a082327042e0cb5d997233c6" 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 267ebb65..893949a5 100644 --- a/recipes-kde/plasma/untier/kwin/kwin.bb +++ b/recipes-kde/plasma/untier/kwin/kwin.bb @@ -1,9 +1,6 @@ SUMMARY = "KDE's window manager" -LICENSE = "LGPLv2.1 & GFDL-1.2" -LIC_FILES_CHKSUM = " \ - file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \ - file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \ -" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24" REQUIRED_DISTRO_FEATURES = "x11" @@ -57,8 +54,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "91401cff50e97b2f153080e1a9d295d0" -SRC_URI[sha256sum] = "e341c8165354643fd201292e53418050970bf8819b2cd0dd932423a342d2f805" +SRC_URI[md5sum] = "763f90156343bee01abf2809f20c70fc" +SRC_URI[sha256sum] = "82685526c32830a54ecd2034049d86dd5b59b97c434788798da1b5c217f2495e" SRC_URI += " \ file://0001-Make-building-of-QPA-wayland-plugin-an-option.patch \ @@ -75,8 +72,8 @@ FILES_${PN} += " \ ${datadir}/dbus-1 \ ${datadir}/kconf_update \ ${datadir}/k*5 \ + ${datadir}/knsrcfiles \ ${datadir}/kpackage \ - ${datadir}/kwincompositing \ ${datadir}/icons \ ${OE_QMAKE_PATH_PLUGINS} \ ${OE_QMAKE_PATH_QML} \ diff --git a/recipes-kde/plasma/untier/kwrited/kwrited.bb b/recipes-kde/plasma/untier/kwrited/kwrited.bb index 43208153..1595c356 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] = "841b5be4dec688ac30c32f30045f96b5" -SRC_URI[sha256sum] = "fbc27517898e57aa6b4c476673971f310121ac3d61e1d30a23e9289930056510" +SRC_URI[md5sum] = "d35d3decc6517d148aff86b591bde702" +SRC_URI[sha256sum] = "26561775a280f326b7323170d6466d39447d98d0d5f593e7aaea5a62ef001559" 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 8ffabd0c..2b5ceea2 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] = "08e28135014852c1bf57dd738a7c8cda" -SRC_URI[sha256sum] = "bee15b0ce38e17475542b0e500a82567fdbe0a635e84a543b2f3255ac8c58d87" +SRC_URI[md5sum] = "3ffbb7d9ab746842cfb8ddf887772070" +SRC_URI[sha256sum] = "6ae883fc34c0a15882d34c0aba1f37f31de944b42639f46a1f495c9dda2f8bf7" 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 19b80738..1f45e8f1 100644 --- a/recipes-kde/plasma/untier/libksysguard/libksysguard.bb +++ b/recipes-kde/plasma/untier/libksysguard/libksysguard.bb @@ -27,8 +27,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "3fa13483c9f888571fa1a8a7a1ef821e" -SRC_URI[sha256sum] = "4255a997c4f0b2039201db6e00038e08519c5fde73032ba709ae9bcfaceabfd0" +SRC_URI[md5sum] = "475b992ce5849e0fbd1f9ab2f3510d5e" +SRC_URI[sha256sum] = "7e1cf76408824fe4b30e133e12d2b276594bd042a633b6b5cc4d33d0a9954b33" FILES_${PN} += " \ ${datadir}/dbus-1 \ diff --git a/recipes-kde/plasma/untier/milou/milou.bb b/recipes-kde/plasma/untier/milou/milou.bb index 6004c33c..bdd094ff 100644 --- a/recipes-kde/plasma/untier/milou/milou.bb +++ b/recipes-kde/plasma/untier/milou/milou.bb @@ -22,8 +22,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "ae3357fdfdfbf8c996b9ea5c445f042d" -SRC_URI[sha256sum] = "2740cbfae30483c402471349f4d1315b98edf054827ec70980bb966cd6b3fcf9" +SRC_URI[md5sum] = "7352c609a87faae30d141b3aae64e398" +SRC_URI[sha256sum] = "047658479fdddb6b3290ca4b6c4263827d80d70bc9de7c88bdc6b5707ba47e3e" FILES_${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/plasma/untier/oxygen/oxygen.bb b/recipes-kde/plasma/untier/oxygen/oxygen.bb index ede27396..2d0eebc3 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] = "f561b58231384cf96e62768c7ebe4611" -SRC_URI[sha256sum] = "0791314c8894331bfa46d8b8aa30805972d09497a9e4bbe3f82270d4455be62c" +SRC_URI[md5sum] = "41cd869ad0a67d640c803ba278d30831" +SRC_URI[sha256sum] = "e32d5e81ea4bab06a89d937ee7438445af73292f2d52d2547f8fec11b52cb988" 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 2c65205f..e516d812 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] = "9c838fa4fedf73322d4c7279d575545e" -SRC_URI[sha256sum] = "f1883b504cb5e86a43e16fea803b93c81b09e4ce1339ae8bcf6cf35d7e734d3b" +SRC_URI[md5sum] = "c4a5b8682351edaa0559131f43eda870" +SRC_URI[sha256sum] = "0aa69ee733dab6d9435cf82a71bc85011dfe4b703909656e2c67fbf40df2839e" 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 0e700f34..f5c179a5 100644 --- a/recipes-kde/plasma/untier/plasma-desktop/plasma-desktop.bb +++ b/recipes-kde/plasma/untier/plasma-desktop/plasma-desktop.bb @@ -49,8 +49,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "84cea7d6cc3d014839ec7f8b9696b8f2" -SRC_URI[sha256sum] = "42097c0b2553dd4767b6fde441db371d5e2defbd4e82389ca91d076f62ae3741" +SRC_URI[md5sum] = "92aa909067b6b441fd405f8a235ed6bb" +SRC_URI[sha256sum] = "7ef395413acbea604383b15e7e575365ad7c5cbbc47dd39d6e4abfa627a3051c" 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 64e52286..94617d2b 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] = "3c35e275cdc620e36857de4fea66501b" -SRC_URI[sha256sum] = "05920610c68981a9effb1a97395a22d281d3b61e42d55d66adf8bb587da29621" +SRC_URI[md5sum] = "76dff6c7fecd92c23bba1d3d981e6f10" +SRC_URI[sha256sum] = "ce297e9a6e97f7d50bae6fe31d25051a46f860abfeb82c34b95c57d245ad2914" 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 e8829fb4..7bf59e4f 100644 --- a/recipes-kde/plasma/untier/plasma-nm/plasma-nm.bb +++ b/recipes-kde/plasma/untier/plasma-nm/plasma-nm.bb @@ -46,8 +46,8 @@ DEPENDS += " \ # MobileBroadbandProviderInfo PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "806534c2fd234aa8630c5bfc6b4b8b54" -SRC_URI[sha256sum] = "6a2cde83ff031de3565465d48538578380301debb8e49345e25ff3f723c908ee" +SRC_URI[md5sum] = "809d3e9164b7fdfd3646339bd8f73e81" +SRC_URI[sha256sum] = "5c18031ff2ed73963350f05c5f4293cd91f98ab6cf2e261910b09dc7fcb5ccc0" # 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 8a5d04fa..f1894d2f 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] = "599c5fcee476afb5cd59e6961c8c525f" -SRC_URI[sha256sum] = "326a6d3f6f9d462a3b88402ae6be2dac976f166995a5cb750d294d51085a0a92" +SRC_URI[md5sum] = "3bf9e42981b872793c580b404c1960b9" +SRC_URI[sha256sum] = "abdd38458c75103bde1278a90b5b8660b75c2e4fa41d38c5c990b409896af5e2" FILES_SOLIBSDEV = "" diff --git a/recipes-kde/plasma/untier/plasma-vault/plasma-vault.bb b/recipes-kde/plasma/untier/plasma-vault/plasma-vault.bb index 70469953..4e4d6741 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] = "f748d8b07dc118f6d2f392ae0c400606" -SRC_URI[sha256sum] = "2d7c356fa951b341fcb5ea48ed819f396fe9096e06e6f2026c9f59a59fa48fd5" +SRC_URI[md5sum] = "05a099d60eee34c6cc9b8a74098c0f7d" +SRC_URI[sha256sum] = "fbcd37da69a4cedd7fda58426d0a08572b217c63f8944f9f8562265373e8c1aa" 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 aec48a8e..f854318b 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] = "293d855ff8df007a1c75b2a4b0a29c47" -SRC_URI[sha256sum] = "0dc21728f3a08d823106bae7dd99d9b6b28b9b77abe8cf8f213bd4cf5b66b945" +SRC_URI[md5sum] = "3943474fbcd805c7c1c47c0e5833e4fa" +SRC_URI[sha256sum] = "1e1fdbe7873c5028bf86793d6b37af0ad1e5afd298841df05f45e8a26e823965" 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 fccfe9ef..69722a1f 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] = "2c0581a3b6bb66d34de3f3b185471939" -SRC_URI[sha256sum] = "628ce9a02defa31e98a6a373abb6a1f2bf39f065eaf82fdbb4f93bf07165e267" +SRC_URI[md5sum] = "9af485b6fd8b302ccbfdc4c91a6e6bed" +SRC_URI[sha256sum] = "1bc1545656e7c9066e0a2967e98869194e0c0300380cd3b9d79d620f220b3a2c" 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 51912fde..3ced6df4 100644 --- a/recipes-kde/plasma/untier/powerdevil/powerdevil.bb +++ b/recipes-kde/plasma/untier/powerdevil/powerdevil.bb @@ -29,8 +29,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "08dca676733ed110ad73015ef61dfc52" -SRC_URI[sha256sum] = "c435cdcab2ff367ca86f91a45ac43fa9f9b68251e8e444b285b7edd33482ad06" +SRC_URI[md5sum] = "ce73a0821c8ae4eb8faab1558a438290" +SRC_URI[sha256sum] = "640781709afb1a595061f918b9686fafb75e78bb72db0169a76a4d94d9e48a1d" 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 c60bcb79..c93a0651 100644 --- a/recipes-kde/plasma/untier/sddm-kcm/sddm-kcm.bb +++ b/recipes-kde/plasma/untier/sddm-kcm/sddm-kcm.bb @@ -22,14 +22,15 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "ebc9becccf08be045caf8c6ca86bf2fd" -SRC_URI[sha256sum] = "4d5ee74e494f78a90d1586862749d53f4dc34970f47307d62a4e6ead9161c25b" +SRC_URI[md5sum] = "7a3cc20aaba6baae3d340a233151828d" +SRC_URI[sha256sum] = "dba4bf7e730553459f00b2102c56b468a385ca5dfe32ce7a13d10414e109ff80" RDEPENDS_${PN} = "sddm" FILES_${PN} += " \ - ${datadir}/kservices5 \ ${datadir}/dbus-1 \ + ${datadir}/knsrcfiles \ + ${datadir}/kservices5 \ ${datadir}/polkit-1 \ ${OE_QMAKE_PATH_PLUGINS} \ " diff --git a/recipes-kde/plasma/untier/systemsettings/systemsettings.bb b/recipes-kde/plasma/untier/systemsettings/systemsettings.bb index 9b468103..57fe0dc1 100644 --- a/recipes-kde/plasma/untier/systemsettings/systemsettings.bb +++ b/recipes-kde/plasma/untier/systemsettings/systemsettings.bb @@ -33,8 +33,8 @@ DEPENDS += " \ " PV = "${PLASMA_VERSION}" -SRC_URI[md5sum] = "60099023cd0d88640a50f080f9ccc921" -SRC_URI[sha256sum] = "a29227329f8ddd2db2ba8aafb3eb5f2b09d01e3a6f761d291afba95935ceb93a" +SRC_URI[md5sum] = "0afca35d4eb6b755fa95ce383ca8328d" +SRC_URI[sha256sum] = "dcbff775f7ed6dfaf5dce4937d65e9202fa0e4e8f5b57c6f16642c22ebe7cc54" 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 4f2446ea..ceb61d7a 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] = "8e38b26a97b2b2e57b0be29d78fbb71e" -SRC_URI[sha256sum] = "09e746e14bc732e296e93290929dfd1d378abe0b6b47fce084c97dd82a3f2431" +SRC_URI[md5sum] = "501d6e306a34597f3dd93c223f1f633f" +SRC_URI[sha256sum] = "fc0448c62c76baaa43df8acb216fbae3a97d3fe0378eba848142afc24ff65f82" FILES_${PN} += " \ ${datadir}/kservices5 \