From 8369469dc2d8a40b7f80416d5f982ab5f7775aa7 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 9 May 2022 16:08:33 +1000 Subject: [PATCH] kcmutils: bump version --- ...mutils-5.86.0.recipe => kcmutils-5.93.0.recipe} | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) rename kde-frameworks/kcmutils/{kcmutils-5.86.0.recipe => kcmutils-5.93.0.recipe} (91%) diff --git a/kde-frameworks/kcmutils/kcmutils-5.86.0.recipe b/kde-frameworks/kcmutils/kcmutils-5.93.0.recipe similarity index 91% rename from kde-frameworks/kcmutils/kcmutils-5.86.0.recipe rename to kde-frameworks/kcmutils/kcmutils-5.93.0.recipe index c332b783b..4c76a46fe 100644 --- a/kde-frameworks/kcmutils/kcmutils-5.86.0.recipe +++ b/kde-frameworks/kcmutils/kcmutils-5.93.0.recipe @@ -2,11 +2,11 @@ SUMMARY="Utilities for KDE System Settings modules" DESCRIPTION="KCMUtils provides various classes to work with KCModules. \ KCModules can be created with the KConfigWidgets framework." HOMEPAGE="https://github.com/KDE/kcmutils/" -COPYRIGHT="2010-2021 KDE Organisation" +COPYRIGHT="2010-2022 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kcmutils/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="bca5d88df251e819c0f7959c00f5ed821d30573b7e3950f40a48c69eb956c099" +CHECKSUM_SHA256="0bffc6edd75fcf4822d52a82821714da11a2b7e002744b7bf4d8aac6591c5886" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -68,16 +68,21 @@ BUILD_REQUIRES=" devel:libKF5Service$secondaryArchSuffix == $portVersion devel:libKF5WidgetsAddons$secondaryArchSuffix == $portVersion devel:libKF5XmlGui$secondaryArchSuffix == $portVersion - devel:libQt5Core$secondaryArchSuffix >= 5.7 + devel:libQt5Core$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:cmake cmd:g++$secondaryArchSuffix - cmd:lrelease$secondaryArchSuffix + cmd:lrelease$secondaryArchSuffix >= 5 cmd:make cmd:python2 " +PATCH() +{ + sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml +} + BUILD() { mkdir -p build @@ -87,6 +92,7 @@ BUILD() -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + make $jobArgs }