step: bump version

This commit is contained in:
Gerasim Troeglazov
2024-03-04 20:02:48 +10:00
parent 82af8a4af4
commit 1a083d93c5
2 changed files with 6 additions and 28 deletions

View File

@@ -1,22 +0,0 @@
From 24d22bd4051a3db41dd73aff9131d9251d11ae79 Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Thu, 4 Mar 2021 23:27:22 +1000
Subject: Fix install
diff --git a/step/CMakeLists.txt b/step/CMakeLists.txt
index a60df48..971685c 100644
--- a/step/CMakeLists.txt
+++ b/step/CMakeLists.txt
@@ -84,6 +84,8 @@ target_link_libraries(step
Qt5::Widgets
${qalculate_LIBS})
+set(KDE_INSTALL_KNSRCDIR ${CMAKE_INSTALL_DATADIR}/knsrcfiles)
+
install(TARGETS step ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
install(FILES step.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})
install(FILES stepui.rc DESTINATION ${KDE_INSTALL_KXMLGUI5DIR}/step)
--
2.30.0

View File

@@ -30,13 +30,12 @@ custom keyboard shortcuts)
* Collection of example experiments, more can be downloaded with KNewStuff
* Integrated tutorials."
HOMEPAGE="https://apps.kde.org/ru/step"
COPYRIGHT="2010-2022 KDE Organisation"
COPYRIGHT="2010-2024 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="cbe614551808e31c6940c18e7a0d2b4a4eddc15a4d5c3ec671a6bc87de5cff00"
SOURCE_DIR="step-$portVersion"
PATCHES="step-$portVersion.patchset"
CHECKSUM_SHA256="b5db4e31c9c5d50d61c6c5664e73e902851de1b3867926c99f1b47252dfd4e51"
#PATCHES="step-$portVersion.patchset"
ADDITIONAL_FILES="step.rdef.in"
ARCHITECTURES="all !x86_gcc2"
@@ -89,7 +88,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.93
extra_cmake_modules$secondaryArchSuffix
devel:eigen$secondaryArchSuffix
devel:libgsl$secondaryArchSuffix
devel:libKF5Archive$secondaryArchSuffix
@@ -132,7 +131,8 @@ BUILD_PREREQUIRES="
cmd:lrelease$secondaryArchSuffix >= 5
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:update_mime_database$secondaryArchSuffix
cmd:python3
cmd:update_mime_database$secondaryArchSuffix
"
BUILD()