From 2829a3dc33c2b40b0edc2ac1e807bbbca2e28f01 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 9 May 2022 15:11:44 +1000 Subject: [PATCH] kbookmarks: bump version --- ...5.86.0.recipe => kbookmarks-5.93.0.recipe} | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) rename kde-frameworks/kbookmarks/{kbookmarks-5.86.0.recipe => kbookmarks-5.93.0.recipe} (86%) diff --git a/kde-frameworks/kbookmarks/kbookmarks-5.86.0.recipe b/kde-frameworks/kbookmarks/kbookmarks-5.93.0.recipe similarity index 86% rename from kde-frameworks/kbookmarks/kbookmarks-5.86.0.recipe rename to kde-frameworks/kbookmarks/kbookmarks-5.93.0.recipe index e3ddf8183..8c2e35e8d 100644 --- a/kde-frameworks/kbookmarks/kbookmarks-5.86.0.recipe +++ b/kde-frameworks/kbookmarks/kbookmarks-5.93.0.recipe @@ -5,11 +5,11 @@ using the XBEL format. The most common use for bookmarks is web browsers, but this can also be \ useful in any application where local files or URLs can be saved as bookmarks." HOMEPAGE="https://github.com/KDE/kbookmarks/" -COPYRIGHT="2010-2021 KDE Organisation" +COPYRIGHT="2010-2022 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kbookmarks/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="a980489a9d747c521d445a298526f0c07865163e3b6fbb9952463c94ab7ea8ec" +CHECKSUM_SHA256="007320cc5c16c2b1bc9f5284c68698ac98d43de645ab31b7899404819d68e3b6" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -44,6 +44,11 @@ REQUIRES_devel=" kbookmarks$secondaryArchSuffix == $portVersion base " +PATCH() +{ + sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml +} + BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel extra_cmake_modules$secondaryArchSuffix >= $portVersion @@ -56,11 +61,11 @@ BUILD_REQUIRES=" devel:libKF5IconThemes$secondaryArchSuffix == $portVersion devel:libKF5WidgetsAddons$secondaryArchSuffix == $portVersion devel:libKF5XmlGui$secondaryArchSuffix == $portVersion - devel:libQt5Core$secondaryArchSuffix >= 5.7 - devel:libQt5DBus$secondaryArchSuffix >= 5.7 - devel:libQt5Gui$secondaryArchSuffix >= 5.7 - devel:libQt5Widgets$secondaryArchSuffix >= 5.7 - devel:libQt5Xml$secondaryArchSuffix >= 5.7 + devel:libQt5Core$secondaryArchSuffix + devel:libQt5DBus$secondaryArchSuffix + devel:libQt5Gui$secondaryArchSuffix + devel:libQt5Widgets$secondaryArchSuffix + devel:libQt5Xml$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:cmake @@ -78,6 +83,7 @@ BUILD() -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + make $jobArgs }