From e5371ea8e6a6ce3b54fca1749ea269e268d011a7 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 9 May 2022 22:17:48 +1000 Subject: [PATCH] plasma: bump version --- ...plasma-5.86.0.recipe => plasma-5.93.0.recipe} | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) rename kde-frameworks/plasma/{plasma-5.86.0.recipe => plasma-5.93.0.recipe} (93%) diff --git a/kde-frameworks/plasma/plasma-5.86.0.recipe b/kde-frameworks/plasma/plasma-5.93.0.recipe similarity index 93% rename from kde-frameworks/plasma/plasma-5.86.0.recipe rename to kde-frameworks/plasma/plasma-5.93.0.recipe index bc350d9b4..e60a3db1e 100644 --- a/kde-frameworks/plasma/plasma-5.86.0.recipe +++ b/kde-frameworks/plasma/plasma-5.93.0.recipe @@ -1,14 +1,14 @@ SUMMARY="Foundational libraries, components, and tools of the Plasma workspaces" DESCRIPTION="Plasma library and runtime components based upon KF5 and Qt5." HOMEPAGE="https://github.com/KDE/plasma-framework/" -COPYRIGHT="2010-2021 KDE Organisation" +COPYRIGHT="2010-2022 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/kde/plasma-framework/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="a66db19842eec360175742a0a900a8ff740d3ae89d5e56c7548fe9d56198126e" +CHECKSUM_SHA256="5b6f652e9c4e427d7f2759a2e5951cb4190f3ec235ce2f5ec6e9a74a41dadd27" SOURCE_DIR="plasma-framework-$portVersion" -ARCHITECTURES="all ?x86_gcc2" +ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" PROVIDES=" @@ -94,15 +94,20 @@ BUILD_REQUIRES=" devel:libKF5WidgetsAddons$secondaryArchSuffix == $portVersion devel:libKF5WindowSystem$secondaryArchSuffix == $portVersion devel:libKF5XmlGui$secondaryArchSuffix == $portVersion - devel:libQt5Core$secondaryArchSuffix >= 5.15 + devel:libQt5Core$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:cmake cmd:g++$secondaryArchSuffix - cmd:qdbuscpp2xml$secondaryArchSuffix + cmd:qdbuscpp2xml$secondaryArchSuffix >= 5 cmd:make " +PATCH() +{ + sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml +} + BUILD() { mkdir -p build @@ -113,6 +118,7 @@ BUILD() -DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + make $jobArgs }