mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
ki18n: bump (#6632)
This commit is contained in:
@@ -9,11 +9,11 @@ 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-2021 KDE Organisation"
|
||||
COPYRIGHT="2010-2022 KDE Organisation"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/KDE/ki18n/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="6b082dca1f7c07c36e4013d239a98b8c5059ee4f68e5e0aa0088acdaab269738"
|
||||
CHECKSUM_SHA256="f2f7036c36714be589da3a66708e37e4363112ef55790f8362148d65114aa6f9"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -21,6 +21,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
PROVIDES="
|
||||
ki18n$secondaryArchSuffix = $portVersion
|
||||
lib:libKF5I18n$secondaryArchSuffix = $portVersion compat >= 5
|
||||
lib:libKF5I18nLocaleData$secondaryArchSuffix = $portVersion compat >= 5
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -31,6 +32,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
ki18n${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libKF5I18n$secondaryArchSuffix = $portVersion compat >= 5
|
||||
devel:libKF5I18nLocaleData$secondaryArchSuffix = $portVersion compat >= 5
|
||||
"
|
||||
REQUIRES_devel="
|
||||
ki18n$secondaryArchSuffix == $portVersion base
|
||||
@@ -68,7 +70,7 @@ INSTALL()
|
||||
make install
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libKF5I18n
|
||||
libKF5I18n libKF5I18nLocaleData
|
||||
|
||||
packageEntries devel \
|
||||
$libDir/cmake \
|
||||
Reference in New Issue
Block a user