From c544137fa6ababcbea3773ea8507fbf7d95bf11f Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 9 May 2022 11:58:29 +1000 Subject: [PATCH] kguiaddons: bump version --- ...addons-5.91.0.recipe => kguiaddons-5.93.0.recipe} | 12 +++++++++--- ...ns-5.91.0.patchset => kguiaddons-5.93.0.patchset} | 0 2 files changed, 9 insertions(+), 3 deletions(-) rename kde-frameworks/kguiaddons/{kguiaddons-5.91.0.recipe => kguiaddons-5.93.0.recipe} (86%) rename kde-frameworks/kguiaddons/patches/{kguiaddons-5.91.0.patchset => kguiaddons-5.93.0.patchset} (100%) diff --git a/kde-frameworks/kguiaddons/kguiaddons-5.91.0.recipe b/kde-frameworks/kguiaddons/kguiaddons-5.93.0.recipe similarity index 86% rename from kde-frameworks/kguiaddons/kguiaddons-5.91.0.recipe rename to kde-frameworks/kguiaddons/kguiaddons-5.93.0.recipe index 559b8df97..59a3a79ff 100644 --- a/kde-frameworks/kguiaddons/kguiaddons-5.91.0.recipe +++ b/kde-frameworks/kguiaddons/kguiaddons-5.93.0.recipe @@ -6,7 +6,7 @@ COPYRIGHT="2010-2022 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kguiaddons/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="6ce9157ab32067711966842fbce0f9ab72d57765cf145c763b4dbfb89259f813" +CHECKSUM_SHA256="a0fd6fcf38d6b6762193d6b0e709948bc4185404854191adf707fb5ba8453a10" PATCHES="kguiaddons-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" @@ -34,8 +34,8 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel extra_cmake_modules$secondaryArchSuffix >= $portVersion - devel:libQt5Core$secondaryArchSuffix >= 5.7 - devel:libQt5Gui$secondaryArchSuffix >= 5.7 + devel:libQt5Core$secondaryArchSuffix + devel:libQt5Gui$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:cmake @@ -43,6 +43,11 @@ BUILD_PREREQUIRES=" cmd:make " +PATCH() +{ + sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml +} + BUILD() { mkdir -p build @@ -52,6 +57,7 @@ BUILD() -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + make $jobArgs } diff --git a/kde-frameworks/kguiaddons/patches/kguiaddons-5.91.0.patchset b/kde-frameworks/kguiaddons/patches/kguiaddons-5.93.0.patchset similarity index 100% rename from kde-frameworks/kguiaddons/patches/kguiaddons-5.91.0.patchset rename to kde-frameworks/kguiaddons/patches/kguiaddons-5.93.0.patchset