From cfe3a4a3aa7d322f06971febdb53e8825a5d61e3 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 9 May 2022 21:43:24 +1000 Subject: [PATCH] kpeople: bump version --- .../{kpeople-5.86.0.recipe => kpeople-5.93.0.recipe} | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) rename kde-frameworks/kpeople/{kpeople-5.86.0.recipe => kpeople-5.93.0.recipe} (93%) diff --git a/kde-frameworks/kpeople/kpeople-5.86.0.recipe b/kde-frameworks/kpeople/kpeople-5.93.0.recipe similarity index 93% rename from kde-frameworks/kpeople/kpeople-5.86.0.recipe rename to kde-frameworks/kpeople/kpeople-5.93.0.recipe index 2cbdcbc60..25409368a 100644 --- a/kde-frameworks/kpeople/kpeople-5.86.0.recipe +++ b/kde-frameworks/kpeople/kpeople-5.93.0.recipe @@ -5,11 +5,11 @@ them by person while still exposing all the data. Furthermore, KPeople will also provide facilities to integrate the data provided \ in user interfaces by providing QML and Qt Widgets components." HOMEPAGE="https://github.com/KDE/kpeople/" -COPYRIGHT="2010-2021 KDE Organisation" +COPYRIGHT="2010-2022 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kpeople/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="c7f290986df2c154d14dde61e4a36c02ff729fe3347372f093adfd56311557be" +CHECKSUM_SHA256="50bbc61956ab3a5fc5989a5a4e9a297913c44a9fe9ef5b966c667aba589c79d2" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -73,7 +73,7 @@ BUILD_REQUIRES=" devel:libKF5Service$secondaryArchSuffix == $portVersion devel:libKF5WidgetsAddons$secondaryArchSuffix == $portVersion devel:libKF5XmlGui$secondaryArchSuffix == $portVersion - devel:libQt5Core$secondaryArchSuffix >= 5.15 + devel:libQt5Core$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:cmake @@ -82,6 +82,11 @@ BUILD_PREREQUIRES=" cmd:qdbuscpp2xml$secondaryArchSuffix >= 5 " +PATCH() +{ + sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml +} + BUILD() { mkdir -p build @@ -93,6 +98,7 @@ BUILD() -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + make $jobArgs }