From bd10b27f3ea4d8b7cd518892250f3b8216b79991 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 11 May 2022 18:31:19 +1000 Subject: [PATCH] kig: bump version --- kde-apps/kig/{kig-21.08.2.recipe => kig-22.04.0.recipe} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename kde-apps/kig/{kig-21.08.2.recipe => kig-22.04.0.recipe} (96%) diff --git a/kde-apps/kig/kig-21.08.2.recipe b/kde-apps/kig/kig-22.04.0.recipe similarity index 96% rename from kde-apps/kig/kig-21.08.2.recipe rename to kde-apps/kig/kig-22.04.0.recipe index 603e85aeb..42764bf70 100644 --- a/kde-apps/kig/kig-21.08.2.recipe +++ b/kde-apps/kig/kig-22.04.0.recipe @@ -5,11 +5,11 @@ as a drawing tool for mathematical figures. Constructions can be made with point lines, and polygons and all elements can be modified directly by using the mouse. Kig helps \ teachers and students to make conjectures and to understand how to prove geometric theorems." HOMEPAGE="https://apps.kde.org/kig/" -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/kig-$portVersion.tar.xz" -CHECKSUM_SHA256="35c6315496ea042be845624ed484631e75dafe320cb1b58f6a150021ffd7b4c4" +CHECKSUM_SHA256="6dd9e280e3f0bca4c900f9fd8ef2e138eb8f1b021adf4ffe4e29804adddc7965" SOURCE_DIR="kig-$portVersion" ADDITIONAL_FILES="kig.rdef.in" @@ -64,7 +64,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 5.86 + extra_cmake_modules$secondaryArchSuffix >= 5.93 devel:libKF5Archive$secondaryArchSuffix devel:libKF5Auth$secondaryArchSuffix devel:libKF5Bookmarks$secondaryArchSuffix @@ -97,7 +97,7 @@ BUILD_REQUIRES=" devel:libKF5WindowSystem$secondaryArchSuffix devel:libKF5XmlGui$secondaryArchSuffix devel:libkdeinit5_klauncher$secondaryArchSuffix - devel:libQt5Core$secondaryArchSuffix >= 5.15 + devel:libQt5Core$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:cmake @@ -124,6 +124,7 @@ BUILD() -DSHARE_INSTALL_PREFIX=$dataDir \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + make $jobArgs }