From e1dcd5ec26465535b1658f287a092965bcea8b9b Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 9 May 2022 14:07:05 +1000 Subject: [PATCH] kconfigwidgets: bump version --- ....0.recipe => kconfigwidgets-5.93.0.recipe} | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) rename kde-frameworks/kconfigwidgets/{kconfigwidgets-5.86.0.recipe => kconfigwidgets-5.93.0.recipe} (87%) diff --git a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.86.0.recipe b/kde-frameworks/kconfigwidgets/kconfigwidgets-5.93.0.recipe similarity index 87% rename from kde-frameworks/kconfigwidgets/kconfigwidgets-5.86.0.recipe rename to kde-frameworks/kconfigwidgets/kconfigwidgets-5.93.0.recipe index a1a33b998..83822f9a4 100644 --- a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.86.0.recipe +++ b/kde-frameworks/kconfigwidgets/kconfigwidgets-5.93.0.recipe @@ -3,11 +3,11 @@ DESCRIPTION="KConfigWidgets provides easy-to-use classes to create \ configuration dialogs, as well as a set of widgets which uses KConfig \ to store their settings." HOMEPAGE="https://github.com/KDE/kconfigwidgets/" -COPYRIGHT="2010-2021 KDE Organisation" +COPYRIGHT="2010-2022 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kconfigwidgets/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="43fbd2a4be2a67e33a01cf439f573c13a588bb2050dd9896aebe7c3dc2745b9e" +CHECKSUM_SHA256="3670a0440cee22c2ace4ee696b1778b43b09717e936e3ad709c2a901b870006d" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -50,7 +50,7 @@ BUILD_REQUIRES=" devel:libKF5GuiAddons$secondaryArchSuffix == $portVersion devel:libKF5I18n$secondaryArchSuffix == $portVersion devel:libKF5WidgetsAddons$secondaryArchSuffix == $portVersion - devel:libQt5Core$secondaryArchSuffix >= 5.7 + devel:libQt5Core$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:cmake @@ -60,12 +60,16 @@ BUILD_PREREQUIRES=" cmd:python2 " +PATCH() +{ + sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml + # disable docs generation until libxml package is fixed + sed -e 's/add/#add/g' -i $sourceDir/docs/CMakeLists.txt + sed -e 's/kdoctools/#kdoctool/g' -i $sourceDir/CMakeLists.txt +} + BUILD() { - # disable docs generation until libxml package is fixed - sed -i s/add/#add/g docs/CMakeLists.txt - sed -i s/kdoctools/#kdoctool/g CMakeLists.txt - mkdir -p build cd build @@ -73,6 +77,7 @@ BUILD() -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + make $jobArgs }