kig: bump version

This commit is contained in:
Gerasim Troeglazov
2022-05-11 18:31:19 +10:00
parent 6206710147
commit bd10b27f3e

View File

@@ -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
}