ki18n: bump version

This commit is contained in:
Gerasim Troeglazov
2024-02-29 21:02:02 +10:00
parent 8725eb2ca0
commit a03743f891

View File

@@ -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()