From 6e651edf6c4807070a8571189e9928f4fd39bc5e Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sat, 2 Mar 2024 15:59:11 +1000 Subject: [PATCH] kdiagram: fix python and ecm version --- dev-libs/kdiagram/kdiagram-2.8.0.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/kdiagram/kdiagram-2.8.0.recipe b/dev-libs/kdiagram/kdiagram-2.8.0.recipe index 6b4fae1ce..e3a5d1d56 100644 --- a/dev-libs/kdiagram/kdiagram-2.8.0.recipe +++ b/dev-libs/kdiagram/kdiagram-2.8.0.recipe @@ -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()