diff --git a/classes/cmake_kf6.bbclass b/classes/cmake_kf6.bbclass index 10512da..12f1df0 100644 --- a/classes/cmake_kf6.bbclass +++ b/classes/cmake_kf6.bbclass @@ -41,11 +41,13 @@ do_compile:prepend() { export LD_LIBRARY_PATH=${STAGING_LIBDIR_NATIVE}:$LD_LIBRARY_PATH } -# This function is rather offensive right now, but it seems to work +# This function is rather offensive, but it seems to work: +# look into _usr or Export subpathes (depending on CMake version) for CMake target files inside +# the build directory an rewrite absolut pathes to have a OE_KF5_PATH_HOST_ROOT prefix variable do_install:prepend() { - if [ "0" -ne $(find . -name \*.cmake | grep _usr | wc -l) ]; then - sed -i 's/\"\/usr\//\"\$\{OE_KF5_PATH_HOST_ROOT\}\/usr\//g' $(find . -name "*.cmake" | grep _usr) - sed -i 's/\;\/usr\//\;\$\{OE_KF5_PATH_HOST_ROOT\}\/usr\//g' $(find . -name "*.cmake" | grep _usr) + if [ "0" -ne $(find . -name \*.cmake | grep '_usr\|Export' | wc -l) ]; then + sed -i 's/\"\/usr\//\"\$\{OE_KF5_PATH_HOST_ROOT\}\/usr\//g' $(find . -name "*.cmake" | grep '_usr\|Export') + sed -i 's/\;\/usr\//\;\$\{OE_KF5_PATH_HOST_ROOT\}\/usr\//g' $(find . -name "*.cmake" | grep '_usr\|Export') fi } diff --git a/conf/layer.conf b/conf/layer.conf index 20e5c89..ef7dcbd 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -18,7 +18,7 @@ BBFILE_PRIORITY_kf6 = "6" LICENSE_PATH += "${LAYERDIR}/conf/licenses" -LAYERSERIES_COMPAT_kf6 = "dunfell gatesgarth hardknott honister kirkstone" +LAYERSERIES_COMPAT_kf6 = "dunfell gatesgarth hardknott honister kirkstone langdale" # disable check per default until all recipes are updated KF5_REUSE_LICENSECHECK_ENABLED = "0" diff --git a/recipes-kf5/obsolete/kdelibs4support_5.102.0.bb b/recipes-kf5/obsolete/kdelibs4support_5.102.0.bb new file mode 100644 index 0000000..fba45b3 --- /dev/null +++ b/recipes-kf5/obsolete/kdelibs4support_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/portingAids/kdelibs4support-5.102.0.tar.xz" +SRC_URI[sha256sum] = "643ef6b24b4fc6c06882f2a00ac7bc6a5c7f11811be152b012879ec7591d0269" + diff --git a/recipes-kf5/obsolete/kdelibs4support_5.99.0.bb b/recipes-kf5/obsolete/kdelibs4support_5.99.0.bb deleted file mode 100644 index 3444b95..0000000 --- a/recipes-kf5/obsolete/kdelibs4support_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/portingAids/kdelibs4support-5.99.0.tar.xz" -SRC_URI[sha256sum] = "0535c7ca1184e7d75e28c630911b640e533782120691510217b293a8143e8d1c" - diff --git a/recipes-kf5/obsolete/kdesignerplugin_5.102.0.bb b/recipes-kf5/obsolete/kdesignerplugin_5.102.0.bb new file mode 100644 index 0000000..02f6b28 --- /dev/null +++ b/recipes-kf5/obsolete/kdesignerplugin_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/portingAids/kdesignerplugin-5.102.0.tar.xz" +SRC_URI[sha256sum] = "6ce58872dfc76bc2464e4f09510772cc09b233645601ac9e8816134b2570c2da" + diff --git a/recipes-kf5/obsolete/kdesignerplugin_5.99.0.bb b/recipes-kf5/obsolete/kdesignerplugin_5.99.0.bb deleted file mode 100644 index 7aa251d..0000000 --- a/recipes-kf5/obsolete/kdesignerplugin_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/portingAids/kdesignerplugin-5.99.0.tar.xz" -SRC_URI[sha256sum] = "aee65abd481e2cb8d900b52b9e1bf6c74f71ff7eaa621f562c6285d06d497d73" - diff --git a/recipes-kf5/obsolete/kemoticons_5.102.0.bb b/recipes-kf5/obsolete/kemoticons_5.102.0.bb new file mode 100644 index 0000000..cc5e5fe --- /dev/null +++ b/recipes-kf5/obsolete/kemoticons_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kemoticons-5.102.0.tar.xz" +SRC_URI[sha256sum] = "652776296f180f3ebe486380ed6a9c8136f4ad48665f3553c70ca738fc8b342b" + diff --git a/recipes-kf5/obsolete/kemoticons_5.99.0.bb b/recipes-kf5/obsolete/kemoticons_5.99.0.bb deleted file mode 100644 index 98b18ba..0000000 --- a/recipes-kf5/obsolete/kemoticons_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kemoticons-5.99.0.tar.xz" -SRC_URI[sha256sum] = "da6b220402c39636552aacb5f6c5cef667de6eab335aaedd218cc5c4c9d530ba" - diff --git a/recipes-kf5/obsolete/kinit_5.102.0.bb b/recipes-kf5/obsolete/kinit_5.102.0.bb new file mode 100644 index 0000000..c2d0d9e --- /dev/null +++ b/recipes-kf5/obsolete/kinit_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kinit-5.102.0.tar.xz" +SRC_URI[sha256sum] = "acb9f420ef5002cd0253d7d8deb240d63a63b7e393c7e2337dfa52a4a3d5ff0e" + diff --git a/recipes-kf5/obsolete/kinit_5.99.0.bb b/recipes-kf5/obsolete/kinit_5.99.0.bb deleted file mode 100644 index 13da958..0000000 --- a/recipes-kf5/obsolete/kinit_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kinit-5.99.0.tar.xz" -SRC_URI[sha256sum] = "2302add7e43a9a32aa9a3d5a73e52757e0b321efea6b15a565bf9f683dd60177" - diff --git a/recipes-kf5/obsolete/kjs_5.102.0.bb b/recipes-kf5/obsolete/kjs_5.102.0.bb new file mode 100644 index 0000000..cce360c --- /dev/null +++ b/recipes-kf5/obsolete/kjs_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/portingAids/kjs-5.102.0.tar.xz" +SRC_URI[sha256sum] = "7cb48fedcaf68093cb947e7689248c50497a8bd35ccde53e24d7c9b2e7108593" + diff --git a/recipes-kf5/obsolete/kjs_5.99.0.bb b/recipes-kf5/obsolete/kjs_5.99.0.bb deleted file mode 100644 index 7be21e0..0000000 --- a/recipes-kf5/obsolete/kjs_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/portingAids/kjs-5.99.0.tar.xz" -SRC_URI[sha256sum] = "40f11254a4c67d679fbda594bf0c5029bf88d555bdb7d31bf4807a28df085e4b" - diff --git a/recipes-kf5/obsolete/kjsembed_5.102.0.bb b/recipes-kf5/obsolete/kjsembed_5.102.0.bb new file mode 100644 index 0000000..9dfc5c3 --- /dev/null +++ b/recipes-kf5/obsolete/kjsembed_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/portingAids/kjsembed-5.102.0.tar.xz" +SRC_URI[sha256sum] = "ba28f907eb3b69e98caf5877883f81051420e664819714fba2696c6093c92f9d" + diff --git a/recipes-kf5/obsolete/kjsembed_5.99.0.bb b/recipes-kf5/obsolete/kjsembed_5.99.0.bb deleted file mode 100644 index ac39c33..0000000 --- a/recipes-kf5/obsolete/kjsembed_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/portingAids/kjsembed-5.99.0.tar.xz" -SRC_URI[sha256sum] = "fc89d03bf59732f9436ae88dd20505a49d58a7c7bd46858263cb0462d2262070" - diff --git a/recipes-kf5/obsolete/kxmlrpcclient_5.102.0.bb b/recipes-kf5/obsolete/kxmlrpcclient_5.102.0.bb new file mode 100644 index 0000000..d046c64 --- /dev/null +++ b/recipes-kf5/obsolete/kxmlrpcclient_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/portingAids/kxmlrpcclient-5.102.0.tar.xz" +SRC_URI[sha256sum] = "c42a98b4dcfb79e4ad042bb51f1dee94b8ff0b8d18309d831176e03447ec7219" + diff --git a/recipes-kf5/obsolete/kxmlrpcclient_5.99.0.bb b/recipes-kf5/obsolete/kxmlrpcclient_5.99.0.bb deleted file mode 100644 index e48cd4a..0000000 --- a/recipes-kf5/obsolete/kxmlrpcclient_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/portingAids/kxmlrpcclient-5.99.0.tar.xz" -SRC_URI[sha256sum] = "bd84e005dc605d6512044ee55d1ce739d0d218a8f37c6691d07a40202f3aaa66" - diff --git a/recipes-kf5/tier1/attica_5.102.0.bb b/recipes-kf5/tier1/attica_5.102.0.bb new file mode 100644 index 0000000..7003ef3 --- /dev/null +++ b/recipes-kf5/tier1/attica_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/attica-5.102.0.tar.xz" +SRC_URI[sha256sum] = "db872f06d57d5ff4ac7701c9f17e93e73c34340553f2b4db137b0b17091df0f6" + diff --git a/recipes-kf5/tier1/attica_5.99.0.bb b/recipes-kf5/tier1/attica_5.99.0.bb deleted file mode 100644 index a1cc531..0000000 --- a/recipes-kf5/tier1/attica_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/attica-5.99.0.tar.xz" -SRC_URI[sha256sum] = "175ad3b299713b9c1cfcb6d5fe8ce4f86d3065fba4ab7728090d998d6c6363b1" - diff --git a/recipes-kf5/tier1/bluez-qt_5.102.0.bb b/recipes-kf5/tier1/bluez-qt_5.102.0.bb new file mode 100644 index 0000000..1eaa9ea --- /dev/null +++ b/recipes-kf5/tier1/bluez-qt_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/bluez-qt-5.102.0.tar.xz" +SRC_URI[sha256sum] = "c3f90b1642c461f0cb261b31db5eacf7d30cc37442b828f19f1347ab29b44300" + diff --git a/recipes-kf5/tier1/bluez-qt_5.99.0.bb b/recipes-kf5/tier1/bluez-qt_5.99.0.bb deleted file mode 100644 index 98f210d..0000000 --- a/recipes-kf5/tier1/bluez-qt_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/bluez-qt-5.99.0.tar.xz" -SRC_URI[sha256sum] = "e7c91bb168a187f87c68fe6918e676d8ee7c933de1237db06b45761f263dcf85" - diff --git a/recipes-kf5/tier1/breeze-icons_5.102.0.bb b/recipes-kf5/tier1/breeze-icons_5.102.0.bb new file mode 100644 index 0000000..0b91341 --- /dev/null +++ b/recipes-kf5/tier1/breeze-icons_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/breeze-icons-5.102.0.tar.xz" +SRC_URI[sha256sum] = "2db3d90a8b9f7cce7314a8f0d6c3c95c6b7976d172ce4ccc4168142ca074e398" + diff --git a/recipes-kf5/tier1/breeze-icons_5.99.0.bb b/recipes-kf5/tier1/breeze-icons_5.99.0.bb deleted file mode 100644 index 55f1320..0000000 --- a/recipes-kf5/tier1/breeze-icons_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/breeze-icons-5.99.0.tar.xz" -SRC_URI[sha256sum] = "480f699c04382c91997ff954e645f134ee513817bde2799675fa484956cd3cfd" - diff --git a/recipes-kf5/tier1/extra-cmake-modules_5.102.0.bb b/recipes-kf5/tier1/extra-cmake-modules_5.102.0.bb new file mode 100644 index 0000000..8ecde51 --- /dev/null +++ b/recipes-kf5/tier1/extra-cmake-modules_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/extra-cmake-modules-5.102.0.tar.xz" +SRC_URI[sha256sum] = "f259aeb5a8e046ee2a0e658645f3af6d3e42145d3ae576f305b2b6e24a297f9b" + diff --git a/recipes-kf5/tier1/extra-cmake-modules_5.99.0.bb b/recipes-kf5/tier1/extra-cmake-modules_5.99.0.bb deleted file mode 100644 index 13d531e..0000000 --- a/recipes-kf5/tier1/extra-cmake-modules_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/extra-cmake-modules-5.99.0.tar.xz" -SRC_URI[sha256sum] = "01818aa606628db57129f6e22dbae3532464220802d085c6e0689d032e87807e" - diff --git a/recipes-kf5/tier1/karchive_5.102.0.bb b/recipes-kf5/tier1/karchive_5.102.0.bb new file mode 100644 index 0000000..eb86f2e --- /dev/null +++ b/recipes-kf5/tier1/karchive_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/karchive-5.102.0.tar.xz" +SRC_URI[sha256sum] = "40ecd08803b9951777eba0307aa98d879af78b0747d4f810ae8a63e76fcfd84a" + diff --git a/recipes-kf5/tier1/karchive_5.99.0.bb b/recipes-kf5/tier1/karchive_5.99.0.bb deleted file mode 100644 index b70e111..0000000 --- a/recipes-kf5/tier1/karchive_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/karchive-5.99.0.tar.xz" -SRC_URI[sha256sum] = "571957caf8304344ef3d5b47092be96563e1526d4a1d70abf04ebcc38dd495fc" - diff --git a/recipes-kf5/tier1/kcalendarcore_5.102.0.bb b/recipes-kf5/tier1/kcalendarcore_5.102.0.bb new file mode 100644 index 0000000..64f5c16 --- /dev/null +++ b/recipes-kf5/tier1/kcalendarcore_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kcalendarcore-5.102.0.tar.xz" +SRC_URI[sha256sum] = "73f59335974c3071211255a3c858ab29816c70be4b05f814b669f85b420b5568" + diff --git a/recipes-kf5/tier1/kcalendarcore_5.99.0.bb b/recipes-kf5/tier1/kcalendarcore_5.99.0.bb deleted file mode 100644 index 677be2c..0000000 --- a/recipes-kf5/tier1/kcalendarcore_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kcalendarcore-5.99.0.tar.xz" -SRC_URI[sha256sum] = "1951c46acbaa0475190bfd35f00398dbe9031e25ebe8d8f7508d60f0a77cec87" - diff --git a/recipes-kf5/tier1/kcodecs_5.102.0.bb b/recipes-kf5/tier1/kcodecs_5.102.0.bb new file mode 100644 index 0000000..3065eb3 --- /dev/null +++ b/recipes-kf5/tier1/kcodecs_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kcodecs-5.102.0.tar.xz" +SRC_URI[sha256sum] = "08f57c0cea6b9a0eca2c1d6de8503047b3c32c6a64f5752c8ab2892517cd6396" + diff --git a/recipes-kf5/tier1/kcodecs_5.99.0.bb b/recipes-kf5/tier1/kcodecs_5.99.0.bb deleted file mode 100644 index de50674..0000000 --- a/recipes-kf5/tier1/kcodecs_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kcodecs-5.99.0.tar.xz" -SRC_URI[sha256sum] = "62cd8011339db338c84dd06b009b8c26632e3c559177782e2b7b12c799862076" - diff --git a/recipes-kf5/tier1/kconfig_5.102.0.bb b/recipes-kf5/tier1/kconfig_5.102.0.bb new file mode 100644 index 0000000..2352797 --- /dev/null +++ b/recipes-kf5/tier1/kconfig_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kconfig-5.102.0.tar.xz" +SRC_URI[sha256sum] = "f68e6705d38ed7e0d31b62979564149912db8d3959b64eddf7424cabdc13ac33" + diff --git a/recipes-kf5/tier1/kconfig_5.99.0.bb b/recipes-kf5/tier1/kconfig_5.99.0.bb deleted file mode 100644 index f8afa5b..0000000 --- a/recipes-kf5/tier1/kconfig_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kconfig-5.99.0.tar.xz" -SRC_URI[sha256sum] = "5dc7c3d22ff64579a234a9e7de22f2859158595cc4956db13608841ea0d258a6" - diff --git a/recipes-kf5/tier1/kcoreaddons_5.102.0.bb b/recipes-kf5/tier1/kcoreaddons_5.102.0.bb new file mode 100644 index 0000000..6710185 --- /dev/null +++ b/recipes-kf5/tier1/kcoreaddons_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kcoreaddons-5.102.0.tar.xz" +SRC_URI[sha256sum] = "82e3f91993602e0b596899d9b43ff78c88566fd1209ec2f78665fb45cda20948" + diff --git a/recipes-kf5/tier1/kcoreaddons_5.99.0.bb b/recipes-kf5/tier1/kcoreaddons_5.99.0.bb deleted file mode 100644 index 4503c1b..0000000 --- a/recipes-kf5/tier1/kcoreaddons_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kcoreaddons-5.99.0.tar.xz" -SRC_URI[sha256sum] = "5a76a33d3971b1d748db13faf76ab7a863310dccb374ebff69f24ef9c7f4131b" - diff --git a/recipes-kf5/tier1/kdbusaddons_5.102.0.bb b/recipes-kf5/tier1/kdbusaddons_5.102.0.bb new file mode 100644 index 0000000..2d61706 --- /dev/null +++ b/recipes-kf5/tier1/kdbusaddons_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kdbusaddons-5.102.0.tar.xz" +SRC_URI[sha256sum] = "f1bbee6eed45614fd373bf735a5752d718c8dc590f101dae2b3dae348e9d1ad3" + diff --git a/recipes-kf5/tier1/kdbusaddons_5.99.0.bb b/recipes-kf5/tier1/kdbusaddons_5.99.0.bb deleted file mode 100644 index ce77ac1..0000000 --- a/recipes-kf5/tier1/kdbusaddons_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kdbusaddons-5.99.0.tar.xz" -SRC_URI[sha256sum] = "a0c7cced69719df4809a22791b4e3be27cc737fbc006c7d7f41be445dc4b32d9" - diff --git a/recipes-kf5/tier1/kdnssd_5.102.0.bb b/recipes-kf5/tier1/kdnssd_5.102.0.bb new file mode 100644 index 0000000..19da7da --- /dev/null +++ b/recipes-kf5/tier1/kdnssd_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kdnssd-5.102.0.tar.xz" +SRC_URI[sha256sum] = "05a529a02dd191abd7c6671555c37dced0aba00eeac0784a7a14162003ac5c81" + diff --git a/recipes-kf5/tier1/kdnssd_5.99.0.bb b/recipes-kf5/tier1/kdnssd_5.99.0.bb deleted file mode 100644 index 35f984a..0000000 --- a/recipes-kf5/tier1/kdnssd_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kdnssd-5.99.0.tar.xz" -SRC_URI[sha256sum] = "47314f59bb3ca3cc66459afd596be561909981279c84ca64a179a7d09f582a1c" - diff --git a/recipes-kf5/tier1/kguiaddons_5.102.0.bb b/recipes-kf5/tier1/kguiaddons_5.102.0.bb new file mode 100644 index 0000000..ff5d21d --- /dev/null +++ b/recipes-kf5/tier1/kguiaddons_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kguiaddons-5.102.0.tar.xz" +SRC_URI[sha256sum] = "5b1320df6aab312b647bcf8eab793631f8ca5339615ddb283810be5dbb758fab" + diff --git a/recipes-kf5/tier1/kguiaddons_5.99.0.bb b/recipes-kf5/tier1/kguiaddons_5.99.0.bb deleted file mode 100644 index 6ce4708..0000000 --- a/recipes-kf5/tier1/kguiaddons_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kguiaddons-5.99.0.tar.xz" -SRC_URI[sha256sum] = "ee87ea65b7a3cdcc0fe9798db8c02b028c194fd48a3b56f1d30b3494e0711b4f" - diff --git a/recipes-kf5/tier1/kholidays_5.102.0.bb b/recipes-kf5/tier1/kholidays_5.102.0.bb new file mode 100644 index 0000000..86e986c --- /dev/null +++ b/recipes-kf5/tier1/kholidays_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kholidays-5.102.0.tar.xz" +SRC_URI[sha256sum] = "a195678a6d791c60047cf10398317a6ee301b2a18a51e0bfa4999dd7b1b63f07" + diff --git a/recipes-kf5/tier1/kholidays_5.99.0.bb b/recipes-kf5/tier1/kholidays_5.99.0.bb deleted file mode 100644 index bedbbaa..0000000 --- a/recipes-kf5/tier1/kholidays_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kholidays-5.99.0.tar.xz" -SRC_URI[sha256sum] = "f8131a0d9526bc8d5dc6818f10409175e2e329a78157e64b131dda5ff52c26cc" - diff --git a/recipes-kf5/tier1/ki18n_5.102.0.bb b/recipes-kf5/tier1/ki18n_5.102.0.bb new file mode 100644 index 0000000..6f5a180 --- /dev/null +++ b/recipes-kf5/tier1/ki18n_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/ki18n-5.102.0.tar.xz" +SRC_URI[sha256sum] = "9ce380a9c3e40861fabe78e677c6cd826be4ced707cf87c6507251acb81c9f47" + diff --git a/recipes-kf5/tier1/ki18n_5.99.0.bb b/recipes-kf5/tier1/ki18n_5.99.0.bb deleted file mode 100644 index 9d9c663..0000000 --- a/recipes-kf5/tier1/ki18n_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/ki18n-5.99.0.tar.xz" -SRC_URI[sha256sum] = "1544dd5a002a2376f1018fee619ae2de861cd900cec312fade09e6a6943ef8ad" - diff --git a/recipes-kf5/tier1/kidletime_5.102.0.bb b/recipes-kf5/tier1/kidletime_5.102.0.bb new file mode 100644 index 0000000..e2fd0c0 --- /dev/null +++ b/recipes-kf5/tier1/kidletime_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kidletime-5.102.0.tar.xz" +SRC_URI[sha256sum] = "0e23d46c2027617743c1beb6915d359846e47ffa11081c2714b7fdc3f7ce2f95" + diff --git a/recipes-kf5/tier1/kidletime_5.99.0.bb b/recipes-kf5/tier1/kidletime_5.99.0.bb deleted file mode 100644 index 81082c5..0000000 --- a/recipes-kf5/tier1/kidletime_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kidletime-5.99.0.tar.xz" -SRC_URI[sha256sum] = "ef3dcaf17fd65fa7493864933a86b612a6079e6e2955517fa9c1eb0bbf83dcf1" - diff --git a/recipes-kf5/tier1/kimageformats_5.102.0.bb b/recipes-kf5/tier1/kimageformats_5.102.0.bb new file mode 100644 index 0000000..b291117 --- /dev/null +++ b/recipes-kf5/tier1/kimageformats_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kimageformats-5.102.0.tar.xz" +SRC_URI[sha256sum] = "a68b2c44e5d0e3e3ae75f1b8167de904a2ab1f7ea49b984be4cf01c5a46d49b4" + diff --git a/recipes-kf5/tier1/kimageformats_5.99.0.bb b/recipes-kf5/tier1/kimageformats_5.99.0.bb deleted file mode 100644 index c091e4e..0000000 --- a/recipes-kf5/tier1/kimageformats_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kimageformats-5.99.0.tar.xz" -SRC_URI[sha256sum] = "06e636d4fe03d8d1b0bfed728d00c83fa639e2990fd5664a7101bd77621db1ee" - diff --git a/recipes-kf5/tier1/kirigami_5.102.0.bb b/recipes-kf5/tier1/kirigami_5.102.0.bb new file mode 100644 index 0000000..15fbe39 --- /dev/null +++ b/recipes-kf5/tier1/kirigami_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kirigami2-5.102.0.tar.xz" +SRC_URI[sha256sum] = "178138e3ed5ff9f224856c03dc1b4e837c6ce05072da8287aad5970e2e9875b2" +S = "${WORKDIR}/kirigami2-${PV}" diff --git a/recipes-kf5/tier1/kirigami_5.99.0.bb b/recipes-kf5/tier1/kirigami_5.99.0.bb deleted file mode 100644 index 66516c0..0000000 --- a/recipes-kf5/tier1/kirigami_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kirigami2-5.99.0.tar.xz" -SRC_URI[sha256sum] = "b988ebaf93271951aa91ad28cd849d2496a5bb1ef07d425213a81cc0d4dd03e2" -S = "${WORKDIR}/kirigami2-${PV}" diff --git a/recipes-kf5/tier1/kitemmodels_5.102.0.bb b/recipes-kf5/tier1/kitemmodels_5.102.0.bb new file mode 100644 index 0000000..a036884 --- /dev/null +++ b/recipes-kf5/tier1/kitemmodels_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kitemmodels-5.102.0.tar.xz" +SRC_URI[sha256sum] = "52f773f8969f07dd42c0f9afc5f9a604c8c450915228ada70b1058bae87938a6" + diff --git a/recipes-kf5/tier1/kitemmodels_5.99.0.bb b/recipes-kf5/tier1/kitemmodels_5.99.0.bb deleted file mode 100644 index 109b1d7..0000000 --- a/recipes-kf5/tier1/kitemmodels_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kitemmodels-5.99.0.tar.xz" -SRC_URI[sha256sum] = "37ce9d8dc6670cf3966dabb26935d74e6e22498157a2bad560e0dd22f36ca2fc" - diff --git a/recipes-kf5/tier1/kitemviews_5.102.0.bb b/recipes-kf5/tier1/kitemviews_5.102.0.bb new file mode 100644 index 0000000..3e0dec9 --- /dev/null +++ b/recipes-kf5/tier1/kitemviews_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kitemviews-5.102.0.tar.xz" +SRC_URI[sha256sum] = "3e19ea06b8d4e11469840b4b8709a8553c03f12915ae3c3504f2f85440c561b0" + diff --git a/recipes-kf5/tier1/kitemviews_5.99.0.bb b/recipes-kf5/tier1/kitemviews_5.99.0.bb deleted file mode 100644 index 427e2d5..0000000 --- a/recipes-kf5/tier1/kitemviews_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kitemviews-5.99.0.tar.xz" -SRC_URI[sha256sum] = "1161d0ed34142fcaf6bc15d26dd91f2d593e4094023570c6fb13df253548f98d" - diff --git a/recipes-kf5/tier1/kplotting_5.102.0.bb b/recipes-kf5/tier1/kplotting_5.102.0.bb new file mode 100644 index 0000000..3beceae --- /dev/null +++ b/recipes-kf5/tier1/kplotting_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kplotting-5.102.0.tar.xz" +SRC_URI[sha256sum] = "1e6bcee1822bce79b0957686327342729e2faccf59f97aa8d1e4ffc438a908e3" + diff --git a/recipes-kf5/tier1/kplotting_5.99.0.bb b/recipes-kf5/tier1/kplotting_5.99.0.bb deleted file mode 100644 index 661b7f1..0000000 --- a/recipes-kf5/tier1/kplotting_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kplotting-5.99.0.tar.xz" -SRC_URI[sha256sum] = "d85bf4020c444b5d377effcff71197a12e15bbdeb3fbc3dd58444be702fcb47b" - diff --git a/recipes-kf5/tier1/kquickcharts_5.102.0.bb b/recipes-kf5/tier1/kquickcharts_5.102.0.bb new file mode 100644 index 0000000..676e345 --- /dev/null +++ b/recipes-kf5/tier1/kquickcharts_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kquickcharts-5.102.0.tar.xz" +SRC_URI[sha256sum] = "8064f9a222a0d1e55c6c09317594dd609df28314ba5e7549f168c459be1c9070" + diff --git a/recipes-kf5/tier1/kquickcharts_5.99.0.bb b/recipes-kf5/tier1/kquickcharts_5.99.0.bb deleted file mode 100644 index 536a199..0000000 --- a/recipes-kf5/tier1/kquickcharts_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kquickcharts-5.99.0.tar.xz" -SRC_URI[sha256sum] = "69612537175cde6ece727f43a9a6fa557d27bd7e2ab38123ab2a24c29394c02c" - diff --git a/recipes-kf5/tier1/kwayland_5.102.0.bb b/recipes-kf5/tier1/kwayland_5.102.0.bb new file mode 100644 index 0000000..e1368e5 --- /dev/null +++ b/recipes-kf5/tier1/kwayland_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kwayland-5.102.0.tar.xz" +SRC_URI[sha256sum] = "8626f4a7202b5c2eb8b10cb9b75e2a9e708be845ef37c271d4cd112a6f02a1cc" + diff --git a/recipes-kf5/tier1/kwayland_5.99.0.bb b/recipes-kf5/tier1/kwayland_5.99.0.bb deleted file mode 100644 index 3c14462..0000000 --- a/recipes-kf5/tier1/kwayland_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kwayland-5.99.0.tar.xz" -SRC_URI[sha256sum] = "a7be2125e3a833e99ad9405a03d4f9bec0d4c83c23898406da1daaf068dd65a2" - diff --git a/recipes-kf5/tier1/kwidgetsaddons_5.102.0.bb b/recipes-kf5/tier1/kwidgetsaddons_5.102.0.bb new file mode 100644 index 0000000..7575565 --- /dev/null +++ b/recipes-kf5/tier1/kwidgetsaddons_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kwidgetsaddons-5.102.0.tar.xz" +SRC_URI[sha256sum] = "51d69722986355df6fde5eb2d05379469d01c8dc29577370bc589c263cb2d6d2" + diff --git a/recipes-kf5/tier1/kwidgetsaddons_5.99.0.bb b/recipes-kf5/tier1/kwidgetsaddons_5.99.0.bb deleted file mode 100644 index 470f4d2..0000000 --- a/recipes-kf5/tier1/kwidgetsaddons_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kwidgetsaddons-5.99.0.tar.xz" -SRC_URI[sha256sum] = "5acda26e2e5bec52b563d1507b706ea5bbe341ab4ae9bdfa84e892bbf8cd9269" - diff --git a/recipes-kf5/tier1/kwindowsystem_5.102.0.bb b/recipes-kf5/tier1/kwindowsystem_5.102.0.bb new file mode 100644 index 0000000..a9d891b --- /dev/null +++ b/recipes-kf5/tier1/kwindowsystem_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kwindowsystem-5.102.0.tar.xz" +SRC_URI[sha256sum] = "d90c9ba491c9af634f09229f1349a9ad3a2cdce92793275a5e8de357d3aa68e1" + diff --git a/recipes-kf5/tier1/kwindowsystem_5.99.0.bb b/recipes-kf5/tier1/kwindowsystem_5.99.0.bb deleted file mode 100644 index 3f0a893..0000000 --- a/recipes-kf5/tier1/kwindowsystem_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kwindowsystem-5.99.0.tar.xz" -SRC_URI[sha256sum] = "f4d13fbf562c05075bb59f997a0de567f96c008a379b7c796d2ca26c01a7f877" - diff --git a/recipes-kf5/tier1/modemmanager-qt_5.102.0.bb b/recipes-kf5/tier1/modemmanager-qt_5.102.0.bb new file mode 100644 index 0000000..d4be6c2 --- /dev/null +++ b/recipes-kf5/tier1/modemmanager-qt_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/modemmanager-qt-5.102.0.tar.xz" +SRC_URI[sha256sum] = "e6a8b156814b7a6ddfe354233a65be476c85a552f7266994e5fe3bc46a3fb7a4" + diff --git a/recipes-kf5/tier1/modemmanager-qt_5.99.0.bb b/recipes-kf5/tier1/modemmanager-qt_5.99.0.bb deleted file mode 100644 index bcf5f35..0000000 --- a/recipes-kf5/tier1/modemmanager-qt_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/modemmanager-qt-5.99.0.tar.xz" -SRC_URI[sha256sum] = "ef841ce5f0e7d77cfa305a1bc32af40b08319118823a33199e0577f5a6cd4c72" - diff --git a/recipes-kf5/tier1/networkmanager-qt_5.102.0.bb b/recipes-kf5/tier1/networkmanager-qt_5.102.0.bb new file mode 100644 index 0000000..f3212ab --- /dev/null +++ b/recipes-kf5/tier1/networkmanager-qt_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/networkmanager-qt-5.102.0.tar.xz" +SRC_URI[sha256sum] = "c9dc8b0df20c986527f53fe9d10525f94135b3de082dbf88eadeb778e174078b" + diff --git a/recipes-kf5/tier1/networkmanager-qt_5.99.0.bb b/recipes-kf5/tier1/networkmanager-qt_5.99.0.bb deleted file mode 100644 index ddc578e..0000000 --- a/recipes-kf5/tier1/networkmanager-qt_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/networkmanager-qt-5.99.0.tar.xz" -SRC_URI[sha256sum] = "49d98f97d7fcc1bccbdae43d23b061edb0040ba4a309dd605e2a4b26476f8318" - diff --git a/recipes-kf5/tier1/oxygen-icons5_5.102.0.bb b/recipes-kf5/tier1/oxygen-icons5_5.102.0.bb new file mode 100644 index 0000000..0a4ba5c --- /dev/null +++ b/recipes-kf5/tier1/oxygen-icons5_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/oxygen-icons5-5.102.0.tar.xz" +SRC_URI[sha256sum] = "c4d553c3bf874b80983da8f1eb510fb113f0c6630501fd50ddc3ab36a88cbc16" + diff --git a/recipes-kf5/tier1/oxygen-icons5_5.99.0.bb b/recipes-kf5/tier1/oxygen-icons5_5.99.0.bb deleted file mode 100644 index f6c3070..0000000 --- a/recipes-kf5/tier1/oxygen-icons5_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/oxygen-icons5-5.99.0.tar.xz" -SRC_URI[sha256sum] = "8ce6ab8a0158f6e3673961fe6a37830af11d776f722f968d66dc257d5b0253dd" - diff --git a/recipes-kf5/tier1/prison_5.102.0.bb b/recipes-kf5/tier1/prison_5.102.0.bb new file mode 100644 index 0000000..8962bb1 --- /dev/null +++ b/recipes-kf5/tier1/prison_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/prison-5.102.0.tar.xz" +SRC_URI[sha256sum] = "d626312893e07cb3ab47e535cf2959e87ccd622f6e1e991d46570907892681c7" + diff --git a/recipes-kf5/tier1/prison_5.99.0.bb b/recipes-kf5/tier1/prison_5.99.0.bb deleted file mode 100644 index b1902e3..0000000 --- a/recipes-kf5/tier1/prison_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/prison-5.99.0.tar.xz" -SRC_URI[sha256sum] = "84deb9c19e79ca73fee27151e140006f4eebd5326bc22a226a2b7bfbf074c1f1" - diff --git a/recipes-kf5/tier1/solid_5.102.0.bb b/recipes-kf5/tier1/solid_5.102.0.bb new file mode 100644 index 0000000..6bbae18 --- /dev/null +++ b/recipes-kf5/tier1/solid_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/solid-5.102.0.tar.xz" +SRC_URI[sha256sum] = "06e3d3cc7400529bb5ec05f16a4b711a72104aaa44ce1a4bc3d00e9d589ab132" + diff --git a/recipes-kf5/tier1/solid_5.99.0.bb b/recipes-kf5/tier1/solid_5.99.0.bb deleted file mode 100644 index d5c3fd2..0000000 --- a/recipes-kf5/tier1/solid_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/solid-5.99.0.tar.xz" -SRC_URI[sha256sum] = "8be5463ddfb5a186fad63a1260b67e794bbfc9c9191cdb2239238bb521f6d07b" - diff --git a/recipes-kf5/tier1/sonnet_5.102.0.bb b/recipes-kf5/tier1/sonnet_5.102.0.bb new file mode 100644 index 0000000..db3071b --- /dev/null +++ b/recipes-kf5/tier1/sonnet_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/sonnet-5.102.0.tar.xz" +SRC_URI[sha256sum] = "0eaa21b763fcf6607fa1db1789115484fcd58e993a0dfb1cd2638f0d288aac11" + diff --git a/recipes-kf5/tier1/sonnet_5.99.0.bb b/recipes-kf5/tier1/sonnet_5.99.0.bb deleted file mode 100644 index 39626dd..0000000 --- a/recipes-kf5/tier1/sonnet_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/sonnet-5.99.0.tar.xz" -SRC_URI[sha256sum] = "f3f18e00f9205cfcf7d6923ccdbec480001da86f39623fe012773ee63afca7e4" - diff --git a/recipes-kf5/tier1/syntax-highlighting_5.102.0.bb b/recipes-kf5/tier1/syntax-highlighting_5.102.0.bb new file mode 100644 index 0000000..19ab347 --- /dev/null +++ b/recipes-kf5/tier1/syntax-highlighting_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/syntax-highlighting-5.102.0.tar.xz" +SRC_URI[sha256sum] = "2f2724e44d9f9bca29d939e34ba2987d1703b133e82e0fffc0ced8e45171f20f" + diff --git a/recipes-kf5/tier1/syntax-highlighting_5.99.0.bb b/recipes-kf5/tier1/syntax-highlighting_5.99.0.bb deleted file mode 100644 index 064f600..0000000 --- a/recipes-kf5/tier1/syntax-highlighting_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/syntax-highlighting-5.99.0.tar.xz" -SRC_URI[sha256sum] = "be0bbfdb7b7ba27ae682db618138a63b8cf4ce0469c7d097b5ca4de36a13097a" - diff --git a/recipes-kf5/tier1/threadweaver_5.102.0.bb b/recipes-kf5/tier1/threadweaver_5.102.0.bb new file mode 100644 index 0000000..3e3ed03 --- /dev/null +++ b/recipes-kf5/tier1/threadweaver_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/threadweaver-5.102.0.tar.xz" +SRC_URI[sha256sum] = "f9297af89646e80c13fd1b1471bbffdd1d5415ceeccd643e4d72fc7e5c0db6cb" + diff --git a/recipes-kf5/tier1/threadweaver_5.99.0.bb b/recipes-kf5/tier1/threadweaver_5.99.0.bb deleted file mode 100644 index 7378f9c..0000000 --- a/recipes-kf5/tier1/threadweaver_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/threadweaver-5.99.0.tar.xz" -SRC_URI[sha256sum] = "ca4612ba1f6fc97f863fcd6e725ad2fb80d5d3109e5a3afd0aa0553645667bc8" - diff --git a/recipes-kf5/tier2/kactivities_5.102.0.bb b/recipes-kf5/tier2/kactivities_5.102.0.bb new file mode 100644 index 0000000..dddff17 --- /dev/null +++ b/recipes-kf5/tier2/kactivities_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kactivities-5.102.0.tar.xz" +SRC_URI[sha256sum] = "f9795e6b4b0699c6db385b83f391d8a3bccf1b0794381de0f14f7da288a281ce" + diff --git a/recipes-kf5/tier2/kactivities_5.99.0.bb b/recipes-kf5/tier2/kactivities_5.99.0.bb deleted file mode 100644 index 7d68557..0000000 --- a/recipes-kf5/tier2/kactivities_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kactivities-5.99.0.tar.xz" -SRC_URI[sha256sum] = "69e8859509564a5993241cd6e6b7480c344dfe7c691710705cd5316d87fcf2d0" - diff --git a/recipes-kf5/tier2/kauth_5.102.0.bb b/recipes-kf5/tier2/kauth_5.102.0.bb new file mode 100644 index 0000000..ee41101 --- /dev/null +++ b/recipes-kf5/tier2/kauth_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kauth-5.102.0.tar.xz" +SRC_URI[sha256sum] = "8d12065cecc033936df4238f7d6ccebf5753aced0d161cd444300ffe7e0e6c24" + diff --git a/recipes-kf5/tier2/kauth_5.99.0.bb b/recipes-kf5/tier2/kauth_5.99.0.bb deleted file mode 100644 index 374db30..0000000 --- a/recipes-kf5/tier2/kauth_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kauth-5.99.0.tar.xz" -SRC_URI[sha256sum] = "36ba733733c8600b2b8ba7736dc78c3c4e817aa91c7bc91407b69d4be01bbf93" - diff --git a/recipes-kf5/tier2/kcompletion_5.102.0.bb b/recipes-kf5/tier2/kcompletion_5.102.0.bb new file mode 100644 index 0000000..8ed265d --- /dev/null +++ b/recipes-kf5/tier2/kcompletion_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kcompletion-5.102.0.tar.xz" +SRC_URI[sha256sum] = "5b78ae92b18aa31c8055d2a0b01dd30ba466ccbd980d0a7f68890e24ac42f9c9" + diff --git a/recipes-kf5/tier2/kcompletion_5.99.0.bb b/recipes-kf5/tier2/kcompletion_5.99.0.bb deleted file mode 100644 index 742c15a..0000000 --- a/recipes-kf5/tier2/kcompletion_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kcompletion-5.99.0.tar.xz" -SRC_URI[sha256sum] = "4b54b28cd3318aa403a15735d537739662b7397879a4f478545b444a75b54793" - diff --git a/recipes-kf5/tier2/kcontacts_5.102.0.bb b/recipes-kf5/tier2/kcontacts_5.102.0.bb new file mode 100644 index 0000000..3b77e05 --- /dev/null +++ b/recipes-kf5/tier2/kcontacts_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kcontacts-5.102.0.tar.xz" +SRC_URI[sha256sum] = "de9892789c429c7715848d76177c90868969e555ab01be9f0c14c4322b12b113" + diff --git a/recipes-kf5/tier2/kcontacts_5.99.0.bb b/recipes-kf5/tier2/kcontacts_5.99.0.bb deleted file mode 100644 index 6efb72b..0000000 --- a/recipes-kf5/tier2/kcontacts_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kcontacts-5.99.0.tar.xz" -SRC_URI[sha256sum] = "a5ab0691d844adedb698f4884acb9b3f3984a77755d9837d036d024a3b4262b8" - diff --git a/recipes-kf5/tier2/kcrash_5.102.0.bb b/recipes-kf5/tier2/kcrash_5.102.0.bb new file mode 100644 index 0000000..6982df1 --- /dev/null +++ b/recipes-kf5/tier2/kcrash_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kcrash-5.102.0.tar.xz" +SRC_URI[sha256sum] = "c7a8b303e76a0f7d26fbc823028f4d3231993ee080d6865b4935e3fda4a8d2c4" + diff --git a/recipes-kf5/tier2/kcrash_5.99.0.bb b/recipes-kf5/tier2/kcrash_5.99.0.bb deleted file mode 100644 index 900c845..0000000 --- a/recipes-kf5/tier2/kcrash_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kcrash-5.99.0.tar.xz" -SRC_URI[sha256sum] = "e896c42626252e5e0ddb63c469337a7208bc89700c158783cf82df081b67c3f2" - diff --git a/recipes-kf5/tier2/kdoctools_5.102.0.bb b/recipes-kf5/tier2/kdoctools_5.102.0.bb new file mode 100644 index 0000000..c0e2ec5 --- /dev/null +++ b/recipes-kf5/tier2/kdoctools_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kdoctools-5.102.0.tar.xz" +SRC_URI[sha256sum] = "23bc59ad1de668b03f81470d08e707be49a7c751a57ae7cf7400a84d6b38e685" + diff --git a/recipes-kf5/tier2/kdoctools_5.99.0.bb b/recipes-kf5/tier2/kdoctools_5.99.0.bb deleted file mode 100644 index c59df7c..0000000 --- a/recipes-kf5/tier2/kdoctools_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kdoctools-5.99.0.tar.xz" -SRC_URI[sha256sum] = "c695efa912f4526d1aaf68f422014a830a22ac10a1d1ebd66a2c10a3e3a4e3a6" - diff --git a/recipes-kf5/tier2/kfilemetadata.inc b/recipes-kf5/tier2/kfilemetadata.inc index 9b4fd18..e0ba694 100644 --- a/recipes-kf5/tier2/kfilemetadata.inc +++ b/recipes-kf5/tier2/kfilemetadata.inc @@ -11,6 +11,7 @@ PR = "r0" DEPENDS += " \ qtbase \ qt5compat \ + karchive \ kcoreaddons \ kcoreaddons-native \ " diff --git a/recipes-kf5/tier2/kfilemetadata_5.102.0.bb b/recipes-kf5/tier2/kfilemetadata_5.102.0.bb new file mode 100644 index 0000000..100e3c5 --- /dev/null +++ b/recipes-kf5/tier2/kfilemetadata_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kfilemetadata-5.102.0.tar.xz" +SRC_URI[sha256sum] = "cc893f0b0c151695dad05489aa248c86aa4efb7b5eb52b768550f371711e634f" + diff --git a/recipes-kf5/tier2/kfilemetadata_5.99.0.bb b/recipes-kf5/tier2/kfilemetadata_5.99.0.bb deleted file mode 100644 index f8fc829..0000000 --- a/recipes-kf5/tier2/kfilemetadata_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kfilemetadata-5.99.0.tar.xz" -SRC_URI[sha256sum] = "7a1fcdb4505c9a6333272304e95651b6b5e41061095e1b4438aa2066b41dd196" - diff --git a/recipes-kf5/tier2/kjobwidgets_5.102.0.bb b/recipes-kf5/tier2/kjobwidgets_5.102.0.bb new file mode 100644 index 0000000..dcc51df --- /dev/null +++ b/recipes-kf5/tier2/kjobwidgets_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kjobwidgets-5.102.0.tar.xz" +SRC_URI[sha256sum] = "94e1badb9709ad42da32ac3a006b84618d7f42f7d1be0a8385493a0e4974dde4" + diff --git a/recipes-kf5/tier2/kjobwidgets_5.99.0.bb b/recipes-kf5/tier2/kjobwidgets_5.99.0.bb deleted file mode 100644 index afad150..0000000 --- a/recipes-kf5/tier2/kjobwidgets_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kjobwidgets-5.99.0.tar.xz" -SRC_URI[sha256sum] = "06f7e9cdb082f093e3451dbe2a801d95e822396c7b5e9c190d94179138bb98fb" - diff --git a/recipes-kf5/tier2/knotifications_5.102.0.bb b/recipes-kf5/tier2/knotifications_5.102.0.bb new file mode 100644 index 0000000..950abb5 --- /dev/null +++ b/recipes-kf5/tier2/knotifications_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/knotifications-5.102.0.tar.xz" +SRC_URI[sha256sum] = "93ce6aaf04232f3cf956beb98721dc1948a97a9ec52340395555799bfa97baf8" + diff --git a/recipes-kf5/tier2/knotifications_5.99.0.bb b/recipes-kf5/tier2/knotifications_5.99.0.bb deleted file mode 100644 index 29b75e4..0000000 --- a/recipes-kf5/tier2/knotifications_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/knotifications-5.99.0.tar.xz" -SRC_URI[sha256sum] = "36b1126801f649b26fb77889a35874519e3f7033faa55cff20e965581c5c302b" - diff --git a/recipes-kf5/tier2/kpackage_5.102.0.bb b/recipes-kf5/tier2/kpackage_5.102.0.bb new file mode 100644 index 0000000..838ebd9 --- /dev/null +++ b/recipes-kf5/tier2/kpackage_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kpackage-5.102.0.tar.xz" +SRC_URI[sha256sum] = "83d891ea7d35c3d3b0745fd75af31b6495fa5ec67503b5ed9091d134701b5a55" + diff --git a/recipes-kf5/tier2/kpackage_5.99.0.bb b/recipes-kf5/tier2/kpackage_5.99.0.bb deleted file mode 100644 index 785a876..0000000 --- a/recipes-kf5/tier2/kpackage_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kpackage-5.99.0.tar.xz" -SRC_URI[sha256sum] = "d8cb70f0abde1ab0b1968e7726b67e9843d7937cbae9440eda0f50f06a2ae417" - diff --git a/recipes-kf5/tier2/kpty_5.102.0.bb b/recipes-kf5/tier2/kpty_5.102.0.bb new file mode 100644 index 0000000..afa0b5c --- /dev/null +++ b/recipes-kf5/tier2/kpty_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kpty-5.102.0.tar.xz" +SRC_URI[sha256sum] = "ff95c35d5cd5757e606d86aa386449e43a652992767def136a759f2de976a738" + diff --git a/recipes-kf5/tier2/kpty_5.99.0.bb b/recipes-kf5/tier2/kpty_5.99.0.bb deleted file mode 100644 index 2615a85..0000000 --- a/recipes-kf5/tier2/kpty_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kpty-5.99.0.tar.xz" -SRC_URI[sha256sum] = "a08489301dba85a766e2e6acbd62bf7faedd3d68279e0b2b1637541bebd0e86d" - diff --git a/recipes-kf5/tier2/kunitconversion_5.102.0.bb b/recipes-kf5/tier2/kunitconversion_5.102.0.bb new file mode 100644 index 0000000..34a4575 --- /dev/null +++ b/recipes-kf5/tier2/kunitconversion_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kunitconversion-5.102.0.tar.xz" +SRC_URI[sha256sum] = "a3d5206ca8dadd16ba972a21eca2cd7074ba95dfd83022e2faa0e95cf87f8d87" + diff --git a/recipes-kf5/tier2/kunitconversion_5.99.0.bb b/recipes-kf5/tier2/kunitconversion_5.99.0.bb deleted file mode 100644 index 67adb4a..0000000 --- a/recipes-kf5/tier2/kunitconversion_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kunitconversion-5.99.0.tar.xz" -SRC_URI[sha256sum] = "dea28a89f4bff58fa8c62a09847f8837111940a0757e312c32f70b499224a42f" - diff --git a/recipes-kf5/tier2/syndication_5.102.0.bb b/recipes-kf5/tier2/syndication_5.102.0.bb new file mode 100644 index 0000000..1d407b2 --- /dev/null +++ b/recipes-kf5/tier2/syndication_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/syndication-5.102.0.tar.xz" +SRC_URI[sha256sum] = "299d7c25a0ada9f8ed2a97c1e7cc256f75ba32f1ea4f619cb3956438887508f0" + diff --git a/recipes-kf5/tier2/syndication_5.99.0.bb b/recipes-kf5/tier2/syndication_5.99.0.bb deleted file mode 100644 index bbd2d0b..0000000 --- a/recipes-kf5/tier2/syndication_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/syndication-5.99.0.tar.xz" -SRC_URI[sha256sum] = "e29898500a85c3327f4dc078746c08cf44b6e523b070ba49d65a572e14a8cfd1" - diff --git a/recipes-kf5/tier3/kded_5.99.0.bb b/recipes-kf5/tier3/baloo_5.102.0.bb similarity index 58% rename from recipes-kf5/tier3/kded_5.99.0.bb rename to recipes-kf5/tier3/baloo_5.102.0.bb index 1e96c7a..5acc227 100644 --- a/recipes-kf5/tier3/kded_5.99.0.bb +++ b/recipes-kf5/tier3/baloo_5.102.0.bb @@ -2,6 +2,6 @@ # SPDX-License-Identifier: CC0-1.0 require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kded-5.99.0.tar.xz" -SRC_URI[sha256sum] = "02c1d8354dbf4e3f47a8ae9d8bdbd1c7942d46acd966bdd7d73fd971834870cd" +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/baloo-5.102.0.tar.xz" +SRC_URI[sha256sum] = "ddac3964c3a05e50c996bfe5682802e14f31900102dd72d6ad2c7f18db61dd78" diff --git a/recipes-kf5/tier3/baloo_5.99.0.bb b/recipes-kf5/tier3/baloo_5.99.0.bb deleted file mode 100644 index dd24c93..0000000 --- a/recipes-kf5/tier3/baloo_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/baloo-5.99.0.tar.xz" -SRC_URI[sha256sum] = "00fb769b32eec159368b1eed31a7bfdd2bae3ce37a81d044a8ab2d2a9406ff6a" - diff --git a/recipes-kf5/tier3/kactivities-stats_5.102.0.bb b/recipes-kf5/tier3/kactivities-stats_5.102.0.bb new file mode 100644 index 0000000..ad5a73f --- /dev/null +++ b/recipes-kf5/tier3/kactivities-stats_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kactivities-stats-5.102.0.tar.xz" +SRC_URI[sha256sum] = "107eed041618f5fdc1b78823880b70ef59c03513b8253835120088675ac6621b" + diff --git a/recipes-kf5/tier3/kactivities-stats_5.99.0.bb b/recipes-kf5/tier3/kactivities-stats_5.99.0.bb deleted file mode 100644 index 3e88d42..0000000 --- a/recipes-kf5/tier3/kactivities-stats_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kactivities-stats-5.99.0.tar.xz" -SRC_URI[sha256sum] = "933056fe0be56025f661cb37754d4f790cedf8615d6858b7fc63f31ca6d42033" - diff --git a/recipes-kf5/tier3/kbookmarks_5.102.0.bb b/recipes-kf5/tier3/kbookmarks_5.102.0.bb new file mode 100644 index 0000000..9594e02 --- /dev/null +++ b/recipes-kf5/tier3/kbookmarks_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kbookmarks-5.102.0.tar.xz" +SRC_URI[sha256sum] = "9a9ee8dc87148649457f40e5f47055d66ec7168d27a8f8a19a6cb655ce4fe9c9" + diff --git a/recipes-kf5/tier3/kbookmarks_5.99.0.bb b/recipes-kf5/tier3/kbookmarks_5.99.0.bb deleted file mode 100644 index bbfaa47..0000000 --- a/recipes-kf5/tier3/kbookmarks_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kbookmarks-5.99.0.tar.xz" -SRC_URI[sha256sum] = "b5b82d3fda366a2bcada2500ee7f727c1eda0c4218330511ae58993893c1686d" - diff --git a/recipes-kf5/tier3/kcmutils_5.102.0.bb b/recipes-kf5/tier3/kcmutils_5.102.0.bb new file mode 100644 index 0000000..9c9891d --- /dev/null +++ b/recipes-kf5/tier3/kcmutils_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kcmutils-5.102.0.tar.xz" +SRC_URI[sha256sum] = "b2439f8530cae160dac6fc751d9d9d552299f8ad8442ef20f69605afaefb3aba" + diff --git a/recipes-kf5/tier3/kcmutils_5.99.0.bb b/recipes-kf5/tier3/kcmutils_5.99.0.bb deleted file mode 100644 index c35b4fa..0000000 --- a/recipes-kf5/tier3/kcmutils_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kcmutils-5.99.0.tar.xz" -SRC_URI[sha256sum] = "757bcd8ea8ca1882612fdb4d4537e1932cfd23150f59931910e70b253bfa4ad2" - diff --git a/recipes-kf5/tier3/kconfigwidgets_5.102.0.bb b/recipes-kf5/tier3/kconfigwidgets_5.102.0.bb new file mode 100644 index 0000000..dbc5ad9 --- /dev/null +++ b/recipes-kf5/tier3/kconfigwidgets_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kconfigwidgets-5.102.0.tar.xz" +SRC_URI[sha256sum] = "d76458119bb738493f04b88d5f9eb00a03dec0a1cfc1ef3b21db1c4e9b177aa7" + diff --git a/recipes-kf5/tier3/kconfigwidgets_5.99.0.bb b/recipes-kf5/tier3/kconfigwidgets_5.99.0.bb deleted file mode 100644 index df49205..0000000 --- a/recipes-kf5/tier3/kconfigwidgets_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kconfigwidgets-5.99.0.tar.xz" -SRC_URI[sha256sum] = "8579be2a4301071fb0485fccc733083b58330ac92d776be1b73e6f377a7dbf1f" - diff --git a/recipes-kf5/tier3/kdav_5.102.0.bb b/recipes-kf5/tier3/kdav_5.102.0.bb new file mode 100644 index 0000000..d1c2d90 --- /dev/null +++ b/recipes-kf5/tier3/kdav_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kdav-5.102.0.tar.xz" +SRC_URI[sha256sum] = "6e057242e225cfd68d1afb6fa7368d5cc51ed4997fa63bb7f50cd6b3eb11395f" + diff --git a/recipes-kf5/tier3/kdav_5.99.0.bb b/recipes-kf5/tier3/kdav_5.99.0.bb deleted file mode 100644 index f3ee112..0000000 --- a/recipes-kf5/tier3/kdav_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kdav-5.99.0.tar.xz" -SRC_URI[sha256sum] = "edf3e811f24205294973e495731bce7e8f0bfdfc84c284cdbcc572be3cb566e4" - diff --git a/recipes-kf5/tier3/kdeclarative_5.102.0.bb b/recipes-kf5/tier3/kdeclarative_5.102.0.bb new file mode 100644 index 0000000..3d42461 --- /dev/null +++ b/recipes-kf5/tier3/kdeclarative_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kdeclarative-5.102.0.tar.xz" +SRC_URI[sha256sum] = "0ad46234d48034da8c195fececf66392e876c61ad0a328f4ea91c72d6bc87c77" + diff --git a/recipes-kf5/tier3/kdeclarative_5.99.0.bb b/recipes-kf5/tier3/kdeclarative_5.99.0.bb deleted file mode 100644 index 2f697f4..0000000 --- a/recipes-kf5/tier3/kdeclarative_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kdeclarative-5.99.0.tar.xz" -SRC_URI[sha256sum] = "168acc11b96a0f47dc7458390d31bb46f5fdd7337488ab18a60bfc0368113aa4" - diff --git a/recipes-kf5/tier3/kded_5.102.0.bb b/recipes-kf5/tier3/kded_5.102.0.bb new file mode 100644 index 0000000..c59a54e --- /dev/null +++ b/recipes-kf5/tier3/kded_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kded-5.102.0.tar.xz" +SRC_URI[sha256sum] = "6775af55a7888bc636f546cb3d0c25890dc7f6b2ab25bab90c29c7fb785a563a" + diff --git a/recipes-kf5/tier3/kdesu_5.102.0.bb b/recipes-kf5/tier3/kdesu_5.102.0.bb new file mode 100644 index 0000000..94373b2 --- /dev/null +++ b/recipes-kf5/tier3/kdesu_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kdesu-5.102.0.tar.xz" +SRC_URI[sha256sum] = "d0a93372bba338eed98940c3495bada9426f2737485a7231e1f7a9bf7746485f" + diff --git a/recipes-kf5/tier3/kdesu_5.99.0.bb b/recipes-kf5/tier3/kdesu_5.99.0.bb deleted file mode 100644 index 79a0077..0000000 --- a/recipes-kf5/tier3/kdesu_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kdesu-5.99.0.tar.xz" -SRC_URI[sha256sum] = "b393d9de503c2785eb20fe88b21983abf6917e1079b2b2d77341cd6255751c32" - diff --git a/recipes-kf5/tier3/kglobalaccel_5.102.0.bb b/recipes-kf5/tier3/kglobalaccel_5.102.0.bb new file mode 100644 index 0000000..0244359 --- /dev/null +++ b/recipes-kf5/tier3/kglobalaccel_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kglobalaccel-5.102.0.tar.xz" +SRC_URI[sha256sum] = "b5a9dd1ed9df5af3be2af90981b2ab7a7dc3034f133b61360eab7191c29955d0" + diff --git a/recipes-kf5/tier3/kglobalaccel_5.99.0.bb b/recipes-kf5/tier3/kglobalaccel_5.99.0.bb deleted file mode 100644 index 4997f07..0000000 --- a/recipes-kf5/tier3/kglobalaccel_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kglobalaccel-5.99.0.tar.xz" -SRC_URI[sha256sum] = "471d7ded850440716659e93e790a237b4aa4e30a4e04a937e764a87ca7899c30" - diff --git a/recipes-kf5/tier3/kiconthemes_5.102.0.bb b/recipes-kf5/tier3/kiconthemes_5.102.0.bb new file mode 100644 index 0000000..1d27256 --- /dev/null +++ b/recipes-kf5/tier3/kiconthemes_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kiconthemes-5.102.0.tar.xz" +SRC_URI[sha256sum] = "d0cf5efcbe8cadd5176293b549f32640a155162a9d7c96d2246315bb8f8c2ee0" + diff --git a/recipes-kf5/tier3/kiconthemes_5.99.0.bb b/recipes-kf5/tier3/kiconthemes_5.99.0.bb deleted file mode 100644 index 02b24f1..0000000 --- a/recipes-kf5/tier3/kiconthemes_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kiconthemes-5.99.0.tar.xz" -SRC_URI[sha256sum] = "a426ca5327997c136ca384306a751e6cf25245de237e09ce45cc680032073a05" - diff --git a/recipes-kf5/tier3/kio_5.102.0.bb b/recipes-kf5/tier3/kio_5.102.0.bb new file mode 100644 index 0000000..7db6e2c --- /dev/null +++ b/recipes-kf5/tier3/kio_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kio-5.102.0.tar.xz" +SRC_URI[sha256sum] = "6a9417c01ecf6681ee41ad0d3f7723dc9dbbbe620cd4bead70b4ebae068e716b" + diff --git a/recipes-kf5/tier3/kio_5.99.0.bb b/recipes-kf5/tier3/kio_5.99.0.bb deleted file mode 100644 index c5fdf3b..0000000 --- a/recipes-kf5/tier3/kio_5.99.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = " \ - https://download.kde.org/stable/frameworks/5.99/kio-5.99.0.tar.xz \ - file://qt64_build.patch \ -" -SRC_URI[sha256sum] = "efd2bf49ba5233c82983309af3b93e59b185ed9d1f9b6e1a6de2f556f33fa87c" - diff --git a/recipes-kf5/tier3/knewstuff_5.102.0.bb b/recipes-kf5/tier3/knewstuff_5.102.0.bb new file mode 100644 index 0000000..932dea1 --- /dev/null +++ b/recipes-kf5/tier3/knewstuff_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/knewstuff-5.102.0.tar.xz" +SRC_URI[sha256sum] = "e5bf319cfff478d37c27ea096d76d25fd6c3bd8eeeebc94ca507db78dd26fc88" + diff --git a/recipes-kf5/tier3/knewstuff_5.99.0.bb b/recipes-kf5/tier3/knewstuff_5.99.0.bb deleted file mode 100644 index 8c52f09..0000000 --- a/recipes-kf5/tier3/knewstuff_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/knewstuff-5.99.0.tar.xz" -SRC_URI[sha256sum] = "4824b6aa08c58671b182ba489d45a83122b522315750cc90cf8f544337d4a72d" - diff --git a/recipes-kf5/tier3/knotifyconfig_5.102.0.bb b/recipes-kf5/tier3/knotifyconfig_5.102.0.bb new file mode 100644 index 0000000..677926c --- /dev/null +++ b/recipes-kf5/tier3/knotifyconfig_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/knotifyconfig-5.102.0.tar.xz" +SRC_URI[sha256sum] = "08e20422083f0171d5d9b55e666d132d938d523b4fa6257b1e3c0075d8b74817" + diff --git a/recipes-kf5/tier3/knotifyconfig_5.99.0.bb b/recipes-kf5/tier3/knotifyconfig_5.99.0.bb deleted file mode 100644 index b6dbf94..0000000 --- a/recipes-kf5/tier3/knotifyconfig_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/knotifyconfig-5.99.0.tar.xz" -SRC_URI[sha256sum] = "b7173315d1d255c571a0d2809edbd8091f9fe7b89bcac63ed5a0b50dbcf219cc" - diff --git a/recipes-kf5/tier3/kparts_5.102.0.bb b/recipes-kf5/tier3/kparts_5.102.0.bb new file mode 100644 index 0000000..371d9f4 --- /dev/null +++ b/recipes-kf5/tier3/kparts_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kparts-5.102.0.tar.xz" +SRC_URI[sha256sum] = "37caeeb5e66bbec0d38b76c1a0ea3085be77d581375a4837f5717e7e1d616f1f" + diff --git a/recipes-kf5/tier3/kparts_5.99.0.bb b/recipes-kf5/tier3/kparts_5.99.0.bb deleted file mode 100644 index 40c4175..0000000 --- a/recipes-kf5/tier3/kparts_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kparts-5.99.0.tar.xz" -SRC_URI[sha256sum] = "003220ff87733be6da6076207ab66a67a8745fd395d1250ebd978c0c430e7c5e" - diff --git a/recipes-kf5/tier3/kpeople_5.102.0.bb b/recipes-kf5/tier3/kpeople_5.102.0.bb new file mode 100644 index 0000000..8d0d1b5 --- /dev/null +++ b/recipes-kf5/tier3/kpeople_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kpeople-5.102.0.tar.xz" +SRC_URI[sha256sum] = "623743a8521a8eace1d0006f6e5f8300cdd1fdb40b22e7cd5f61cbf1154720f2" + diff --git a/recipes-kf5/tier3/kpeople_5.99.0.bb b/recipes-kf5/tier3/kpeople_5.99.0.bb deleted file mode 100644 index 23a0570..0000000 --- a/recipes-kf5/tier3/kpeople_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kpeople-5.99.0.tar.xz" -SRC_URI[sha256sum] = "7f05f4059d85371fafb9bbd1023b5995b6f8986c3fc4745a65f60513f71b663d" - diff --git a/recipes-kf5/tier3/krunner_5.102.0.bb b/recipes-kf5/tier3/krunner_5.102.0.bb new file mode 100644 index 0000000..10b76c2 --- /dev/null +++ b/recipes-kf5/tier3/krunner_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/krunner-5.102.0.tar.xz" +SRC_URI[sha256sum] = "ce7d2c0ea598362b15e867196697871f6100a2c9d333b969800adf23d1aa6b3f" + diff --git a/recipes-kf5/tier3/krunner_5.99.0.bb b/recipes-kf5/tier3/krunner_5.99.0.bb deleted file mode 100644 index 43d9715..0000000 --- a/recipes-kf5/tier3/krunner_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/krunner-5.99.0.tar.xz" -SRC_URI[sha256sum] = "2521878b156c6f4f8b50e8b575fdffe170310ca32316f76ab45ebdb5ff66c8d9" - diff --git a/recipes-kf5/tier3/kservice_5.102.0.bb b/recipes-kf5/tier3/kservice_5.102.0.bb new file mode 100644 index 0000000..d530ddd --- /dev/null +++ b/recipes-kf5/tier3/kservice_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kservice-5.102.0.tar.xz" +SRC_URI[sha256sum] = "7063862f169095a2a3d5a4594e7724b74b5e50dd1f5b16fcc0fde0ba16d99ade" + diff --git a/recipes-kf5/tier3/kservice_5.99.0.bb b/recipes-kf5/tier3/kservice_5.99.0.bb deleted file mode 100644 index 79cb5cf..0000000 --- a/recipes-kf5/tier3/kservice_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kservice-5.99.0.tar.xz" -SRC_URI[sha256sum] = "1a50ab72e833375bbad75f41d53f2d1059c8ac11d014b4481eef0825b1fd4665" - diff --git a/recipes-kf5/tier3/ktexteditor_5.102.0.bb b/recipes-kf5/tier3/ktexteditor_5.102.0.bb new file mode 100644 index 0000000..636973a --- /dev/null +++ b/recipes-kf5/tier3/ktexteditor_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/ktexteditor-5.102.0.tar.xz" +SRC_URI[sha256sum] = "5cc8b93caa2afa2a0b2432f147961dc8668a645ef2b8f996cc4b4d9b0d8a73cf" + diff --git a/recipes-kf5/tier3/ktexteditor_5.99.0.bb b/recipes-kf5/tier3/ktexteditor_5.99.0.bb deleted file mode 100644 index 15b8282..0000000 --- a/recipes-kf5/tier3/ktexteditor_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/ktexteditor-5.99.0.tar.xz" -SRC_URI[sha256sum] = "123d5cd554c6c90be65735f63b05a075205edf0701580f0d0fa7d9c23417868c" - diff --git a/recipes-kf5/tier3/ktextwidgets_5.102.0.bb b/recipes-kf5/tier3/ktextwidgets_5.102.0.bb new file mode 100644 index 0000000..23b8e6c --- /dev/null +++ b/recipes-kf5/tier3/ktextwidgets_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/ktextwidgets-5.102.0.tar.xz" +SRC_URI[sha256sum] = "4c82dcdc3d650f37530e171de03e612b41d235b35deffd449f173ba881a237b2" + diff --git a/recipes-kf5/tier3/ktextwidgets_5.99.0.bb b/recipes-kf5/tier3/ktextwidgets_5.99.0.bb deleted file mode 100644 index 010c58d..0000000 --- a/recipes-kf5/tier3/ktextwidgets_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/ktextwidgets-5.99.0.tar.xz" -SRC_URI[sha256sum] = "31e8dff053f866f0972febd7f78b680e8a015d0e17cef4e2dfdc446892b469a8" - diff --git a/recipes-kf5/tier3/kwallet_5.102.0.bb b/recipes-kf5/tier3/kwallet_5.102.0.bb new file mode 100644 index 0000000..a711ccd --- /dev/null +++ b/recipes-kf5/tier3/kwallet_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kwallet-5.102.0.tar.xz" +SRC_URI[sha256sum] = "a311f080a5e9a3d0c13ae115935a57c2fcaca0fa0ef8773c09b3f5e5f1640983" + diff --git a/recipes-kf5/tier3/kwallet_5.99.0.bb b/recipes-kf5/tier3/kwallet_5.99.0.bb deleted file mode 100644 index 7c11823..0000000 --- a/recipes-kf5/tier3/kwallet_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kwallet-5.99.0.tar.xz" -SRC_URI[sha256sum] = "d2c66b736872563a7ce4db5765325ecf5ec07c8f296e7160946bccefcce02a07" - diff --git a/recipes-kf5/tier3/kxmlgui_5.102.0.bb b/recipes-kf5/tier3/kxmlgui_5.102.0.bb new file mode 100644 index 0000000..4ed0f69 --- /dev/null +++ b/recipes-kf5/tier3/kxmlgui_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/kxmlgui-5.102.0.tar.xz" +SRC_URI[sha256sum] = "37e72cb4ab8b6d1fa234328e25a1de99ffde65376a44d48c6705300d9134131a" + diff --git a/recipes-kf5/tier3/kxmlgui_5.99.0.bb b/recipes-kf5/tier3/kxmlgui_5.99.0.bb deleted file mode 100644 index 211f349..0000000 --- a/recipes-kf5/tier3/kxmlgui_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/kxmlgui-5.99.0.tar.xz" -SRC_URI[sha256sum] = "2c92c6cfffe57ccb9ccfda5fcfc60798e9138b0f639de5bf63a3c2e960f04adc" - diff --git a/recipes-kf5/tier3/plasma-framework_5.102.0.bb b/recipes-kf5/tier3/plasma-framework_5.102.0.bb new file mode 100644 index 0000000..2f3c97d --- /dev/null +++ b/recipes-kf5/tier3/plasma-framework_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/plasma-framework-5.102.0.tar.xz" +SRC_URI[sha256sum] = "d3cdb52f82dfc66f689c44e97ab45dd0088d9062c92f30f9385cde05482c5491" + diff --git a/recipes-kf5/tier3/plasma-framework_5.99.0.bb b/recipes-kf5/tier3/plasma-framework_5.99.0.bb deleted file mode 100644 index 5155a19..0000000 --- a/recipes-kf5/tier3/plasma-framework_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/plasma-framework-5.99.0.tar.xz" -SRC_URI[sha256sum] = "93eda884a00380b07ebdd5eedd6423ab48ffa031fbe16b1e239b550b7412a0ab" - diff --git a/recipes-kf5/tier3/purpose_5.102.0.bb b/recipes-kf5/tier3/purpose_5.102.0.bb new file mode 100644 index 0000000..034c6e0 --- /dev/null +++ b/recipes-kf5/tier3/purpose_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/purpose-5.102.0.tar.xz" +SRC_URI[sha256sum] = "3c82b33be6946756a0c2e2d177c03c9c8bee0ca36802e8b07aa3bf464fb7a0a8" + diff --git a/recipes-kf5/tier3/purpose_5.99.0.bb b/recipes-kf5/tier3/purpose_5.99.0.bb deleted file mode 100644 index c608ab9..0000000 --- a/recipes-kf5/tier3/purpose_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/purpose-5.99.0.tar.xz" -SRC_URI[sha256sum] = "1e9f30b4da3a5751423ed4e1e3cd76ec6d103ab485d859362e29273858ce02ae" - diff --git a/recipes-kf5/tier3/qqc2-desktop-style_5.102.0.bb b/recipes-kf5/tier3/qqc2-desktop-style_5.102.0.bb new file mode 100644 index 0000000..b83070e --- /dev/null +++ b/recipes-kf5/tier3/qqc2-desktop-style_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/qqc2-desktop-style-5.102.0.tar.xz" +SRC_URI[sha256sum] = "d8f1bfeb59d1ead7f5d42a97614c92e5527802639e995f5432d57e4ab07bd5b0" + diff --git a/recipes-kf5/tier3/qqc2-desktop-style_5.99.0.bb b/recipes-kf5/tier3/qqc2-desktop-style_5.99.0.bb deleted file mode 100644 index 7beb423..0000000 --- a/recipes-kf5/tier3/qqc2-desktop-style_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/qqc2-desktop-style-5.99.0.tar.xz" -SRC_URI[sha256sum] = "bd39f9765a2963a85f7083dfe8a55b615a89cc5aeda07220b4ceba98fc9efea6" - diff --git a/recipes-kf5/tier4/frameworkintegration_5.102.0.bb b/recipes-kf5/tier4/frameworkintegration_5.102.0.bb new file mode 100644 index 0000000..8eae374 --- /dev/null +++ b/recipes-kf5/tier4/frameworkintegration_5.102.0.bb @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRC_URI = "https://download.kde.org/stable/frameworks/5.102/frameworkintegration-5.102.0.tar.xz" +SRC_URI[sha256sum] = "2d80cac9a154a679b7a4186504e9b3ca792ecc29925e62fc1ef5390489351903" + diff --git a/recipes-kf5/tier4/frameworkintegration_5.99.0.bb b/recipes-kf5/tier4/frameworkintegration_5.99.0.bb deleted file mode 100644 index c985509..0000000 --- a/recipes-kf5/tier4/frameworkintegration_5.99.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${PN}.inc -SRC_URI = "https://download.kde.org/stable/frameworks/5.99/frameworkintegration-5.99.0.tar.xz" -SRC_URI[sha256sum] = "33fdcfa6c32625348d9a4a99d79f3d0d316efca98f0dd48ab366b1b73b30bd91" - diff --git a/recipes-support/lmdb_0.9.29.bb b/recipes-support/lmdb_0.9.29.bb deleted file mode 100644 index 9b90f6e..0000000 --- a/recipes-support/lmdb_0.9.29.bb +++ /dev/null @@ -1,29 +0,0 @@ -# SPDX-FileCopyrightText: 2017-2019 Volker Krause -# SPDX-FileCopyrightText: 2019 Hannah Kiekens -# -# SPDX-License-Identifier: MIT - -SUMMARY = "Lightning Memory-Mapped Database (LMDB)" -HOMEPAGE = "https://symas.com/lightning-memory-mapped-database/" -LICENSE = "OLDAP-2.8" -LIC_FILES_CHKSUM = "file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972" - -SRC_URI = "git://github.com/LMDB/lmdb.git;protocol=https;nobranch=1" -SRCREV = "8ad7be2510414b9506ec9f9e24f24d04d9b04a1a" - -inherit base - -S = "${WORKDIR}/git/libraries/liblmdb" - -do_compile() { - oe_runmake CC="${CC}" SOEXT=".so.${PV}" LDFLAGS="-Wl,-soname,lib${PN}.so.${PV}" -} - -do_install() { - oe_runmake CC="${CC}" DESTDIR="${D}" prefix="${prefix}" libprefix="${libdir}" manprefix="${mandir}" SOEXT=".so.${PV}" LDFLAGS="-Wl,-soname,lib${PN}.so.${PV}" install - cd ${D}/${libdir} - ln -s liblmdb.so.${PV} liblmdb.so - rm liblmdb.a -} - -INSANE_SKIP += "ldflags" diff --git a/recipes-support/qca.inc b/recipes-support/qca.inc index 50d55b9..795e3a2 100644 --- a/recipes-support/qca.inc +++ b/recipes-support/qca.inc @@ -20,7 +20,7 @@ DEPENDS = " \ SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https" S = "${WORKDIR}/git" -inherit qt6-cmake +inherit cmake_kf6 inherit pkgconfig EXTRA_OECMAKE += " \ @@ -30,13 +30,6 @@ EXTRA_OECMAKE += " \ -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \ " -do_install:prepend() { - if [ "0" -ne $(find . -name \*.cmake | grep _usr | wc -l) ]; then - sed -i 's/\"\/usr\//\"\$\{OE_QCA_PATH_HOST_ROOT\}\/usr\//g' $(find . -name "*.cmake" | grep _usr) - sed -i 's/\;\/usr\//\;\$\{OE_QCA_PATH_HOST_ROOT\}\/usr\//g' $(find . -name "*.cmake" | grep _usr) - fi -} - FILES:${PN} += " \ ${libdir}/qca-qt6/crypto/libqca-*.so \ "