diff --git a/kde-frameworks/attica/attica-5.80.0.recipe b/kde-frameworks/attica/attica-5.86.0.recipe similarity index 93% rename from kde-frameworks/attica/attica-5.80.0.recipe rename to kde-frameworks/attica/attica-5.86.0.recipe index a1651dd7b..6a0be7dc9 100644 --- a/kde-frameworks/attica/attica-5.80.0.recipe +++ b/kde-frameworks/attica/attica-5.86.0.recipe @@ -8,7 +8,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/attica/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="4a818c0091cf15cc3dedf18f0c287f65816cb7fc04c3101f243ee7489c3b897f" +CHECKSUM_SHA256="68c6da8142f7ba9f01370b9106e3fcfb1c9125e4bf9026d5fe12cef0991a9f91" SOURCE_DIR="attica-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -50,6 +50,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -Wno-dev \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ diff --git a/kde-frameworks/breeze-icons/breeze_icons-5.80.0.recipe b/kde-frameworks/breeze-icons/breeze_icons-5.86.0.recipe similarity index 92% rename from kde-frameworks/breeze-icons/breeze_icons-5.80.0.recipe rename to kde-frameworks/breeze-icons/breeze_icons-5.86.0.recipe index c80ae1031..00b8fe4ab 100644 --- a/kde-frameworks/breeze-icons/breeze_icons-5.80.0.recipe +++ b/kde-frameworks/breeze-icons/breeze_icons-5.86.0.recipe @@ -5,9 +5,9 @@ used by default in KDE Plasma 5 and KDE Applications." HOMEPAGE="https://github.com/KDE/breeze-icons/" COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/KDE/breeze-icons/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="025e01888e2ede7478b5e3f081b6c138e5675c896eb435e5d8e1083f9bb337a1" +CHECKSUM_SHA256="3fdbe6d49f518afa9ef56c427f7724e34442e26eba96dd41a678bda89423636a" SOURCE_DIR="breeze-icons-$portVersion" PATCHES="breeze_icons-$portVersion.patchset" diff --git a/kde-frameworks/breeze-icons/patches/breeze_icons-5.80.0.patchset b/kde-frameworks/breeze-icons/patches/breeze_icons-5.86.0.patchset similarity index 100% rename from kde-frameworks/breeze-icons/patches/breeze_icons-5.80.0.patchset rename to kde-frameworks/breeze-icons/patches/breeze_icons-5.86.0.patchset diff --git a/kde-frameworks/bump-kde-frameworks.sh b/kde-frameworks/bump-kde-frameworks.sh index 003fb4cb8..11ecf8887 100755 --- a/kde-frameworks/bump-kde-frameworks.sh +++ b/kde-frameworks/bump-kde-frameworks.sh @@ -1,10 +1,9 @@ #/bin/sh - source ~/config/settings/haikuports.conf cd "$TREE_PATH"/kde-frameworks/ old_version=5.80 -new_version=5.80 +new_version=5.86 # bump recipe filenames echo WARNING: you need to bump ki18n manually @@ -23,74 +22,74 @@ find . -maxdepth 2 -name "*$new_version*.recipe" | while read FNAME; do \ portVersion=$new_version.0 ; source $FNAME ; echo $SOURCE_URI $FNAME ; # replace CHECKSUM_SHA256 with new once -sed -i "s/$CHECKSUM_SHA256/`curl -s -L $SOURCE_URI | sha256sum | head -c 64`/" $FNAME ; done +sed -i "s/$CHECKSUM_SHA256/`curl -sL $SOURCE_URI | sha256sum | head -c 64`/" $FNAME ; done + -exit 0 # the recipes should be built in this order -hp extra_cmake_modules -hp phonon -hp karchive -hp kcodecs -hp kconfig -hp kcoreaddons -hp kdbusaddons -hp kguiaddons -hp ki18n -hp kitemmodels -hp kitemviews -hp kwidgetsaddons -hp kwindowsystem -hp solid -hp sonnet -hp threadweaver -hp kauth -hp kcompletion -hp kcrash -hp kdoctools -hp kunitconversion -hp kconfigwidgets -hp kservice -hp kglobalaccel -hp kpackage -hp kemoticons -hp kiconthemes -hp kjobwidgets -hp knotifications -hp ktextwidgets -hp kxmlgui -hp kbookmarks -hp kwallet -hp kio -hp kdeclarative -hp kcmutils -hp kinit -hp knotifyconfig -hp kparts -hp kactivities -hp kded -hp kplotting -hp kdesignerplugin -hp breeze_icons -hp kdelibs4support -hp kross -hp kdiagram -hp attica -hp kdnssd -hp kfilemetadata -hp kholidays -hp kjs -hp khtml -hp kidletime -hp kimageformats -hp knewstuff -hp ksyntax_highlighting -hp ktexteditor -hp phonon_gstreamer +haikuporter -S -j1 --no-source-packages --get-dependencies extra_cmake_modules +haikuporter -S -j1 --no-source-packages --get-dependencies phonon +haikuporter -S -j1 --no-source-packages --get-dependencies karchive +haikuporter -S -j1 --no-source-packages --get-dependencies kcodecs +haikuporter -S -j1 --no-source-packages --get-dependencies kconfig +haikuporter -S -j1 --no-source-packages --get-dependencies kcoreaddons +haikuporter -S -j1 --no-source-packages --get-dependencies kdbusaddons +haikuporter -S -j1 --no-source-packages --get-dependencies kguiaddons +haikuporter -S -j1 --no-source-packages --get-dependencies ki18n +haikuporter -S -j1 --no-source-packages --get-dependencies kitemmodels +haikuporter -S -j1 --no-source-packages --get-dependencies kitemviews +haikuporter -S -j1 --no-source-packages --get-dependencies kwidgetsaddons +haikuporter -S -j1 --no-source-packages --get-dependencies kwindowsystem +haikuporter -S -j1 --no-source-packages --get-dependencies solid +haikuporter -S -j1 --no-source-packages --get-dependencies sonnet +haikuporter -S -j1 --no-source-packages --get-dependencies threadweaver +haikuporter -S -j1 --no-source-packages --get-dependencies kauth +haikuporter -S -j1 --no-source-packages --get-dependencies kcompletion +haikuporter -S -j1 --no-source-packages --get-dependencies kcrash +haikuporter -S -j1 --no-source-packages --get-dependencies kdoctools +haikuporter -S -j1 --no-source-packages --get-dependencies kunitconversion +haikuporter -S -j1 --no-source-packages --get-dependencies kconfigwidgets +haikuporter -S -j1 --no-source-packages --get-dependencies kservice +haikuporter -S -j1 --no-source-packages --get-dependencies kglobalaccel +haikuporter -S -j1 --no-source-packages --get-dependencies kpackage +haikuporter -S -j1 --no-source-packages --get-dependencies kemoticons +haikuporter -S -j1 --no-source-packages --get-dependencies kiconthemes +haikuporter -S -j1 --no-source-packages --get-dependencies kjobwidgets +haikuporter -S -j1 --no-source-packages --get-dependencies knotifications +haikuporter -S -j1 --no-source-packages --get-dependencies ktextwidgets +haikuporter -S -j1 --no-source-packages --get-dependencies kxmlgui +haikuporter -S -j1 --no-source-packages --get-dependencies kbookmarks +haikuporter -S -j1 --no-source-packages --get-dependencies kwallet +haikuporter -S -j1 --no-source-packages --get-dependencies kio +haikuporter -S -j1 --no-source-packages --get-dependencies kdeclarative +haikuporter -S -j1 --no-source-packages --get-dependencies kcmutils +haikuporter -S -j1 --no-source-packages --get-dependencies kinit +haikuporter -S -j1 --no-source-packages --get-dependencies knotifyconfig +haikuporter -S -j1 --no-source-packages --get-dependencies kparts +haikuporter -S -j1 --no-source-packages --get-dependencies kactivities +haikuporter -S -j1 --no-source-packages --get-dependencies kded +haikuporter -S -j1 --no-source-packages --get-dependencies kplotting +haikuporter -S -j1 --no-source-packages --get-dependencies kdesignerplugin +haikuporter -S -j1 --no-source-packages --get-dependencies breeze_icons +haikuporter -S -j1 --no-source-packages --get-dependencies kdelibs4support +haikuporter -S -j1 --no-source-packages --get-dependencies kross +haikuporter -S -j1 --no-source-packages --get-dependencies kdiagram +haikuporter -S -j1 --no-source-packages --get-dependencies attica +haikuporter -S -j1 --no-source-packages --get-dependencies kdnssd +haikuporter -S -j1 --no-source-packages --get-dependencies kfilemetadata +haikuporter -S -j1 --no-source-packages --get-dependencies kholidays +haikuporter -S -j1 --no-source-packages --get-dependencies kjs +haikuporter -S -j1 --no-source-packages --get-dependencies khtml +haikuporter -S -j1 --no-source-packages --get-dependencies kidletime +haikuporter -S -j1 --no-source-packages --get-dependencies kimageformats +haikuporter -S -j1 --no-source-packages --get-dependencies knewstuff +haikuporter -S -j1 --no-source-packages --get-dependencies ksyntax_highlighting +haikuporter -S -j1 --no-source-packages --get-dependencies ktexteditor +haikuporter -S -j1 --no-source-packages --get-dependencies phonon_gstreamer -#hp oxygen-icons -hp kirigami -hp kpty -hp plasma +haikuporter -S -j1 --no-source-packages --get-dependencies oxygen-icons +haikuporter -S -j1 --no-source-packages --get-dependencies kirigami +haikuporter -S -j1 --no-source-packages --get-dependencies kpty +haikuporter -S -j1 --no-source-packages --get-dependencies plasma diff --git a/kde-frameworks/extra-cmake-modules/extra_cmake_modules-5.80.0.recipe b/kde-frameworks/extra-cmake-modules/extra_cmake_modules-5.86.0.recipe similarity index 88% rename from kde-frameworks/extra-cmake-modules/extra_cmake_modules-5.80.0.recipe rename to kde-frameworks/extra-cmake-modules/extra_cmake_modules-5.86.0.recipe index 64bd55988..411831bb6 100644 --- a/kde-frameworks/extra-cmake-modules/extra_cmake_modules-5.80.0.recipe +++ b/kde-frameworks/extra-cmake-modules/extra_cmake_modules-5.86.0.recipe @@ -7,9 +7,9 @@ commandline by the user." HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules/" COPYRIGHT="2010-2021 KDE Organisation" LICENSE="BSD (2-clause)" -REVISION="2" +REVISION="1" SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/extra-cmake-modules-$portVersion.tar.xz" -CHECKSUM_SHA256="2370fd80f685533d0b96efa6fa443ceea68e0ceba4e8a9d7c151d297b1c96f64" +CHECKSUM_SHA256="aacc5ccdc5799efe34e2dae33418c379466caf7c9802b78348ccfb5782fe6ab5" SOURCE_DIR="extra-cmake-modules-$portVersion" PATCHES="extra_cmake_modules-$portVersion.patchset" @@ -24,6 +24,7 @@ if [ "$targetArchitecture" = "x86_gcc2" ]; then extra_cmake_modules = $portVersion " fi + REQUIRES=" haiku$secondaryArchSuffix " @@ -45,7 +46,9 @@ BUILD() mkdir -p build cd build - cmake .. -DSHARE_INSTALL_DIR=$dataDir/cmake/Modules + cmake .. \ + -DCMAKE_BUILD_TYPE=Release \ + -DSHARE_INSTALL_DIR=$dataDir/cmake/Modules make $jobArgs } diff --git a/kde-frameworks/extra-cmake-modules/patches/extra_cmake_modules-5.80.0.patchset b/kde-frameworks/extra-cmake-modules/patches/extra_cmake_modules-5.86.0.patchset similarity index 100% rename from kde-frameworks/extra-cmake-modules/patches/extra_cmake_modules-5.80.0.patchset rename to kde-frameworks/extra-cmake-modules/patches/extra_cmake_modules-5.86.0.patchset diff --git a/kde-frameworks/kactivities/kactivities-5.80.0.recipe b/kde-frameworks/kactivities/kactivities-5.86.0.recipe similarity index 96% rename from kde-frameworks/kactivities/kactivities-5.80.0.recipe rename to kde-frameworks/kactivities/kactivities-5.86.0.recipe index fd200b34c..ba1dd3b60 100644 --- a/kde-frameworks/kactivities/kactivities-5.80.0.recipe +++ b/kde-frameworks/kactivities/kactivities-5.86.0.recipe @@ -20,7 +20,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kactivities/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="5d6d86b1a0608039c496e91dab86c3c629936a6d244a610f80111ac2cba9a307" +CHECKSUM_SHA256="4b2ab6174ef3d8e8779181124420e1967a02fb711a0c1aef3ee64f8fc6a5278f" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -68,6 +68,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ diff --git a/kde-frameworks/karchive/karchive-5.80.0.recipe b/kde-frameworks/karchive/karchive-5.86.0.recipe similarity index 88% rename from kde-frameworks/karchive/karchive-5.80.0.recipe rename to kde-frameworks/karchive/karchive-5.86.0.recipe index 58b991411..fbf058a28 100644 --- a/kde-frameworks/karchive/karchive-5.80.0.recipe +++ b/kde-frameworks/karchive/karchive-5.86.0.recipe @@ -9,7 +9,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/karchive/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="b84403c4fea488d577be80194572e3d40f0f0edc4569d31d551830164b438259" +CHECKSUM_SHA256="1e67b367962c52cb83403110305fde79ae611881daa2b586bda023d4fd12a3b2" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -54,8 +54,9 @@ BUILD() cd build cmake .. $cmakeDirArgs \ - -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ - -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + -DCMAKE_BUILD_TYPE=Release \ + -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ + -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs } diff --git a/kde-frameworks/kauth/kauth-5.80.0.recipe b/kde-frameworks/kauth/kauth-5.86.0.recipe similarity index 94% rename from kde-frameworks/kauth/kauth-5.80.0.recipe rename to kde-frameworks/kauth/kauth-5.86.0.recipe index fb61ece1b..a49520acf 100644 --- a/kde-frameworks/kauth/kauth-5.80.0.recipe +++ b/kde-frameworks/kauth/kauth-5.86.0.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kauth/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="f4a7503e7f062df904635020906ab7dec6acae7ba49a4ac2765558edf872c4d1" +CHECKSUM_SHA256="d5cbb46a915d72cb9a74a3b71e8f883d56b3d302bef84f3693eef401c90d17f2" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -52,6 +52,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake diff --git a/kde-frameworks/kbookmarks/kbookmarks-5.80.0.recipe b/kde-frameworks/kbookmarks/kbookmarks-5.86.0.recipe similarity index 96% rename from kde-frameworks/kbookmarks/kbookmarks-5.80.0.recipe rename to kde-frameworks/kbookmarks/kbookmarks-5.86.0.recipe index 20e5ae134..e3ddf8183 100644 --- a/kde-frameworks/kbookmarks/kbookmarks-5.80.0.recipe +++ b/kde-frameworks/kbookmarks/kbookmarks-5.86.0.recipe @@ -9,7 +9,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kbookmarks/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="96c4fa0b6b8248e1439cf4d62f6661921863d7ef3df76ad5cc94d5a92d7502dc" +CHECKSUM_SHA256="a980489a9d747c521d445a298526f0c07865163e3b6fbb9952463c94ab7ea8ec" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -75,6 +75,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/kcmutils/kcmutils-5.80.0.recipe b/kde-frameworks/kcmutils/kcmutils-5.86.0.recipe similarity index 96% rename from kde-frameworks/kcmutils/kcmutils-5.80.0.recipe rename to kde-frameworks/kcmutils/kcmutils-5.86.0.recipe index 37b822b4a..3275316ad 100644 --- a/kde-frameworks/kcmutils/kcmutils-5.80.0.recipe +++ b/kde-frameworks/kcmutils/kcmutils-5.86.0.recipe @@ -6,7 +6,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kcmutils/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="34242c0215fbe314de37007af7597100ea0ee08e287c45ab25d8f05e2df22047" +CHECKSUM_SHA256="bca5d88df251e819c0f7959c00f5ed821d30573b7e3950f40a48c69eb956c099" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -84,6 +84,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/kcodecs/kcodecs-5.80.0.recipe b/kde-frameworks/kcodecs/kcodecs-5.86.0.recipe similarity index 93% rename from kde-frameworks/kcodecs/kcodecs-5.80.0.recipe rename to kde-frameworks/kcodecs/kcodecs-5.86.0.recipe index 715ffea83..02af3fae3 100644 --- a/kde-frameworks/kcodecs/kcodecs-5.80.0.recipe +++ b/kde-frameworks/kcodecs/kcodecs-5.86.0.recipe @@ -10,7 +10,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kcodecs/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="58f1288776d72700f8b47dc95065b27b45c906f38bc41a1d58ea5dd1a7581baa" +CHECKSUM_SHA256="86c99a3c8fdd4ac3364474f78b204562ccbb0b542c64d6f117c549dc534995a9" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -51,6 +51,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake diff --git a/kde-frameworks/kcompletion/kcompletion-5.80.0.recipe b/kde-frameworks/kcompletion/kcompletion-5.86.0.recipe similarity index 95% rename from kde-frameworks/kcompletion/kcompletion-5.80.0.recipe rename to kde-frameworks/kcompletion/kcompletion-5.86.0.recipe index e134eabe0..4bcfcbc14 100644 --- a/kde-frameworks/kcompletion/kcompletion-5.80.0.recipe +++ b/kde-frameworks/kcompletion/kcompletion-5.86.0.recipe @@ -15,7 +15,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="BSD (2-clause)" REVISION="1" SOURCE_URI="https://github.com/KDE/kcompletion/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="46165110e7be58d89a5ab5e8bc8905d3243fd627b97c725a79e4bf509f984e10" +CHECKSUM_SHA256="e7eae7f7a840b5c9c42be80a63dcfd333053b7aa6d81e7b7d8b2d8bff707fce3" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -63,6 +63,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/kconfig/kconfig-5.80.0.recipe b/kde-frameworks/kconfig/kconfig-5.86.0.recipe similarity index 91% rename from kde-frameworks/kconfig/kconfig-5.80.0.recipe rename to kde-frameworks/kconfig/kconfig-5.86.0.recipe index 96e90cfb6..1e06178f5 100644 --- a/kde-frameworks/kconfig/kconfig-5.80.0.recipe +++ b/kde-frameworks/kconfig/kconfig-5.86.0.recipe @@ -19,7 +19,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kconfig/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="b7e86644a475339962638b0d139ab396ea4012679dbb2510505068aec5c27e65" +CHECKSUM_SHA256="920c5ee76a082849b04c3cb0d6aa545aa0de30a98c0c62c29ee10cae86a0916a" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -65,8 +65,9 @@ BUILD() cd build cmake .. $cmakeDirArgs \ - -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ - -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + -DCMAKE_BUILD_TYPE=Release \ + -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ + -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs } diff --git a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.80.0.recipe b/kde-frameworks/kconfigwidgets/kconfigwidgets-5.86.0.recipe similarity index 95% rename from kde-frameworks/kconfigwidgets/kconfigwidgets-5.80.0.recipe rename to kde-frameworks/kconfigwidgets/kconfigwidgets-5.86.0.recipe index afc9fd4fe..a1a33b998 100644 --- a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.80.0.recipe +++ b/kde-frameworks/kconfigwidgets/kconfigwidgets-5.86.0.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kconfigwidgets/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="d21486053c0402a09f0f7c68e68043291bd94af9660b5455fd7adb8236bc15e6" +CHECKSUM_SHA256="43fbd2a4be2a67e33a01cf439f573c13a588bb2050dd9896aebe7c3dc2745b9e" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -70,6 +70,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/kcoreaddons/kcoreaddons-5.80.0.recipe b/kde-frameworks/kcoreaddons/kcoreaddons-5.86.0.recipe similarity index 94% rename from kde-frameworks/kcoreaddons/kcoreaddons-5.80.0.recipe rename to kde-frameworks/kcoreaddons/kcoreaddons-5.86.0.recipe index f1d971cbe..325e9843d 100644 --- a/kde-frameworks/kcoreaddons/kcoreaddons-5.80.0.recipe +++ b/kde-frameworks/kcoreaddons/kcoreaddons-5.86.0.recipe @@ -8,7 +8,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kcoreaddons/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="2584ef98fc10cde5f3d253ea5392d1edec916c7a312b648f20a8b105b0c222df" +CHECKSUM_SHA256="0aff77368e842236d189c38bbef1e33b15d0f894838384e9b6f156c3274923aa" PATCHES="kcoreaddons-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" @@ -52,6 +52,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/kcoreaddons/patches/kcoreaddons-5.80.0.patchset b/kde-frameworks/kcoreaddons/patches/kcoreaddons-5.86.0.patchset similarity index 100% rename from kde-frameworks/kcoreaddons/patches/kcoreaddons-5.80.0.patchset rename to kde-frameworks/kcoreaddons/patches/kcoreaddons-5.86.0.patchset diff --git a/kde-frameworks/kcrash/kcrash-5.80.0.recipe b/kde-frameworks/kcrash/kcrash-5.86.0.recipe similarity index 94% rename from kde-frameworks/kcrash/kcrash-5.80.0.recipe rename to kde-frameworks/kcrash/kcrash-5.86.0.recipe index eda0ba7c0..ad39b0902 100644 --- a/kde-frameworks/kcrash/kcrash-5.80.0.recipe +++ b/kde-frameworks/kcrash/kcrash-5.86.0.recipe @@ -6,7 +6,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kcrash/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="888bb8b03d67929e96580a66b916aed5b42c61404f6c3f133d31cef1ea12ebe5" +CHECKSUM_SHA256="859319df4bb748c7357ef928e4f864f6158f0329fd67cd976412e6865411a11e" PATCHES="kcrash-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" @@ -54,6 +54,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/kcrash/patches/kcrash-5.80.0.patchset b/kde-frameworks/kcrash/patches/kcrash-5.86.0.patchset similarity index 100% rename from kde-frameworks/kcrash/patches/kcrash-5.80.0.patchset rename to kde-frameworks/kcrash/patches/kcrash-5.86.0.patchset diff --git a/kde-frameworks/kdbusaddons/kdbusaddons-5.80.0.recipe b/kde-frameworks/kdbusaddons/kdbusaddons-5.86.0.recipe similarity index 93% rename from kde-frameworks/kdbusaddons/kdbusaddons-5.80.0.recipe rename to kde-frameworks/kdbusaddons/kdbusaddons-5.86.0.recipe index ee54d1483..e07fdaa33 100644 --- a/kde-frameworks/kdbusaddons/kdbusaddons-5.80.0.recipe +++ b/kde-frameworks/kdbusaddons/kdbusaddons-5.86.0.recipe @@ -6,7 +6,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kdbusaddons/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="e6f401f21ad04f298e0530366f5b026853afa056beaa5471b6b712b1c698031f" +CHECKSUM_SHA256="271e158d3668c9aa77b72107c0bb8794bc052926b43ad8d39af3c7030649fdb9" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -49,6 +49,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.80.0.recipe b/kde-frameworks/kdeclarative/kdeclarative-5.86.0.recipe similarity index 96% rename from kde-frameworks/kdeclarative/kdeclarative-5.80.0.recipe rename to kde-frameworks/kdeclarative/kdeclarative-5.86.0.recipe index adc583421..6e0b1876c 100644 --- a/kde-frameworks/kdeclarative/kdeclarative-5.80.0.recipe +++ b/kde-frameworks/kdeclarative/kdeclarative-5.86.0.recipe @@ -8,7 +8,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kdeclarative/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="0a2ae78bed26a7d490ec46e7860ff7a2bc96c579b37133cee2ceccbf54bc546b" +CHECKSUM_SHA256="bc1c7a9957f7742ee7a6299521ccd3b9c902d972aa99e70563664cb2c637573e" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -44,6 +44,7 @@ REQUIRES=" lib:libQt5Network$secondaryArchSuffix lib:libQt5Qml$secondaryArchSuffix lib:libQt5Quick$secondaryArchSuffix + lib:libKF5Solid$secondaryArchSuffix lib:libQt5Test$secondaryArchSuffix lib:libQt5Widgets$secondaryArchSuffix lib:libQt5Xml$secondaryArchSuffix @@ -99,6 +100,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake diff --git a/kde-frameworks/kded/kded-5.80.0.recipe b/kde-frameworks/kded/kded-5.86.0.recipe similarity index 96% rename from kde-frameworks/kded/kded-5.80.0.recipe rename to kde-frameworks/kded/kded-5.86.0.recipe index 6b8d1ddca..d3d6f33ad 100644 --- a/kde-frameworks/kded/kded-5.80.0.recipe +++ b/kde-frameworks/kded/kded-5.86.0.recipe @@ -24,7 +24,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kded/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="a3262daefb242c7952dd19d39e07897a8ca2179326133f07a232d2d9c5fb6df7" +CHECKSUM_SHA256="d30131e9fc88c776bef96c271cdc7612c3f5f61978ef7bb519e850fc7ad6a4ab" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -80,6 +80,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/kdelibs4support/kdelibs4support-5.80.0.recipe b/kde-frameworks/kdelibs4support/kdelibs4support-5.86.0.recipe similarity index 98% rename from kde-frameworks/kdelibs4support/kdelibs4support-5.80.0.recipe rename to kde-frameworks/kdelibs4support/kdelibs4support-5.86.0.recipe index bf3eb9059..b31c1f8b8 100644 --- a/kde-frameworks/kdelibs4support/kdelibs4support-5.80.0.recipe +++ b/kde-frameworks/kdelibs4support/kdelibs4support-5.86.0.recipe @@ -18,7 +18,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kdelibs4support/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="912a5be66cc210c572aead2b68eede4dca99e6375d133d0f26a642badb1b4c67" +CHECKSUM_SHA256="a209f3c238e55bd87f632d065c05c91cfcd97188b50ed0f9306d6c625b2df1fd" PATCHES="kdelibs4support-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" @@ -154,6 +154,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DKDE_INSTALL_QTPLUGINDIR=$addOnsDir/Qt5 \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ diff --git a/kde-frameworks/kdelibs4support/patches/kdelibs4support-5.80.0.patchset b/kde-frameworks/kdelibs4support/patches/kdelibs4support-5.86.0.patchset similarity index 100% rename from kde-frameworks/kdelibs4support/patches/kdelibs4support-5.80.0.patchset rename to kde-frameworks/kdelibs4support/patches/kdelibs4support-5.86.0.patchset diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.80.0.recipe b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.86.0.recipe similarity index 96% rename from kde-frameworks/kdesignerplugin/kdesignerplugin-5.80.0.recipe rename to kde-frameworks/kdesignerplugin/kdesignerplugin-5.86.0.recipe index 584e9c883..340227723 100644 --- a/kde-frameworks/kdesignerplugin/kdesignerplugin-5.80.0.recipe +++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-5.86.0.recipe @@ -8,7 +8,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kdesignerplugin/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="1891d6252d012e05f31eec1d34935ad9f088efb15718f317b92b520c2570952c" +CHECKSUM_SHA256="14447805b26b7bd53ec6c8699b791ea6b0caf4f3846d9c85d7582530cb8566fd" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -81,6 +81,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake diff --git a/kde-frameworks/kdnssd/kdnssd-5.80.0.recipe b/kde-frameworks/kdnssd/kdnssd-5.86.0.recipe similarity index 93% rename from kde-frameworks/kdnssd/kdnssd-5.80.0.recipe rename to kde-frameworks/kdnssd/kdnssd-5.86.0.recipe index 9073fc9d5..f4ebe214f 100644 --- a/kde-frameworks/kdnssd/kdnssd-5.80.0.recipe +++ b/kde-frameworks/kdnssd/kdnssd-5.86.0.recipe @@ -8,7 +8,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kdnssd/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="49bc40f02e616be7934dfaa748703c65c006fd818e7fbc435af8d992b8347d72" +CHECKSUM_SHA256="960b43abef12cc22835b83f0a2b06f83ad9c4486b084b1fe01cc686e5708e836" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -48,6 +48,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/kdoctools/kdoctools-5.80.0.recipe b/kde-frameworks/kdoctools/kdoctools-5.86.0.recipe similarity index 94% rename from kde-frameworks/kdoctools/kdoctools-5.80.0.recipe rename to kde-frameworks/kdoctools/kdoctools-5.86.0.recipe index 180aae386..194ec1e82 100644 --- a/kde-frameworks/kdoctools/kdoctools-5.80.0.recipe +++ b/kde-frameworks/kdoctools/kdoctools-5.86.0.recipe @@ -6,7 +6,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kdoctools/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="42aefaa8653c45775b9b8f4c167e9b00d63710b7afe1519929e4ef54b73d421d" +CHECKSUM_SHA256="3ddc13317b23628716219fc54f915f40958f9bbe43035382cdb0b8591343d788" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -63,6 +63,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ -DCMAKE_INSTALL_DATAROOTDIR=data \ diff --git a/kde-frameworks/kemoticons/kemoticons-5.80.0.recipe b/kde-frameworks/kemoticons/kemoticons-5.86.0.recipe similarity index 95% rename from kde-frameworks/kemoticons/kemoticons-5.80.0.recipe rename to kde-frameworks/kemoticons/kemoticons-5.86.0.recipe index e29cb007b..0e28e2ead 100644 --- a/kde-frameworks/kemoticons/kemoticons-5.80.0.recipe +++ b/kde-frameworks/kemoticons/kemoticons-5.86.0.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kemoticons/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="abf0899e015fad6d2651c87b5d93388269d21ab0ae001d7f65830014eae0e011" +CHECKSUM_SHA256="6ab37726ba16f9756211393c9256128823e452b1efadde9416b2052cdd5a43ad" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -59,6 +59,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake diff --git a/kde-frameworks/kfilemetadata/kfilemetadata-5.80.0.recipe b/kde-frameworks/kfilemetadata/kfilemetadata-5.86.0.recipe similarity index 94% rename from kde-frameworks/kfilemetadata/kfilemetadata-5.80.0.recipe rename to kde-frameworks/kfilemetadata/kfilemetadata-5.86.0.recipe index 610b97df5..678a1b555 100644 --- a/kde-frameworks/kfilemetadata/kfilemetadata-5.80.0.recipe +++ b/kde-frameworks/kfilemetadata/kfilemetadata-5.86.0.recipe @@ -8,7 +8,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kfilemetadata/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="4978729b0d55d30ed297b3b376414f930c7b4eaaa9abd94f39c4192e6ea6ee33" +CHECKSUM_SHA256="88443df9a625532dcd94b2755a673e119e1b5d4cf5d9fada94bef2e806c70434" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -55,6 +55,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-5.80.0.recipe b/kde-frameworks/kglobalaccel/kglobalaccel-5.86.0.recipe similarity index 96% rename from kde-frameworks/kglobalaccel/kglobalaccel-5.80.0.recipe rename to kde-frameworks/kglobalaccel/kglobalaccel-5.86.0.recipe index d4c8e1dee..3d951f671 100644 --- a/kde-frameworks/kglobalaccel/kglobalaccel-5.80.0.recipe +++ b/kde-frameworks/kglobalaccel/kglobalaccel-5.86.0.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kglobalaccel/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="f9bb6c73546745530715a0fb106d02b066e9fda7ffbbe4fe75f4b412b0cc4ec0" +CHECKSUM_SHA256="ad81ede10b94035cf101ad9ad87b89db884b701dd16e8f43c56cfa8ec4924b65" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -73,6 +73,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs make $jobArgs diff --git a/kde-frameworks/kguiaddons/kguiaddons-5.80.0.recipe b/kde-frameworks/kguiaddons/kguiaddons-5.86.0.recipe similarity index 93% rename from kde-frameworks/kguiaddons/kguiaddons-5.80.0.recipe rename to kde-frameworks/kguiaddons/kguiaddons-5.86.0.recipe index 02ca0c73d..1307fa10b 100644 --- a/kde-frameworks/kguiaddons/kguiaddons-5.80.0.recipe +++ b/kde-frameworks/kguiaddons/kguiaddons-5.86.0.recipe @@ -6,7 +6,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kguiaddons/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="cbcdb989c26dc48945d5ad81d46609381fe3f74fe80da0e1b23b074cb5fe5a6e" +CHECKSUM_SHA256="10b6c830aad4466839aeff560def726235630493682839f1fa481253fb507560" PATCHES="kguiaddons-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" @@ -48,6 +48,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/kguiaddons/patches/kguiaddons-5.80.0.patchset b/kde-frameworks/kguiaddons/patches/kguiaddons-5.86.0.patchset similarity index 100% rename from kde-frameworks/kguiaddons/patches/kguiaddons-5.80.0.patchset rename to kde-frameworks/kguiaddons/patches/kguiaddons-5.86.0.patchset diff --git a/kde-frameworks/kholidays/kholidays-5.80.0.recipe b/kde-frameworks/kholidays/kholidays-5.86.0.recipe similarity index 88% rename from kde-frameworks/kholidays/kholidays-5.80.0.recipe rename to kde-frameworks/kholidays/kholidays-5.86.0.recipe index 4bfd7188b..f9fc7b564 100644 --- a/kde-frameworks/kholidays/kholidays-5.80.0.recipe +++ b/kde-frameworks/kholidays/kholidays-5.86.0.recipe @@ -6,7 +6,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kholidays/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="1661f9519ee6a6086f250b7cba23e7e17e7e59278462eaefbccb520ad2a9b7dd" +CHECKSUM_SHA256="f56598873c97c67929e8d2a22dbb539b3b312a5654a1316e148f892c85cef738" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -52,8 +52,9 @@ BUILD() cd build cmake .. $cmakeDirArgs \ - -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ - -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + -DCMAKE_BUILD_TYPE=Release \ + -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ + -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs } diff --git a/kde-frameworks/khtml/khtml-5.80.0.recipe b/kde-frameworks/khtml/khtml-5.86.0.recipe similarity index 97% rename from kde-frameworks/khtml/khtml-5.80.0.recipe rename to kde-frameworks/khtml/khtml-5.86.0.recipe index 40b9bd06a..0678bdad8 100644 --- a/kde-frameworks/khtml/khtml-5.80.0.recipe +++ b/kde-frameworks/khtml/khtml-5.86.0.recipe @@ -8,7 +8,7 @@ LICENSE=" " REVISION="1" SOURCE_URI="https://github.com/KDE/khtml/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="47fd39a95b85b05564c7673a51b536a45d5a6fc81242516513b817b22b9dab84" +CHECKSUM_SHA256="b11461e1a400f55ae141ab57642e8fa56cf7e92aa83872c228de51e6515aa9fa" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -133,6 +133,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 diff --git a/kde-frameworks/ki18n/ki18n-5.80.0.recipe b/kde-frameworks/ki18n/ki18n-5.86.0.recipe similarity index 94% rename from kde-frameworks/ki18n/ki18n-5.80.0.recipe rename to kde-frameworks/ki18n/ki18n-5.86.0.recipe index 3349f3bcd..033da6f87 100644 --- a/kde-frameworks/ki18n/ki18n-5.80.0.recipe +++ b/kde-frameworks/ki18n/ki18n-5.86.0.recipe @@ -13,7 +13,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/ki18n/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="442f6973804aed744953667810e05a690821544fb23ce97672b4284b588fa95f" +CHECKSUM_SHA256="6b082dca1f7c07c36e4013d239a98b8c5059ee4f68e5e0aa0088acdaab269738" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -54,6 +54,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ diff --git a/kde-frameworks/kiconthemes/kiconthemes-5.80.0.recipe b/kde-frameworks/kiconthemes/kiconthemes-5.86.0.recipe similarity index 96% rename from kde-frameworks/kiconthemes/kiconthemes-5.80.0.recipe rename to kde-frameworks/kiconthemes/kiconthemes-5.86.0.recipe index a0c696501..45b409eef 100644 --- a/kde-frameworks/kiconthemes/kiconthemes-5.80.0.recipe +++ b/kde-frameworks/kiconthemes/kiconthemes-5.86.0.recipe @@ -15,7 +15,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kiconthemes/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="7a4030598b5df3b21cf24a256d666c623124bd1f771258bf4c526496beff3a25" +CHECKSUM_SHA256="2bb663200ce20e558675406426dec6aff6cc68076ff77be3fdf706dca9c62ff3" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -85,6 +85,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/kidletime/kidletime-5.80.0.recipe b/kde-frameworks/kidletime/kidletime-5.86.0.recipe similarity index 93% rename from kde-frameworks/kidletime/kidletime-5.80.0.recipe rename to kde-frameworks/kidletime/kidletime-5.86.0.recipe index 494bb4237..588139334 100644 --- a/kde-frameworks/kidletime/kidletime-5.80.0.recipe +++ b/kde-frameworks/kidletime/kidletime-5.86.0.recipe @@ -8,7 +8,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kidletime/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="3799edba8a9ec7c21b228db4a8a37f296bd0d730f78833314db42578aa99b60f" +CHECKSUM_SHA256="87279ea3544b0daac48b60aec770fe2d9d5a626fa139f4fd8e60e1721bd9cf64" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -50,6 +50,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake diff --git a/kde-frameworks/kimageformats/kimageformats-5.80.0.recipe b/kde-frameworks/kimageformats/kimageformats-5.86.0.recipe similarity index 93% rename from kde-frameworks/kimageformats/kimageformats-5.80.0.recipe rename to kde-frameworks/kimageformats/kimageformats-5.86.0.recipe index f7d784d8c..0dd238e14 100644 --- a/kde-frameworks/kimageformats/kimageformats-5.80.0.recipe +++ b/kde-frameworks/kimageformats/kimageformats-5.86.0.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kimageformats/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="b5f121e843ebfe932abcc592ecfdbe4f6c9f44a17028148bfb85c0b5c7a94fe1" +CHECKSUM_SHA256="83c078457f24bd1dcfa2b8e9a7e4844d4c1e4a1b0e3f57b65328aba16c456cb9" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -46,6 +46,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake diff --git a/kde-frameworks/kinit/kinit-5.80.0.recipe b/kde-frameworks/kinit/kinit-5.86.0.recipe similarity index 96% rename from kde-frameworks/kinit/kinit-5.80.0.recipe rename to kde-frameworks/kinit/kinit-5.86.0.recipe index e828ef063..d0a4251bf 100644 --- a/kde-frameworks/kinit/kinit-5.80.0.recipe +++ b/kde-frameworks/kinit/kinit-5.86.0.recipe @@ -13,7 +13,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kinit/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="e40de75710b04f61958773d8aea6e2b2fabce06232b42a96db3c6c691dc3e5f8" +CHECKSUM_SHA256="be304a54ce9fc869e091ba049e59ec4b7c64e7410f187188bf06e30e23277f77" PATCHES="kinit-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" @@ -40,6 +40,7 @@ REQUIRES=" lib:libKF5KIOCore$secondaryArchSuffix lib:libKF5KIOWidgets$secondaryArchSuffix lib:libKF5Service$secondaryArchSuffix + lib:libKF5Solid$secondaryArchSuffix lib:libKF5WidgetsAddons$secondaryArchSuffix lib:libKF5WindowSystem$secondaryArchSuffix lib:libQt5Core$secondaryArchSuffix @@ -94,6 +95,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs } diff --git a/kde-frameworks/kinit/patches/kinit-5.80.0.patchset b/kde-frameworks/kinit/patches/kinit-5.86.0.patchset similarity index 100% rename from kde-frameworks/kinit/patches/kinit-5.80.0.patchset rename to kde-frameworks/kinit/patches/kinit-5.86.0.patchset diff --git a/kde-frameworks/kio/kio-5.80.0.recipe b/kde-frameworks/kio/kio-5.86.0.recipe similarity index 96% rename from kde-frameworks/kio/kio-5.80.0.recipe rename to kde-frameworks/kio/kio-5.86.0.recipe index b135fdc33..079820cff 100644 --- a/kde-frameworks/kio/kio-5.80.0.recipe +++ b/kde-frameworks/kio/kio-5.86.0.recipe @@ -15,7 +15,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kio/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="f6b7622619e14e959f60943e77582d44183c942d833163eb91c9b9e08b9d3f8f" +CHECKSUM_SHA256="5fd50e508d621f82710600fc3315fd95fa9e3e64378267b91194bda122c39cc0" PATCHES="kio-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" @@ -49,8 +49,9 @@ REQUIRES=" lib:libKF5ConfigGui$secondaryArchSuffix lib:libKF5ConfigWidgets$secondaryArchSuffix lib:libKF5CoreAddons$secondaryArchSuffix - lib:libKF5Crash$secondaryArchSuffix == $portVersion + lib:libKF5Crash$secondaryArchSuffix lib:libKF5DBusAddons$secondaryArchSuffix + lib:libKF5GuiAddons$secondaryArchSuffix lib:libKF5I18n$secondaryArchSuffix lib:libKF5IconThemes$secondaryArchSuffix lib:libKF5ItemViews$secondaryArchSuffix @@ -95,8 +96,9 @@ BUILD_REQUIRES=" devel:libKF5ConfigGui$secondaryArchSuffix == $portVersion devel:libKF5ConfigWidgets$secondaryArchSuffix == $portVersion devel:libKF5CoreAddons$secondaryArchSuffix == $portVersion - devel:libKF5DBusAddons$secondaryArchSuffix == $portVersion devel:libKF5Crash$secondaryArchSuffix == $portVersion + devel:libKF5DBusAddons$secondaryArchSuffix == $portVersion + devel:libKF5GuiAddons$secondaryArchSuffix == $portVersion # devel:libKF5DocTools$secondaryArchSuffix == $portVersion devel:libKF5I18n$secondaryArchSuffix == $portVersion devel:libKF5IconThemes$secondaryArchSuffix == $portVersion @@ -138,6 +140,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DKAUTH_HELPER_INSTALL_DIR:PATH=$addOnsDir/Qt5/kauth/helper \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ diff --git a/kde-frameworks/kio/patches/kio-5.80.0.patchset b/kde-frameworks/kio/patches/kio-5.86.0.patchset similarity index 100% rename from kde-frameworks/kio/patches/kio-5.80.0.patchset rename to kde-frameworks/kio/patches/kio-5.86.0.patchset diff --git a/kde-frameworks/kirigami/kirigami-5.80.0.recipe b/kde-frameworks/kirigami/kirigami-5.86.0.recipe similarity index 94% rename from kde-frameworks/kirigami/kirigami-5.80.0.recipe rename to kde-frameworks/kirigami/kirigami-5.86.0.recipe index 1aeffe73a..2b87c36b5 100644 --- a/kde-frameworks/kirigami/kirigami-5.80.0.recipe +++ b/kde-frameworks/kirigami/kirigami-5.86.0.recipe @@ -10,7 +10,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kirigami/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="dcf36ee6f3a52f233aea56d497e91d9f29975f02b68ad07a15b601b4e6342cc5" +CHECKSUM_SHA256="458de45f6d3a50b14f69f0b1d840a5ec4c080b891afb786a69374e42257e24d7" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -52,6 +52,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ diff --git a/kde-frameworks/kitemmodels/kitemmodels-5.80.0.recipe b/kde-frameworks/kitemmodels/kitemmodels-5.86.0.recipe similarity index 95% rename from kde-frameworks/kitemmodels/kitemmodels-5.80.0.recipe rename to kde-frameworks/kitemmodels/kitemmodels-5.86.0.recipe index 5cccc45d9..00f78717d 100644 --- a/kde-frameworks/kitemmodels/kitemmodels-5.80.0.recipe +++ b/kde-frameworks/kitemmodels/kitemmodels-5.86.0.recipe @@ -21,7 +21,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kitemmodels/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="98ac2c66c9c9bb214bf6fa3c6e9a0ff473d59c6067ad57d7c67e56529c24945e" +CHECKSUM_SHA256="cba2f0b68bd06623624e736e9e55e325deeba24cd80fad478e7849af1d3f90a8" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -63,6 +63,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake diff --git a/kde-frameworks/kitemviews/kitemviews-5.80.0.recipe b/kde-frameworks/kitemviews/kitemviews-5.86.0.recipe similarity index 93% rename from kde-frameworks/kitemviews/kitemviews-5.80.0.recipe rename to kde-frameworks/kitemviews/kitemviews-5.86.0.recipe index b76f81e3e..f81895fa8 100644 --- a/kde-frameworks/kitemviews/kitemviews-5.80.0.recipe +++ b/kde-frameworks/kitemviews/kitemviews-5.86.0.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kitemviews/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="c789850d30a80d16a5250cfb22cc4e845ec847276cbe2180d81add2a11d772ab" +CHECKSUM_SHA256="a6dda86706a3bec6414e5eabd2dec1e1dbd608f9ed831bd16fd178f9a867bc93" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -49,6 +49,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/kjobwidgets/kjobwidgets-5.80.0.recipe b/kde-frameworks/kjobwidgets/kjobwidgets-5.86.0.recipe similarity index 94% rename from kde-frameworks/kjobwidgets/kjobwidgets-5.80.0.recipe rename to kde-frameworks/kjobwidgets/kjobwidgets-5.86.0.recipe index fa7d3f29a..eed0cfd6c 100644 --- a/kde-frameworks/kjobwidgets/kjobwidgets-5.80.0.recipe +++ b/kde-frameworks/kjobwidgets/kjobwidgets-5.86.0.recipe @@ -6,7 +6,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kjobwidgets/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="2a7569f83a3be8ec632b91549d5cacc1899c4445aeb401e6d70dc5f6d9e3a5a5" +CHECKSUM_SHA256="a34ea2efe7f2d3904c2838fc25c1e0cb07a0160851fd62c0ae6b8ae8195555d5" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -56,6 +56,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake diff --git a/kde-frameworks/kjs/kjs-5.80.0.recipe b/kde-frameworks/kjs/kjs-5.86.0.recipe similarity index 95% rename from kde-frameworks/kjs/kjs-5.80.0.recipe rename to kde-frameworks/kjs/kjs-5.86.0.recipe index a2ba7f2a6..d1237dce1 100644 --- a/kde-frameworks/kjs/kjs-5.80.0.recipe +++ b/kde-frameworks/kjs/kjs-5.86.0.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2.1" REVISION="1" SOURCE_URI="https://github.com/KDE/kjs/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="971c87dd11748ab1508998d7724dc077dc00fee9ec2bfb80a82b61712492564d" +CHECKSUM_SHA256="031b685a246b3c8c6ae4868a46dce9003b346d1eb6a36238bac2ee4326ef6126" PATCHES="kjs-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" @@ -64,6 +64,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ diff --git a/kde-frameworks/kjs/patches/kjs-5.80.0.patchset b/kde-frameworks/kjs/patches/kjs-5.86.0.patchset similarity index 100% rename from kde-frameworks/kjs/patches/kjs-5.80.0.patchset rename to kde-frameworks/kjs/patches/kjs-5.86.0.patchset diff --git a/kde-frameworks/knewstuff/knewstuff-5.80.0.recipe b/kde-frameworks/knewstuff/knewstuff-5.86.0.recipe similarity index 97% rename from kde-frameworks/knewstuff/knewstuff-5.80.0.recipe rename to kde-frameworks/knewstuff/knewstuff-5.86.0.recipe index 91f6b9757..8ecb98c6f 100644 --- a/kde-frameworks/knewstuff/knewstuff-5.80.0.recipe +++ b/kde-frameworks/knewstuff/knewstuff-5.86.0.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/knewstuff/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="88cb68f0de9adb570013b2ddc770604bf639e42908b230e5df560092a6be4aa3" +CHECKSUM_SHA256="1c2abc3925336a80cb7c459cdcac9a91bcd8b88b72168b9c5144bda5f66595c4" ARCHITECTURES="all ?x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -106,6 +106,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/knotifications/knotifications-5.80.0.recipe b/kde-frameworks/knotifications/knotifications-5.86.0.recipe similarity index 95% rename from kde-frameworks/knotifications/knotifications-5.80.0.recipe rename to kde-frameworks/knotifications/knotifications-5.86.0.recipe index 44a83d2b8..5d6b7c786 100644 --- a/kde-frameworks/knotifications/knotifications-5.80.0.recipe +++ b/kde-frameworks/knotifications/knotifications-5.86.0.recipe @@ -6,7 +6,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/knotifications/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="4f1a91055ed2038f3ce6456ab9b9f654f43349ea6aa4a4d049941cc96fd83c7b" +CHECKSUM_SHA256="b049a92cc3e5d6a9a287c66f1d79c39f9d8f093521361bb7ccb1968fe71b41d6" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -66,6 +66,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.80.0.recipe b/kde-frameworks/knotifyconfig/knotifyconfig-5.86.0.recipe similarity index 95% rename from kde-frameworks/knotifyconfig/knotifyconfig-5.80.0.recipe rename to kde-frameworks/knotifyconfig/knotifyconfig-5.86.0.recipe index da721964b..45d94a550 100644 --- a/kde-frameworks/knotifyconfig/knotifyconfig-5.80.0.recipe +++ b/kde-frameworks/knotifyconfig/knotifyconfig-5.86.0.recipe @@ -6,7 +6,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/knotifyconfig/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="d488807d222f3ee2f76f24be47a69791c0936b3860ba8043bb9fa8eb9fc003f5" +CHECKSUM_SHA256="97508aef1721639038458fcf578aeeac3a7e56afa46e50452ede70b142aff9e1" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -25,6 +25,7 @@ REQUIRES=" lib:libKF5KIOCore$secondaryArchSuffix lib:libKF5KIOWidgets$secondaryArchSuffix lib:libKF5Service$secondaryArchSuffix + lib:libKF5Solid$secondaryArchSuffix lib:libKF5WidgetsAddons$secondaryArchSuffix lib:libKF5WindowSystem$secondaryArchSuffix lib:libphonon4qt5$secondaryArchSuffix @@ -80,6 +81,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/kpackage/kpackage-5.80.0.recipe b/kde-frameworks/kpackage/kpackage-5.86.0.recipe similarity index 94% rename from kde-frameworks/kpackage/kpackage-5.80.0.recipe rename to kde-frameworks/kpackage/kpackage-5.86.0.recipe index 2eee31331..9123f43ae 100644 --- a/kde-frameworks/kpackage/kpackage-5.80.0.recipe +++ b/kde-frameworks/kpackage/kpackage-5.86.0.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kpackage/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="150b961d26403014bfc087935872e31736f0c3e67cad9934aa5dacedc89e84c4" +CHECKSUM_SHA256="41c06f881eb9ba250b4a03103953f8768dae7558469e9a96152ccd2323931582" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -55,6 +55,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs } diff --git a/kde-frameworks/kparts/kparts-5.80.0.recipe b/kde-frameworks/kparts/kparts-5.86.0.recipe similarity index 96% rename from kde-frameworks/kparts/kparts-5.80.0.recipe rename to kde-frameworks/kparts/kparts-5.86.0.recipe index 4df5327c3..5a868e874 100644 --- a/kde-frameworks/kparts/kparts-5.80.0.recipe +++ b/kde-frameworks/kparts/kparts-5.86.0.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kparts/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="72f91c493f9479ab8fa1fd7a058a6119d0f582740952f89de865b3980ef927be" +CHECKSUM_SHA256="d6716de72590db219b3080ba2b031572cc05606b77521f7fcde17d23e49a5372" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -31,6 +31,7 @@ REQUIRES=" lib:libKF5KIOCore$secondaryArchSuffix lib:libKF5KIOWidgets$secondaryArchSuffix lib:libKF5Service$secondaryArchSuffix + lib:libKF5Solid$secondaryArchSuffix lib:libKF5SonnetUi$secondaryArchSuffix lib:libKF5TextWidgets$secondaryArchSuffix lib:libKF5WidgetsAddons$secondaryArchSuffix @@ -90,6 +91,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake diff --git a/kde-frameworks/kplotting/kplotting-5.80.0.recipe b/kde-frameworks/kplotting/kplotting-5.86.0.recipe similarity index 96% rename from kde-frameworks/kplotting/kplotting-5.80.0.recipe rename to kde-frameworks/kplotting/kplotting-5.86.0.recipe index 209e7ba89..bd2faa807 100644 --- a/kde-frameworks/kplotting/kplotting-5.80.0.recipe +++ b/kde-frameworks/kplotting/kplotting-5.86.0.recipe @@ -9,7 +9,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kplotting/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="9f1f81ce1dddce3bdd82312cb57e0ffe3859958e1e6eed64c8fda81f23291933" +CHECKSUM_SHA256="05a93776468aa2a8d185b64a76587c9bd1aa39df31cdd2556eaddad482ce3260" ARCHITECTURES="all ?x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -83,6 +83,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/kross/kross-5.80.0.recipe b/kde-frameworks/kross/kross-5.86.0.recipe similarity index 97% rename from kde-frameworks/kross/kross-5.80.0.recipe rename to kde-frameworks/kross/kross-5.86.0.recipe index b4638c610..31c46ce05 100644 --- a/kde-frameworks/kross/kross-5.80.0.recipe +++ b/kde-frameworks/kross/kross-5.86.0.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kross/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="d4e97ec5aa3a8dbebb96710138044247bb3570bd979cdd9d18462e35d6821595" +CHECKSUM_SHA256="2a14c32ca45a21499973c0d49e61ce582e146a696f7f73008f9d7c029418b1f4" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -103,6 +103,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DKDE_INSTALL_QTPLUGINDIR=$addOnsDir/Qt5 \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ diff --git a/kde-frameworks/kservice/kservice-5.80.0.recipe b/kde-frameworks/kservice/kservice-5.86.0.recipe similarity index 95% rename from kde-frameworks/kservice/kservice-5.80.0.recipe rename to kde-frameworks/kservice/kservice-5.86.0.recipe index aef6a5b5c..a36e45ea4 100644 --- a/kde-frameworks/kservice/kservice-5.80.0.recipe +++ b/kde-frameworks/kservice/kservice-5.86.0.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kservice/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="c3ff5a87828d23660c009b2bd574b0664048d98949500a97b0fab7cc28e3c745" +CHECKSUM_SHA256="1918bd22098f440ec3fa4fb1c379d8f35a842e6ea1583474740ddbabfe660844" PATCHES="kservice-$portVersion.patchset" @@ -72,6 +72,7 @@ BUILD() # TODO: ECM_MKSPECS_INSTALL_DIR is not picked up unless defined cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs make $jobArgs diff --git a/kde-frameworks/kservice/patches/kservice-5.80.0.patchset b/kde-frameworks/kservice/patches/kservice-5.86.0.patchset similarity index 100% rename from kde-frameworks/kservice/patches/kservice-5.80.0.patchset rename to kde-frameworks/kservice/patches/kservice-5.86.0.patchset diff --git a/kde-frameworks/ksyntax_highlighting/ksyntax_highlighting-5.80.0.recipe b/kde-frameworks/ksyntax_highlighting/ksyntax_highlighting-5.86.0.recipe similarity index 94% rename from kde-frameworks/ksyntax_highlighting/ksyntax_highlighting-5.80.0.recipe rename to kde-frameworks/ksyntax_highlighting/ksyntax_highlighting-5.86.0.recipe index 1b22d64f3..913c46a89 100644 --- a/kde-frameworks/ksyntax_highlighting/ksyntax_highlighting-5.80.0.recipe +++ b/kde-frameworks/ksyntax_highlighting/ksyntax_highlighting-5.86.0.recipe @@ -9,7 +9,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/syntax-highlighting/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="ff0a92505a0b7def2c36d68cca8896f444fb535b78aa5a60528ece1a6dbbd281" +CHECKSUM_SHA256="a324527a0bca0238e69ad05da207420fb21058870f5d2ff7f1f0008beb484106" SOURCE_DIR="syntax-highlighting-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -56,6 +56,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.80.0.recipe b/kde-frameworks/ktexteditor/ktexteditor-5.86.0.recipe similarity index 97% rename from kde-frameworks/ktexteditor/ktexteditor-5.80.0.recipe rename to kde-frameworks/ktexteditor/ktexteditor-5.86.0.recipe index c13d7d10d..774ad8acf 100644 --- a/kde-frameworks/ktexteditor/ktexteditor-5.80.0.recipe +++ b/kde-frameworks/ktexteditor/ktexteditor-5.86.0.recipe @@ -12,7 +12,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/ktexteditor/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="86db7468afc991ae91c3bcfc7ed73d2cc016ce2c58936d8077cac977ac83db64" +CHECKSUM_SHA256="e153e9fda8ccfd674817579906d9a6a419b15332df76200dea8681dd50b35e13" PATCHES="ktexteditor-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" @@ -42,6 +42,7 @@ REQUIRES=" lib:libKF5KIOWidgets$secondaryArchSuffix lib:libKF5Parts$secondaryArchSuffix lib:libKF5Service$secondaryArchSuffix + lib:libKF5Solid$secondaryArchSuffix lib:libKF5SonnetCore$secondaryArchSuffix lib:libKF5SonnetUi$secondaryArchSuffix lib:libKF5SyntaxHighlighting$secondaryArchSuffix @@ -116,6 +117,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ -DKAUTH_HELPER_INSTALL_DIR:PATH=$addOnsDir/Qt5/kauth/helper \ diff --git a/kde-frameworks/ktexteditor/patches/ktexteditor-5.80.0.patchset b/kde-frameworks/ktexteditor/patches/ktexteditor-5.86.0.patchset similarity index 100% rename from kde-frameworks/ktexteditor/patches/ktexteditor-5.80.0.patchset rename to kde-frameworks/ktexteditor/patches/ktexteditor-5.86.0.patchset diff --git a/kde-frameworks/ktextwidgets/ktextwidgets-5.80.0.recipe b/kde-frameworks/ktextwidgets/ktextwidgets-5.86.0.recipe similarity index 96% rename from kde-frameworks/ktextwidgets/ktextwidgets-5.80.0.recipe rename to kde-frameworks/ktextwidgets/ktextwidgets-5.86.0.recipe index a9355a50b..8c19bf6de 100644 --- a/kde-frameworks/ktextwidgets/ktextwidgets-5.80.0.recipe +++ b/kde-frameworks/ktextwidgets/ktextwidgets-5.86.0.recipe @@ -6,7 +6,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/ktextwidgets/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="1648faf9bd3cb1c14813bee5dd794d534a11547d74fd09c722b1e7d3c2ebf00a" +CHECKSUM_SHA256="811103672b1a82349828de0c008ae3dc2693af4b8881f2551a14374bd6e2e00a" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -83,6 +83,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/kunitconversion/kunitconversion-5.80.0.recipe b/kde-frameworks/kunitconversion/kunitconversion-5.86.0.recipe similarity index 95% rename from kde-frameworks/kunitconversion/kunitconversion-5.80.0.recipe rename to kde-frameworks/kunitconversion/kunitconversion-5.86.0.recipe index 52215a528..7ac52fd95 100644 --- a/kde-frameworks/kunitconversion/kunitconversion-5.80.0.recipe +++ b/kde-frameworks/kunitconversion/kunitconversion-5.86.0.recipe @@ -32,7 +32,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kunitconversion/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="9c9297b6c19acc069e9b4caac3fe43fe04e8f28901b285b7bbb939d7584b2e63" +CHECKSUM_SHA256="74470dd4c5e605db7e73f68e40f8c1ab44ba5b0a6d96d1f292f409972771b3fb" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -78,6 +78,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/kwallet/kwallet-5.80.0.recipe b/kde-frameworks/kwallet/kwallet-5.86.0.recipe similarity index 96% rename from kde-frameworks/kwallet/kwallet-5.80.0.recipe rename to kde-frameworks/kwallet/kwallet-5.86.0.recipe index a181210e4..6948a24ea 100644 --- a/kde-frameworks/kwallet/kwallet-5.80.0.recipe +++ b/kde-frameworks/kwallet/kwallet-5.86.0.recipe @@ -5,7 +5,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kwallet/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="2702262aa6f80b6b3a6de3f0c7ab5d47285cf2e57ca6c0cecd40627b560808f6" +CHECKSUM_SHA256="9a1b0e44b0c783f8e4b4a64ceae72a46480313fabec4ddc1138321f41c484c5a" PATCHES="kwallet-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" @@ -87,6 +87,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/kwallet/patches/kwallet-5.80.0.patchset b/kde-frameworks/kwallet/patches/kwallet-5.86.0.patchset similarity index 57% rename from kde-frameworks/kwallet/patches/kwallet-5.80.0.patchset rename to kde-frameworks/kwallet/patches/kwallet-5.86.0.patchset index 8d68521a4..d9494c2ac 100644 --- a/kde-frameworks/kwallet/patches/kwallet-5.80.0.patchset +++ b/kde-frameworks/kwallet/patches/kwallet-5.86.0.patchset @@ -1,16 +1,16 @@ -From cd61a3b5dee0e87b2ead38dd23210f2e9441441a Mon Sep 17 00:00:00 2001 +From 4f47167c92342ce7a01f91900e66decbf1758407 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov -Date: Mon, 25 Sep 2017 19:31:57 +0300 +Date: Wed, 15 Sep 2021 11:17:06 +0300 Subject: Fix build on Haiku diff --git a/src/runtime/kwalletd/CMakeLists.txt b/src/runtime/kwalletd/CMakeLists.txt -index 3f2a1de..4e09b03 100644 +index 72220e6..1d5451e 100644 --- a/src/runtime/kwalletd/CMakeLists.txt +++ b/src/runtime/kwalletd/CMakeLists.txt -@@ -96,6 +96,10 @@ install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/org.kde.kwalletd.service - - add_executable( kwalletd5 ${kwalletd_SRCS} ) +@@ -103,6 +103,10 @@ endif() + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.kwalletd5.service + DESTINATION ${KDE_INSTALL_DBUSSERVICEDIR}) +if (HAIKU) + target_link_libraries(kwalletd5 network) @@ -20,5 +20,5 @@ index 3f2a1de..4e09b03 100644 kwalletbackend5 KF5Wallet -- -2.13.1 +2.30.2 diff --git a/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.80.0.recipe b/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.86.0.recipe similarity index 94% rename from kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.80.0.recipe rename to kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.86.0.recipe index cd5c54da0..52c1d4659 100644 --- a/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.80.0.recipe +++ b/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.86.0.recipe @@ -12,7 +12,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kwidgetsaddons/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="bafe365cd72991890761b2d77c8d452c416667601787d8cf6267898221390789" +CHECKSUM_SHA256="7be1771dc991f8717d4e4b86e87804c94aa4d0f7cbe2360a58dc0caa0717a059" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -54,6 +54,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-5.80.0.recipe b/kde-frameworks/kwindowsystem/kwindowsystem-5.86.0.recipe similarity index 94% rename from kde-frameworks/kwindowsystem/kwindowsystem-5.80.0.recipe rename to kde-frameworks/kwindowsystem/kwindowsystem-5.86.0.recipe index c4f1a9e20..c0280b671 100644 --- a/kde-frameworks/kwindowsystem/kwindowsystem-5.80.0.recipe +++ b/kde-frameworks/kwindowsystem/kwindowsystem-5.86.0.recipe @@ -15,7 +15,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kwindowsystem/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="e61ef5c471167c4b39e56a607c236df4b2e33c37825340394d04e5f98869d53b" +CHECKSUM_SHA256="4b8ab14dd996d370995590be8bcc9c2cfff28da01dc0e277fe54c305ebc7e14e" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -55,6 +55,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake diff --git a/kde-frameworks/kxmlgui/kxmlgui-5.80.0.recipe b/kde-frameworks/kxmlgui/kxmlgui-5.86.0.recipe similarity index 97% rename from kde-frameworks/kxmlgui/kxmlgui-5.80.0.recipe rename to kde-frameworks/kxmlgui/kxmlgui-5.86.0.recipe index 59b1c9fdd..ca4edd4bb 100644 --- a/kde-frameworks/kxmlgui/kxmlgui-5.80.0.recipe +++ b/kde-frameworks/kxmlgui/kxmlgui-5.86.0.recipe @@ -9,7 +9,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kxmlgui/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="27517ba1411ca078707e2845b25f0b1118aac03a8489c407fc9efd9b520a7638" +CHECKSUM_SHA256="7b5331a2678d40665a4bfb0c11f4bd343be8ee9444dd276a5ea25ee95d99b9ef" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -97,6 +97,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs make $jobArgs diff --git a/kde-frameworks/phonon/phonon-4.11.1.recipe b/kde-frameworks/phonon/phonon-4.11.1.recipe index 226bc2086..3f522577d 100644 --- a/kde-frameworks/phonon/phonon-4.11.1.recipe +++ b/kde-frameworks/phonon/phonon-4.11.1.recipe @@ -54,6 +54,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DPHONON_BUILD_PHONON4QT5=ON \ -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=OFF \ -DPHONON_QT_PLUGIN_INSTALL_DIR=$addOnsDir/Qt5/designer \ diff --git a/kde-frameworks/phonon_gstreamer/phonon_gstreamer-4.10.0.recipe b/kde-frameworks/phonon_gstreamer/phonon_gstreamer-4.10.0.recipe index 409279523..4b015ed19 100644 --- a/kde-frameworks/phonon_gstreamer/phonon_gstreamer-4.10.0.recipe +++ b/kde-frameworks/phonon_gstreamer/phonon_gstreamer-4.10.0.recipe @@ -65,6 +65,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DPHONON_BUILD_PHONON4QT5=ON \ -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=OFF \ -DBACKEND_INSTALL_DIR=$addOnsDir/Qt5/phonon \ diff --git a/kde-frameworks/plasma/plasma-5.80.0.recipe b/kde-frameworks/plasma/plasma-5.86.0.recipe similarity index 96% rename from kde-frameworks/plasma/plasma-5.80.0.recipe rename to kde-frameworks/plasma/plasma-5.86.0.recipe index c14c34ed2..d0281fa89 100644 --- a/kde-frameworks/plasma/plasma-5.80.0.recipe +++ b/kde-frameworks/plasma/plasma-5.86.0.recipe @@ -3,9 +3,9 @@ DESCRIPTION="Plasma library and runtime components based upon KF5 and Qt5." HOMEPAGE="https://github.com/KDE/plasma-framework/" COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/kde/plasma-framework/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="8d12292dd811492d74a08abb8e1923e66c0153518bfd8525f83005118075fc66" +CHECKSUM_SHA256="a66db19842eec360175742a0a900a8ff740d3ae89d5e56c7548fe9d56198126e" SOURCE_DIR="plasma-framework-$portVersion" ARCHITECTURES="all ?x86_gcc2" @@ -39,6 +39,7 @@ REQUIRES=" lib:libKF5Notifications$secondaryArchSuffix lib:libKF5Package$secondaryArchSuffix lib:libKF5QuickAddons$secondaryArchSuffix + lib:libKF5Solid$secondaryArchSuffix lib:libKF5Service$secondaryArchSuffix lib:libKF5WidgetsAddons$secondaryArchSuffix lib:libKF5WindowSystem$secondaryArchSuffix @@ -108,6 +109,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake diff --git a/kde-frameworks/qqc2-desktop-style/qqc2_desktop_style-5.80.0.recipe b/kde-frameworks/qqc2-desktop-style/qqc2_desktop_style-5.86.0.recipe similarity index 97% rename from kde-frameworks/qqc2-desktop-style/qqc2_desktop_style-5.80.0.recipe rename to kde-frameworks/qqc2-desktop-style/qqc2_desktop_style-5.86.0.recipe index 05b91d07e..29ab2cfec 100644 --- a/kde-frameworks/qqc2-desktop-style/qqc2_desktop_style-5.80.0.recipe +++ b/kde-frameworks/qqc2-desktop-style/qqc2_desktop_style-5.86.0.recipe @@ -8,7 +8,7 @@ LICENSE="GNU LGPL v3 GNU GPL v2" REVISION="1" SOURCE_URI="https://github.com/kde/qqc2-desktop-style/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="251e4554ab97d7c932fadc235e4c4d6e041d94df04e019a250b5ecdd60d8d090" +CHECKSUM_SHA256="babf3502dc496ac4e4f91e150d6c13926fb55572041d9809a09beab1de4755cb" SOURCE_DIR="qqc2-desktop-style-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -109,6 +109,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ diff --git a/kde-frameworks/solid/patches/solid-5.80.0.patchset b/kde-frameworks/solid/patches/solid-5.86.0.patchset similarity index 56% rename from kde-frameworks/solid/patches/solid-5.80.0.patchset rename to kde-frameworks/solid/patches/solid-5.86.0.patchset index e26d36534..007371619 100644 --- a/kde-frameworks/solid/patches/solid-5.80.0.patchset +++ b/kde-frameworks/solid/patches/solid-5.86.0.patchset @@ -17,19 +17,6 @@ index 7c66aee..de132f2 100644 add_device_backend(upower) add_device_backend(fstab) -diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt -index 3c074ba..c7802b5 100644 ---- a/autotests/CMakeLists.txt -+++ b/autotests/CMakeLists.txt -@@ -13,7 +13,7 @@ endif() - - ########### halbasictest ############### - --if (BUILD_DEVICE_BACKEND_hal) -+if (BUILD_DEVICE_BACKEND_hal AND NOT HAIKU) - ecm_add_test(halbasictest.cpp LINK_LIBRARIES KF5Solid_static Qt5::DBus Qt5::Xml Qt5::Test) - endif() - -- 2.24.0 diff --git a/kde-frameworks/solid/solid-5.80.0.recipe b/kde-frameworks/solid/solid-5.86.0.recipe similarity index 94% rename from kde-frameworks/solid/solid-5.80.0.recipe rename to kde-frameworks/solid/solid-5.86.0.recipe index a4def9936..96e8187be 100644 --- a/kde-frameworks/solid/solid-5.80.0.recipe +++ b/kde-frameworks/solid/solid-5.86.0.recipe @@ -13,7 +13,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/solid/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="207efc61072c301e2876aea12a0afad05f66ad9743473cc5a1aeb09c41936d7b" +CHECKSUM_SHA256="ace8ac9da7cf8b437ca273e0a971534733dad3497ad0b30545f4e840f6e7dcb5" PATCHES="solid-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" @@ -61,6 +61,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake diff --git a/kde-frameworks/sonnet/patches/sonnet-5.80.0.patchset b/kde-frameworks/sonnet/patches/sonnet-5.86.0.patchset similarity index 100% rename from kde-frameworks/sonnet/patches/sonnet-5.80.0.patchset rename to kde-frameworks/sonnet/patches/sonnet-5.86.0.patchset diff --git a/kde-frameworks/sonnet/sonnet-5.80.0.recipe b/kde-frameworks/sonnet/sonnet-5.86.0.recipe similarity index 95% rename from kde-frameworks/sonnet/sonnet-5.80.0.recipe rename to kde-frameworks/sonnet/sonnet-5.86.0.recipe index f0406146d..d4d2f1c08 100644 --- a/kde-frameworks/sonnet/sonnet-5.80.0.recipe +++ b/kde-frameworks/sonnet/sonnet-5.86.0.recipe @@ -13,7 +13,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/sonnet/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="682cb9d766ddd116ec54b64ac87d8af8850ac73c01912ceff2b3424d6423c9bc" +CHECKSUM_SHA256="a971bc7c381dc0e44375fc3696ff7cfbf0592983924c6d298c7b14255ae37d7d" PATCHES="sonnet-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" @@ -63,6 +63,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake diff --git a/kde-frameworks/threadweaver/patches/threadweaver-5.80.0.patchset b/kde-frameworks/threadweaver/patches/threadweaver-5.86.0.patchset similarity index 100% rename from kde-frameworks/threadweaver/patches/threadweaver-5.80.0.patchset rename to kde-frameworks/threadweaver/patches/threadweaver-5.86.0.patchset diff --git a/kde-frameworks/threadweaver/threadweaver-5.80.0.recipe b/kde-frameworks/threadweaver/threadweaver-5.86.0.recipe similarity index 94% rename from kde-frameworks/threadweaver/threadweaver-5.80.0.recipe rename to kde-frameworks/threadweaver/threadweaver-5.86.0.recipe index 51c6ba23c..0830480e5 100644 --- a/kde-frameworks/threadweaver/threadweaver-5.80.0.recipe +++ b/kde-frameworks/threadweaver/threadweaver-5.86.0.recipe @@ -14,7 +14,7 @@ COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/threadweaver/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="853e4d35c8e9297407b88cf0bfc9c13871db2c5c1020276b4069352423e55daf" +CHECKSUM_SHA256="bb8c1341ece9fea7d4f1101a04479d7a18c9d682fb8454b92d7a39e8a768fe0e" PATCHES="threadweaver-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" @@ -54,6 +54,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs