mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
kosmindoormap_kf6, bump to 25.08.3 (#13407)
25.12.0 and up require Qt >= 6.8
This commit is contained in:
@@ -6,7 +6,7 @@ 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="46151160bfce5f855e4df6febbdf9e4887f4addd745749dd0888aa9a12d121cb"
|
||||
CHECKSUM_SHA256="1a2ce2c3e514bfe01e7b1fde943bf099121cad82a88f444bdac03b57509be3df"
|
||||
SOURCE_DIR="kosmindoormap-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -23,10 +23,12 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
cmd:osmconvert
|
||||
lib:libDetour$secondaryArchSuffix
|
||||
lib:libGL$secondaryArchSuffix
|
||||
lib:libKirigamiAddonsStatefulApp$secondaryArchSuffix
|
||||
lib:libKOpeningHours$secondaryArchSuffix
|
||||
lib:libprotobuf$secondaryArchSuffix
|
||||
lib:libRecast$secondaryArchSuffix
|
||||
# Qt6
|
||||
lib:libQt6Core$secondaryArchSuffix
|
||||
@@ -49,9 +51,10 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
# osmctools$secondaryArchSuffix
|
||||
devel:libDetour$secondaryArchSuffix
|
||||
devel:libKirigamiAddonsStatefulApp$secondaryArchSuffix
|
||||
devel:libKOpeningHours$secondaryArchSuffix
|
||||
devel:libKPublicTransport$secondaryArchSuffix
|
||||
devel:libprotobuf$secondaryArchSuffix >= 31
|
||||
devel:libRecast$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
@@ -61,8 +64,6 @@ BUILD_REQUIRES="
|
||||
devel:libKF6CoreAddons$secondaryArchSuffix
|
||||
devel:libKF6I18n$secondaryArchSuffix
|
||||
devel:libKF6Service$secondaryArchSuffix
|
||||
devel:libKOpeningHours$secondaryArchSuffix
|
||||
devel:libKPublicTransport$secondaryArchSuffix
|
||||
# Qt6
|
||||
devel:libQt6Core$secondaryArchSuffix
|
||||
devel:libQt6Gui$secondaryArchSuffix
|
||||
@@ -77,19 +78,14 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:msgfmt$secondaryArchSuffix
|
||||
cmd:msgmerge$secondaryArchSuffix
|
||||
# cmd:osmconvert
|
||||
cmd:osmconvert
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
# cmd:rsync
|
||||
# cmd:wget
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
|
||||
$cmakeDirArgs \
|
||||
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt6 \
|
||||
-DKDE_INSTALL_QMLDIR=$dataDir/Qt6/qml \
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
|
||||
-DBUILD_TESTING=OFF
|
||||
|
||||
make -C build $jobArgs
|
||||
Reference in New Issue
Block a user