diff --git a/kde-frameworks/kplotting/kplotting-5.86.0.recipe b/kde-frameworks/kplotting/kplotting-5.93.0.recipe similarity index 91% rename from kde-frameworks/kplotting/kplotting-5.86.0.recipe rename to kde-frameworks/kplotting/kplotting-5.93.0.recipe index a12ed6e7f..d467b3f37 100644 --- a/kde-frameworks/kplotting/kplotting-5.86.0.recipe +++ b/kde-frameworks/kplotting/kplotting-5.93.0.recipe @@ -5,13 +5,13 @@ The idea behind KPlotWidget is that you only have to specify information in 'dat units'; i.e., the natural units of the data being plotted. KPlotWidget automatically converts everything to screen pixel units." HOMEPAGE="https://github.com/KDE/kplotting/" -COPYRIGHT="2010-2021 KDE Organisation" +COPYRIGHT="2010-2022 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kplotting/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="05a93776468aa2a8d185b64a76587c9bd1aa39df31cdd2556eaddad482ce3260" +CHECKSUM_SHA256="32ad4c2d4e2b8485df23a475fb4067bb076718e831e1faeae809ab96f89c6489" -ARCHITECTURES="all ?x86_gcc2" +ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" PROVIDES=" @@ -74,9 +74,15 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" cmd:cmake cmd:g++$secondaryArchSuffix + cmd:lrelease$secondaryArchSuffix >= 5 cmd:make " +PATCH() +{ + sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml +} + BUILD() { mkdir -p build @@ -86,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 }