From 88692d4b7ef4f56d1b69e533908e216b40f7c083 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 9 May 2022 13:03:25 +1000 Subject: [PATCH] kauth: bump version --- .../{kauth-5.86.0.recipe => kauth-5.93.0.recipe} | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) rename kde-frameworks/kauth/{kauth-5.86.0.recipe => kauth-5.93.0.recipe} (87%) diff --git a/kde-frameworks/kauth/kauth-5.86.0.recipe b/kde-frameworks/kauth/kauth-5.93.0.recipe similarity index 87% rename from kde-frameworks/kauth/kauth-5.86.0.recipe rename to kde-frameworks/kauth/kauth-5.93.0.recipe index a49520acf..83d3f95e0 100644 --- a/kde-frameworks/kauth/kauth-5.86.0.recipe +++ b/kde-frameworks/kauth/kauth-5.93.0.recipe @@ -3,11 +3,11 @@ DESCRIPTION="KAuth provides a convenient, system-integrated way to offload \ actions that need to be performed as a privileged user (root, for example) \ to small (hopefully secure) helper utilities." HOMEPAGE="https://github.com/KDE/kauth/" -COPYRIGHT="2010-2021 KDE Organisation" +COPYRIGHT="2010-2022 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kauth/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="d5cbb46a915d72cb9a74a3b71e8f883d56b3d302bef84f3693eef401c90d17f2" +CHECKSUM_SHA256="60d2e7869237bcd077ec701120ad42bb310e380f0d9c8d54c5818e50a6ba5f1e" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -37,7 +37,7 @@ BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel extra_cmake_modules$secondaryArchSuffix >= $portVersion devel:libKF5CoreAddons$secondaryArchSuffix == $portVersion - devel:libQt5Core$secondaryArchSuffix >= 5.7 + devel:libQt5Core$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:cmake @@ -46,6 +46,11 @@ BUILD_PREREQUIRES=" cmd:make " +PATCH() +{ + sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml +} + BUILD() { mkdir -p build @@ -56,6 +61,7 @@ BUILD() -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + make $jobArgs }