diff --git a/classes/kde-apps.bbclass b/classes/kde-apps.bbclass index e58f0d8a..5a78dbaf 100644 --- a/classes/kde-apps.bbclass +++ b/classes/kde-apps.bbclass @@ -2,6 +2,6 @@ inherit kde-base KDE_APP_VERSION = "22.08.3" -SRC_URI = "${KDE_MIRROR}/stable/release-service/${PV}/src/${BPN}-${PV}.tar.xz" +SRC_URI = "${KDE_MIRROR}/release-service/${PV}/src/${BPN}-${PV}.tar.xz" RRECOMMENDS:${PN} += "qtbase-plugins" diff --git a/classes/kde-base.bbclass b/classes/kde-base.bbclass index 52f6c444..4c158c63 100644 --- a/classes/kde-base.bbclass +++ b/classes/kde-base.bbclass @@ -3,9 +3,15 @@ DEPENDS:prepend:class-target = "qtbase " # Do not pin hard for extra-cmake-modules itself DEPENDS += "extra-cmake-modules-native " -KDE_MIRROR = "http://download.kde.org" +#KDE_MIRROR = "https://download.kde.org" +KDE_MIRROR = "https://mirror.accum.se/mirror/kde.org/ftp/Attic" -SRC_URI = "${KDE_MIRROR}/stable/${BPN}/${PV}/src/${BPN}-${PV}.tar.xz" +#SRC_URI = "${KDE_MIRROR}/stable/${BPN}/${PV}/src/${BPN}-${PV}.tar.xz" +SRC_URI = "${KDE_MIRROR}/frameworks/${BPN}/${PV}/src/${BPN}-${PV}.tar.xz" + +#https://mirror.accum.se/mirror/kde.org/ftp/Attic/frameworks/5.101/syntax-highlighting-5.101.0.tar.xz +#https://mirror.accum.se/mirror/kde.org/ftp/Attic/frameworks/stable/frameworks/5.101/syntax-highlighting-5.101.0.tar.xz +#https://mirror.accum.se/mirror/kde.org/ftp/Attic/frameworks/stable/frameworks/5.101/syntax-highlighting-5.101.0.tar.xz # extra-cmake-modules cause dependent to check for python inherit cmake_qt5_extra pkgconfig python3native diff --git a/classes/kde-kf5-porting-aids.bbclass b/classes/kde-kf5-porting-aids.bbclass index ccd4812c..26eb4e1f 100644 --- a/classes/kde-kf5-porting-aids.bbclass +++ b/classes/kde-kf5-porting-aids.bbclass @@ -1,3 +1,3 @@ inherit kde-kf5 -SRC_URI = "${KDE_MIRROR}/stable/frameworks/${KF5_VERSION_DIR}/portingAids/${BPN}-${PV}.tar.xz" +SRC_URI = "${KDE_MIRROR}/frameworks/${KF5_VERSION_DIR}/portingAids/${BPN}-${PV}.tar.xz" diff --git a/classes/kde-kf5.bbclass b/classes/kde-kf5.bbclass index b2bd44a3..75acf13e 100644 --- a/classes/kde-kf5.bbclass +++ b/classes/kde-kf5.bbclass @@ -7,4 +7,4 @@ def kde_verdir(v): KF5_VERSION_DIR = "${@kde_verdir("${KF5_VERSION}")}" -SRC_URI = "${KDE_MIRROR}/stable/frameworks/${KF5_VERSION_DIR}/${BPN}-${PV}.tar.xz" +SRC_URI = "${KDE_MIRROR}/frameworks/${KF5_VERSION_DIR}/${BPN}-${PV}.tar.xz" diff --git a/classes/kde-plasma.bbclass b/classes/kde-plasma.bbclass index 7ea08ac4..d8b230f2 100644 --- a/classes/kde-plasma.bbclass +++ b/classes/kde-plasma.bbclass @@ -2,7 +2,7 @@ inherit kde-base PLASMA_VERSION = "5.26.2" -SRC_URI = "${KDE_MIRROR}/stable/plasma/${PLASMA_VERSION}/${BPN}-${PV}.tar.xz" +SRC_URI = "${KDE_MIRROR}/plasma/${PLASMA_VERSION}/${BPN}-${PV}.tar.xz" DEPENDS += " \ kwayland \ diff --git a/recipes-kde/apps/calligra/kdb_3.2.0.bb b/recipes-kde/apps/calligra/kdb_3.2.0.bb index ed05c9e5..7aac204a 100644 --- a/recipes-kde/apps/calligra/kdb_3.2.0.bb +++ b/recipes-kde/apps/calligra/kdb_3.2.0.bb @@ -16,7 +16,7 @@ DEPENDS += " \ " SRC_URI = " \ - ${KDE_MIRROR}/stable/${BPN}/src/${BPN}-${PV}.tar.xz \ + ${KDE_MIRROR}/${BPN}/src/${BPN}-${PV}.tar.xz \ file://0001-Do-not-rely-on-python2.patch \ file://0001-Fix-build-with-newer-Qt.patch \ " diff --git a/recipes-kde/apps/calligra/kexi_3.2.0.bb b/recipes-kde/apps/calligra/kexi_3.2.0.bb index 8f196c7d..0b0f4735 100644 --- a/recipes-kde/apps/calligra/kexi_3.2.0.bb +++ b/recipes-kde/apps/calligra/kexi_3.2.0.bb @@ -38,7 +38,7 @@ DEPENDS += " \ " SRC_URI = " \ - ${KDE_MIRROR}/stable/${BPN}/src/${BPN}-${PV}.tar.xz \ + ${KDE_MIRROR}/${BPN}/src/${BPN}-${PV}.tar.xz \ file://0001-remove-try_run-by-try_compile-in-breeze-icon-check.patch \ file://0002-Add-missing-include-to-fix-build-with-Qt-5.11.patch \ file://0003-Fix-build-with-Qt-5.13.patch \ diff --git a/recipes-kde/apps/calligra/kproperty_3.2.0.bb b/recipes-kde/apps/calligra/kproperty_3.2.0.bb index 624f76b3..aafb0eec 100644 --- a/recipes-kde/apps/calligra/kproperty_3.2.0.bb +++ b/recipes-kde/apps/calligra/kproperty_3.2.0.bb @@ -17,7 +17,7 @@ DEPENDS += " \ kguiaddons \ " -SRC_URI = "${KDE_MIRROR}/stable/${BPN}/src/${BPN}-${PV}.tar.xz" +SRC_URI = "${KDE_MIRROR}/${BPN}/src/${BPN}-${PV}.tar.xz" SRC_URI[sha256sum] = "67af0c2d74715957bd5373a6a30589ff0a996cb1d267dfd0538dccaa9a768dfa" FILES:${PN} += " \ diff --git a/recipes-kde/apps/calligra/kreport_3.2.0.bb b/recipes-kde/apps/calligra/kreport_3.2.0.bb index e3b76823..411b14c2 100644 --- a/recipes-kde/apps/calligra/kreport_3.2.0.bb +++ b/recipes-kde/apps/calligra/kreport_3.2.0.bb @@ -24,7 +24,7 @@ DEPENDS += " \ " SRC_URI = " \ - ${KDE_MIRROR}/stable/${BPN}/src/${BPN}-${PV}.tar.xz \ + ${KDE_MIRROR}/${BPN}/src/${BPN}-${PV}.tar.xz \ file://0001-Do-not-rely-on-python2.patch \ file://0001-Fix-build-with-GCC-10-make-KReportGroupTracker-use-C.patch \ " diff --git a/recipes-kde/apps/krita/krita.bb b/recipes-kde/apps/krita/krita.bb index aafa9b40..2c0d6ca7 100644 --- a/recipes-kde/apps/krita/krita.bb +++ b/recipes-kde/apps/krita/krita.bb @@ -39,7 +39,7 @@ DEPENDS += " \ PV = "5.1.3" PVEXT = "" -SRC_URI = "${KDE_MIRROR}/stable/${BPN}/${PV}/${BPN}-${PV}${PVEXT}.tar.xz" +SRC_URI = "${KDE_MIRROR}/${BPN}/${PV}/${BPN}-${PV}${PVEXT}.tar.xz" SRC_URI[sha256sum] = "896e6455baf1110b3572340e164fc80651bbc72f7149c2276fafcc08ac94d8cc" S = "${WORKDIR}/${BPN}-${PV}${PVEXT}" diff --git a/recipes-kde/apps/neochat/neochat.bb b/recipes-kde/apps/neochat/neochat.bb index 518f79ca..c487aa17 100644 --- a/recipes-kde/apps/neochat/neochat.bb +++ b/recipes-kde/apps/neochat/neochat.bb @@ -23,12 +23,12 @@ DEPENDS += " \ kitemmodels \ kquickimageeditor \ qtkeychain \ - libquotient \ " +# libquotient inherit kde-base gettext gtk-icon-cache mime-xdg -SRC_URI = "${KDE_MIRROR}/stable/${BPN}/${PV}/${BPN}-${PV}.tar.xz" +SRC_URI = "${KDE_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.xz" SRC_URI[sha256sum] = "8ee4b5f61db7d43c902115e0be01f2b587100183b382596473922e9a42749de6" PV = "1.2.0" diff --git a/recipes-kde/apps/okteta/okteta.bb b/recipes-kde/apps/okteta/okteta.bb index 2e450321..9a9a4677 100644 --- a/recipes-kde/apps/okteta/okteta.bb +++ b/recipes-kde/apps/okteta/okteta.bb @@ -36,12 +36,13 @@ DEPENDS += " \ kxmlgui \ shared-mime-info-native \ " +FETCHCMD_wget = "/usr/bin/env wget --no-check-certificate -t 2 -T 100 -O ${FILE} -P ${DIR} '${URI}' --progress=dot -v" # After 17.2.3 okteta left KDE application release cycle and continued # with 0.25.0. To avoid package version going backwards set epoch; PE = "1" PV = "0.26.9" -SRC_URI = "https://download.kde.org/stable/okteta/${PV}/src/${BPN}-${PV}.tar.xz" +SRC_URI = "https://download.kde.org/Attic/okteta/${PV}/src/${BPN}-${PV}.tar.xz" SRC_URI[sha256sum] = "16854c4d4e94838219ae3115a42ba385fda5c87dc6c9865ac90d3774f8d05ffb" FILES:${PN} += " \ diff --git a/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.inc b/recipes-kde/kf5/porting-aids-tier1/kjs/kjs.inc index 5dcae802..bde4084a 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] = "40f11254a4c67d679fbda594bf0c5029bf88d555bdb7d31bf4807a28df085e4b" +SRC_URI[sha256sum] = "eefef4a9791fb14d3c3a7655df9cd7fbd7068ece4e889f464569ddb83666dc0b" SRC_URI += " \ file://0001-create_hash_table-avoid-polution-of-files-with-build.patch \ file://0002-create_hash_table-Log-basename-only-to-make-QA-happy.patch \ 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 16b8f3d8..d6d39d52 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 @@ -1,7 +1,12 @@ -From ac2556aa6a1bdbbdb7347079bfe4bddb74756263 Mon Sep 17 00:00:00 2001 +From fa2ed739d1cab162414cef46335aa30b2f2af400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 10 Dec 2018 22:47:59 +0100 -Subject: [PATCH 3/3] only build kf5-config for native +Subject: [PATCH] only build kf5-config for native +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 @@ -19,7 +24,7 @@ Signed-off-by: Andreas Müller 5 files changed, 4 insertions(+), 250 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index e215cd7..48fb6c0 100644 +index af58f5c..3deb848 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,31 +20,11 @@ include(GenerateExportHeader) @@ -56,16 +61,16 @@ index e215cd7..48fb6c0 100644 if(WIN32) find_package(KDEWin REQUIRED) -@@ -56,8 +36,6 @@ endif() - set(HAVE_X11 ${X11_FOUND}) +@@ -59,8 +39,6 @@ if (NOT APPLE AND NOT WIN32) + endif() if (HAVE_X11) add_feature_info("X11 Session Management (libSM)" X11_SM_FOUND "Support for session management in KApplication") - find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED X11Extras) - find_package(XCB REQUIRED COMPONENTS XCB) endif () + if (APPLE) - cmake_find_frameworks(CoreFoundation) -@@ -170,11 +148,8 @@ install( +@@ -174,11 +152,8 @@ install( @@ -78,7 +83,7 @@ index e215cd7..48fb6c0 100644 if (BUILD_TESTING) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index c5abb2a..efc3724 100644 +index 4649a9d..3d2030f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,4 @@ @@ -261,7 +266,7 @@ index c5abb2a..efc3724 100644 - ) -endif () - --if (X11_FOUND) +-if (HAVE_X11) - set(libkdelibs4support_SRCS ${libkdelibs4support_SRCS} kdeui/kxerrorhandler.cpp ) - list(APPEND libkdelibs4support_OPTIONAL_LIBS Qt5::X11Extras ${X11_LIBRARIES}) -endif () @@ -431,7 +436,7 @@ index 5a46421..9479b75 100644 QString calendarType; readConfigEntry("CalendarSystem", "gregorian", calendarType); diff --git a/src/kdecore/kstandarddirs.cpp b/src/kdecore/kstandarddirs.cpp -index 23064a9..c5fdc4b 100644 +index a61f5ae..d839e6e 100644 --- a/src/kdecore/kstandarddirs.cpp +++ b/src/kdecore/kstandarddirs.cpp @@ -35,7 +35,6 @@ @@ -442,6 +447,3 @@ index 23064a9..c5fdc4b 100644 #include #include --- -2.34.1 - diff --git a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support-native.bb b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support-native.bb index 65eea432..4a8c7c4d 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support-native.bb +++ b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support-native.bb @@ -9,6 +9,7 @@ DEPENDS += " \ kcoreaddons-native \ ki18n-native \ liburi-perl-native \ + libx11-native \ " SRC_URI += "file://0001-only-build-kf5-config-for-native.patch" diff --git a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc index 66e3ffcd..3e5989e9 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] = "0535c7ca1184e7d75e28c630911b640e533782120691510217b293a8143e8d1c" +SRC_URI[sha256sum] = "75b22a61e5341c91dfb59d1a601a6f7b989be0185a707dcfb489910940ee4aaa" EXTRA_OECMAKE += " \ -DBUILD_TESTING=OFF \ diff --git a/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/kdesignerplugin-native.bb b/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/kdesignerplugin-native.bb index 53710365..ecee1d75 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/kdesignerplugin-native.bb +++ b/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/kdesignerplugin-native.bb @@ -3,9 +3,22 @@ require ${BPN}.inc inherit native DEPENDS += " \ + libxml2-native \ qttools-native \ kcoreaddons-native \ kconfig-native \ kdoctools-native \ " +##do_compile:prepend() { +## which xmllint || echo "xmllint not found in PATH" +## ls -l $(dirname $(which meinproc5))/xmllint || echo "no xmllint next to meinproc5" +##} +do_compile:prepend() { + export PATH="${STAGING_BINDIR_NATIVE}:$PATH" +} + +##do_compile[export] = "1" +##export PATH = "${STAGING_BINDIR_NATIVE}:${PATH}" + +EXTRA_OECMAKE += "-DXM_LLINT_EXECUTABLE=${STAGING_BINDIR_NATIVE}/xmllint" \ No newline at end of file diff --git a/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/kdesignerplugin.inc b/recipes-kde/kf5/porting-aids-tier3/kdesignerplugin/kdesignerplugin.inc index 6a477770..b44603a4 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] = "aee65abd481e2cb8d900b52b9e1bf6c74f71ff7eaa621f562c6285d06d497d73" +SRC_URI[sha256sum] = "7a67b5a56df3c7a9279392b8aae3ccd26c5bed83ab0bff4cbbca84501abed986" diff --git a/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb b/recipes-kde/kf5/porting-aids-tier3/khtml/khtml.bb index 3d81175f..1984d3ba 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] = "f92f37167b658fbbfb52ccbc3e6f970fa79f1d3069ef3e2de07a50d3518c936f" +SRC_URI[sha256sum] = "8826da7bcff3d28ee711e3941d1f0fd0bbdb53a6e325f7727837a1432b7afcf5" do_compile:append() { # gperf-native sets absolut debug comments/links in header diff --git a/recipes-kde/kf5/porting-aids-tier3/kross/kross.bb b/recipes-kde/kf5/porting-aids-tier3/kross/kross.bb index 7a0ac046..7ecf42fd 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] = "7bf7a895f15554e4a88d63aa2216be9af7662bb8c28e56bad5b31953a97788d6" +SRC_URI[sha256sum] = "dee2e7da430320eaf135413bde3c2b64aed7ea3ff9f0e67e8896bc7ee1e7ec3d" FILES:${PN} += " \ ${OE_QMAKE_PATH_PLUGINS} \ diff --git a/recipes-kde/kf5/tier1/attica/attica.bb b/recipes-kde/kf5/tier1/attica/attica.bb index c1afe663..7c3e1fca 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] = "175ad3b299713b9c1cfcb6d5fe8ce4f86d3065fba4ab7728090d998d6c6363b1" +SRC_URI[sha256sum] = "7fcbe3686081bc587cbc6b9cc1fbf8f7cb071d06441edc1bea44c958d119da1c" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/breeze-icons/breeze-icons.inc b/recipes-kde/kf5/tier1/breeze-icons/breeze-icons.inc index ed00c109..9153b01c 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] = "480f699c04382c91997ff954e645f134ee513817bde2799675fa484956cd3cfd" +SRC_URI[sha256sum] = "f9745944a04860d002f3b95df21fe560b6fbd7d515b8a06ec60da63644a018ef" SRC_URI += "file://0001-Force-build-of-Qt-binary-resource-files.patch" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/karchive/karchive.bb b/recipes-kde/kf5/tier1/karchive/karchive.bb index 58200839..254744c2 100644 --- a/recipes-kde/kf5/tier1/karchive/karchive.bb +++ b/recipes-kde/kf5/tier1/karchive/karchive.bb @@ -14,7 +14,7 @@ DEPENDS:append:class-target = " ${BPN}-native" DEPENDS:append:class-nativesdk = " ${BPN}-native" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "571957caf8304344ef3d5b47092be96563e1526d4a1d70abf04ebcc38dd495fc" +SRC_URI[sha256sum] = "58bcb6c61bc4a3fe48a0cbeaf392d42b6b8d33e1bc4c51faf24db0912ecfa9b0" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb b/recipes-kde/kf5/tier1/kcodecs/kcodecs.bb index ac5441eb..1f9ef96a 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] = "62cd8011339db338c84dd06b009b8c26632e3c559177782e2b7b12c799862076" +SRC_URI[sha256sum] = "9ebc28f2101cfafe544d6593f7d23b0438df2a77f8dc7d1f41afc1066846523a" do_compile:append() { # gperf-native sets absolut debug comments/links in header diff --git a/recipes-kde/kf5/tier1/kcoreaddons/kcoreaddons.inc b/recipes-kde/kf5/tier1/kcoreaddons/kcoreaddons.inc index 8b673d92..5dab2890 100644 --- a/recipes-kde/kf5/tier1/kcoreaddons/kcoreaddons.inc +++ b/recipes-kde/kf5/tier1/kcoreaddons/kcoreaddons.inc @@ -19,5 +19,5 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 mime PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "5a76a33d3971b1d748db13faf76ab7a863310dccb374ebff69f24ef9c7f4131b" +SRC_URI[sha256sum] = "77b64fc17f7ebbbd53bbb3614b4c3c73a0a9b21607e96e6abb2823ef1972b72a" SRC_URI += "file://0001-Remove-cross-compile-adjustments.patch" diff --git a/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb b/recipes-kde/kf5/tier1/kdbusaddons/kdbusaddons.bb index eb8b24f7..801e2047 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] = "a0c7cced69719df4809a22791b4e3be27cc737fbc006c7d7f41be445dc4b32d9" +SRC_URI[sha256sum] = "1f2912211b39fe3f757b7a869f7861398d48485a7521e4b4f7de29daceb31a4c" diff --git a/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb b/recipes-kde/kf5/tier1/kdnssd/kdnssd.bb index 269311de..a6dc6f90 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] = "47314f59bb3ca3cc66459afd596be561909981279c84ca64a179a7d09f582a1c" +SRC_URI[sha256sum] = "c65698b42e81cdf1737f3b037656654e76a1db06f58820fb02221e48d0ed3f4b" diff --git a/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb b/recipes-kde/kf5/tier1/kguiaddons/kguiaddons.bb index 5f65dcbf..c796ec86 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] = "ee87ea65b7a3cdcc0fe9798db8c02b028c194fd48a3b56f1d30b3494e0711b4f" +SRC_URI[sha256sum] = "9894e4193b3cb7b4ed5e3a591cf12043fb87683b09db77e465aa4453c7c757b7" diff --git a/recipes-kde/kf5/tier1/ki18n/ki18n-native.bb b/recipes-kde/kf5/tier1/ki18n/ki18n-native.bb index 92355949..27685bb9 100644 --- a/recipes-kde/kf5/tier1/ki18n/ki18n-native.bb +++ b/recipes-kde/kf5/tier1/ki18n/ki18n-native.bb @@ -7,4 +7,4 @@ SRC_URI += " \ file://0002-Do-not-force-my-native-depends-to-find-gettext.patch \ " -EXTRA_OECMAKE += "-DBUILD_WITH_QTSCRIPT=OFF -DBUILD_TESTING=OFF" +#EXTRA_OECMAKE += "-DBUILD_WITH_QTSCRIPT=OFF -DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier1/ki18n/ki18n.inc b/recipes-kde/kf5/tier1/ki18n/ki18n.inc index 720bffd2..ad12e1a9 100644 --- a/recipes-kde/kf5/tier1/ki18n/ki18n.inc +++ b/recipes-kde/kf5/tier1/ki18n/ki18n.inc @@ -10,6 +10,6 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 gettext PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "1544dd5a002a2376f1018fee619ae2de861cd900cec312fade09e6a6943ef8ad" +SRC_URI[sha256sum] = "bf1530be9279d476c0531988eeb1c032e208f6010c8f00880bb5d694229fef65" -EXTRA_OECMAKE += "DBUILD_TESTING=OFF" +#EXTRA_OECMAKE += "DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier1/kirigami/kirigami2.bb b/recipes-kde/kf5/tier1/kirigami/kirigami2.bb index 3dd27d3d..13d1b98e 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] = "b988ebaf93271951aa91ad28cd849d2496a5bb1ef07d425213a81cc0d4dd03e2" +SRC_URI[sha256sum] = "7608eeb528ee863441270cb5896628f8f592dcf09ad00d5bd76d5f7dc1578fbd" FILES:${PN} += " \ ${datadir}/kdevappwizard \ diff --git a/recipes-kde/kf5/tier1/kitemmodels/kitemmodels.bb b/recipes-kde/kf5/tier1/kitemmodels/kitemmodels.bb index abb627a6..d64531d9 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] = "37ce9d8dc6670cf3966dabb26935d74e6e22498157a2bad560e0dd22f36ca2fc" +SRC_URI[sha256sum] = "5aaee068a8d0c85dfc50c5ade2c5eb913c5936f68e902c302c36bbc2ac70f426" 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 674994e9..c1cf8262 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] = "1161d0ed34142fcaf6bc15d26dd91f2d593e4094023570c6fb13df253548f98d" +SRC_URI[sha256sum] = "aca259eeff2dde1434cdf3ff3d979e9b17dd55bad15dd7341f92700cf8418fb1" 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 3c53c71f..160ebef4 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] = "d85bf4020c444b5d377effcff71197a12e15bbdeb3fbc3dd58444be702fcb47b" +SRC_URI[sha256sum] = "f1d04d1f51aedf162e2acdb1721ab7780aa1d5f89c50d050600291ac8fc15018" DEPENDS += "qttools" diff --git a/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb b/recipes-kde/kf5/tier1/kwidgetsaddons/kwidgetsaddons.bb index 83d31154..68db9da0 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] = "5acda26e2e5bec52b563d1507b706ea5bbe341ab4ae9bdfa84e892bbf8cd9269" +SRC_URI[sha256sum] = "78913d3303e94329db964bf072b9e565bd582fbbd026310dce6e994c8d083823" FILES:${PN} += "${OE_QMAKE_PATH_PLUGINS}/designer" diff --git a/recipes-kde/kf5/tier1/sonnet/sonnet.bb b/recipes-kde/kf5/tier1/sonnet/sonnet.bb index ea8a94db..01409ce9 100644 --- a/recipes-kde/kf5/tier1/sonnet/sonnet.bb +++ b/recipes-kde/kf5/tier1/sonnet/sonnet.bb @@ -2,9 +2,6 @@ require ${BPN}.inc DEPENDS += "qttools" -SRC_URI += " \ - file://0001-make-build-of-hunspell-optional.patch \ -" FILES:${PN} += " \ ${OE_QMAKE_PATH_PLUGINS}/kf5/sonnet \ diff --git a/recipes-kde/kf5/tier1/sonnet/sonnet.inc b/recipes-kde/kf5/tier1/sonnet/sonnet.inc index 9628f81b..2c0af300 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] = "f3f18e00f9205cfcf7d6923ccdbec480001da86f39623fe012773ee63afca7e4" +SRC_URI[sha256sum] = "6b03178b279ceed9a46742e87537fa23a43e3c471b7a73908564c20d42788ed0" diff --git a/recipes-kde/kf5/tier1/syntax-highlighting/syntax-highlighting.inc b/recipes-kde/kf5/tier1/syntax-highlighting/syntax-highlighting.inc index d541718a..966d61c0 100644 --- a/recipes-kde/kf5/tier1/syntax-highlighting/syntax-highlighting.inc +++ b/recipes-kde/kf5/tier1/syntax-highlighting/syntax-highlighting.inc @@ -9,6 +9,6 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 perlnative -SRC_URI[sha256sum] = "be0bbfdb7b7ba27ae682db618138a63b8cf4ce0469c7d097b5ca4de36a13097a" +SRC_URI[sha256sum] = "31cddb233f79ce596f81bf66f4526a9b8ddb06e3224f200596e56bb0dc1f1d3b" PV = "${KF5_VERSION}" diff --git a/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb b/recipes-kde/kf5/tier1/threadweaver/threadweaver.bb index 172225cc..a70167aa 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] = "ca4612ba1f6fc97f863fcd6e725ad2fb80d5d3109e5a3afd0aa0553645667bc8" +SRC_URI[sha256sum] = "4fd103c528590fa974f267d6de5a709b942cee15247b3d877f27d997ff62fbfb" diff --git a/recipes-kde/kf5/tier2/kauth/kauth.bb b/recipes-kde/kf5/tier2/kauth/kauth.bb index 7855d5a4..0b1d0398 100644 --- a/recipes-kde/kf5/tier2/kauth/kauth.bb +++ b/recipes-kde/kf5/tier2/kauth/kauth.bb @@ -11,7 +11,7 @@ inherit kde-kf5 cmake_lib features_check REQUIRED_DISTRO_FEATURES:class-target = "polkit" PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "36ba733733c8600b2b8ba7736dc78c3c4e817aa91c7bc91407b69d4be01bbf93" +SRC_URI[sha256sum] = "cee3b9fcc3b265abd8bbaa958ef87174bc3c02b5862c93c581bc55de26776d94" DEPENDS += "kcoreaddons" DEPENDS:append:class-target = " \ diff --git a/recipes-kde/kf5/tier2/kcompletion/kcompletion.bb b/recipes-kde/kf5/tier2/kcompletion/kcompletion.bb index a310b4fc..de7faecf 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] = "4b54b28cd3318aa403a15735d537739662b7397879a4f478545b444a75b54793" +SRC_URI[sha256sum] = "d80f6fbe23285f9f914ed67ffd2a825d36850c086121666bbb62257126553f30" FILES:${PN} += "${OE_QMAKE_PATH_PLUGINS}/designer" diff --git a/recipes-kde/kf5/tier2/kcrash/kcrash.bb b/recipes-kde/kf5/tier2/kcrash/kcrash.bb index 06368248..3370d783 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] = "e896c42626252e5e0ddb63c469337a7208bc89700c158783cf82df081b67c3f2" +SRC_URI[sha256sum] = "6dd10951db01918681a8ce6e9e3a99d3f8b5170d2c5a0b5212007e68db0c937a" diff --git a/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc b/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc index 1f984b8b..983b4f68 100644 --- a/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc +++ b/recipes-kde/kf5/tier2/kdoctools/kdoctools.inc @@ -16,7 +16,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "c695efa912f4526d1aaf68f422014a830a22ac10a1d1ebd66a2c10a3e3a4e3a6" +SRC_URI[sha256sum] = "6180aa6cd123986e0be18eaca706601388ff90a54e30d3169f06e2cabe5af847" EXTRA_OECMAKE += " \ -DINSTALL_INTERNAL_TOOLS=ON \ diff --git a/recipes-kde/kf5/tier2/kfilemetadata/kfilemetadata.bb b/recipes-kde/kf5/tier2/kfilemetadata/kfilemetadata.bb index 2feb2c59..937feda5 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] = "7a1fcdb4505c9a6333272304e95651b6b5e41061095e1b4438aa2066b41dd196" +SRC_URI[sha256sum] = "53d8ec9b98814384e1c8f0ab2d158e41e5f228fa4bc3a288eef1d9a557e2e88b" # TODO: optionals PACKAGECONFIG (poppler-qt5 / exiv2 / ffmpeg / epub) DEPENDS += " \ diff --git a/recipes-kde/kf5/tier2/kjobwidgets/kjobwidgets.bb b/recipes-kde/kf5/tier2/kjobwidgets/kjobwidgets.bb index b140d813..d53726cc 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] = "06f7e9cdb082f093e3451dbe2a801d95e822396c7b5e9c190d94179138bb98fb" +SRC_URI[sha256sum] = "e1a975b8beb24086dea1fcf1657ff9e672734f80244483c920e960d258cb9a26" FILES:${PN} += "${datadir}/dbus-1" diff --git a/recipes-kde/kf5/tier2/knotifications/knotifications.bb b/recipes-kde/kf5/tier2/knotifications/knotifications.bb index 880c5ad5..dac484a6 100644 --- a/recipes-kde/kf5/tier2/knotifications/knotifications.bb +++ b/recipes-kde/kf5/tier2/knotifications/knotifications.bb @@ -25,7 +25,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "36b1126801f649b26fb77889a35874519e3f7033faa55cff20e965581c5c302b" +SRC_URI[sha256sum] = "38ca69da882d22be43ec7736e08104f74df8dd31c9aaeffc2b0597439cff5d1b" FILES:${PN} += " \ ${datadir}/dbus-1 \ diff --git a/recipes-kde/kf5/tier2/kpackage/kpackage.inc b/recipes-kde/kf5/tier2/kpackage/kpackage.inc index a8b4f2f6..122f8707 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] = "d8cb70f0abde1ab0b1968e7726b67e9843d7937cbae9440eda0f50f06a2ae417" +SRC_URI[sha256sum] = "6cdb5e6aeb8f45dcd0cef4863edb698cee0fdd216171c00aa5acf5c75cdc1f1d" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier2/kpty/kpty.bb b/recipes-kde/kf5/tier2/kpty/kpty.bb index 7789f89d..2be4ea99 100644 --- a/recipes-kde/kf5/tier2/kpty/kpty.bb +++ b/recipes-kde/kf5/tier2/kpty/kpty.bb @@ -14,7 +14,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "a08489301dba85a766e2e6acbd62bf7faedd3d68279e0b2b1637541bebd0e86d" +SRC_URI[sha256sum] = "4eed2f2e0df3f5c50640483c29c1ae6c4998ac0058faebb996d2d1a25a60c860" EXTRA_OECMAKE += "-DUTEMPTER_EXECUTABLE=${libexecdir}/utempter/utempter" diff --git a/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb b/recipes-kde/kf5/tier2/kunitconversion/kunitconversion.bb index c0d755eb..797aabb9 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] = "dea28a89f4bff58fa8c62a09847f8837111940a0757e312c32f70b499224a42f" +SRC_URI[sha256sum] = "7bb2c342a549b5847b44a852c8ab85e48a5509201980f1ff98961c3096868c48" diff --git a/recipes-kde/kf5/tier2/syndication/syndication.bb b/recipes-kde/kf5/tier2/syndication/syndication.bb index 83740e46..83ee4b8d 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] = "e29898500a85c3327f4dc078746c08cf44b6e523b070ba49d65a572e14a8cfd1" +SRC_URI[sha256sum] = "c005c3393f17a89f2a467ad7c38cd06e8beb4c67a281e9344a7a909bdd84e2c1" diff --git a/recipes-kde/kf5/tier3/baloo/baloo.bb b/recipes-kde/kf5/tier3/baloo/baloo.bb index 9e602c58..df92dc93 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] = "00fb769b32eec159368b1eed31a7bfdd2bae3ce37a81d044a8ab2d2a9406ff6a" +SRC_URI[sha256sum] = "89ac03d2fcd6c79aeff9f77268d5b7f53c8820fd45740b7c0d148fe2ae3a003c" 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 53b825c2..fbf7c2cd 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] = "69e8859509564a5993241cd6e6b7480c344dfe7c691710705cd5316d87fcf2d0" +SRC_URI[sha256sum] = "f708b04b35adcee7dbbb2a21327417ad2082e3dc610f8527c7875049a5f781ac" 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 c583db5f..7b5863e4 100644 --- a/recipes-kde/kf5/tier3/kbookmarks/kbookmarks.bb +++ b/recipes-kde/kf5/tier3/kbookmarks/kbookmarks.bb @@ -19,4 +19,4 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "b5b82d3fda366a2bcada2500ee7f727c1eda0c4218330511ae58993893c1686d" +SRC_URI[sha256sum] = "5d91617a36985af7b589fd6a43406067061667026578fdf3d20ac7b0f239702a" diff --git a/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb b/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb index c9e838dc..1571c4bb 100644 --- a/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb +++ b/recipes-kde/kf5/tier3/kcmutils/kcmutils.bb @@ -25,7 +25,7 @@ DEPENDS:class-target = " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "757bcd8ea8ca1882612fdb4d4537e1932cfd23150f59931910e70b253bfa4ad2" +SRC_URI[sha256sum] = "ab4f18a5616d2ebd4c4ea14fb82c74cfa8adb0e904dd5602eca48ad7a143c54b" SRC_URI:append:class-native = " file://0001-Install-kcmdesktopfilegenerator-to-bindir.patch" SRC_URI:append:class-target = " file://0002-Do-not-prefix-kcmdesktopfilegenerator-by-KF5.patch" diff --git a/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb b/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb index e7330c70..f3b3228d 100644 --- a/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb +++ b/recipes-kde/kf5/tier3/kconfigwidgets/kconfigwidgets.bb @@ -25,7 +25,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "8579be2a4301071fb0485fccc733083b58330ac92d776be1b73e6f377a7dbf1f" +SRC_URI[sha256sum] = "012b5a49bc1a39387f9fdb3a23f21e6669f146577942aa74cbbf4213e18578a8" FILES:${PN} += "${OE_QMAKE_PATH_PLUGINS}/designer" diff --git a/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb b/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb index 31836c61..e2effd94 100644 --- a/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb +++ b/recipes-kde/kf5/tier3/kdeclarative/kdeclarative.bb @@ -36,6 +36,6 @@ SRC_URI += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "168acc11b96a0f47dc7458390d31bb46f5fdd7337488ab18a60bfc0368113aa4" +SRC_URI[sha256sum] = "2a208f5af8c83db3979ed28e9a9aa3a80c709a3c08612fbf77792cd314afe476" 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 dc0f8b95..a5d83a96 100644 --- a/recipes-kde/kf5/tier3/kded/kded.bb +++ b/recipes-kde/kf5/tier3/kded/kded.bb @@ -17,7 +17,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "02c1d8354dbf4e3f47a8ae9d8bdbd1c7942d46acd966bdd7d73fd971834870cd" +SRC_URI[sha256sum] = "e89c831e68815d3c68d40ab7d0e660935c684e322232b24b687781b42bbb2ee9" SRC_URI += "file://0001-hardcode-path-to-kconf_update.patch" FILES:${PN} += " \ diff --git a/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb b/recipes-kde/kf5/tier3/kemoticons/kemoticons.bb index 8b04ed97..9a488307 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] = "da6b220402c39636552aacb5f6c5cef667de6eab335aaedd218cc5c4c9d530ba" +SRC_URI[sha256sum] = "1caeda91e53ff8d24ea08a379c6f12060cfa7bf9a93293b43a97d77175bf7a72" FILES:${PN} += " \ ${datadir}/emoticons \ diff --git a/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb b/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb index 860c1553..c9068db0 100644 --- a/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb +++ b/recipes-kde/kf5/tier3/kglobalaccel/kglobalaccel.bb @@ -18,7 +18,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "471d7ded850440716659e93e790a237b4aa4e30a4e04a937e764a87ca7899c30" +SRC_URI[sha256sum] = "3203222ca86b15e73f9da1fde572a1374c3a8353ed2608c2160e1973c57a6062" FILES:${PN} += " \ ${datadir}/dbus-1 \ diff --git a/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb b/recipes-kde/kf5/tier3/kiconthemes/kiconthemes.bb index 46ed2779..0376c934 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] = "a426ca5327997c136ca384306a751e6cf25245de237e09ce45cc680032073a05" +SRC_URI[sha256sum] = "f8577853392481cf8f4a38653ff66422b09f34a9172adaeb337a7387e81b710e" 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 e7be056e..eeb81a97 100644 --- a/recipes-kde/kf5/tier3/kinit/kinit.bb +++ b/recipes-kde/kf5/tier3/kinit/kinit.bb @@ -24,7 +24,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "2302add7e43a9a32aa9a3d5a73e52757e0b321efea6b15a565bf9f683dd60177" +SRC_URI[sha256sum] = "8e41dba85484db50ea0fbad67316a514a170f94ff78e8879f494c538b97701a4" 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 b2c7075e..e396c5d2 100644 --- a/recipes-kde/kf5/tier3/kio/kio.bb +++ b/recipes-kde/kf5/tier3/kio/kio.bb @@ -37,7 +37,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "efd2bf49ba5233c82983309af3b93e59b185ed9d1f9b6e1a6de2f556f33fa87c" +SRC_URI[sha256sum] = "25e4d66215b162480ca58728c58a72f49b2a48bd2cc58e8719fbd7dacb79cc63" 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 7e28c185..4a9c569b 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] = "4824b6aa08c58671b182ba489d45a83122b522315750cc90cf8f544337d4a72d" +SRC_URI[sha256sum] = "e7112b0b8b766f3300e93fb35bad830510fd16fc86770c3a4833f509ceffcff5" 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 2495a842..8b6d461a 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] = "b7173315d1d255c571a0d2809edbd8091f9fe7b89bcac63ed5a0b50dbcf219cc" +SRC_URI[sha256sum] = "5c257ad4ee8ab9b2717461181e6f44f6cd1fe85b901b6e79b8133ef42583f601" diff --git a/recipes-kde/kf5/tier3/kparts/kparts.bb b/recipes-kde/kf5/tier3/kparts/kparts.bb index e003ed69..af3f0526 100644 --- a/recipes-kde/kf5/tier3/kparts/kparts.bb +++ b/recipes-kde/kf5/tier3/kparts/kparts.bb @@ -26,7 +26,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "003220ff87733be6da6076207ab66a67a8745fd395d1250ebd978c0c430e7c5e" +SRC_URI[sha256sum] = "daae37f79c13276376f269f341121414779cbbec214956997c393b4c32435697" FILES:${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/kf5/tier3/krunner/krunner.bb b/recipes-kde/kf5/tier3/krunner/krunner.bb index 21ce358c..52f63600 100644 --- a/recipes-kde/kf5/tier3/krunner/krunner.bb +++ b/recipes-kde/kf5/tier3/krunner/krunner.bb @@ -22,7 +22,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "2521878b156c6f4f8b50e8b575fdffe170310ca32316f76ab45ebdb5ff66c8d9" +SRC_URI[sha256sum] = "d25fcc168234777352dd4d11ac0f46a916d6b17d4cd9078e3a615a7804865fa6" FILES:${PN} += " \ ${datadir}/k*5 \ diff --git a/recipes-kde/kf5/tier3/kservice/kservice.bb b/recipes-kde/kf5/tier3/kservice/kservice.bb index 78c7b24b..d969de9c 100644 --- a/recipes-kde/kf5/tier3/kservice/kservice.bb +++ b/recipes-kde/kf5/tier3/kservice/kservice.bb @@ -24,6 +24,6 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "1a50ab72e833375bbad75f41d53f2d1059c8ac11d014b4481eef0825b1fd4665" +SRC_URI[sha256sum] = "fc398700243962691119f4653b2c6f4ab379cdcb2728fd309b55fc1d8047c6b2" FILES:${PN} += "${datadir}/kservicetypes5" diff --git a/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.bb b/recipes-kde/kf5/tier3/ktexteditor/ktexteditor.bb index 5e62c0f3..164aee08 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] = "123d5cd554c6c90be65735f63b05a075205edf0701580f0d0fa7d9c23417868c" +SRC_URI[sha256sum] = "107cd3035f41538eb1d5add58ee1a27cc9fa9c7b69f9db18232419498ac55dc4" EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb b/recipes-kde/kf5/tier3/ktextwidgets/ktextwidgets.bb index 0e3b4868..49fe922d 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] = "31e8dff053f866f0972febd7f78b680e8a015d0e17cef4e2dfdc446892b469a8" +SRC_URI[sha256sum] = "e9871644bd2ad593fee0e031066388d1ef3184d2403b56b1f3dbf9cecc39c43c" 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 88782e91..42e74129 100644 --- a/recipes-kde/kf5/tier3/kwallet/kwallet.bb +++ b/recipes-kde/kf5/tier3/kwallet/kwallet.bb @@ -31,7 +31,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "d2c66b736872563a7ce4db5765325ecf5ec07c8f296e7160946bccefcce02a07" +SRC_URI[sha256sum] = "ca0197fa350b8336ab8c7f0b142cbaf58f9ed8e8410b22f9bc7ae2e3bd7a5457" 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 b1f79dd0..8aed7d69 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] = "2c92c6cfffe57ccb9ccfda5fcfc60798e9138b0f639de5bf63a3c2e960f04adc" +SRC_URI[sha256sum] = "d5d559a211513ea5977b4efbabb89d4a53a74a7633086c3e8cc8e3231cfd9c7a" 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 a7dc1c34..ee3921ca 100644 --- a/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb +++ b/recipes-kde/kf5/tier3/plasma-framework/plasma-framework.bb @@ -45,7 +45,7 @@ DEPENDS += " \ " PV = "${KF5_VERSION}" -SRC_URI[sha256sum] = "93eda884a00380b07ebdd5eedd6423ab48ffa031fbe16b1e239b550b7412a0ab" +SRC_URI[sha256sum] = "6ac9b4ded7d5f02a62aaafd23f1063258f0f2ae632490c4304765d7e545ed7fa" FILES:${PN} += " \ ${datadir}/kdevappwizard \ diff --git a/recipes-kde/kf5/tier3/purpose/purpose.bb b/recipes-kde/kf5/tier3/purpose/purpose.bb index 33088354..bb046225 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] = "1e9f30b4da3a5751423ed4e1e3cd76ec6d103ab485d859362e29273858ce02ae" +SRC_URI[sha256sum] = "b3afa707f89d2c4ac4358780348ec5e32e51355b546f13fa589adf5b00c2b117" 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 545e4a16..cb8b35a4 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] = "bd39f9765a2963a85f7083dfe8a55b615a89cc5aeda07220b4ceba98fc9efea6" +SRC_URI[sha256sum] = "a19ceb8a7e86290a5891145a043c2dfbeb2cda2404d93559ff2b6c98bb9adf06" FILES:${PN} += " \ ${OE_QMAKE_PATH_PLUGINS} \ 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 edee41e0..d86fa687 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 @@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = " \ inherit kde-kf5 DEPENDS = "qttools-native" +DEPENDS += "python3-sphinx-native" SRC_URI[sha256sum] = "8c4c561310db587d390a6c84afc97e1addbaddd73b9d7a4c7309c5da9b9bc8f2" SRC_URI:append:class-native = " file://0001-ECMGenerateHeaders.cmake-Write-relative-paths-to-red.patch" diff --git a/recipes-kde/kf5/untier/plasma-wayland-protocols/plasma-wayland-protocols_1.9.0.bb b/recipes-kde/kf5/untier/plasma-wayland-protocols/plasma-wayland-protocols_1.9.0.bb index c5806247..aff46dd2 100644 --- a/recipes-kde/kf5/untier/plasma-wayland-protocols/plasma-wayland-protocols_1.9.0.bb +++ b/recipes-kde/kf5/untier/plasma-wayland-protocols/plasma-wayland-protocols_1.9.0.bb @@ -10,6 +10,6 @@ LIC_FILES_CHKSUM = " \ inherit kde-base -SRC_URI = "${KDE_MIRROR}/stable/${BPN}/${BP}.tar.xz" +SRC_URI = "${KDE_MIRROR}/${BPN}/${BP}.tar.xz" SRC_URI[sha256sum] = "a4275b9a854716fa5ed9c2ba2d697df2b0749fc45a28ad965e68d0aa36c5d4c8" diff --git a/recipes-kde/other/kquickimageeditor/kquickimageeditor.bb b/recipes-kde/other/kquickimageeditor/kquickimageeditor.bb index e9efc2bf..89574cc0 100644 --- a/recipes-kde/other/kquickimageeditor/kquickimageeditor.bb +++ b/recipes-kde/other/kquickimageeditor/kquickimageeditor.bb @@ -10,7 +10,7 @@ DEPENDS = "qtdeclarative" inherit kde-base gettext -SRC_URI = "${KDE_MIRROR}/stable/${BPN}/${BP}.tar.xz" +SRC_URI = "${KDE_MIRROR}/${BPN}/${BP}.tar.xz" SRC_URI[sha256sum] = "3cfba775498e031f6963669ee0e4426d4fddd48a244b9583620de4d312ba92ca" PV = "0.2.0" diff --git a/recipes-kde/other/phonon/phonon.bb b/recipes-kde/other/phonon/phonon.bb index aad249c4..875fd439 100644 --- a/recipes-kde/other/phonon/phonon.bb +++ b/recipes-kde/other/phonon/phonon.bb @@ -6,7 +6,7 @@ inherit kde-base DEPENDS += "alsa-lib" -SRC_URI = "${KDE_MIRROR}/stable/${BPN}/${PV}/${BPN}-${PV}.tar.xz" +SRC_URI = "${KDE_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.xz" SRC_URI[sha256sum] = "b4431ea2600df8137a717741ad9ebc7f7ec1649fa3e138541d8f42597144de2d" PV = "4.11.1" diff --git a/recipes-kde/other/polkit-qt-1/polkit-qt-1.bb b/recipes-kde/other/polkit-qt-1/polkit-qt-1.bb index c58b6a9c..f5f4ed61 100644 --- a/recipes-kde/other/polkit-qt-1/polkit-qt-1.bb +++ b/recipes-kde/other/polkit-qt-1/polkit-qt-1.bb @@ -13,7 +13,7 @@ REQUIRED_DISTRO_FEATURES = "polkit" DEPENDS += "polkit glib-2.0" PV = "0.114.0" -SRC_URI = "${KDE_MIRROR}/stable/${BPN}/${BPN}-${PV}.tar.xz" +SRC_URI = "${KDE_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" SRC_URI[sha256sum] = "2eb0f22445888295ffa2bfbc0c3693847a0f973bb6b0c3e4cce0218be7e3907e" CMAKE_ALIGN_SYSROOT[1] = "PolkitQt5-1, -S${libdir}, -s${OE_QMAKE_PATH_HOST_LIBS}/" diff --git a/recipes-kde/other/qca/qca.bb b/recipes-kde/other/qca/qca.bb index 8e218713..f05af97e 100644 --- a/recipes-kde/other/qca/qca.bb +++ b/recipes-kde/other/qca/qca.bb @@ -13,7 +13,7 @@ DEPENDS += " \ " SRC_URI = " \ - https://download.kde.org/stable/${BPN}/${PV}/${BP}.tar.xz \ + ${KDE_MIRROR}/${BPN}/${PV}/${BP}.tar.xz \ file://0001-use-pkg-config-to-find-libgcrypt.patch \ " SRC_URI[sha256sum] = "91f7d916ab3692bf5991f0a553bf8153161bfdda14bd005d480a2b4e384362e8" diff --git a/recipes-misc/recipes-chemistry/spglib/spglib.bb b/recipes-misc/recipes-chemistry/spglib/spglib.bb index 8435eba1..c9778216 100644 --- a/recipes-misc/recipes-chemistry/spglib/spglib.bb +++ b/recipes-misc/recipes-chemistry/spglib/spglib.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5e13e4b13c9ea72dbc9fda34255d9371" inherit cmake -SRC_URI = "git://github.com/spglib/spglib.git;branch=master;protocol=https" +SRC_URI = "git://github.com/spglib/spglib.git;branch=develop;protocol=https" SRCREV = "cc6e08b19b1548faae84c3aecf89beab4853b6d9" S = "${WORKDIR}/git" PV = "1.16.2" diff --git a/recipes-remote-conversation/matrix/libquotient.bb b/recipes-remote-conversation/matrix/libquotient.bb index f295b496..55a217f4 100644 --- a/recipes-remote-conversation/matrix/libquotient.bb +++ b/recipes-remote-conversation/matrix/libquotient.bb @@ -3,9 +3,9 @@ HOMEPAGE = "https://matrix.org/docs/projects/sdk/quotient" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad" -SRC_URI = "gitsm://github.com/quotient-im/libQuotient.git;branch=0.6.x;protocol=https" -SRCREV = "0a342369406e2d259ce20e5fa6d53ac271cbf3c2" -PV = "0.6.11" +SRC_URI = "gitsm://github.com/quotient-im/libQuotient.git;branch=0.9.x;protocol=https" +SRCREV = "c31362d228bc1fe6a9072c759b2120e30ffabc94" +PV = "0.9.5" S = "${WORKDIR}/git" DEPENDS = " \ diff --git a/recipes-remote-conversation/matrix/quaternion.bb b/recipes-remote-conversation/matrix/quaternion.bb index 5e289330..1fd92143 100644 --- a/recipes-remote-conversation/matrix/quaternion.bb +++ b/recipes-remote-conversation/matrix/quaternion.bb @@ -14,8 +14,8 @@ DEPENDS = " \ qtdeclarative \ qtmultimedia \ qtquickcontrols2 \ - libquotient \ " +# libquotient QT_TRANSLATION_FILES = "${datadir}/Quotient/quaternion/translations/*.qm" inherit cmake_qt5_extra qt5-translation gtk-icon-cache diff --git a/recipes-support/libdbusmenu-qt5/libdbusmenu-qt5_0.9.3+16.04.20160218.bb b/recipes-support/libdbusmenu-qt5/libdbusmenu-qt5_0.9.3+16.04.20160218.bb index 3c9f988b..7b1be3f1 100644 --- a/recipes-support/libdbusmenu-qt5/libdbusmenu-qt5_0.9.3+16.04.20160218.bb +++ b/recipes-support/libdbusmenu-qt5/libdbusmenu-qt5_0.9.3+16.04.20160218.bb @@ -17,6 +17,6 @@ EXTRA_OECMAKE += " \ " # QA Issue: File /usr/src/debug/libdbusmenu-qt5/0.9.3+16.04.20160218/src/dbusmenuadaptor.h in package libdbusmenu-qt5-src contains reference to TMPDIR [buildpaths] -do_install:prepend() { - sed -i -e "s#${S}#${prefix}/src/debug/#g" ${B}/src/dbusmenuadaptor.h -} +#do_install:prepend() { +# sed -i -e "s#${S}#${prefix}/src/debug/#g" ${B}/src/dbusmenuadaptor.h +#} diff --git a/recipes-support/packagegroups/meta-qt5-extra-world.bb b/recipes-support/packagegroups/meta-qt5-extra-world.bb index 4a553a43..e426371c 100644 --- a/recipes-support/packagegroups/meta-qt5-extra-world.bb +++ b/recipes-support/packagegroups/meta-qt5-extra-world.bb @@ -28,6 +28,6 @@ RDEPENDS:${PN} = " \ kde-world \ lxqt-world \ \ - libquotient \ - quaternion \ " +# quaternion +# libquotient diff --git a/recipes-support/qtkeychain/qtkeychain.bb b/recipes-support/qtkeychain/qtkeychain.bb index b0de7a40..2a77a78a 100644 --- a/recipes-support/qtkeychain/qtkeychain.bb +++ b/recipes-support/qtkeychain/qtkeychain.bb @@ -1,21 +1,23 @@ SUMMARY = "Platform-independent Qt API for storing passwords securely" HOMEPAGE = "https://github.com/frankosterfeld/qtkeychain" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=5c262c13b60ebefe3060aed37d334ab6" +LIC_FILES_CHKSUM = "file://COPYING;md5=ebece3896618ecf0b60c4fade17f026f" DEPENDS = " \ qttools-native \ qttools \ qtbase \ + pkgconfig-native \ + libsecret \ " QT_TRANSLATION_FILES = "${datadir}/qt5keychain/translations/*.qm" inherit cmake_qt5_extra qt5-translation -SRC_URI = "git://github.com/frankosterfeld/${BPN}.git;branch=master;protocol=https" -SRCREV = "815fe610353ff8ad7e2f1121c368a74df8db5eb7" -PV = "0.12.0" +SRC_URI = "git://github.com/frankosterfeld/${BPN}.git;branch=main;protocol=https" +SRCREV = "ad7344c45a86a4f66cbafc4b081b5f7b876cb0b7" +PV = "0.15.0" S = "${WORKDIR}/git" do_install:append() { diff --git a/recipes-support/shlomif/rinutils.bb b/recipes-support/shlomif/rinutils.bb index 86be41e8..709838a6 100644 --- a/recipes-support/shlomif/rinutils.bb +++ b/recipes-support/shlomif/rinutils.bb @@ -8,7 +8,7 @@ SRC_URI = " \ https://raw.githubusercontent.com/shlomif/shlomif-cmake-modules/master/shlomif-cmake-modules/Shlomif_Common.cmake;name=cmake;subdir=git/cmake \ " SRCREV = "8670873c13590a8ef2b7b34ffa8576c6099921a7" -SRC_URI[cmake.sha256sum] = "6c72ff31b361319971bb8eca5d5679bd366b316a5543562e821e585af88cad17" +SRC_URI[cmake.sha256sum] = "7097e3a1e3db103872aca784bd3469518e727f855bd477c5d40060d26a77f95d" PV = "0.10.0" S = "${WORKDIR}/git"