From 5f621ed3004bbae90f8da5a487769c8c72c986f2 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 11 May 2022 12:09:28 +1000 Subject: [PATCH] kcontacts: bump version --- .../{kcontacts-5.86.0.recipe => kcontacts-5.93.0.recipe} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename kde-apps/kcontacts/{kcontacts-5.86.0.recipe => kcontacts-5.93.0.recipe} (89%) diff --git a/kde-apps/kcontacts/kcontacts-5.86.0.recipe b/kde-apps/kcontacts/kcontacts-5.93.0.recipe similarity index 89% rename from kde-apps/kcontacts/kcontacts-5.86.0.recipe rename to kde-apps/kcontacts/kcontacts-5.93.0.recipe index 2b6d2f519..17a68326e 100644 --- a/kde-apps/kcontacts/kcontacts-5.86.0.recipe +++ b/kde-apps/kcontacts/kcontacts-5.93.0.recipe @@ -1,11 +1,11 @@ SUMMARY="Address book API based on KDE Frameworks" DESCRIPTION="KContact library provides vcard support." HOMEPAGE="https://github.com/KDE/kcontacts/" -COPYRIGHT="2010-2021 KDE Organisation" +COPYRIGHT="2010-2022 KDE Organisation" LICENSE="GNU LGPL v2.1" REVISION="1" SOURCE_URI="https://github.com/KDE/kcontacts/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="d1d998f6fb7621ea1176bb8bbf6d9205dccf8109b9690de9a321d7e6f9792ac5" +CHECKSUM_SHA256="8de1fdf871f29f6a29111e48a335ace9fc95c1c4469e71f26c8c51b33559091b" SOURCE_DIR="kcontacts-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -41,13 +41,13 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 5.86 + extra_cmake_modules$secondaryArchSuffix >= 5.93 devel:libKF5Codecs$secondaryArchSuffix devel:libKF5ConfigCore$secondaryArchSuffix devel:libKF5ConfigWidgets$secondaryArchSuffix devel:libKF5CoreAddons$secondaryArchSuffix devel:libKF5I18n$secondaryArchSuffix - devel:libQt5Core$secondaryArchSuffix >= 5.15 + devel:libQt5Core$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:cmake @@ -66,6 +66,7 @@ BUILD() -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + make $jobArgs }