From a03743f891a9295f5d877835cae70722c7387e4e Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Thu, 29 Feb 2024 21:02:02 +1000 Subject: [PATCH] ki18n: bump version --- .../{ki18n-5.93.0.recipe => ki18n-5.115.0.recipe} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) rename kde-frameworks/ki18n/{ki18n-5.93.0.recipe => ki18n-5.115.0.recipe} (86%) diff --git a/kde-frameworks/ki18n/ki18n-5.93.0.recipe b/kde-frameworks/ki18n/ki18n-5.115.0.recipe similarity index 86% rename from kde-frameworks/ki18n/ki18n-5.93.0.recipe rename to kde-frameworks/ki18n/ki18n-5.115.0.recipe index 37339d9b6..11efeba4c 100644 --- a/kde-frameworks/ki18n/ki18n-5.93.0.recipe +++ b/kde-frameworks/ki18n/ki18n-5.115.0.recipe @@ -8,12 +8,12 @@ KI18n provides additional functionality as well, for both programmers and \ translators, which can help to achieve a higher overall quality of source \ and translated text. This includes argument capturing, customizable markup, \ and translation scripting." -HOMEPAGE="https://github.com/KDE/ki18n/" -COPYRIGHT="2010-2022 KDE Organisation" +HOMEPAGE="https://invent.kde.org/frameworks/ki18n/" +COPYRIGHT="2010-2024 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" -SOURCE_URI="https://github.com/KDE/ki18n/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="f2b407c6af118d5b4bb8b549f65bea49b5e2a128ede261e7074bb96fe2f65443" +SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/ki18n-${portVersion}.tar.xz" +CHECKSUM_SHA256="d4fc34762137b5f90df78294370ffb345b6932552137359d15cdd157dbd7d6fd" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -41,13 +41,14 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel extra_cmake_modules$secondaryArchSuffix >= $portVersion + devel:libintl$secondaryArchSuffix devel:libQt5Core$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:cmake cmd:g++$secondaryArchSuffix cmd:make - cmd:python2 + cmd:python3.10 " PATCH()