kdiagram: fix python and ecm version

This commit is contained in:
Gerasim Troeglazov
2024-03-02 15:59:11 +10:00
parent 7bd3c88b48
commit 6e651edf6c

View File

@@ -2,10 +2,10 @@ SUMMARY="Powerful libraries for creating business diagrams"
DESCRIPTION="The libraries available in this KDE module are:
KChart. A library for creating business charts.
KGantt. A library for creating Gantt diagrams"
HOMEPAGE="https://github.com/KDE/kdiagram/"
HOMEPAGE="https://invent.kde.org/graphics/kdiagram/"
COPYRIGHT="2010-2021 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://download.kde.org/stable/kdiagram/$portVersion/kdiagram-$portVersion.tar.xz"
CHECKSUM_SHA256="579dad3bd1ea44b5a20c0f133ebf47622e38960f9c7c8b3a316be30a369f431f"
@@ -36,7 +36,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.93
extra_cmake_modules$secondaryArchSuffix >= 5.115
devel:libQt5Core$secondaryArchSuffix
"
BUILD_PREREQUIRES="
@@ -44,7 +44,7 @@ BUILD_PREREQUIRES="
cmd:g++$secondaryArchSuffix
cmd:lrelease$secondaryArchSuffix >= 5
cmd:make
cmd:python2
cmd:python3.10
"
BUILD()