From af5c8d891755f2192acb746fc395d0def73a1373 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 11 May 2022 17:16:10 +1000 Subject: [PATCH] kcalc: bump version --- .../kcalc/{kcalc-21.08.2.recipe => kcalc-22.04.0.recipe} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename kde-apps/kcalc/{kcalc-21.08.2.recipe => kcalc-22.04.0.recipe} (95%) diff --git a/kde-apps/kcalc/kcalc-21.08.2.recipe b/kde-apps/kcalc/kcalc-22.04.0.recipe similarity index 95% rename from kde-apps/kcalc/kcalc-21.08.2.recipe rename to kde-apps/kcalc/kcalc-22.04.0.recipe index 000ddba63..e5654a27a 100644 --- a/kde-apps/kcalc/kcalc-21.08.2.recipe +++ b/kde-apps/kcalc/kcalc-22.04.0.recipe @@ -7,11 +7,11 @@ DESCRIPTION="KCalc has everything you would expect from a scientific calculator, * The display colors and font are configurable, aiding usability * The use of key-bindings make it easy to use without a pointing device." HOMEPAGE="https://apps.kde.org/en/kcalc" -COPYRIGHT="2010-2021 KDE Organisation" +COPYRIGHT="2010-2022 KDE Organisation" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kcalc-$portVersion.tar.xz" -CHECKSUM_SHA256="373146cb5a9adec7c811c2dd1f3235027ebae01e433b778b8a516cf50f1f2205" +CHECKSUM_SHA256="2f57466f9bcdc08854df9a07fced3594b81bde6e3aa4a382ba42ac1d2ae6e7bd" SOURCE_DIR="kcalc-$portVersion" ADDITIONAL_FILES="kcalc.rdef.in" @@ -59,7 +59,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 5.86 + extra_cmake_modules$secondaryArchSuffix >= 5.93 devel:libgmp$secondaryArchSuffix devel:libkdeinit5_klauncher$secondaryArchSuffix devel:libKF5Archive$secondaryArchSuffix @@ -85,7 +85,7 @@ BUILD_REQUIRES=" devel:libKF5WindowSystem$secondaryArchSuffix devel:libKF5XmlGui$secondaryArchSuffix devel:libmpfr$secondaryArchSuffix - devel:libQt5Core$secondaryArchSuffix >= 5.15 + devel:libQt5Core$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:cmake @@ -112,6 +112,7 @@ BUILD() -DCMAKE_INSTALL_DATAROOTDIR=$dataDir \ -DSHARE_INSTALL_PREFIX=$dataDir \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + make $jobArgs }