diff --git a/classes/kde-kf5.bbclass b/classes/kde-kf5.bbclass index 06e6fca6..c7fa7168 100644 --- a/classes/kde-kf5.bbclass +++ b/classes/kde-kf5.bbclass @@ -1,6 +1,6 @@ inherit kde-base -KF5_VERSION = "5.82.0" +KF5_VERSION = "5.83.0" def kde_verdir(v): return oe.utils.trim_version(v, 2) diff --git a/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.inc b/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.inc index 87639f79..c5e8919d 100644 --- a/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.inc +++ b/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.inc @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" inherit kde-kf5-porting-aids perlnative PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "59d955c697bd918f0a854748e7ed542ec467cb7c59ce1e85532ae97f6ca790b2" +SRC_URI[sha256sum] = "a8bc37bd3e9d495e9c56d17fdcc3909971447bbe1654088c3cd546ac6662ccba" SRC_URI += "file://0001-create_hash_table-avoid-polution-of-files-with-build.patch" DEPENDS += " \ diff --git a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/files/0001-only-build-kf5-config-for-native.patch b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/files/0001-only-build-kf5-config-for-native.patch index 5cb3c6c6..bcef9ec1 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/files/0001-only-build-kf5-config-for-native.patch +++ b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/files/0001-only-build-kf5-config-for-native.patch @@ -19,7 +19,7 @@ Signed-off-by: Andreas Müller 5 files changed, 4 insertions(+), 249 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 1953be6..fbc3cb6 100644 +index 6452b2f..beebfab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,30 +20,11 @@ include(GenerateExportHeader) @@ -64,14 +64,12 @@ index 1953be6..fbc3cb6 100644 endif () if (APPLE) cmake_find_frameworks(CoreFoundation) -@@ -156,13 +135,8 @@ install( +@@ -169,11 +148,8 @@ install( --if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") -- ki18n_install(po) -- kdoctools_install(po) --endif() +-ki18n_install(po) +-kdoctools_install(po) add_subdirectory(cmake) add_subdirectory(data) -add_subdirectory(docs) @@ -106,7 +104,7 @@ index b249bd5..95fd86c 100644 set(libkdelibs4support_SRCS ${libkdelibs4support_SRCS} kdecore/k4aboutdata.cpp -@@ -58,39 +57,9 @@ set(libkdelibs4support_SRCS +@@ -58,39 +58,9 @@ set(libkdelibs4support_SRCS kdecore/kcurrencycode.cpp kdecore/kdebug.cpp kdecore/kdebugdbusiface.cpp @@ -246,10 +244,10 @@ index b249bd5..95fd86c 100644 solid/org.kde.Solid.PowerManagement.PolicyAgent.xml PROPERTIES NO_NAMESPACE TRUE) --qt5_add_dbus_interface(libkdelibs4support_SRCS solid/org.kde.Solid.Networking.Client.xml +-qt_add_dbus_interface(libkdelibs4support_SRCS solid/org.kde.Solid.Networking.Client.xml - org_kde_solid_networking_client) - --qt5_add_dbus_interfaces(libkdelibs4support_SRCS solid/org.freedesktop.PowerManagement.xml +-qt_add_dbus_interfaces(libkdelibs4support_SRCS solid/org.freedesktop.PowerManagement.xml - solid/org.freedesktop.PowerManagement.Inhibit.xml - solid/org.kde.Solid.PowerManagement.PolicyAgent.xml) - diff --git a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc index ef95de23..3c2b67f8 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc +++ b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5-porting-aids perlnative PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "2f82f9241a1ceb08f4da7e9056612003b18d85879aff808f21d750b52edf4fe1" +SRC_URI[sha256sum] = "ea1a7e50e36fee629e4d9b1bf44bf27a169174d95dc36d37d4af82a5cf50e432" EXTRA_OECMAKE += " \ -DBUILD_TESTING=OFF \ diff --git a/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/files/0001-set-kgendesignerplugin-executable-so-that-it-can-be-.patch b/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/files/0001-set-kgendesignerplugin-executable-so-that-it-can-be-.patch index 975f3bcc..189e9354 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/files/0001-set-kgendesignerplugin-executable-so-that-it-can-be-.patch +++ b/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/files/0001-set-kgendesignerplugin-executable-so-that-it-can-be-.patch @@ -1,5 +1,5 @@ From 20b5f1474e4b2b3ad3b492b8f5323e6d4e2656b3 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20M=C3=BCller?= +From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 5 Dec 2014 19:19:24 +0100 Subject: [PATCH 2/2] set kgendesignerplugin executable so that it can be found for us @@ -9,7 +9,7 @@ Content-Transfer-Encoding: 8bit Upstream-Status: Inappropriate [configuration] -Signed-off-by: Andreas Müller +Signed-off-by: Andreas Müller --- KF5DesignerPluginConfig.cmake | 2 +- KF5DesignerPluginMacros.cmake | 2 +- @@ -26,7 +26,7 @@ index df6ca1f..c264b26 100644 -set(KF5DESIGNERPLUGIN_GENERATOR_EXECUTABLE KF5::kgendesignerplugin) +set(KF5DESIGNERPLUGIN_GENERATOR_EXECUTABLE kgendesignerplugin) diff --git a/KF5DesignerPluginMacros.cmake b/KF5DesignerPluginMacros.cmake -index 15db23d..5a4d044 100644 +index b404f66..d86b590 100644 --- a/KF5DesignerPluginMacros.cmake +++ b/KF5DesignerPluginMacros.cmake @@ -53,7 +53,7 @@ function(kf5designerplugin_generate_plugin outvar widgetfile) @@ -39,17 +39,17 @@ index 15db23d..5a4d044 100644 MAIN_DEPENDENCY ${input}) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index a3fc29b..3ec8c39 100644 +index b07156f..e4d1e63 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt -@@ -13,7 +13,6 @@ set(kgendesignerplugin_SRCS - ${kdesignerplugin_QM_LOADER} - ) - add_executable(kgendesignerplugin ${kgendesignerplugin_SRCS}) --add_executable(KF5::kgendesignerplugin ALIAS kgendesignerplugin) - ecm_mark_nongui_executable(kgendesignerplugin) +@@ -1,7 +1,6 @@ + include(ECMMarkNonGuiExecutable) + + add_executable(kgendesignerplugin) +-add_executable(KF5::kgendesignerplugin ALIAS kgendesignerplugin) + + ecm_create_qm_loader(kgendesignerplugin kdesignerplugin5_qt) - target_link_libraries(kgendesignerplugin KF5::ConfigCore # KConfig + KConfigGroup -- -1.8.3.1 +2.31.1 diff --git a/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/kdesignerplugin.inc b/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/kdesignerplugin.inc index eca3ebbd..a68ce7ae 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/kdesignerplugin.inc +++ b/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/kdesignerplugin.inc @@ -5,4 +5,4 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" inherit kde-kf5-porting-aids PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "4556c3001f6558cf8ecaf9ce98b60bc130099b0af5d35be48561405b778d6f79" +SRC_URI[sha256sum] = "203ff1989d7c076498d442698e8e70d158fb69094d056e18100ac74e064a0c8d" diff --git a/recipes-kde/kf5/porting-aids-tier3/kdewebkit/kdewebkit.bb b/recipes-kde/kf5/porting-aids-tier3/kdewebkit/kdewebkit.bb index f997a6d1..fb302ce2 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kdewebkit/kdewebkit.bb +++ b/recipes-kde/kf5/porting-aids-tier3/kdewebkit/kdewebkit.bb @@ -20,6 +20,6 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "1fa2400c0605fa3b0e2dc7de9515290488e06406aea7325f964dc2ee61378910" +SRC_URI[sha256sum] = "e900f2e135dbfb01e6ffbe24de86155f61705efb63adb6b71466fc7e70a1258e" FILES_${PN} += "${libdir}/plugins" diff --git a/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb b/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb index 1580db92..c5093396 100644 --- a/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb +++ b/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb @@ -37,7 +37,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "0d731761778a9908883353e3b9d9d89dda573c3aca4a9ad447277a280215af2d" +SRC_URI[sha256sum] = "1e81a0787b1d8c482a2b4c2ed04daef17c8dfa96d1855be2eadcd483d593f213" do_compile_append() { # gperf-native sets absolut debug comments/links in header diff --git a/recipes-kde/kf5/porting-aids-tier3/kjsembed/kjsembed.bb b/recipes-kde/kf5/porting-aids-tier3/kjsembed/kjsembed.bb index 1c0ef1a9..7ed440dd 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kjsembed/kjsembed.bb +++ b/recipes-kde/kf5/porting-aids-tier3/kjsembed/kjsembed.bb @@ -16,4 +16,4 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "cdc4e725d6d584ce81661fce246dff4d0f7c8d2fa3fc24a499977a5795c9c10f" +SRC_URI[sha256sum] = "3aaf4098636bb33142f8787d7f670e5f44a6e482e3916f022afafa771f8cac29" diff --git a/recipes-kde/kf5/porting-aids-tier3/kross/kross.bb b/recipes-kde/kf5/porting-aids-tier3/kross/kross.bb index 3576983f..4d74cf75 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kross/kross.bb +++ b/recipes-kde/kf5/porting-aids-tier3/kross/kross.bb @@ -25,7 +25,7 @@ DEPENDS += "\ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "2575200e6bcc0289f82579b12473c31d7027c46d114256b02485a6596565a600" +SRC_URI[sha256sum] = "ab11d7602983adb8dc77986e8a2a15a21ef3986658ae881c49afc1fdc1380dd8" FILES_${PN} += " \ ${OE_QMAKE_PATH_PLUGINS} \ diff --git a/recipes-kde/kf5/porting-aids-tier3/kxmlrpcclient/kxmlrpcclient.bb b/recipes-kde/kf5/porting-aids-tier3/kxmlrpcclient/kxmlrpcclient.bb index d47c46f1..b7533a65 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kxmlrpcclient/kxmlrpcclient.bb +++ b/recipes-kde/kf5/porting-aids-tier3/kxmlrpcclient/kxmlrpcclient.bb @@ -10,4 +10,4 @@ inherit kde-kf5-porting-aids gettext DEPENDS += "ki18n kio kcoreaddons-native kconfig-native kauth-native" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "f50d4e40ea4621de9b5df9a21ef9ac67f6fff463512b9afca6457ab07cfc9a43" +SRC_URI[sha256sum] = "916f8c243b54e70dc956a0e80c97de81b785c2d1bbc625c8e650062708d5c4dd" diff --git a/recipes-kde/kf5/tier1/attica/attica.bb b/recipes-kde/kf5/tier1/attica/attica.bb index 0e055e77..d9a5a3b6 100644 --- a/recipes-kde/kf5/tier1/attica/attica.bb +++ b/recipes-kde/kf5/tier1/attica/attica.bb @@ -8,6 +8,6 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 -SRC_URI[sha256sum] = "f482b3353926447679829693d7a7e02cd8d4956f67f2c05316d5ab941e6ac808" +SRC_URI[sha256sum] = "46c847699d9f5c16683f30d589522de91d296bf257d4afdc2faefc406306abee" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/bluez-qt/bluez-qt.bb b/recipes-kde/kf5/tier1/bluez-qt/bluez-qt.bb index 1575d928..d0ed21e1 100644 --- a/recipes-kde/kf5/tier1/bluez-qt/bluez-qt.bb +++ b/recipes-kde/kf5/tier1/bluez-qt/bluez-qt.bb @@ -11,7 +11,7 @@ inherit kde-kf5 DEPENDS += "qtdeclarative" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "1e8e52216219b48c0f07a322e78ee33a67ce0faf6f5cf6bbf205bf2b5b66f168" +SRC_URI[sha256sum] = "1bb9daacfdfca83a8963c5269cb028c42a761eb2f9ae2cac36c9475b06536d3b" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier1/breeze-icons/breeze-icons.inc b/recipes-kde/kf5/tier1/breeze-icons/breeze-icons.inc index 52182e93..0a3cb4e7 100644 --- a/recipes-kde/kf5/tier1/breeze-icons/breeze-icons.inc +++ b/recipes-kde/kf5/tier1/breeze-icons/breeze-icons.inc @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 -SRC_URI[sha256sum] = "7b7c232cca879776412e4a5879080ef281d971fe2bb03d9c08ae638e357061b9" +SRC_URI[sha256sum] = "b28119440ccfd9110a1a0fef951eddc9e5df6f2b0f1f9441228f88aaea006fe4" SRC_URI += "file://0001-Force-build-of-Qt-binary-resource-files.patch" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/breeze-icons/files/0002-build-native-qrcAlias-only.patch b/recipes-kde/kf5/tier1/breeze-icons/files/0002-build-native-qrcAlias-only.patch index cd4d0c5f..bf9dbc9d 100644 --- a/recipes-kde/kf5/tier1/breeze-icons/files/0002-build-native-qrcAlias-only.patch +++ b/recipes-kde/kf5/tier1/breeze-icons/files/0002-build-native-qrcAlias-only.patch @@ -1,6 +1,6 @@ From 2edcfaf8e189ac569192f48ed00aa0e13fc79962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Thu, 28 Jun 2018 00:41:48 +0200 +Date: Mon, 14 Jun 2021 00:32:24 +0200 Subject: [PATCH] build native qrcAlias only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 @@ -15,12 +15,12 @@ Signed-off-by: Andreas Müller 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 88f784f..19a506b 100644 +index 06080af..d5f1da0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -133,10 +133,6 @@ endif() +@@ -132,10 +132,6 @@ if(NOT WIN32 AND NOT CMAKE_CROSSCOMPILING) + endif() - add_definitions(-DQT_NO_FOREACH) -add_subdirectory(autotests) -add_subdirectory(icons) @@ -29,3 +29,6 @@ index 88f784f..19a506b 100644 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES INCLUDE_QUIET_PACKAGES) kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) +-- +2.31.1 + diff --git a/recipes-kde/kf5/tier1/karchive/karchive.inc b/recipes-kde/kf5/tier1/karchive/karchive.inc index 7ab55169..8ec3b9d1 100644 --- a/recipes-kde/kf5/tier1/karchive/karchive.inc +++ b/recipes-kde/kf5/tier1/karchive/karchive.inc @@ -12,6 +12,6 @@ inherit kde-kf5 DEPENDS += "bzip2 xz zlib" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "b59821111c9419a746806044e8e0f16bd6be8c8f0eb3938f585aa3cee7dc4c8a" +SRC_URI[sha256sum] = "5ca9953951a778f759c04cfacb8bbc1e103a9cafabafceceb3d25568b3a2e379" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier1/kcalendarcore/kcalendarcore.bb b/recipes-kde/kf5/tier1/kcalendarcore/kcalendarcore.bb index c97c4d2a..86924483 100644 --- a/recipes-kde/kf5/tier1/kcalendarcore/kcalendarcore.bb +++ b/recipes-kde/kf5/tier1/kcalendarcore/kcalendarcore.bb @@ -11,4 +11,4 @@ inherit kde-kf5 DEPENDS += "libical" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "0d24237db23ceac9a4d76aeda5c1f7a3bf1e272ab205240d8db081bb27cf1372" +SRC_URI[sha256sum] = "ebcbe910d25c27d029fe6669e53190aebbf6b1f2a20c4ee5e45adb42c992af1f" diff --git a/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb b/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb index f5ae4b98..7288ab38 100644 --- a/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb +++ b/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb @@ -15,7 +15,7 @@ inherit kde-kf5 DEPENDS += "gperf-native" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "645a52cea3579e56cf9ce74319635e7ca5984be9b064324523144d0a7f5256fc" +SRC_URI[sha256sum] = "02352cabd76a02c8c843b31d5ad8be208af7d17705cbcfca75733b5e3e518359" do_compile_append() { # gperf-native sets absolut debug comments/links in header diff --git a/recipes-kde/kf5/tier1/kconfig/kconfig.inc b/recipes-kde/kf5/tier1/kconfig/kconfig.inc index 3c364095..704d8ff6 100644 --- a/recipes-kde/kf5/tier1/kconfig/kconfig.inc +++ b/recipes-kde/kf5/tier1/kconfig/kconfig.inc @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 cmake_lib PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "234fc902d8a005291488def0a6a4b9d8b8500102e05aa2d1cfa3d5b6bb830a89" +SRC_URI[sha256sum] = "7c84a05609a22a2bd7185fc46e73a0d39604340574d5e85e24b170e84f84eee8" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier1/kcoreaddons/kcoreaddons.inc b/recipes-kde/kf5/tier1/kcoreaddons/kcoreaddons.inc index bc63b99b..71de490e 100644 --- a/recipes-kde/kf5/tier1/kcoreaddons/kcoreaddons.inc +++ b/recipes-kde/kf5/tier1/kcoreaddons/kcoreaddons.inc @@ -19,4 +19,4 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 mime PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "12077aac579065ca5ca877aee3bbdce65c52b6d0e9ef8b1fc0e127dd2e7f6843" +SRC_URI[sha256sum] = "723c99b63c159f6c70ef4a56acbab8afdc54a9fa3269ff7a21ed2467179e8a57" diff --git a/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb b/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb index 0e92331e..08bb4e02 100644 --- a/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb +++ b/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb @@ -13,4 +13,4 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "d85285eb765c7a8d0f9e21fe0f8396160f30e6a79651faa88a6e95bd577ddb53" +SRC_URI[sha256sum] = "0a0f04c3a104e3c6be33adea27d80d67ad73f05d584252d4496e88da11974905" diff --git a/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb b/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb index d54b1ec7..2439c80c 100644 --- a/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb +++ b/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb @@ -10,4 +10,4 @@ inherit kde-kf5 DEPENDS += "avahi" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "2ea760b9276431d72d89a2911b507db8f6c9a3e9a3e0f52b4641511675b50cbb" +SRC_URI[sha256sum] = "6ff550e4d97d77d8e46bc6f76dfbcfcb2e2264f43144c5f9aaed7e191f502285" diff --git a/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb b/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb index e63d9437..0ac0743e 100644 --- a/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb +++ b/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb @@ -18,4 +18,4 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "9bb7611bf10250de952e59f2ef682eec28695c7782a7b81970003f3982d5e339" +SRC_URI[sha256sum] = "32f62e593f084f53cf12b8cf78d09384f23f4010a3bb7b6abe6645616206eab9" diff --git a/recipes-kde/kf5/tier1/kholidays/kholidays.bb b/recipes-kde/kf5/tier1/kholidays/kholidays.bb index 5d09a03d..1ddba09b 100644 --- a/recipes-kde/kf5/tier1/kholidays/kholidays.bb +++ b/recipes-kde/kf5/tier1/kholidays/kholidays.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 -SRC_URI[sha256sum] = "d6c7a8aad545ead2ae48e65f4eaccef27ff64fffe780bbdabe972cd06eee4b63" +SRC_URI[sha256sum] = "22c31ca5ef789b55c3c9dc145042413853b962dc976c9740078fe660ddda98c4" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/ki18n/files/0001-do-not-install-po-files-for-native-build.patch b/recipes-kde/kf5/tier1/ki18n/files/0001-do-not-install-po-files-for-native-build.patch index 6ee410a5..b5cfde09 100644 --- a/recipes-kde/kf5/tier1/ki18n/files/0001-do-not-install-po-files-for-native-build.patch +++ b/recipes-kde/kf5/tier1/ki18n/files/0001-do-not-install-po-files-for-native-build.patch @@ -1,38 +1,31 @@ From 69bf91f00ec2f62907d57e6ce0f1a044669ba837 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Mon, 16 Feb 2015 14:46:17 +0100 +From: =?UTF-8?q?Andreas=20M=C3=BCller?= +Date: Sun, 13 Jun 2021 22:58:03 +0200 Subject: [PATCH] do not install po-files for native build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -From: =?UTF-8?q?Andreas=20M=C3=BCller?= -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - Upstream-Status: Inappropriate [embedded-specific] -Signed-off-by: Andreas Müller +Signed-off-by: Andreas Müller --- - CMakeLists.txt | 3 --- - 1 file changed, 3 deletions(-) + CMakeLists.txt | 1 - + 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index a33af03..0cf1e7f 100644 +index edb3f80..0b6f9d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -76,9 +76,6 @@ add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt +@@ -75,7 +75,6 @@ option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt Assistant, + add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)") add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00) - add_definitions(-DQT_NO_FOREACH) --if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") -- ki18n_install(po) --endif() +-ki18n_install(po) add_subdirectory(src) if (BUILD_TESTING) add_subdirectory(autotests) -- -2.9.4 +2.31.1 diff --git a/recipes-kde/kf5/tier1/ki18n/ki18n.inc b/recipes-kde/kf5/tier1/ki18n/ki18n.inc index 70b43fb3..f72a9fea 100644 --- a/recipes-kde/kf5/tier1/ki18n/ki18n.inc +++ b/recipes-kde/kf5/tier1/ki18n/ki18n.inc @@ -10,4 +10,4 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "c3996c193a8aa33d9e3bea2c14679c6e5d48ca0a7a560fde77f43132eb6872fa" +SRC_URI[sha256sum] = "d1bde46763240d3462df34131364c9693914a3016041e6cefb71bdcbfa4bef5e" diff --git a/recipes-kde/kf5/tier1/kidletime/kidletime.bb b/recipes-kde/kf5/tier1/kidletime/kidletime.bb index 09f918b1..c593503f 100644 --- a/recipes-kde/kf5/tier1/kidletime/kidletime.bb +++ b/recipes-kde/kf5/tier1/kidletime/kidletime.bb @@ -11,6 +11,6 @@ inherit kde-kf5 DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "libxcb qtx11extras libxscrnsaver", "", d)}" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "d054e755aefb07b35e369b7fcda56c9e1dac00eeab3e7d6f5038101dfb95aa5b" +SRC_URI[sha256sum] = "330e9627924f63894e3be01dd8da83580552884287b893f6d5b7cc393f86c98e" FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}" diff --git a/recipes-kde/kf5/tier1/kirigami/kirigami2.bb b/recipes-kde/kf5/tier1/kirigami/kirigami2.bb index eae96f5e..d608313c 100644 --- a/recipes-kde/kf5/tier1/kirigami/kirigami2.bb +++ b/recipes-kde/kf5/tier1/kirigami/kirigami2.bb @@ -15,7 +15,7 @@ DEPENDS += " \ PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "3541aec3cacbcf9d802ead3a0e1920163aae58b5e5ef121ec6725d0eacc9942a" +SRC_URI[sha256sum] = "5b8e667e49e349c0ea6e402f906ab542bae3e4cbf37a8a3d5a7848421eb6fc32" FILES_${PN} += " \ ${datadir}/kdevappwizard \ diff --git a/recipes-kde/kf5/tier1/kitemmodels/kitemmodels.bb b/recipes-kde/kf5/tier1/kitemmodels/kitemmodels.bb index c55eeaff..3c0e8161 100644 --- a/recipes-kde/kf5/tier1/kitemmodels/kitemmodels.bb +++ b/recipes-kde/kf5/tier1/kitemmodels/kitemmodels.bb @@ -11,6 +11,6 @@ inherit kde-kf5 DEPENDS += "qtdeclarative" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "a04e2e1f92eb5a7bcd3a9456facde31189072c75c1bd1133cdfd1e1a6c4c7730" +SRC_URI[sha256sum] = "650deaf788fc98c9c40e3c26a2462dbe688fb104dd73fa64b21ee9511eb6d2cf" FILES_${PN} += "${OE_QMAKE_PATH_QML}" diff --git a/recipes-kde/kf5/tier1/kitemviews/kitemviews.bb b/recipes-kde/kf5/tier1/kitemviews/kitemviews.bb index a6321314..8764016c 100644 --- a/recipes-kde/kf5/tier1/kitemviews/kitemviews.bb +++ b/recipes-kde/kf5/tier1/kitemviews/kitemviews.bb @@ -11,6 +11,6 @@ inherit kde-kf5 DEPENDS += "qttools" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "3d871282bd575fc983944e362314146b439fd01c743810c152a3b8737b06f09e" +SRC_URI[sha256sum] = "bc1b509954bfb7e9614a882f53903d8d69843f804f3ca842be2cc17aee7de682" FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}/designer" diff --git a/recipes-kde/kf5/tier1/kplotting/kplotting.bb b/recipes-kde/kf5/tier1/kplotting/kplotting.bb index 101dd098..8dd292cb 100644 --- a/recipes-kde/kf5/tier1/kplotting/kplotting.bb +++ b/recipes-kde/kf5/tier1/kplotting/kplotting.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "7394b195de3ab20f96787ea7250659ef05f5534fcf58ca7109ec80f16fa6f365" +SRC_URI[sha256sum] = "1249278aa68cb19f4e1a8513ccfa59685abe1cb118d930b9d628f19419719641" DEPENDS += "qttools" diff --git a/recipes-kde/kf5/tier1/kquickcharts/kquickcharts.bb b/recipes-kde/kf5/tier1/kquickcharts/kquickcharts.bb index a232cd4b..d5e6b6ee 100644 --- a/recipes-kde/kf5/tier1/kquickcharts/kquickcharts.bb +++ b/recipes-kde/kf5/tier1/kquickcharts/kquickcharts.bb @@ -10,7 +10,7 @@ inherit kde-kf5 DEPENDS += "qtquickcontrols2" -SRC_URI[sha256sum] = "86c6cde106c786fe3908e67847f2cbbb0324b96f5589c1a10ed67654660ec7fb" +SRC_URI[sha256sum] = "662aa1b0a781acea2e263029eb9be270847186596faaa59037f127735b9fa356" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/kwayland/kwayland.bb b/recipes-kde/kf5/tier1/kwayland/kwayland.bb index b946471e..51ec15c9 100644 --- a/recipes-kde/kf5/tier1/kwayland/kwayland.bb +++ b/recipes-kde/kf5/tier1/kwayland/kwayland.bb @@ -18,4 +18,4 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "a0a2fe5a02cb2a7a9f020d396ac3ffaff2b6259499a8a960d6fc4c0d0a256d9b" +SRC_URI[sha256sum] = "8ccc71f363f93807ea8cbf7d07310a6e9f45a7085e9ee68d2f11d768453dfab9" diff --git a/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb b/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb index 6dac260b..b5501ce3 100644 --- a/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb +++ b/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb @@ -16,6 +16,6 @@ inherit kde-kf5 DEPENDS += "qttools" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "248897e7bfac5735b42aff0cd1f1ec12674a8e11ee4788847a111fd8cd419882" +SRC_URI[sha256sum] = "4523d36acdc964a49e8cb2ec31386a1e64357105354351a257fb685dc6f4411d" FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}/designer" diff --git a/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb b/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb index 595d34db..a91d79b0 100644 --- a/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb +++ b/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb @@ -12,7 +12,7 @@ inherit kde-kf5 DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/libx11 qtx11extras libxrender libxfixes libxfixes-native", "", d)}" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "6a80e662bc598a69cd32651ce11b501ac903bb8729f4fd45915edf5d270a790e" +SRC_URI[sha256sum] = "69af314db832f4dcc6c0edfbe79ed67b145283a95a189a5b81c8f886b44ccd61" do_configure_append() { # remove absolute paths from exported cmake files diff --git a/recipes-kde/kf5/tier1/modemmanager-qt/modemmanager-qt.bb b/recipes-kde/kf5/tier1/modemmanager-qt/modemmanager-qt.bb index 5cdc08dd..9bee1ea6 100644 --- a/recipes-kde/kf5/tier1/modemmanager-qt/modemmanager-qt.bb +++ b/recipes-kde/kf5/tier1/modemmanager-qt/modemmanager-qt.bb @@ -13,7 +13,7 @@ inherit kde-kf5 pkgconfig DEPENDS += "modemmanager" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "df67f59794035746f2148ead4bf284e4af8adc9744d55157848762556875b964" +SRC_URI[sha256sum] = "5e66e27bcf8f8f1fcaf634f89cc163a2dfa9346ccd92fe630d08a97653bf773d" do_configure_append() { # remove absolute paths from exported cmake files diff --git a/recipes-kde/kf5/tier1/networkmanager-qt/networkmanager-qt.bb b/recipes-kde/kf5/tier1/networkmanager-qt/networkmanager-qt.bb index 5aaae0be..94eb1ac7 100644 --- a/recipes-kde/kf5/tier1/networkmanager-qt/networkmanager-qt.bb +++ b/recipes-kde/kf5/tier1/networkmanager-qt/networkmanager-qt.bb @@ -12,7 +12,7 @@ inherit kde-kf5 pkgconfig DEPENDS += "networkmanager" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "14f9fe4a6caa3f1cb97927f525ebe10816203b8a7e7f8ec7016bc895f378c7f1" +SRC_URI[sha256sum] = "618fd7e68438dce44b287a3b46c790853604f65017b84fcebbf4eb31b443686d" do_configure_append() { # remove absolute paths from exported cmake files diff --git a/recipes-kde/kf5/tier1/oxygen-icons/oxygen-icons5.bb b/recipes-kde/kf5/tier1/oxygen-icons/oxygen-icons5.bb index fab2adba..2432b7da 100644 --- a/recipes-kde/kf5/tier1/oxygen-icons/oxygen-icons5.bb +++ b/recipes-kde/kf5/tier1/oxygen-icons/oxygen-icons5.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 gtk-icon-cache -SRC_URI[sha256sum] = "4c39277274b1b99c754e81957f5a244c797fea0942773aec1957bedef2337759" +SRC_URI[sha256sum] = "1789ad130213100745e2c8c27dd1d956d5d9b2b96f0f7f71b452a9cad746e610" PV = "${KF5_VERSION}" FILES_${PN} += " \ diff --git a/recipes-kde/kf5/tier1/prison/prison.bb b/recipes-kde/kf5/tier1/prison/prison.bb index 8a95c4a7..eec1155b 100644 --- a/recipes-kde/kf5/tier1/prison/prison.bb +++ b/recipes-kde/kf5/tier1/prison/prison.bb @@ -12,6 +12,6 @@ DEPENDS += " \ libdmtx \ " -SRC_URI[sha256sum] = "b86dc784e497c7e208f82234295041136d061d8b9372045f9d9ee8c6322ef6cf" +SRC_URI[sha256sum] = "6af9ecd86b07a055a16ba96dd01b69c5304f91307cdcc7c9b063fda5d561e2c8" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/solid/solid.bb b/recipes-kde/kf5/tier1/solid/solid.bb index 0b4e4abc..b1645047 100644 --- a/recipes-kde/kf5/tier1/solid/solid.bb +++ b/recipes-kde/kf5/tier1/solid/solid.bb @@ -13,7 +13,7 @@ inherit kde-kf5 DEPENDS += "bison-native qtdeclarative" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "e6faad7b72a8e7572fe854e64293bf6b48f566315cc85eaf2dc6baf999332c48" +SRC_URI[sha256sum] = "73b5a653112122f2c874118d9e56b246e93fb9a715cc3706e2aa77e15ea458c6" FILES_${PN} += "${OE_QMAKE_PATH_QML}" diff --git a/recipes-kde/kf5/tier1/sonnet/sonnet.inc b/recipes-kde/kf5/tier1/sonnet/sonnet.inc index 81fd4d6c..ae311d21 100644 --- a/recipes-kde/kf5/tier1/sonnet/sonnet.inc +++ b/recipes-kde/kf5/tier1/sonnet/sonnet.inc @@ -9,4 +9,4 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "8e0a9a80a70def5c992c25d50cbeaa38f1655da83e80b6aae8847d77289111c2" +SRC_URI[sha256sum] = "aad844fcfa4c9acb1a634528f35c56ec906e8a71c07f40dd1a748ac51e96502f" diff --git a/recipes-kde/kf5/tier1/syntax-highlighting/syntax-highlighting.inc b/recipes-kde/kf5/tier1/syntax-highlighting/syntax-highlighting.inc index 41744749..40097e33 100644 --- a/recipes-kde/kf5/tier1/syntax-highlighting/syntax-highlighting.inc +++ b/recipes-kde/kf5/tier1/syntax-highlighting/syntax-highlighting.inc @@ -10,6 +10,6 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 perlnative -SRC_URI[sha256sum] = "d0bdf6d9f45fa8c84f83d2d97ea0e37b67ec212d7c717cd553ae03ad8c95d3bb" +SRC_URI[sha256sum] = "553084ecd116cadbf2a75725a33857df7d15b92124ac79f870a5f7ba6e5c9e5e" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb b/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb index 5620f392..2f754eb4 100644 --- a/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb +++ b/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb @@ -5,4 +5,4 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "d5da9c6079deef0099f0b84d1fb31a388dc7bf4349dfd08df7baba1632251bdd" +SRC_URI[sha256sum] = "540ecedea40f1dec1fdda76464a2a610de713b03cc86f06c7245f307a1b2098a" diff --git a/recipes-kde/kf5/tier2/kactivities-stats/kactivities-stats.bb b/recipes-kde/kf5/tier2/kactivities-stats/kactivities-stats.bb index b4962571..47836795 100644 --- a/recipes-kde/kf5/tier2/kactivities-stats/kactivities-stats.bb +++ b/recipes-kde/kf5/tier2/kactivities-stats/kactivities-stats.bb @@ -24,4 +24,4 @@ DEPENDS += " \ CXXFLAGS += "-DBOOST_DISABLE_ASSERTS" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "46be900e0c3561c3328cb9dcba6ed056ba3657e69089884b45e124847f521bd9" +SRC_URI[sha256sum] = "22bf1f36180391fa5946a17dc2ea1cbcd34b2d28d0305edef86052fe07b52fd1" diff --git a/recipes-kde/kf5/tier2/kauth/kauth.inc b/recipes-kde/kf5/tier2/kauth/kauth.inc index 0ace055a..9cfe3bb2 100644 --- a/recipes-kde/kf5/tier2/kauth/kauth.inc +++ b/recipes-kde/kf5/tier2/kauth/kauth.inc @@ -9,6 +9,6 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "00aac14b7a28040a7598ed661254fb4b8c20b0708fc3379461caff7bc8ff9104" +SRC_URI[sha256sum] = "cb617df419d60c1087a1ac53bc601ffaf590798f2f346dbc26b01ea94a3286fc" EXTRA_OECMAKE += "-DAUTOTESTS=OFF" diff --git a/recipes-kde/kf5/tier2/kcompletion/kcompletion.bb b/recipes-kde/kf5/tier2/kcompletion/kcompletion.bb index 9e565d8b..1058b5f1 100644 --- a/recipes-kde/kf5/tier2/kcompletion/kcompletion.bb +++ b/recipes-kde/kf5/tier2/kcompletion/kcompletion.bb @@ -11,6 +11,6 @@ inherit kde-kf5 DEPENDS += "kconfig kconfig-native kwidgetsaddons" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "503646a0bf3f5e40daaea9b33618ffb39d0435d41cd736468d1806daefba247d" +SRC_URI[sha256sum] = "8fbb9a7fe7a7b3cfcf6229f18286a46d54286a24dd4328503ddece3a57d39e4a" FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}/designer" diff --git a/recipes-kde/kf5/tier2/kcontacts/kcontacts.bb b/recipes-kde/kf5/tier2/kcontacts/kcontacts.bb index e640a083..915a270f 100644 --- a/recipes-kde/kf5/tier2/kcontacts/kcontacts.bb +++ b/recipes-kde/kf5/tier2/kcontacts/kcontacts.bb @@ -21,4 +21,4 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "e5de6baadb572db7fd5f7e5a5e7faf3ce382da035a7731bd20d6828200e98c9a" +SRC_URI[sha256sum] = "24ad4239cbc935c1f5f6e50288f213b414b9b8e46574d0e1d18424609024c063" diff --git a/recipes-kde/kf5/tier2/kcrash/kcrash.bb b/recipes-kde/kf5/tier2/kcrash/kcrash.bb index e0979092..090411be 100644 --- a/recipes-kde/kf5/tier2/kcrash/kcrash.bb +++ b/recipes-kde/kf5/tier2/kcrash/kcrash.bb @@ -11,4 +11,4 @@ REQUIRED_DISTRO_FEATURES = "x11" DEPENDS += "kcoreaddons kcoreaddons-native kwindowsystem virtual/libx11" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "fb93012644cbd4d37dd14f8d5b855943cc076f4db8bfb421e847d79e48fb5dfc" +SRC_URI[sha256sum] = "29ef0273ebd543be5bb9363efe5271fcaaea599463338d8ece625071decfa4c7" diff --git a/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc b/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc index 6f5a1f12..c0a30994 100644 --- a/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc +++ b/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc @@ -14,7 +14,7 @@ inherit kde-kf5 perlnative DEPENDS += "docbook-xml-dtd4 docbook-xsl-stylesheets liburi-perl-native" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "414fbb92521734664535b475bf1ea2b941c3d4bdde14c06fd243a2968d1531db" +SRC_URI[sha256sum] = "d3a4ea0d5c0348fff228aa5ba14a7d3eb00296c0f00b9ac9d4b74e56a89e395b" # allarch packages do only install into machine sysroot # for xml4 diff --git a/recipes-kde/kf5/tier2/kfilemetadata/kfilemetadata.bb b/recipes-kde/kf5/tier2/kfilemetadata/kfilemetadata.bb index 0066ed98..5a3d5354 100644 --- a/recipes-kde/kf5/tier2/kfilemetadata/kfilemetadata.bb +++ b/recipes-kde/kf5/tier2/kfilemetadata/kfilemetadata.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 pkgconfig gettext PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "a5625e00e91ffcbe34a8bd38c8af9339784a596a2ae844ded5250b3c213ceab8" +SRC_URI[sha256sum] = "d65dff0ede7eb7e823bce6da9f8e3359cb39a40c046f2ea578a321e85594098e" # TODO: optionals PACKAGECONFIG (poppler-qt5 / exiv2 / ffmpeg / epub) DEPENDS += " \ diff --git a/recipes-kde/kf5/tier2/kimageformats/kimageformats.bb b/recipes-kde/kf5/tier2/kimageformats/kimageformats.bb index 4da3988a..081b8a46 100644 --- a/recipes-kde/kf5/tier2/kimageformats/kimageformats.bb +++ b/recipes-kde/kf5/tier2/kimageformats/kimageformats.bb @@ -15,7 +15,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "3e7852b85f2a2e5d7136548747b5fd75b8c81e99c9f691bb8a168ce72bb1057d" +SRC_URI[sha256sum] = "dc3965efbf9f2a42b78bbaea3d825b0946a27ad5fc79395cd405c858f38d8917" FILES_${PN} += " \ ${OE_QMAKE_PATH_PLUGINS} \ diff --git a/recipes-kde/kf5/tier2/kjobwidgets/kjobwidgets.bb b/recipes-kde/kf5/tier2/kjobwidgets/kjobwidgets.bb index 1635fbb9..da601c27 100644 --- a/recipes-kde/kf5/tier2/kjobwidgets/kjobwidgets.bb +++ b/recipes-kde/kf5/tier2/kjobwidgets/kjobwidgets.bb @@ -12,6 +12,6 @@ DEPENDS += "kcoreaddons kcoreaddons-native kwidgetsaddons \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)}" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "5c213f928640cd4c96bbb6e23347537250d647e861787666215f5fa8de2b0c25" +SRC_URI[sha256sum] = "f3b9371a77ee245a60ea808f2e6928575187ac06b34818b76f1c147dfb95b5e7" FILES_${PN} += "${datadir}/dbus-1" diff --git a/recipes-kde/kf5/tier2/knotifications/knotifications.bb b/recipes-kde/kf5/tier2/knotifications/knotifications.bb index 6d910bb4..477db3dd 100644 --- a/recipes-kde/kf5/tier2/knotifications/knotifications.bb +++ b/recipes-kde/kf5/tier2/knotifications/knotifications.bb @@ -25,6 +25,6 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "79c7d044df30f0c242c6101888013089a02dd064599e9851837d0f59f981db6f" +SRC_URI[sha256sum] = "2cc2a9bf03733c38e70767dcd90da9957e7b6432b0308e5924609bcf52728d05" FILES_${PN} += "${datadir}/dbus-1 ${datadir}/kservicetypes5" diff --git a/recipes-kde/kf5/tier2/kpackage/files/0001-Do-not-build-po-files-on-native-build.patch b/recipes-kde/kf5/tier2/kpackage/files/0001-Do-not-build-po-files-on-native-build.patch index f16c06f5..ed130230 100644 --- a/recipes-kde/kf5/tier2/kpackage/files/0001-Do-not-build-po-files-on-native-build.patch +++ b/recipes-kde/kf5/tier2/kpackage/files/0001-Do-not-build-po-files-on-native-build.patch @@ -1,6 +1,6 @@ From 632015125044fad5b268329570b55246002cd792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Sat, 10 Nov 2018 20:39:47 +0100 +Date: Sun, 13 Jun 2021 23:11:35 +0200 Subject: [PATCH] Do not build po-files on native build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 @@ -14,10 +14,10 @@ Signed-off-by: Andreas Müller 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 4e6aa9c..acb8ba3 100644 +index ba41271..11ae64d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -75,6 +75,7 @@ include(KF5PackageMacros.cmake) +@@ -68,6 +68,7 @@ include(KF5PackageMacros.cmake) include_directories(${CMAKE_CURRENT_BINARY_DIR}) ################# list the subdirectories ################# @@ -25,14 +25,14 @@ index 4e6aa9c..acb8ba3 100644 if (KF5DocTools_FOUND) add_subdirectory(docs) endif() -@@ -85,6 +86,7 @@ if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") - kdoctools_install(po) - endif() +@@ -76,6 +77,7 @@ ki18n_install(po) + if (KF5DocTools_FOUND) + kdoctools_install(po) endif() +endif() add_subdirectory(src) if (BUILD_TESTING) add_subdirectory(autotests) -- -2.14.4 +2.31.1 diff --git a/recipes-kde/kf5/tier2/kpackage/kpackage.inc b/recipes-kde/kf5/tier2/kpackage/kpackage.inc index 1b2cac5b..030fde97 100644 --- a/recipes-kde/kf5/tier2/kpackage/kpackage.inc +++ b/recipes-kde/kf5/tier2/kpackage/kpackage.inc @@ -8,6 +8,6 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "b354f3a7e0c6b62513260b0caf5810143647cb21c495d8a1bc3411ee521137a4" +SRC_URI[sha256sum] = "ac950083ba66429e5e7c0898dd911210a22b12a9421ddc05c28d74dcbdb7801e" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier2/kpty/kpty.bb b/recipes-kde/kf5/tier2/kpty/kpty.bb index 5c866909..e29a89e8 100644 --- a/recipes-kde/kf5/tier2/kpty/kpty.bb +++ b/recipes-kde/kf5/tier2/kpty/kpty.bb @@ -10,4 +10,4 @@ inherit kde-kf5 gettext DEPENDS += "kcoreaddons kcoreaddons-native ki18n" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "4ce060c934f0bad89bf75187f3122e1926c029e6df9dec2ab307397979f0a75d" +SRC_URI[sha256sum] = "a5fe1da753a4f8e4d24bd634c39049d7ab042f10cdb374a4309d172e280aaa81" diff --git a/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb b/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb index e373dda6..144c8418 100644 --- a/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb +++ b/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb @@ -9,4 +9,4 @@ inherit kde-kf5 gettext DEPENDS += "ki18n" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "51f8af853ee0bf0dfd2a8e9a4299f2d47e130978d26c8595a4070ef28b16a9af" +SRC_URI[sha256sum] = "6e82f0024256c9da5a4892e96f28c19377e4859dceb78333de6ad0a2c6617105" diff --git a/recipes-kde/kf5/tier2/syndication/syndication.bb b/recipes-kde/kf5/tier2/syndication/syndication.bb index 93606300..29df220f 100644 --- a/recipes-kde/kf5/tier2/syndication/syndication.bb +++ b/recipes-kde/kf5/tier2/syndication/syndication.bb @@ -15,4 +15,4 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "2cf07ecacb01f0c67eece6d88279dfee7c27ba0ecc8a720319479b8910a30523" +SRC_URI[sha256sum] = "5fdfa819dd43c4b7c31a3014b080c2e5c09e312a19e6858907da79fd0d42e25f" diff --git a/recipes-kde/kf5/tier3/baloo/baloo.bb b/recipes-kde/kf5/tier3/baloo/baloo.bb index 8a09e3d1..20438397 100644 --- a/recipes-kde/kf5/tier3/baloo/baloo.bb +++ b/recipes-kde/kf5/tier3/baloo/baloo.bb @@ -32,7 +32,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "d864f0c073209065bafe24995c70984cb92ca70f37ca647fb052627c7a3685fe" +SRC_URI[sha256sum] = "5aafaa13aa431249bb1479c24cb61952729546a1c27bbc7c60c460a10fd0102a" SRC_URI += " \ file://baloo_file.desktop \ diff --git a/recipes-kde/kf5/tier3/kactivities/kactivities.bb b/recipes-kde/kf5/tier3/kactivities/kactivities.bb index c39fe78d..f8fd69dc 100644 --- a/recipes-kde/kf5/tier3/kactivities/kactivities.bb +++ b/recipes-kde/kf5/tier3/kactivities/kactivities.bb @@ -29,7 +29,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "94d762bf19c2e70299a41e065b8b950be0d6c4507db69269586b35f522183275" +SRC_URI[sha256sum] = "dac6c92eea2731e835b8d15d54033ab86388371b1627fdc72ddbb7027639177b" do_compile_prepend() { # Error: Could not locate service type file kservicetypes5/ "kfileitemactionplugin.desktop" , tried ... diff --git a/recipes-kde/kf5/tier3/kbookmarks/kbookmarks.bb b/recipes-kde/kf5/tier3/kbookmarks/kbookmarks.bb index 7ec4cb6b..e1919e26 100644 --- a/recipes-kde/kf5/tier3/kbookmarks/kbookmarks.bb +++ b/recipes-kde/kf5/tier3/kbookmarks/kbookmarks.bb @@ -13,4 +13,4 @@ DEPENDS += "kconfigwidgets kconfig kiconthemes kxmlgui kconfig-native kcoreaddon kauth-native" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "792c25d7979a0d1a0f09d3e570388a55356b99d98e55f7588613c16fa8c99f72" +SRC_URI[sha256sum] = "550d2886f67108210d1a5b83511d315f4e836e092291f4ac6c15e67ee118e732" diff --git a/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb b/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb index e2f045c3..abf60b89 100644 --- a/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb +++ b/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb @@ -25,6 +25,6 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "e8bd6b528454b2e2acf9cdd89c83ee855524b40fdf79f5bf79daf44ae790b184" +SRC_URI[sha256sum] = "4ee1e549a5ad28cc75efd396d86326efff16da485cb74d1daeb2a65e03780665" FILES_${PN} += "${datadir}/kservicetypes5" diff --git a/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb b/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb index b0b9db0e..fe14585f 100644 --- a/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb +++ b/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb @@ -17,7 +17,7 @@ DEPENDS += "kauth kconfig kcodecs kguiaddons kwidgetsaddons kdoctools \ gettext-native" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "d68f16f93cda851e1e63bc1ead8a35164157b2d0c5da39e1b1da056f83397872" +SRC_URI[sha256sum] = "d73260735be071fa6a1893ad6498d1ead1288a81bfb9a0b26d085cf7defd40c3" FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}/designer" diff --git a/recipes-kde/kf5/tier3/kdav/kdav.bb b/recipes-kde/kf5/tier3/kdav/kdav.bb index 9d38f0a3..13fc7eac 100644 --- a/recipes-kde/kf5/tier3/kdav/kdav.bb +++ b/recipes-kde/kf5/tier3/kdav/kdav.bb @@ -17,4 +17,4 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "083519f32ebe1a2120da905c12492568a80dfbfedccecbd6c523c52b4c19adcc" +SRC_URI[sha256sum] = "0017138873ba67a724ffc04d5f098a8a3b98c6b708ea10d2ff3de0efa33fa039" diff --git a/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb b/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb index a246bfa1..bdfd9b68 100644 --- a/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb +++ b/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb @@ -24,6 +24,6 @@ SRC_URI += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "5c95ebf424e6d1ffd4da4954e998d8d00ef9f35eb27bfc5779e5c5d9aeaa573f" +SRC_URI[sha256sum] = "9aaa7cbbac412f9189bcde0c61f30b6e81ea4c1df828e67c04515f6870acca40" FILES_${PN} += "${OE_QMAKE_PATH_QML}/org/kde" diff --git a/recipes-kde/kf5/tier3/kded/kded.bb b/recipes-kde/kf5/tier3/kded/kded.bb index ee22d4cb..9a1fe5a0 100644 --- a/recipes-kde/kf5/tier3/kded/kded.bb +++ b/recipes-kde/kf5/tier3/kded/kded.bb @@ -18,7 +18,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "585f3e64cdbf0167ea79316f2131fa0051876bf2d60af8c7333c9f578bfb060c" +SRC_URI[sha256sum] = "69319e6bc587c1089ee46fc8933484790a816355909df2830721b25911a09b3b" SRC_URI += "file://0001-hardcode-path-to-kconf_update.patch" FILES_${PN} += " \ diff --git a/recipes-kde/kf5/tier3/kdesu/kdesu.bb b/recipes-kde/kf5/tier3/kdesu/kdesu.bb index 0cdee02a..e9ba1617 100644 --- a/recipes-kde/kf5/tier3/kdesu/kdesu.bb +++ b/recipes-kde/kf5/tier3/kdesu/kdesu.bb @@ -19,4 +19,4 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "a3f2ddf965f56635285418024cb8912cf2bb91dc106ca11c02eac29bcf1f317c" +SRC_URI[sha256sum] = "9eefd9bf9d77f2af58774adea4c9f875472b03ea7e5064e68e901420d2b41fe3" diff --git a/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb b/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb index 8f5d63af..b3576fa0 100644 --- a/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb +++ b/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb @@ -13,7 +13,7 @@ inherit kde-kf5 gettext DEPENDS += "karchive kconfig kconfig-native kservice kcoreaddons kcoreaddons-native" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "d1d21ad980d8964ecc79d83a707c253f1c08e06c807b29d52c053964f145795a" +SRC_URI[sha256sum] = "9c43f0a68aebc2ab16a59b54bf9d9a821db56fe4e1fddb90bcf7300567eae4c0" FILES_${PN} += " \ ${datadir}/emoticons \ diff --git a/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb b/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb index c714828a..f2e63176 100644 --- a/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb +++ b/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb @@ -19,7 +19,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "9b6e7785e2d4fdfe485f1d7e98aa9d397800f9804ea013fd828338271ac2b561" +SRC_URI[sha256sum] = "b405e6bbee16169741cf18929998c0c8e4970573add8661b5373d72f2130affe" FILES_${PN} += " \ ${datadir}/dbus-1 \ diff --git a/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb b/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb index 45cee5c9..d94806ee 100644 --- a/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb +++ b/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb @@ -25,6 +25,6 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "8c4dd72838648f0253b9ff9d266fad7ab02ef3545b50f33478a3b9cb6ad2ecf8" +SRC_URI[sha256sum] = "9a7f1326a449956db6a0b4826609ca633c0fd92213cba3d634847b999ed1be21" FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}" diff --git a/recipes-kde/kf5/tier3/kinit/kinit.bb b/recipes-kde/kf5/tier3/kinit/kinit.bb index e0c35523..413fa375 100644 --- a/recipes-kde/kf5/tier3/kinit/kinit.bb +++ b/recipes-kde/kf5/tier3/kinit/kinit.bb @@ -26,7 +26,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "8b1b9d34fe4a4345381ac954888190e65f28ffe8211c7c0a16376996a79dc168" +SRC_URI[sha256sum] = "c164e8df6350b069f634f5e7c42625026088c10886c1b934ab9e5243cc988c8a" FILES_${PN} += "${datadir}/dbus-1 ${libdir}/libkdeinit5_klauncher.so" FILES_${PN}-dev = "${libdir}/cmake" diff --git a/recipes-kde/kf5/tier3/kio/kio.bb b/recipes-kde/kf5/tier3/kio/kio.bb index d547977b..11bf76a8 100644 --- a/recipes-kde/kf5/tier3/kio/kio.bb +++ b/recipes-kde/kf5/tier3/kio/kio.bb @@ -36,7 +36,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "cb970d0550054fd0bb0957de010b9ea73b2d89e8df725c0d8344320e82473144" +SRC_URI[sha256sum] = "faa5a519e0cccb7197a4025f4b267a7683b49ad9d03e730a57969f33072f51c1" PACKAGECONFIG[full] = "-DKIOCORE_ONLY=OFF,-DKIOCORE_ONLY=ON, kbookmarks kcompletion kconfigwidgets kiconthemes kitemviews kjobwidgets kwidgetsaddons kwindowsystem" # Note that kdeclarative fails without KIOWidgets diff --git a/recipes-kde/kf5/tier3/knewstuff/knewstuff.bb b/recipes-kde/kf5/tier3/knewstuff/knewstuff.bb index ef3d65c9..1137758b 100644 --- a/recipes-kde/kf5/tier3/knewstuff/knewstuff.bb +++ b/recipes-kde/kf5/tier3/knewstuff/knewstuff.bb @@ -33,7 +33,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "1f91693dc3104aa97dcb24720bb20b0f927cb7633185630121cb634cb5b25bbb" +SRC_URI[sha256sum] = "0c3b5cb45eecadcebaa524ae26f0a2e8b8cb456f6e2831bf1065e4c2362ce687" FILES_${PN} += " \ ${OE_QMAKE_PATH_QML}/org/kde/newstuff \ diff --git a/recipes-kde/kf5/tier3/knotifyconfig/knotifyconfig.bb b/recipes-kde/kf5/tier3/knotifyconfig/knotifyconfig.bb index 38e363e5..fe89cdd5 100644 --- a/recipes-kde/kf5/tier3/knotifyconfig/knotifyconfig.bb +++ b/recipes-kde/kf5/tier3/knotifyconfig/knotifyconfig.bb @@ -23,4 +23,4 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "b325febacb70b941709e580cf6e0578ab46c801f5770033ae0189bffefbf46db" +SRC_URI[sha256sum] = "fd66b8e21f9dda2b8b103497e169648712f0eff31cc189dd8f26feb90e16e4a3" diff --git a/recipes-kde/kf5/tier3/kparts/kparts.bb b/recipes-kde/kf5/tier3/kparts/kparts.bb index 0822d150..1a683f39 100644 --- a/recipes-kde/kf5/tier3/kparts/kparts.bb +++ b/recipes-kde/kf5/tier3/kparts/kparts.bb @@ -29,7 +29,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "00ae5edf41eac55d69d5de408d755671866eeaeb1a67d9ff0b4d5bbfa28d1251" +SRC_URI[sha256sum] = "be087bbfba0735dacf3140f3a23bb08bc1c06d4665c1ed36175a734f5e321aae" FILES_${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/kf5/tier3/kpeople/kpeople.bb b/recipes-kde/kf5/tier3/kpeople/kpeople.bb index 502e970c..395871de 100644 --- a/recipes-kde/kf5/tier3/kpeople/kpeople.bb +++ b/recipes-kde/kf5/tier3/kpeople/kpeople.bb @@ -18,7 +18,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "d2fd93bbe53d2e38a52d1054b7b53df6fac26d61f37e778e6fc383893460c2fb" +SRC_URI[sha256sum] = "374ba1e388923c8dee212acf1a8ef6ffa0b6d5c8d6fa1fe5b00fbd565f3ae088" FILES_${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/kf5/tier3/krunner/krunner.bb b/recipes-kde/kf5/tier3/krunner/krunner.bb index 87ac5046..78f0cc3f 100644 --- a/recipes-kde/kf5/tier3/krunner/krunner.bb +++ b/recipes-kde/kf5/tier3/krunner/krunner.bb @@ -24,7 +24,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "e8ca703e7e2ac97c4b4d4377802f8d407dff6d636caafdbf2d5b9c212c1fb37d" +SRC_URI[sha256sum] = "a2c44640acdda78a76581d4b62e389439c8270d838ef64774b1fa8daa9b4db0a" FILES_${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/kf5/tier3/kservice/kservice.bb b/recipes-kde/kf5/tier3/kservice/kservice.bb index 609df1ea..bf9513f6 100644 --- a/recipes-kde/kf5/tier3/kservice/kservice.bb +++ b/recipes-kde/kf5/tier3/kservice/kservice.bb @@ -25,6 +25,6 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "ee3ea4b03588402d56d5acc43f9391e2690a0f23c0eaa4c10d1588498433d89c" +SRC_URI[sha256sum] = "ccd790a18a80aedaa8358ea5d972c7990b9eeea57b64eb3028a7af3c1d5729a2" FILES_${PN} += "${datadir}/kservicetypes5" diff --git a/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.bb b/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.bb index 53ae0915..fd450a98 100644 --- a/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.bb +++ b/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.bb @@ -27,7 +27,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "7c42e7527b2245b3eb8041afcb133457e416311a2342004c2c51e7be9700941d" +SRC_URI[sha256sum] = "6232995e71b7b64abd3d3268e07a05923363dafc7229b7487e118d0aa432039e" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb b/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb index 165482ed..342c1cd7 100644 --- a/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb +++ b/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb @@ -14,7 +14,7 @@ DEPENDS += "kcompletion kconfig kconfigwidgets ki18n kiconthemes kservice kwidge gettext-native sonnet-native" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "5084524e205da7d7c546d9527b16720ec84e718a74706f5be442c0ad1e504048" +SRC_URI[sha256sum] = "0a80d78f08452f48240208e6e108b515b1675ef7283bc46c078b9c62afb47399" FILES_${PN} += " \ ${OE_QMAKE_PATH_PLUGINS}/designer \ diff --git a/recipes-kde/kf5/tier3/kwallet/kwallet.bb b/recipes-kde/kf5/tier3/kwallet/kwallet.bb index 3b51aaff..df49cc35 100644 --- a/recipes-kde/kf5/tier3/kwallet/kwallet.bb +++ b/recipes-kde/kf5/tier3/kwallet/kwallet.bb @@ -30,7 +30,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "3773f0445f6f2bc5320e41a7bba1ead651fc8dc366ff706d1555c1fefa51a758" +SRC_URI[sha256sum] = "fc2f573519d18e1b9a084b8d8c9bfc3f1c0637f0a46fa2f2c1b70428a7579fe9" SRC_URI += "file://0001-KF5WalletConfig.cmake.in-point-runtime-bindir-not-bu.patch" FILES_${PN} += "${datadir}" diff --git a/recipes-kde/kf5/tier3/kxmlgui/kxmlgui.bb b/recipes-kde/kf5/tier3/kxmlgui/kxmlgui.bb index fd9a763d..6f9cc7a1 100644 --- a/recipes-kde/kf5/tier3/kxmlgui/kxmlgui.bb +++ b/recipes-kde/kf5/tier3/kxmlgui/kxmlgui.bb @@ -29,7 +29,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "91046f2dffaa6426f766285559bb47e898950b2414fbe610d92b30e3aefb2d11" +SRC_URI[sha256sum] = "1be50b7dd9ada03754a64409ec678feede0ad9ca73dd978093ebbd552bf7c3d6" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb b/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb index 085846bb..378c0cc7 100644 --- a/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb +++ b/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb @@ -16,6 +16,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 gettext DEPENDS += " \ + virtual/egl \ gzip-native \ qtdeclarative \ qtsvg \ @@ -48,7 +49,8 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "f128726985a21b895591bf694520dac3580e539d517c6e80230fc80166f8b9a1" +SRC_URI += "file://0001-Fix-EGL-link.patch" +SRC_URI[sha256sum] = "7adf5f77d7ecf6a45626e7a329c941f6bfe21154b2ff9c6c943727b0e68f145d" FILES_${PN} += " \ ${datadir}/kdevappwizard \ diff --git a/recipes-kde/kf5/tier3/plasma-framework/plasma-framework/0001-Fix-EGL-link.patch b/recipes-kde/kf5/tier3/plasma-framework/plasma-framework/0001-Fix-EGL-link.patch new file mode 100644 index 00000000..8b737b4c --- /dev/null +++ b/recipes-kde/kf5/tier3/plasma-framework/plasma-framework/0001-Fix-EGL-link.patch @@ -0,0 +1,62 @@ +From 95d769946706abf85f817396996f5bff6c9ac18e Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Andreas=20M=C3=BCller?= +Date: Mon, 14 Jun 2021 23:44:53 +0200 +Subject: [PATCH] Fix EGL link +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This a partial revert of a70957d96c29aa6059753cbfe23d0615ea688b36 +'Fix build with CMake 3.16' + +and fixes: +| CMake Error at src/declarativeimports/core/CMakeLists.txt:29 (add_library): +| Target "corebindingsplugin" links to target "OpenGL::EGL" but the target +| was not found. Perhaps a find_package() call is missing for an IMPORTED +| target, or an ALIAS target is missing? + +Upstream-Status: Pending + +Signed-off-by: Andreas Müller +--- + CMakeLists.txt | 1 + + src/declarativeimports/core/CMakeLists.txt | 2 +- + 2 files changed, 2 insertions(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 3e68d148f..c24d1207d 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -111,10 +111,12 @@ else() + set(HAVE_GLX 0) + endif() + +-add_feature_info(EGL ${OpenGL_EGL_FOUND} +- "A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG.") +-# OpenGL_EGL_FOUND is defined by FindOpenGL +-set(HAVE_EGL ${OpenGL_EGL_FOUND}) ++find_package(EGL) ++set_package_properties(EGL PROPERTIES ++ PURPOSE "Support for Window Thumbnail on EGL platform" ++ TYPE OPTIONAL ++ ) ++set(HAVE_EGL ${EGL_FOUND}) + + + ######################################################################### +diff --git a/src/declarativeimports/core/CMakeLists.txt b/src/declarativeimports/core/CMakeLists.txt +index 816f8fd..c89dbf2 100644 +--- a/src/declarativeimports/core/CMakeLists.txt ++++ b/src/declarativeimports/core/CMakeLists.txt +@@ -58,7 +58,7 @@ if(HAVE_X11) + endif() + + if(HAVE_EGL) +- target_link_libraries(corebindingsplugin OpenGL::EGL) ++ target_link_libraries(corebindingsplugin ${OPENGL_gl_LIBRARY} EGL::EGL) + endif() + + if (${Qt5Gui_OPENGL_IMPLEMENTATION} STREQUAL "GLESv2") +-- +2.31.1 + diff --git a/recipes-kde/kf5/tier3/purpose/purpose.bb b/recipes-kde/kf5/tier3/purpose/purpose.bb index 1b405cb7..51787d2a 100644 --- a/recipes-kde/kf5/tier3/purpose/purpose.bb +++ b/recipes-kde/kf5/tier3/purpose/purpose.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 gettext gtk-icon-cache -SRC_URI[sha256sum] = "a73649bae4cf36496aee27bb6391a855f6d80e23a90603f2c3700750a6e40f03" +SRC_URI[sha256sum] = "02d01a386a4ebbfe5919a54a9442184c5c571213b4a2c98252d94fbc47040369" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier3/qqc2-desktop-style/qqc2-desktop-style.bb b/recipes-kde/kf5/tier3/qqc2-desktop-style/qqc2-desktop-style.bb index 12e6d06c..bb7969da 100644 --- a/recipes-kde/kf5/tier3/qqc2-desktop-style/qqc2-desktop-style.bb +++ b/recipes-kde/kf5/tier3/qqc2-desktop-style/qqc2-desktop-style.bb @@ -21,7 +21,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "3426b476ed3a9de868f31311309b98b2c6535250ea071abc85df7170a42f50ea" +SRC_URI[sha256sum] = "c10cbde91dc9ef1ba68d8eb8648f3b9452abdff8b38c2a6df829e2b9c8c8f3a1" FILES_${PN} += " \ ${OE_QMAKE_PATH_PLUGINS} \ diff --git a/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb b/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb index a67d6a3f..cb510d5c 100644 --- a/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb +++ b/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb @@ -27,7 +27,7 @@ DEPENDS += " \ RRECCOMENDS_${PN} += "oxygen-fonts" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "e230c8c3189addc85526321c289eacc225b07b0f8c6fa4d897953e599c48ca75" +SRC_URI[sha256sum] = "d27a71bf2ef6d68c9ba5aa39dc9cd23b6dbb2ac9c88a12d4f08077e6b3f6b3ab" FILES_${PN} += " \ ${datadir}/knotifications5 \ diff --git a/recipes-kde/kf5/untier/extra-cmake-modules/extra-cmake-modules.bb b/recipes-kde/kf5/untier/extra-cmake-modules/extra-cmake-modules.bb index 42279f47..510b1135 100644 --- a/recipes-kde/kf5/untier/extra-cmake-modules/extra-cmake-modules.bb +++ b/recipes-kde/kf5/untier/extra-cmake-modules/extra-cmake-modules.bb @@ -6,7 +6,7 @@ inherit kde-kf5 DEPENDS = "qttools-native" -SRC_URI[sha256sum] = "5972ec6d78c3e95ab9cbecdb0661c158570e868466357c5cec2b63a4251ecce4" +SRC_URI[sha256sum] = "72b7f3b3917f3208fff10f0402b0fa3a65815aca924f0f94a4f96383d8e0f81e" SRC_URI += "file://0001-Temporary-workaround-gold-linker-errors.patch" PV = "${KF5_VERSION}"