step: bump version

This commit is contained in:
Gerasim Troeglazov
2022-05-11 20:19:51 +10:00
parent 9599da0725
commit 8afe3858f3
2 changed files with 5 additions and 4 deletions

View File

@@ -30,11 +30,11 @@ custom keyboard shortcuts)
* Collection of example experiments, more can be downloaded with KNewStuff
* Integrated tutorials."
HOMEPAGE="https://apps.kde.org/ru/step"
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/step-$portVersion.tar.xz"
CHECKSUM_SHA256="593c66694905ba9696cfe25e375bec7a4935ee3418ba33da3c047198860e8196"
CHECKSUM_SHA256="cbe614551808e31c6940c18e7a0d2b4a4eddc15a4d5c3ec671a6bc87de5cff00"
SOURCE_DIR="step-$portVersion"
PATCHES="step-$portVersion.patchset"
ADDITIONAL_FILES="step.rdef.in"
@@ -89,7 +89,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.86
extra_cmake_modules$secondaryArchSuffix >= 5.93
devel:eigen$secondaryArchSuffix
devel:libgsl$secondaryArchSuffix
devel:libKF5Archive$secondaryArchSuffix
@@ -124,7 +124,7 @@ BUILD_REQUIRES="
devel:libKF5WidgetsAddons$secondaryArchSuffix
devel:libKF5WindowSystem$secondaryArchSuffix
devel:libKF5XmlGui$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix >= 5.15
devel:libQt5Core$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:cmake
@@ -151,6 +151,7 @@ BUILD()
-DCMAKE_INSTALL_DATAROOTDIR=$dataDir \
-DSHARE_INSTALL_PREFIX=$dataDir \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
make $jobArgs
}