itinerary, bump to 25.08.3 (#13410)

25.12.0 and up require Qt >= 6.8
This commit is contained in:
Schrijvers Luc
2025-12-20 07:35:20 +01:00
committed by GitHub
parent d355d6755f
commit da99ebd9ef
2 changed files with 5 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ COPYRIGHT="2010-2025 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/itinerary-$portVersion.tar.xz"
CHECKSUM_SHA256="1f2c10c1f47a5919f447accdf60997038a528a66b8ee172fcc184dd2bd2f2716"
CHECKSUM_SHA256="28f8cef47f949ce48326f6d2882d58c1c797a6e324c51f5d3510e7db22161f87"
PATCHES="itinerary-$portVersion.patchset"
ADDITIONAL_FILES="applications-development-symbolic.svg
itinerary.rdef.in"
@@ -29,6 +29,7 @@ REQUIRES="
lib:libKOSMIndoorMap$secondaryArchSuffix
lib:libKPublicTransport$secondaryArchSuffix
lib:libolm$secondaryArchSuffix
lib:libQCoro6Core$secondaryArchSuffix
lib:libQt6Keychain$secondaryArchSuffix
lib:libQuotientQt6$secondaryArchSuffix
lib:libz$secondaryArchSuffix
@@ -57,7 +58,7 @@ REQUIRES="
lib:libQt6DBus$secondaryArchSuffix
lib:libQt6Gui$secondaryArchSuffix
lib:libQt6Location$secondaryArchSuffix
# lib:libQt6Multimedia$secondaryArchSuffix
lib:libQt6Multimedia$secondaryArchSuffix
lib:libQt6Network$secondaryArchSuffix
lib:libQt6Positioning$secondaryArchSuffix
lib:libQt6Qml$secondaryArchSuffix
@@ -75,6 +76,7 @@ BUILD_REQUIRES="
devel:libKOSMIndoorMap$secondaryArchSuffix
devel:libKPublicTransport$secondaryArchSuffix
devel:libolm$secondaryArchSuffix
devel:libQCoro6Core$secondaryArchSuffix
devel:libQuotientQt6$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
devel:libz$secondaryArchSuffix
@@ -142,10 +144,7 @@ BUILD()
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
$cmakeDirArgs \
-DCMAKE_INSTALL_BINDIR=$appsDir \
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt6 \
-DKDE_INSTALL_QMLDIR=$dataDir/Qt6/qml \
-DKDE_INSTALL_QTPLUGINDIR=$addOnsDir/Qt6 \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
-DCMAKE_SKIP_RPATH=YES \
-DBUILD_TESTING=OFF \
-Wno-dev