From 850f50d3b40dbbe792afcd274955355e26684bc4 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 9 May 2022 14:27:24 +1000 Subject: [PATCH] kemoticons: bump version --- ...ns-5.86.0.recipe => kemoticons-5.93.0.recipe} | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) rename kde-frameworks/kemoticons/{kemoticons-5.86.0.recipe => kemoticons-5.93.0.recipe} (86%) diff --git a/kde-frameworks/kemoticons/kemoticons-5.86.0.recipe b/kde-frameworks/kemoticons/kemoticons-5.93.0.recipe similarity index 86% rename from kde-frameworks/kemoticons/kemoticons-5.86.0.recipe rename to kde-frameworks/kemoticons/kemoticons-5.93.0.recipe index 0e28e2ead..738cdb450 100644 --- a/kde-frameworks/kemoticons/kemoticons-5.86.0.recipe +++ b/kde-frameworks/kemoticons/kemoticons-5.93.0.recipe @@ -3,11 +3,11 @@ DESCRIPTION="KEmoticons converts emoticons from text to a graphical \ representation with images in HTML. It supports setting different themes \ for emoticons coming from different providers." HOMEPAGE="https://github.com/KDE/kemoticons/" -COPYRIGHT="2010-2021 KDE Organisation" +COPYRIGHT="2010-2022 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kemoticons/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="6ab37726ba16f9756211393c9256128823e452b1efadde9416b2052cdd5a43ad" +CHECKSUM_SHA256="139b929b5a41ec7a98ac76436ff21cb9e6253e95258c16a21150d79256c2599e" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -42,9 +42,9 @@ BUILD_REQUIRES=" devel:libKF5ConfigCore$secondaryArchSuffix == $portVersion devel:libKF5CoreAddons$secondaryArchSuffix == $portVersion devel:libKF5Service$secondaryArchSuffix == $portVersion - devel:libQt5Core$secondaryArchSuffix >= 5.7 - devel:libQt5DBus$secondaryArchSuffix >= 5.7 - devel:libQt5Gui$secondaryArchSuffix >= 5.7 + devel:libQt5Core$secondaryArchSuffix + devel:libQt5DBus$secondaryArchSuffix + devel:libQt5Gui$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:cmake @@ -53,6 +53,11 @@ BUILD_PREREQUIRES=" cmd:make " +PATCH() +{ + sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml +} + BUILD() { mkdir -p build @@ -63,6 +68,7 @@ BUILD() -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + make $jobArgs }