From b5eae5c15f3cbdf299b31ac3a16551adf86d411b Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 9 May 2022 14:55:25 +1000 Subject: [PATCH] knotifications: bump version --- ....0.recipe => knotifications-5.93.0.recipe} | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) rename kde-frameworks/knotifications/{knotifications-5.86.0.recipe => knotifications-5.93.0.recipe} (84%) diff --git a/kde-frameworks/knotifications/knotifications-5.86.0.recipe b/kde-frameworks/knotifications/knotifications-5.93.0.recipe similarity index 84% rename from kde-frameworks/knotifications/knotifications-5.86.0.recipe rename to kde-frameworks/knotifications/knotifications-5.93.0.recipe index 5d6b7c786..a4450030b 100644 --- a/kde-frameworks/knotifications/knotifications-5.86.0.recipe +++ b/kde-frameworks/knotifications/knotifications-5.93.0.recipe @@ -2,11 +2,11 @@ SUMMARY="KDE Desktop notifications" DESCRIPTION="KNotification is used to notify the user of an event. \ It covers feedback and persistent events." HOMEPAGE="https://github.com/KDE/knotifications/" -COPYRIGHT="2010-2021 KDE Organisation" +COPYRIGHT="2010-2022 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/knotifications/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="b049a92cc3e5d6a9a287c66f1d79c39f9d8f093521361bb7ccb1968fe71b41d6" +CHECKSUM_SHA256="e655a5cee64e6ad2a11fd8557a6dbba8b447359ce325ed502156a70b198a064b" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -47,11 +47,11 @@ BUILD_REQUIRES=" devel:libKF5WindowSystem$secondaryArchSuffix == $portVersion devel:libphonon4qt5$secondaryArchSuffix devel:libphonon4qt5experimental$secondaryArchSuffix - devel:libQt5Core$secondaryArchSuffix >= 5.7 - devel:libQt5DBus$secondaryArchSuffix >= 5.7 - devel:libQt5Gui$secondaryArchSuffix >= 5.7 - devel:libQt5TextToSpeech$secondaryArchSuffix >= 5.7 - devel:libQt5Widgets$secondaryArchSuffix >= 5.7 + devel:libQt5Core$secondaryArchSuffix + devel:libQt5DBus$secondaryArchSuffix + devel:libQt5Gui$secondaryArchSuffix + devel:libQt5TextToSpeech$secondaryArchSuffix + devel:libQt5Widgets$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:cmake @@ -60,6 +60,11 @@ BUILD_PREREQUIRES=" cmd:make " +PATCH() +{ + sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml +} + BUILD() { mkdir -p build @@ -69,6 +74,7 @@ BUILD() -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + make $jobArgs }