mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
kosmindoormap, bump KF6 version (#11778)
This commit is contained in:
@@ -2,11 +2,11 @@ SUMMARY="OSM multi-floor indoor map renderer"
|
||||
DESCRIPTION="A library and QML component for rendering multi-level OSM indoor maps of for example \
|
||||
a (large) train station."
|
||||
HOMEPAGE="https://invent.kde.org/libraries/kosmindoormap"
|
||||
COPYRIGHT="2010-2024 KDE Organisation"
|
||||
COPYRIGHT="2010-2025 KDE Organisation"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kosmindoormap-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="f2a648d8dab8e568448fddcddd2bcc76387b6231cd6aca355030491aa6a336c1"
|
||||
CHECKSUM_SHA256="8a43b2e157727e44ac4a3ee81ac7049a8a6a425bcb4257b3e824f615cdc2fcee"
|
||||
SOURCE_DIR="kosmindoormap-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -16,7 +16,7 @@ libVersion="$portVersion"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
kosmindoormap24$secondaryArchSuffix = $portVersion
|
||||
kosmindoormap_kf6$secondaryArchSuffix = $portVersion
|
||||
lib:libKOSM$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libKOSMIndoorMap$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libKOSMIndoorRouting$secondaryArchSuffix = $libVersionCompat
|
||||
@@ -31,15 +31,18 @@ REQUIRES="
|
||||
lib:libQt6Network$secondaryArchSuffix
|
||||
lib:libRecast$secondaryArchSuffix
|
||||
"
|
||||
REPLACES="
|
||||
kosmindoormap24$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
kosmindoormap24${secondaryArchSuffix}_devel = $portVersion
|
||||
kosmindoormap_kf6${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libKOSM$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libKOSMIndoorMap$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libKOSMIndoorRouting$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
kosmindoormap24$secondaryArchSuffix == $portVersion base
|
||||
kosmindoormap_kf6$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
Reference in New Issue
Block a user