diff --git a/kde-frameworks/kiconthemes/kiconthemes-5.86.0.recipe b/kde-frameworks/kiconthemes/kiconthemes-5.93.0.recipe similarity index 88% rename from kde-frameworks/kiconthemes/kiconthemes-5.86.0.recipe rename to kde-frameworks/kiconthemes/kiconthemes-5.93.0.recipe index 45b409eef..07289512f 100644 --- a/kde-frameworks/kiconthemes/kiconthemes-5.86.0.recipe +++ b/kde-frameworks/kiconthemes/kiconthemes-5.93.0.recipe @@ -11,11 +11,11 @@ used to create selected/disabled icon images. Other classes in this repository are used internally by the icon theme \ configuration dialogs, and should not be used by applications." HOMEPAGE="https://github.com/KDE/kiconthemes/" -COPYRIGHT="2010-2021 KDE Organisation" +COPYRIGHT="2010-2022 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kiconthemes/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="2bb663200ce20e558675406426dec6aff6cc68076ff77be3fdf706dca9c62ff3" +CHECKSUM_SHA256="6838364e6c57af245eb5a758586d1992d4cff23d7bd9093636587ee1a5d07b3b" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -65,11 +65,11 @@ BUILD_REQUIRES=" devel:libKF5I18n$secondaryArchSuffix == $portVersion devel:libKF5ItemViews$secondaryArchSuffix == $portVersion devel:libKF5WidgetsAddons$secondaryArchSuffix == $portVersion - devel:libQt5Core$secondaryArchSuffix >= 5.7 - devel:libQt5Gui$secondaryArchSuffix >= 5.7 - devel:libQt5Svg$secondaryArchSuffix >= 5.7 - devel:libQt5Widgets$secondaryArchSuffix >= 5.7 - devel:libQt5Xml$secondaryArchSuffix >= 5.7 + devel:libQt5Core$secondaryArchSuffix + devel:libQt5Gui$secondaryArchSuffix + devel:libQt5Svg$secondaryArchSuffix + devel:libQt5Widgets$secondaryArchSuffix + devel:libQt5Xml$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:cmake @@ -79,6 +79,11 @@ BUILD_PREREQUIRES=" cmd:python2 " +PATCH() +{ + sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml +} + BUILD() { mkdir -p build @@ -88,6 +93,7 @@ BUILD() -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + make $jobArgs }