kosmindoormap_kf6, more cleanup (#12348)

This commit is contained in:
Schrijvers Luc
2025-05-08 13:07:15 +02:00
committed by GitHub
parent 27438be538
commit 630c52500e

View File

@@ -4,7 +4,7 @@ a (large) train station."
HOMEPAGE="https://invent.kde.org/libraries/kosmindoormap"
COPYRIGHT="2010-2025 KDE Organisation"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kosmindoormap-$portVersion.tar.xz"
CHECKSUM_SHA256="b85994daf6f71629281774825e09aee1b014813a9741ed98b70baff3cf56ab50"
SOURCE_DIR="kosmindoormap-$portVersion"
@@ -26,10 +26,11 @@ REQUIRES="
lib:libDetour$secondaryArchSuffix
lib:libGL$secondaryArchSuffix
lib:libKOpeningHours$secondaryArchSuffix
lib:libRecast$secondaryArchSuffix
# Qt6
lib:libQt6Core$secondaryArchSuffix
lib:libQt6Gui$secondaryArchSuffix
lib:libQt6Network$secondaryArchSuffix
lib:libRecast$secondaryArchSuffix
"
REPLACES="
kosmindoormap24$secondaryArchSuffix
@@ -47,22 +48,24 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix
# osmctools$secondaryArchSuffix
devel:libDetour$secondaryArchSuffix
devel:libprotobuf$secondaryArchSuffix >= 31
devel:libRecast$secondaryArchSuffix
devel:libz$secondaryArchSuffix
# KF6
extra_cmake_modules$secondaryArchSuffix
devel:libKF6ConfigCore$secondaryArchSuffix
devel:libKF6CoreAddons$secondaryArchSuffix
devel:libKF6I18n$secondaryArchSuffix
devel:libKF6Service$secondaryArchSuffix
devel:libKOpeningHours$secondaryArchSuffix
devel:libKPublicTransport$secondaryArchSuffix
devel:libprotobuf$secondaryArchSuffix >= 31
# Qt6
devel:libQt6Core$secondaryArchSuffix
devel:libQt6Gui$secondaryArchSuffix
devel:libQt6Network$secondaryArchSuffix
devel:libQt6Qml$secondaryArchSuffix
devel:libRecast$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:bison
@@ -94,6 +97,9 @@ INSTALL()
{
make -C build install
# cleanup
rm -rf $dataDir/qlogging-categories6
prepareInstalledDevelLibs \
libKOSM \
libKOSMIndoorMap \