From 15a04097238a787436056bbd44a4fa01557906df Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 9 May 2022 13:07:25 +1000 Subject: [PATCH] kcompletion: bump version --- ...n-5.86.0.recipe => kcompletion-5.93.0.recipe} | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) rename kde-frameworks/kcompletion/{kcompletion-5.86.0.recipe => kcompletion-5.93.0.recipe} (87%) diff --git a/kde-frameworks/kcompletion/kcompletion-5.86.0.recipe b/kde-frameworks/kcompletion/kcompletion-5.93.0.recipe similarity index 87% rename from kde-frameworks/kcompletion/kcompletion-5.86.0.recipe rename to kde-frameworks/kcompletion/kcompletion-5.93.0.recipe index 4bcfcbc14..9eb8b4dc7 100644 --- a/kde-frameworks/kcompletion/kcompletion-5.86.0.recipe +++ b/kde-frameworks/kcompletion/kcompletion-5.93.0.recipe @@ -11,11 +11,11 @@ This framework helps implement this in Qt-based applications. You can use one \ of the completion-ready widgets provided by this framework, or integrate it \ into your application's other widgets directly." HOMEPAGE="https://github.com/KDE/kconfig/" -COPYRIGHT="2010-2021 KDE Organisation" +COPYRIGHT="2010-2022 KDE Organisation" LICENSE="BSD (2-clause)" REVISION="1" SOURCE_URI="https://github.com/KDE/kcompletion/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="e7eae7f7a840b5c9c42be80a63dcfd333053b7aa6d81e7b7d8b2d8bff707fce3" +CHECKSUM_SHA256="a4e2780dd3acfb0127652e42aea0c72df6f5e7c48cf20ccb168daca9dc062cb6" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -46,9 +46,9 @@ BUILD_REQUIRES=" extra_cmake_modules$secondaryArchSuffix >= $portVersion devel:libKF5ConfigGui$secondaryArchSuffix == $portVersion devel:libKF5WidgetsAddons$secondaryArchSuffix == $portVersion - devel:libQt5Core$secondaryArchSuffix >= 5.7 - devel:libQt5Gui$secondaryArchSuffix >= 5.7 - devel:libQt5Xml$secondaryArchSuffix >= 5.7 + devel:libQt5Core$secondaryArchSuffix + devel:libQt5Gui$secondaryArchSuffix + devel:libQt5Xml$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:cmake @@ -57,6 +57,11 @@ BUILD_PREREQUIRES=" cmd:make " +PATCH() +{ + sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml +} + BUILD() { mkdir -p build @@ -66,6 +71,7 @@ BUILD() -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + make $jobArgs }